按照上圖的配置,R8能學到R11的11.11.11.11但是訪問不了
這裏有個疑惑想問下R9互聯R11的口是否需要開啟ISIS,是配置上缺了什麼嗎?
(0)
做了引入的,R11和R9不用開ISIS了;看看路由表和鄰居
(0)
R8路由表能學到11.11.11.11的(ase),證明鄰居是正常的吧
可以的,有路由的,你帶個源ping [R8]%Feb 28 17:10:05:829 2025 R8 PING/6/PING_STATISTICS: Ping statistics for 11.11.11.11: 2 packet(s) transmitted, 0 packet(s) received, 100.0% packet loss. ping -a 8.8.8.8 11.11.11.11 Ping 11.11.11.11 (11.11.11.11) from 8.8.8.8: 56 data bytes, press CTRL+C to break 56 bytes from 11.11.11.11: icmp_seq=0 ttl=254 time=0.816 ms 56 bytes from 11.11.11.11: icmp_seq=1 ttl=254 time=1.111 ms 56 bytes from 11.11.11.11: icmp_seq=2 ttl=254 time=1.042 ms 56 bytes from 11.11.11.11: icmp_seq=3 ttl=254 time=0.628 ms 56 bytes from 11.11.11.11: icmp_seq=4 ttl=254 time=0.937 ms
上麵這個ase說錯了,那是左邊rip右邊ospf的實驗,但是差不多都是一樣ping不通對端的環回口IP
兩邊引入一下直連就可以了 # isis 1 is-level level-1 cost-style wide network-entity 49.0000.0000.0009.00 # address-family ipv4 unicast import-route direct import-route ospf 1 level-1 # ospf 1 import-route direct import-route isis 1 area 0.0.0.0 [R8]ping -a 2.2.2.8 11.11.11.11 Ping 11.11.11.11 (11.11.11.11) from 2.2.2.8: 56 data bytes, press CTRL+C to break 56 bytes from 11.11.11.11: icmp_seq=0 ttl=254 time=1.198 ms 56 bytes from 11.11.11.11: icmp_seq=1 ttl=254 time=0.864 ms 56 bytes from 11.11.11.11: icmp_seq=2 ttl=254 time=0.546 ms 56 bytes from 11.11.11.11: icmp_seq=3 ttl=254 time=0.864 ms 56 bytes from 11.11.11.11: icmp_seq=4 ttl=254 time=1.494 ms
需要的,如果不開的話,需要把ospf和ISIS路由互引
(0)
您能看到配置其實已經互相引用,為什麼還是不能ping通呢
您能看到配置其實已經互相引用,為什麼還是不能ping通呢
親~登錄後才可以操作哦!
確定你的郵箱還未認證,請認證郵箱或綁定手機後進行當前操作
舉報
×
侵犯我的權益
×
侵犯了我企業的權益
×
抄襲了我的內容
×
原文鏈接或出處
誹謗我
×
對根叔社區有害的內容
×
不規範轉載
×
舉報說明
兩邊引入一下直連就可以了 # isis 1 is-level level-1 cost-style wide network-entity 49.0000.0000.0009.00 # address-family ipv4 unicast import-route direct import-route ospf 1 level-1 # ospf 1 import-route direct import-route isis 1 area 0.0.0.0 [R8]ping -a 2.2.2.8 11.11.11.11 Ping 11.11.11.11 (11.11.11.11) from 2.2.2.8: 56 data bytes, press CTRL+C to break 56 bytes from 11.11.11.11: icmp_seq=0 ttl=254 time=1.198 ms 56 bytes from 11.11.11.11: icmp_seq=1 ttl=254 time=0.864 ms 56 bytes from 11.11.11.11: icmp_seq=2 ttl=254 time=0.546 ms 56 bytes from 11.11.11.11: icmp_seq=3 ttl=254 time=0.864 ms 56 bytes from 11.11.11.11: icmp_seq=4 ttl=254 time=1.494 ms