-
Notifications
You must be signed in to change notification settings - Fork 35
opx config route
Amy Buck edited this page Dec 21, 2018
·
13 revisions
opx-config-route
— Creates and deletes static routes in the given namespace (VRF).
opx-config-route [-h,--help]
[create | delete | set]
[--vrf_name <vrf>]
[--nh <next-hop-address>]
[--dst <destination-address>]
-
-h,--help
— Print help text -
--vrf_name <vrf>
— VRF name -
--nh <next-hop-address>
— Next-hop address -
--dst <destination-address>
— Destination address
If an invalid address is specified, the exit status shall be 1.
Otherwise, the exit status is 0.
$ opx-config-route create --vrf_name default --dst 192.168.10.2/24 --nh "127.0.0.1 127.0.0.2"
$ opx-config-route set --vrf_name default --dst 192.168.10.2 --nh "127.0.0.1 127.0.0.3"
$ opx-config-route del --vrf_name default --dst 192.168.10.2
To report any OPX software bugs, see Report bugs.
© 2019 OpenSwitch project. All information is contributed to and made available by OPX under the Creative Commons Attribution 4.0 International License (available at http://creativecommons.org/licenses/by/4.0/).
- Home
- System overview
- Software releases
- Hardware support
- FAQs
- Install
- Build
- Configure
- Develop
- Administer
- Troubleshoot
- Software compatibility
- Contribute
- DevOps
- Join