R1#traceroute 192.168.1.1
Type escape sequence to abort.
Tracing the route to 192.168.1.1
1 10.0.12.2 36 msec 48 msec 20 msec
2 10.0.24.4 56 msec 52 msec 28 msec
3 10.0.34.5 76 msec * 76 msec
|
ip access-list standard
NET172-16-1-0
permit 172.16.1.0 0.0.0.255
|
route-map RM_NET1_R3_R5 permit 10
match ip address NET172-16-1-0
set ip next-hop 10.0.23.3
|
interface FastEthernet0/0
ip address 10.0.12.2 255.255.255.0
ip policy route-map RM_NET1_R3_R5
speed 100
full-duplex
|
R1#traceroute 192.168.1.1 source
172.16.1.1
Type escape sequence to abort.
Tracing the route to 192.168.1.1
1 10.0.12.2 48 msec 40 msec 20 msec
2 10.0.23.3 40 msec 36 msec 28 msec
3 10.0.34.5 116 msec * 60 msec
R1#traceroute 192.168.1.1 source
172.16.2.1
Type escape sequence to abort.
Tracing the route to 192.168.1.1
1 10.0.12.2 36 msec 44 msec 24 msec
2 10.0.24.4 48 msec 44 msec 20 msec
3 10.0.34.5 72 msec * 60 msec
|
ip access-list extended
NET172-16-2-0
permit tcp 172.16.2.0 0.0.0.255 any eq www
|
route-map RM_R1_TO_R5 permit 20
match ip address NET172-16-2-0
set ip next-hop 10.0.23.3
|
R1#traceroute 192.168.1.1 source
172.16.2.1
Type escape sequence to abort.
Tracing the route to 192.168.1.1
1 10.0.12.2 48 msec 36 msec 20 msec
2 10.0.24.4 32 msec 40 msec 40 msec
3 10.0.34.5 80 msec * 76 msec
|
route-map RM_R1_TO_R5 permit 20
match ip address NET172-16-2-0
set ip next-hop 10.0.23.3
set ip default next-hop 10.0.24.4
set ip next-hop verify-availability
|
R2#sh cdp neighbors
Capability Codes: R - Router, T -
Trans Bridge, B - Source Route Bridge
S - Switch, H - Host, I - IGMP, r
- Repeater
Device ID Local Intrfce Holdtme Capability Platform
Port ID
R4 Fas 1/0 174 R S I 2691 Fas 0/0
|
*Mar 1 09:13:53.401: IP:
s=172.16.2.1 (FastEthernet0/0), d=192.168.1.1, len 28, FIB policy
rejected(explicit route) - normal forwarding
|
ip sla monitor 1
type pathEcho protocol ipIcmpEcho 10.0.35.5
frequency 5
ip sla monitor schedule 1 life
forever start-time now
!
track 1 rtr1
|
ip access-list standard
NET172-16-3-0
permit 172.16.3.0 0.0.0.255
!
route-map RM_R1_TO_R5 permit 30
match ip address NET172-16-3-0
set ip next-hop verify-availability 10.0.23.3 1 track 1
set ip default next-hop 10.0.23.4
|
R1#traceroute 192.168.1.1 source 172.16.3.1
Type escape sequence to abort.
Tracing the route to 192.168.1.1
1 10.0.12.2 40 msec 36 msec
16 msec
2 10.0.24.4 48 msec 36 msec
24 msec
3 10.0.34.5 72 msec * 104 msec
|
R1#traceroute 192.168.1.1 source 172.16.3.1
Type escape sequence to abort.
Tracing the route to 192.168.1.1
1 10.0.12.2 40 msec 52 msec
16 msec
2 10.0.23.3 52 msec 44 msec
20 msec
3 10.0.35.5 72 msec * 116 msec
|