使用動態路由聯通全網

對路由器配置動態路由實現不同網段之間的通信
按要求搭建上面的網絡拓撲結構
使用鼠標拖動將所需要的結構放入到空白處
配置好各臺pc機的ip地址以及網關地址(ip地址以及各網關地址註明在上面)
對路由器連接的各個端口進行配置,命令如下:
左邊路由器:
enable 15
configure terminal
interface fastethernet 0/0(查看端口號使用鼠標移入有連接的顏色的節點)
ip address 222.1.3.2 255.255.255.0
no shutdown
exit

interface serial 3/0
ip address 222.1.5.2 255.255.255.0
no shutdown
exit

interface serial 2/0
ip address 222.1.4.2 255.255.255.0
no shutdown
exit

右邊路由器:
enable 15
configure terminal
interface fastethernet 0/0
ip address 222.1.2.5 255.255.255.0
no shutdown
exit

interface serial 3/0
ip address 222.1.6.2 255.255.255.0
no shutdown
exit

interface serial 2/0
ip address 222.1.4.1 255.255.255.0
no shutdown
exit

上邊的路由器:

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章