Router management in the CLI
Neutron offers a number of commands that can be used to create and manage routers. The primary commands associated with router management include the following:
Router Management Commands | Description |
| Creates a router |
| Deletes a router(s) |
| Sets a router gateway and other properties |
| Unsets a router gateway and other properties |
| Displays router details |
| Lists routers |
| Adds an interface to a router using an existing port |
| Adds an interface to a router using an existing subnet |
| Removes an interface from a router using a corresponding port ID |
| Removes an interface from a router using a corresponding subnet ID |
| Lists all network agents |
Creating routers in the CLI
Routers in Neutron are associated with projects and can only be managed by users associated with the project. Unlike networks, routers cannot be shared among projects. However...