您好,登錄后才能下訂單哦!
建立拓撲結構時,R3路由器需要右鍵點擊選擇configure,在Slots中添加兩塊NM-1FE-TX業務板。
配置各接口的IP地址信息;配置末梢網絡的默認路由,并指向下一跳地址信息。
conf t
int f0/0
ip add 192.168.10.1 255.255.255.0
no shut
int f0/1
ip add 192.168.20.1 255.255.255.0
no shut
ip router 0.0.0.0 0.0.0.0 192.168.20.2
配置各接口的IP地址信息,配置OSPF路由協議;配置靜態路由;注入直連網段信息;注入靜態路由信息。
conf t
int f0/0
ip add 192.168.30.1 255.255.255.0
no shut
ex
int f0/1
ip add 192.168.20.2 255.255.255.0
no shut
router ospf 1
router-id 2.2.2.2
network 192.168.30.0 0.0.0.255 area 1
ex
ip router 192.168.10.0 255.255.255.0 192.168.20.1
router ospf 1
redistribute connected subnets
redistribute static subnets
(1)配置各接口的IP地址信息,
conf t
int f0/0
ip add 192.168.30.2 255.255.255.0
no shut
int f0/1
ip add 192.168.40.1 255.255.255.0
no shut
int f1/0
ip add 12.0.0.1 255.255.255.0
no shut
int f2/0
ip add 192.168.70.1 255.255.255.0
no shut
(2)配置默認路由,配置OSPF路由協議,注入默認路由信息。
ip route 0.0.0.0 0.0.0.0 12.0.0.2
route ospf 1
route-id 3.3.3.3
network 192.168.30.0 0.0.0.255 area 1
network 192.168.40.0 0.0.0.255 area 0
network 192.168.70.0 0.0.0.255 area 0
default-information originate
ex
(1)配置各接口的IP地址信息,
conf t
int f0/0
ip add 192.168.40.2 255.255.255.0
no shut
int f0/1
ip add 192.168.50.1 255.255.255.0
no shut
(2)配置RIP路由協議,注入OSPF路由協議信息,注入RIP協議信息。
route rip
ver 2
no auto-summary
network 192.168.50.0
ex
router rip
redis ospf 1 metric 5
ex
router ospf 1
router-id 4.4.4.4
network 192.168.40.0 0.0.0.255 area 0
redistribute rip subnets
配置各接口的IP地址信息,配置RIP路由協議,
conf t
int f0/0
ip add 192.168.50.2 255.255.255.0
no shut
int f0/1
ip add 192.168.60.1 255.255.255.0
no shut
router rip
ver 2
no auto-summary
network 192.168.50.0
network 192.168.60.0
配置各接口的IP地址信息,配置靜態路由。
conf t
int f0/0
ip add 12.0.0.2 255.255.255.0
no shut
int f0/1
ip add 13.0.0.1 255.255.255.0
no shut
ex
ip route 192.168.0.0 255.255.0.0 12.0.0.1
1、主機1配置IP地址及網關信息
2、主機2配置IP地址及網關信息
3、主機3配置IP地址及網關信息
4、主機4配置IP地址及網關信息
R1路由表
R2路由表
R3路由表
R4路由表
R5路由表
R6路由表
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。