91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

OSPF單區域配置

發布時間:2020-08-08 18:18:15 來源:ITPUB博客 閱讀:129 作者:安全劍客 欄目:互聯網科技
為了彌補距離矢量路由協議的不足,IEFI組織開發了一種基于鏈路狀態的內部網關協議OSPF

OSPF單區域配置
實驗環境:紅,綠,藍三個顏色區域代表三個不同網絡的辦公場所,要求使用OSPF協議實現網絡互通。

pc1:172.16.1.1

pc2:172.16.2.1

pc3:172.16.3.1

R1:GE0/0/0 172.16.1.254 GE2/0/0 192.168.2.1 GE0/0/1 192.168.1.1

R2:GE0/0/0 172.16.2.254 GE0/0/1 192.168.2.3 GE2/0/0 192.168.2.3

R3:GE0/0/0 172.16.3.254 GE0/0/1 192.168.1.3 GE2/0/0 192.168.3.3

配置PC ip地址

OSPF單區域配置

OSPF單區域配置

OSPF單區域配置

配置路由器

R1:

[R1]INT GigabitEthernet 0/0/0
[R1-GigabitEthernet0/0/0]IP ADD 172.16.1.254 24
May 21 2020 10:38:30-08:00 R1 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[R1-GigabitEthernet0/0/0]INT G2/0/0
[R1-GigabitEthernet2/0/0]IP ADD 192.168.2.1 24
May 21 2020 10:38:48-08:00 R1 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP 
on the interface GigabitEthernet2/0/0 has entered the UP state. 
[R1-GigabitEthernet2/0/0]INT G0/0/1
[R1-GigabitEthernet0/0/1]IP ADD 192.168.1.1 24
[R1-GigabitEthernet0/0/1]
May 21 2020 10:39:03-08:00 R1 %%01IFNET/4/LINK_STATE(l)[2]:The line protocol IP 
on the interface GigabitEthernet0/0/1 has entered the UP state.

R2:

[R2]int g0/0/1
[R2-GigabitEthernet0/0/1]ip add 192.168.2.2 24
May 21 2020 10:40:28-08:00 R2 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/1 has entered the UP state. 
[R2-GigabitEthernet0/0/1]int g2/0/0
[R2-GigabitEthernet2/0/0]ip add 192.168.3.2 24
May 21 2020 10:40:39-08:00 R2 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP 
on the interface GigabitEthernet2/0/0 has entered the UP state. 
[R2-GigabitEthernet2/0/0]int g0/0/0
[R2-GigabitEthernet0/0/0]ip add 172.16.2.254 24
May 21 2020 10:40:57-08:00 R2 %%01IFNET/4/LINK_STATE(l)[2]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state.

R3:

[R3]int GigabitEthernet 0/0/0
[R3-GigabitEthernet0/0/0]ip add 172.16.3.254 24
May 21 2020 10:42:11-08:00 R3 %%01IFNET/4/LINK_STATE(l)[0]:The line protocol IP 
on the interface GigabitEthernet0/0/0 has entered the UP state. 
[R3-GigabitEthernet0/0/0]int g0/0/1
[R3-GigabitEthernet0/0/1]ip add 192.168.1.3 24
May 21 2020 10:42:21-08:00 R3 %%01IFNET/4/LINK_STATE(l)[1]:The line protocol IP 
on the interface GigabitEthernet0/0/1 has entered the UP state. 
[R3-GigabitEthernet0/0/1]int g2/0/0
[R3-GigabitEthernet2/0/0]ip add 192.168.3.3 24
May 21 2020 10:42:51-08:00 R3 %%01IFNET/4/LINK_STATE(l)[2]:The line protocol IP 
on the interface GigabitEthernet2/0/0 has entered the UP state. 
[R3-GigabitEthernet2/0/0]
配置OSPF

R1:

[R1]OSPF 1
[R1-ospf-1]AREA 0
[R1-ospf-1-area-0.0.0.0]NETWORK 172.16.1.0 0.0.0.255
[R1-ospf-1-area-0.0.0.0]NETWORK 192.168.2.0 0.0.0.255
[R1-ospf-1-area-0.0.0.0]NETWORK 192.168.1.0 0.0.0.255

R2:

[R2]OSPF 1
[R2-ospf-1]AREA 0
[R2-ospf-1-area-0.0.0.0]NETWO	
[R2-ospf-1-area-0.0.0.0]network 172.16.2.0 0.0.0.255
[R2-ospf-1-area-0.0.0.0]NETWORK 192.168.2.0 0.0.0.255
[R2-ospf-1-area-0.0.0.0]NETWORK 192.168.3.0 0.0.0.255

R3:

[R3]OSPF 1
[R3-ospf-1]AREA 0
[R3-ospf-1-area-0.0.0.0]NETWORK 172.16.3.0 0.0.0.255
[R3-ospf-1-area-0.0.0.0]NETWORK 192.168.1.0 0.0.0.255
[R3-ospf-1-area-0.0.0.0]NETWORK 192.168.3.0 0.0.0.255
測試pc1 ping pc2,pc3

OSPF單區域配置
如此,OSPF配置完畢!

原文地址: https://www.linuxprobe.com/ospf-ensp.html

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

临潭县| 桂平市| 栾城县| 武鸣县| 沙坪坝区| 通城县| 安达市| 康保县| 白银市| 邯郸市| 夹江县| 临泉县| 金阳县| 长治市| 松溪县| 兴仁县| 时尚| 广州市| 鹤庆县| 鸡泽县| 山阴县| 宿迁市| 无为县| 德清县| 云安县| 金溪县| 南昌县| 建湖县| 盖州市| 桦南县| 乐亭县| 南宫市| 陆川县| 淮南市| 通榆县| 蕲春县| 青岛市| 雅江县| 宁安市| 九龙城区| 仁化县|