Remote RMX-3200 Version 5.2x Configuration Guide
Configuring Static Routes: Adding an IPv6 Static Route to the IP Routing Table
10-4
Adding an IPv6 Static Route to the IP Routing Table
To add an IPv6 static route to the IP routing table:
1. At the main prompt, add an IPv6 static route with destination address
fd11:0:0:40::, subnet mask length 64 and gateway address
fd10::39:0:0:0:1:
config ip route-v6 fd11:0:0:40::/64 fd10::39:0:0:1:1
2. (optional) Verify that the IPv6 static route has been added properly:
show ip route
The command response similar to the following displays:
3. Save the configuration.
In this scenario, you will add an IPv6 static route to the
IP routing table.
(Dub)>show ip route
Destination Gateway Interface Flags
0.0.0.0/0 10.39.0.1 bridge switch Up
10.39.0.0/16 0.0.0.0 bridge switch Up
127.0.0.0/8 0.0.0.0 * Up Reject
127.0.0.1/32 0.0.0.0 lo Up Host
169.254.0.0/16 0.0.0.0 bridge switch Up
fc10:0:0:39::/64 :: bridge switch Up
fd10:0:0:39::/64 :: bridge switch Up
fd11:0:0:40::/64 fd10::39:0:0:1:1 bridge switch Up
fe80::/64 :: bridge switch Up
ff00::/8 :: bridge switch Up
ff02::fb/128 ff02::fb bridge switch Up
ff02::1:ffcb:4e8b/128 ff02::1:ffcb:4e8b bridge switch Up
(Dub)>