您好,登錄后才能下訂單哦!
1、域間匯總、域×××總解析
2、實驗拓撲
3、實驗配置
R1配置
interface Loopback0
ip address 1.1.1.1 255.255.255.0
interface Serial0/0
ip address 12.1.1.1 255.255.255.0
interface FastEthernet1/0
ip address 120.1.1.1 255.255.255.0
router ospf 110
router-id 8.8.8.1
network 1.1.1.0 0.0.0.255 area 0
network 12.1.1.0 0.0.0.255 area 0
network 120.1.1.0 0.0.0.255 area 0
R2配置
interface Loopback0
ip address 2.2.2.2 255.255.255.0
interface Serial0/0
ip address 12.1.1.2 255.255.255.0
interface Serial0/1
ip address 23.1.1.2 255.255.255.0
interface FastEthernet1/0
ip address 120.1.1.2 255.255.255.0
router ospf 110
router-id 8.8.8.2
network 2.2.2.0 0.0.0.255 area 0
network 12.1.1.0 0.0.0.255 area 0
network 23.1.1.0 0.0.0.255 area 1
network 120.1.1.0 0.0.0.255 area 0
R3配置
interface Loopback0
ip address 3.3.3.3 255.255.255.0
interface Serial0/0
ip address 34.1.1.3 255.255.255.0
interface Serial0/1
ip address 23.1.1.3 255.255.255.0
router ospf 110
router-id 8.8.8.3
redistribute rip subnets
network 3.3.3.0 0.0.0.255 area 1
network 23.1.1.0 0.0.0.255 area 1
router rip
version 2
network 34.0.0.0
no auto-summary
R4配置
interface Loopback0
ip address 4.4.4.4 255.255.255.0
interface Serial0/0
ip address 34.1.1.4 255.255.255.0
router rip
version 2
network 4.0.0.0
network 34.0.0.0
no auto-summary
4、域間匯總
在R3上建立四個環回口,并宣告進Area1
1o16:192.168.16.1/24
1o17:192.168.17.1/24
1o18:192.168.18.1/24
1o19:192.168.19.1/24
R3配置
interface Loopback16
ip address 192.168.16.1 255.255.255.0
interface Loopback17
ip address 192.168.17.1 255.255.255.0
interface Loopback18
ip address 192.168.18.1 255.255.255.0
interface Loopback19
ip address 192.168.19.1 255.255.255.0
router ospf 110
router-id 8.8.8.3
network 192.168.16.0 0.0.0.255 area 1
network 192.168.17.0 0.0.0.255 area 1
network 192.168.18.0 0.0.0.255 area 1
network 192.168.19.0 0.0.0.255 area 1
此時R1收到的是4條明細路由,我們在R2上做域間匯總。
注:域間匯總要在本局域內的所有ABR上進行匯總。
5、域×××總
在R4上建立四個環回口,并宣告進RIP
1o16:10.10.16.1/24
1o17:10.10.17.1/24
1o18:10.10.18.1/24
1o19:10.10.19.1/24
R4配置
interface Loopback16
ip address 10.10.16.1 255.255.255.0
interface Loopback17
ip address 10.10.17.1 255.255.255.0
interface Loopback18
ip address 10.10.18.1 255.255.255.0
interface Loopback19
ip address 10.10.19.1 255.255.255.0
router rip
network 10.0.0.0
匯總前
匯總后
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。