三、看會不會在一條鏈路down 之後走另一條鏈路:
1、如果我把r2中的s0/0介面down 掉:
r2(config)#int s0/0
r2(config-if)#shut
2、再看一下r4和r5上的走向:
r4#traceroute ip
target ip address: 1.1.1.1
source address: 192.168.24.4
numeric display [n]:
timeout in seconds [3]:
probe count [3]:
minimum time to live [1]:
maximum time to live [30]:
port number [33434]:
loose, strict, record, timestamp, verbose[none]:
type escape sequence to abort.
tracing the route to 1.1.1.1
1 192.168.34.3 56 msec 24 msec 36 msec
2 192.168.13.1 148 msec * 112 msec
(走到右邊鏈路去了。還是能通。)
r5#traceroute 1.1.1.1
type escape sequence to abort.
tracing the route to 1.1.1.1
1 192.168.45.4 92 msec 92 msec 76 msec
2 192.168.24.2 92 msec 112 msec 64 msec
3 192.168.24.4 92 msec 108 msec 84 msec
4 192.168.34.3 124 msec 120 msec 108 msec
5 192.168.13.1 152 msec * 172 msec
發現 192.168.12.0
不通,繞了回來再走右邊,還能通。
3 、把
r2上的
s0/0
起來,把
s0/1 shutdown ,
看一下r4和r5
到1.1.1.1
有什麼不同:
r2(config-if)#int s0/0
r2(config-if)#no shut
r2(config-if)#int s0/1
r2(config-if)#shutdown
r4#traceroute ip
target ip address: 1.1.1.1
source address: 192.168.24.4
numeric display [n]:
timeout in seconds [3]:
probe count [3]:
minimum time to live [1]:
maximum time to live [30]:
port number [33434]:
loose, strict, record, timestamp, verbose[none]:
type escape sequence to abort.
tracing the route to 1.1.1.1
1 * * *
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 (r4
到1.1.1.1
不通了)
r5#traceroute 1.1.1.1
type escape sequence to abort.
tracing the route to 1.1.1.1
1 192.168.45.4 152 msec 68 msec 64 msec
2 192.168.34.3 92 msec 64 msec 68 msec
3 192.168.13.1 132 msec * 120 msec
(對r5
沒影響)
4 、我再把r4的
s0/1
埠起來,
serial
口是不會有這種情況,但像實際環境中,如幀中繼網路和乙太網交換機都會有這種情況,一端
down
,另一端不會
down.
那麼我現在通過
no keepalive
來把s0/1 up
起來:r4(config-if)#no keepalive
r4(config-if)#do sho ip int bri
inte***ce ip-address ok? method status protocol
serial0/0 192.168.34.4 yes nvram up up
serial0/1 192.168.24.4 yes nvram up up
serial0/2 192.168.45.4 yes nvram up up
serial0/3 192.168.46.4 yes nvram up up
5 、現在我再在r5上
traceroute:
r5#traceroute 1.1.1.1
type escape sequence to abort.
tracing the route to 1.1.1.1
1 192.168.45.4 124 msec 96 msec 72 msec
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 * * *
r5#ping 1.1.1.1
type escape sequence to abort.
sending 5, 100-byte icmp echos to 1.1.1.1, timeout is 2 seconds:
.....
success rate is 0 percent (0/5)
終於不通了,因為它到
r4時,
r4給它的是
up,它卻應用策略路由走下去,但卻發現不通了。
路由策略route map
route map,路由圖,用於實現路由策略。1 同乙個route map策略中可能有多個match語句,執行過程與acl一致,從上到下一一查詢直到找到有對應的語句匹配。2 route map具有隱藏語句放置在最後面,match any deny any 前面如果不去match,該句放在最後匹配所有...
route map策略路由設定
公司總部剛搬到新辦公樓,新機房與老機房通過光纜相連。網際網路出口在老機房那邊,新辦公上網須通過老機房出去,兩個機房的中心交換機之間是用ip route做的連線。預設指向聯通出口那個閘道器。老機房有電信和聯通兩個出口,其中聯通是作為普通使用者上網用,電信做sap 專線 等應用出口。由於新辦公樓上網人數...
3路由策略 route map(用於重分發)
拓撲圖 配置引數 r1 access list 1 permit 11.11.11.0 0.0.0.255 route map connected permit 10 match ip address 1 router rip version 2 redistribute connected rou...