IP Networking Configuration
Configuration Guide 76 Document #: LTRT-31657
12.1.1.1 Configuration
MSBR1# configure data
MSBR1(config-data)# access-list 130 permit tcp host 192.169.0.115
0.0.0.0 255.255.255.255 eq 80
MSBR1(config-data)# access-list 130 deny ip any any
MSBR1(config-data)# ip route 0.0.0.0 0.0.0.0 100.0.12.20
GigabitEthernt 0/0
MSBR1(config-data)# route-map-static example1
MSBR1(conf-route-map-static)# match ip address 130
MSBR1(conf-route-map-static)# set interface GigabitEthernt 0/0
MSBR1(conf-route-map-static)# set next-hop 100.0.12.20
MSBR1(conf-route-map-static)# exit
12.1.1.2 114BOutput
Client 1:
Client1> traceroute 10.10.10.3
Tracing route to 10.10.10.3 over a maximum of 30 hops
1 192.169.1.1 (192.169.1.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 10.10.10.3 (10.10.10.3) 44.878 ms * 56.230 ms
Trace complete.
Client1>
Client 2
Client2> traceroute 10.10.10.3
Tracing route to 10.10.10.3 over a maximum of 30 hops
1 192.169.1.1 (192.169.1.1) 0.870 ms 0.807 ms 0.800 ms
2 100.0.12.30 (100.0.12.30) 51.238 ms 7.123 ms 10.770 ms
.
.
.
10 10.10.10.3 (10.10.10.3) 44.878 ms * 56.230 ms
Trace complete.
Client2>