Chapter 13
Unicast and Multicast Routing
RUGGEDCOM ROX II
CLI User Guide
584 Configuring Gateways for IPv6 Static Routes
In the case of IPv6 static routes, only one gateway can be selected per route.
CONTENTS
• Section13.12.6.1, “Configuring Gateways for IPv6 Static Routes”
• Section13.12.6.2, “Viewing a List of Gateways for IPv4 Static Routes”
• Section13.12.6.3, “Adding a Gateway for an IPv4 Static Route”
• Section13.12.6.4, “Deleting a Gateway for an IPv4 Static Route”
Section13.12.6.1
Configuring Gateways for IPv6 Static Routes
To configure a gateway address for an IPv6 static route, do the following:
1. Make sure the CLI is in Configuration mode.
2. Navigate to routing» ipv6» route» {subnet}» via, where subnet is the subnet (network/prefix) of the static
route.
3. Configure the following parameter(s) as required:
Parameter Description
gw { gw } Synopsis: A string 6 to 40 characters long
The gateway for the static route.
This parameter is mandatory.
distance { distance } Synopsis: A 32-bit unsigned integer between 1 and 255
The distance for the static route.
4. Type commit and press Enter to save the changes, or type revert and press Enter to abort.
Section13.12.6.2
Viewing a List of Gateways for IPv4 Static Routes
To view a list of gateway addresses assigned to an IPv4 static route, type:
show running-config routing ipv4 route subnet via
Where:
• subnet is the subnet (network/prefix) of the static route
If gateway addresses have been configured, a table or list similar to the following example appears:
ruggedcom# show running-config routing ipv4 route 0.0.0.0/0 via
routing ipv4 route 0.0.0.0/0
via 172.30.128.1
no distance
!
!
If no gateway addresses have been configured, add addresses as needed. For more information, refer to
Section13.12.6.3, “Adding a Gateway for an IPv4 Static Route”.