os: centos65
軟體:quagga-0.99.24.1
路由器部署:
兩台pc,1臺跑centos66, 1臺rhel64.分別叫a, b。
a的網路配置:br0是p4p1的橋接
br0 link encap:ethernet hwaddr a4:1f:72:89:de:40
inet addr:192.168.28.58 bcast:192.168.31.255 mask:255.255.252.0
inet6 addr: fe80::a61f:72ff:fe89:de40/64 scope:link
up broadcast running multicast mtu:1500 metric:1
rx packets:6794546 errors:0 dropped:0 overruns:0 frame:0
tx packets:1221217 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
rx bytes:875894679 (835.3 mib) tx bytes:159069766 (151.7 mib)
b的網路配置:
eth0 link encap:ethernet hwaddr a4:ba:db:98:b2:b1
inet addr:192.168.29.250 bcast:192.168.31.255 mask:255.255.252.0
inet6 addr: fe80::a6ba:dbff:fe98:b2b1/64 scope:link
up broadcast running multicast mtu:1500 metric:1
rx packets:36183 errors:0 dropped:0 overruns:0 frame:0
tx packets:4283 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
rx bytes:13254445 (12.6 mib) tx bytes:313084 (305.7 kib)
interrupt:16
a,b都插入各自網口中,採用dhcp申請到的ip. 本質上相當於直聯。
網路拓撲
a-------------------------b
網路配置
a,b的zebra.conf的配置參考附件2
a, b的isisd.conf的配置參考附件3,4
a上啟動zebra
zebra -f zebra.conf
結果參考附件5
a上啟動isisd
isisd -f isisd.conf
結果參考附件6
b上啟動zebra
zebra -f zebra.conf
b上啟動isisd
isisd -f isisd.conf
結果參考附件7
a上路由情況
[root@gdc1000 test]# telnet 127.0.0.1 2601
trying 127.0.0.1...
connected to 127.0.0.1.
escape character is '^]'.
hello, this is quagga (version 0.99.24.1).
user access verification
password:
zebra> show ip route
codes: k - kernel route, c - connected, s - static, r - rip,
o - ospf, i - is-is, b - bgp, p - pim, a - babel,
> - selected route, * - fib route
k>* 0.0.0.0/0 via 192.168.30.254, br0
c>* 127.0.0.0/8 is directly connected, lo
i 192.168.28.0/22 [115/20] via 192.168.29.250 inactive, 00:01:30
c>* 192.168.28.0/22 is directly connected, br0
zebra>
b上路由情況
ISIS路由協議
兩級路由 level1 level2 level 1 在本地傳遞 level 2 在區域間傳遞 預設l1 l2 可通過配置修改給l1 l2 isis 的骨幹鏈路由連續的l2 以及l1 l2 路由器互聯而成,idp initial domain part authority format id 組織各...
ISIS路由協議理論
clns 無連線網路服務 1 clns相當於ip協議簇 2 clnp 無連線網路協議 相當於ip協議,clnp位址相當於ip位址。3 es endpoint system 相當於pc和伺服器 is internal system 相當於路由器,就是三層裝置。4 es is就是指在es和is之間需要建...
IS IS 路由協議詳解 (二)
is is 報文 is is 中的路由器可以設定三個級別 level 1 級別 level 2 級別 level 1 2 級別 level 1 鄰居的建立 level 2 鄰居的建立 用來確認 dis 的 10s 傳送一次報文,dis 是 十分之三秒傳送一次 level 1 的 hello 報文 l...