cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1226
Views
0
Helpful
1
Replies

Static Routes

Justin Lewis
Level 1
Level 1

I noticed in the CLI interface you can add routes. Has anyone found any documentation on how this is done? Is this only applicable if you are using VCS with dual NIC?

1 Reply 1

Martin Koch
VIP Alumni
VIP Alumni

Hi Justin!

Yes, sure works fine. Dual Nic option is not needed.

And sure, its well documented, a good start is always the admin guide:

http://www.cisco.com/en/US/docs/telepresence/infrastructure/vcs/admin_guide/Cisco_VCS_Administrator_Guide_X7-0.pdf

See, Page 65, 401, 455.

Description of the commands:

IP Route [1..50] Address: < 0="">

Specifies an IP address used in conjunction with the Prefix Length to determine the network to which this route applies.

Example: xConfiguration IP Route 1 Address: "128.168.0.0"

IP Route [1..50] Gateway: < 0="">

Specifies the IP address of the Gateway for this route.
Example: xConfiguration IP Route 1 Gateway: "192.168.0.0"

IP Route [1..50] Interface:

Specifies the LAN interface to use for this route. Auto: The VCS will select the most appropriate interface to use.

Default: Auto
Example: xConfiguration IP Route 1 Interface: Auto

IP Route [1..50] PrefixLength: <0..128>

Specifies the number of bits of the IP address which must match when determining the network to which this route applies.

Default: 32
Example: xConfiguration IP Route 1 PrefixLength: 16

RouteAdd

Adds and configures a new IP route (also known as a static route). Address(r): < 1="">

Specifies an IP address used in conjunction with the prefix length to determine the network to which this route applies. Default: 32

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.

Gateway(r): < 1="">
Specifies the IP address of the gateway for this route.

Interface:

Specifies the LAN interface to use for this route. Auto: the VCS will select the most appropriate interface to use. Default: Auto

Example: xCommand RouteAdd Address: "10.13.8.0" PrefixLength: 32 Gateway: "192.44.0.1"

RouteDelete

Deletes a route. RouteId(r): <1..50>

The index of the route to be deleted.
Example: xCommand RouteDelete RouteId: 1

Please remember to rate helpful responses and identify