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 |
router create |
Creates a router |
router delete |
Deletes a router(s) |
router set |
Sets a router gateway and other properties |
router unset |
Unsets a router gateway and other properties |
router show |
Displays router details |
router list |
Lists routers |
router add port |
Adds an interface to a router using an existing port |
router add subnet |
Adds an interface to a router using an existing subnet |
router remove port |
Removes an interface from a router using a corresponding port ID |
router remove subnet |
Removes an interface from a router using a corresponding subnet ID |
network agent list |
Lists all network... |