IP Networking Configuration
Configuration Guide 70 Document #: LTRT-31657
11.4.1.2 Output and show Commands
Before failover:
MSBR# show data ip route
Codes: K - kernel route, C - connected, S - static,
R - RIP, O - OSPF, B - BGP
B 0.0.0.0/0 [1/0] via 100.0.12.20, GigabitEthernet 0/0,
00:23:06
C 100.0.12.0/24 [1/3] is directly connected,
GigabitEthernet 0/0
C 200.0.5.0/24 [1/3] is directly connected, Fiber 0/1
MSBR#
Client1> traceroute 8.8.8.8
Tracing route to 10.10.10.3 over a maximum of 30 hops
1 192.169.0.1 (192.169.0.1) 0.980 ms 0.808 ms 0.809 ms
2 100.0.12.20 (100.0.12.20) 51.238 ms 7.115 ms 10.770 ms
.
10 8.8.8.8 (8.8.8.8) 44.878 ms * 56.230 ms
Trace complete.
Client1>
After failover:
MSBR# show data ip route
Codes: K - kernel route, C - connected, S - static,
R - RIP, O - OSPF, B - BGP
S 0.0.0.0/0 [1/40] via 200.0.5.20, Fiber 0/1
C 100.0.12.0/24 [1/3] is directly connected,
GigabitEthernet 0/0
C 200.0.5.0/24 [1/3] is directly connected, Fiber 0/1
MSBR#
Client1> traceroute 8.8.8.8
Tracing route to 10.10.10.3 over a maximum of 30 hops
1 192.169.1.1 (192.169.0.1) 0.870 ms 0.807 ms 0.800 ms
2 200.0.5.20 (200.0.5.20) 51.238 ms 7.123 ms 10.770 ms
.
10 10.10.10.3 (8.8.8.8) 44.878 ms * 56.230 ms
Trace complete.
Client1>