- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2014 12:15 AM - edited 03-18-2019 03:13 AM
Hi,
We deployed a VCS Expressway Starterpack with dual NIC.
We followed the deployment guide on how to deploy dual NIC and works fine.
We find hard on how to show the routes that were configured and also how to delete routes on the VCS.
What are the specific commands for these?
Thanks for your support in advance.
Best regards,
Acevirgil de Ocampo
Solved! Go to Solution.
- Labels:
-
Room Endpoints
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2014 06:48 AM
I checked and didn't find a way to see what routes are currently configured, only the ability to add or delete, unless it's under another command or in UI somewhere.
xCommand RouteAdd
"Adds and configures a new IP route (also known as a static route)."
Address(r): <S: 1, 39> "Specifies an IP address used in conjunction with the prefix length to determine the network to which this route applies."
PrefixLength(r): <1..128> "Specifies the number of bits of the IP address which must match when determining the network to which this route applies. Default: 32"
Gateway(r): <S: 1, 39> "Specifies the IP address of the gateway for this route."
Interface: <Auto/LAN1/LAN2> "Specifies the LAN interface to use for this route. Auto: the VCS will select the most appropriate interface to use. Default: Auto"
xCommand RouteDelete
"Deletes a route."
RouteId(r): <1..50> "The index of the route to be deleted."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2014 05:57 PM
"xconfiguration ip route" will show you the routes that are currently configured.
Wayne
--
Please remember to rate responses and to mark your question as answered if appropriate.
Please remember to mark helpful responses and to set your question as answered if appropriate.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2014 06:48 AM
I checked and didn't find a way to see what routes are currently configured, only the ability to add or delete, unless it's under another command or in UI somewhere.
xCommand RouteAdd
"Adds and configures a new IP route (also known as a static route)."
Address(r): <S: 1, 39> "Specifies an IP address used in conjunction with the prefix length to determine the network to which this route applies."
PrefixLength(r): <1..128> "Specifies the number of bits of the IP address which must match when determining the network to which this route applies. Default: 32"
Gateway(r): <S: 1, 39> "Specifies the IP address of the gateway for this route."
Interface: <Auto/LAN1/LAN2> "Specifies the LAN interface to use for this route. Auto: the VCS will select the most appropriate interface to use. Default: Auto"
xCommand RouteDelete
"Deletes a route."
RouteId(r): <1..50> "The index of the route to be deleted."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2014 05:57 PM
"xconfiguration ip route" will show you the routes that are currently configured.
Wayne
--
Please remember to rate responses and to mark your question as answered if appropriate.
Please remember to mark helpful responses and to set your question as answered if appropriate.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2014 08:12 PM
I thought I checked that command, but I could have mistyped it or something. Good catch Wayne.
