• <output id="aynwq"><form id="aynwq"><code id="aynwq"></code></form></output>

    <mark id="aynwq"><option id="aynwq"></option></mark>
  • <mark id="aynwq"><option id="aynwq"></option></mark><label id="aynwq"><dl id="aynwq"></dl></label>
  • 學習啦>學習電腦>網絡知識>路由器>路由器設置>cisco思科>

    思科跨路由器的單臂路由如何解決

    時間: 權威724 分享

      思科擁有豐富的行業經驗、先進的技術,路由器功能也在世界遙遙領先,那么你知道思科跨路由器的單臂路由如何解決嗎?下面是學習啦小編整理的一些關于思科跨路由器的單臂路由如何解決的相關資料,供你參考。

      思科跨路由器的單臂路由解決的方法

      R1配置:

      R1#conf t

      R1(config)#int f0/0

      R1(config-if)#no shutdown

      R1(config-if)#int f0/0.2

      R1(config-subif)#encapsulation dot1q 2

      R1(config-subif)#ip address 192.168.2.254 255.255.255.0

      R1(config-subif)#no shutdown

      R1(config-subif)#exit

      R1(config)#int f0/0.3

      R1(config-subif)#encapsulation dot1q 3

      R1(config-subif)#ip address 192.168.3.254 255.255.255.0

      R1(config-subif)#no shutdown

      R1(config-subif)#exit

      R1(config)#int s1/0

      R1(config-if)#ip address 1.1.1.1 255.255.255.0

      R1(config-if)#no shutdown

      R1(config-if)#end

      R1#conf t

      R1(config)#router ospf 1

      R1(config-router)#network 192.168.2.0 0.0.0.255 area 0

      R1(config-router)#network 192.168.3.0 0.0.0.255 are 0

      R1(config-router)#network 1.1.1.0 0.0.0.255 area 0

      R1(config-router)#end

      R2配置:

      R2#conf t

      R2(config)#int s0/0

      R2(config-if)#ip address 1.1.1.2 255.255.255.0

      R2(config-if)#no shutdown

      R2(config-if)#clock rate 64000

      R2(config-if)#exit

      R2(config)#int s0/1

      R2(config-if)#ip address 2.1.1.1 255.255.255.0

      R2(config-if)#no shutdown

      R2(config-if)#clock rate 64000

      R2(config-if)#end

      R2#conf t

      R2(config)#router ospf 2

      R2(config-router)#network 2.1.1.0 0.0.0.255 area 0

      R2(config-router)#network 1.1.1.0 0.0.0.255 area 0

      R2(config-router)#end

      R3配置:

      R3#conf t

      R3(config)#int s1/0

      R3(config-if)#ip address 2.1.1.2 255.255.255.0

      R3(config-if)#no shutdown

      R3(config)#int f0/0

      R3(config-if)#no shutdown

      R3(config-if)#int f0/0.2

      R3(config-subif)#encapsulation dot1q 2

      R3(config-subif)#ip address 172.16.2.254 255.255.255.0

      R3(config-subif)#no shutdown

      R3(config-subif)#exit

      R3(config)#int f0/0.3

      R3(config-subif)#encapsulation dot1q 3

      R3(config-subif)#ip address 172.16.3.254 255.255.255.0

      R3(config-subif)#no shutdown

      R3(config-subif)#end

      R3(config)#router ospf 3

      R3(config-router)#network 172.16.2.0 0.0.0.255 area 0

      R3(config-router)#network 172.16.3.0 0.0.0.255 area 0

      R3(config-router)#network 2.1.1.0 0.0.0.255 area 0

      R3(config-router)#end

      查看路由表:

      R1#show ip route

      Gateway of last resort is not set

      1.0.0.0/24 is subnetted, 1 subnets

      C 1.1.1.0 is directly connected, Serial1/0

      2.0.0.0/24 is subnetted, 1 subnets

      O 2.1.1.0 [110/128] via 1.1.1.2, 00:03:37, Serial1/0

      172.16.0.0/24 is subnetted, 2 subnets

      O 172.16.2.0 [110/129] via 1.1.1.2, 00:03:37, Serial1/0

      O 172.16.3.0 [110/129] via 1.1.1.2, 00:03:37, Serial1/0

      C 192.168.2.0/24 is directly connected, FastEthernet0/0.2

      C 192.168.3.0/24 is directly connected, FastEthernet0/0.3

      R2#show ip route

      Gateway of last resort is not set

      1.0.0.0/24 is subnetted, 1 subnets

      C 1.1.1.0 is directly connected, Serial0/0

      2.0.0.0/24 is subnetted, 1 subnets

      C 2.1.1.0 is directly connected, Serial0/1

      172.16.0.0/24 is subnetted, 2 subnets

      O 172.16.2.0 [110/65] via 2.1.1.2, 00:03:37, Serial0/1

      O 172.16.3.0 [110/65] via 2.1.1.2, 00:03:37, Serial0/1

      O 192.168.2.0/24 [110/65] via 1.1.1.1, 00:03:37, Serial0/0

      O 192.168.3.0/24 [110/65] via 1.1.1.1, 00:03:37, Serial0/0

      R3#show ip route

      Gateway of last resort is not set

      1.0.0.0/24 is subnetted, 1 subnets

      O 1.1.1.0 [110/128] via 2.1.1.1, 00:03:43, Serial1/0

      2.0.0.0/24 is subnetted, 1 subnets

      C 2.1.1.0 is directly connected, Serial1/0

      172.16.0.0/24 is subnetted, 2 subnets

      C 172.16.2.0 is directly connected, FastEthernet0/0.2

      C 172.16.3.0 is directly connected, FastEthernet0/0.3

      O 192.168.2.0/24 [110/129] via 2.1.1.1, 00:03:43, Serial1/0

      O 192.168.3.0/24 [110/129] via 2.1.1.1, 00:03:43, Serial1/0

      SW1配置:

      SW1#vlan database

      SW1(vlan)#vlan 2

      SW1(vlan)#vlan 3

      SW1(vlan)#exit

      SW1#conf t

      SW1(config)#int f0/15

      SW1(config-if)#switchport mode trunk

      SW1(config-if)#switchport trunk encapsulation dot1q

      SW1(config-if)#exit

      SW1(config)#int f0/2

      SW1(config-if)#switchport mode access

      SW1(config-if)#switchport access vlan 2

      SW1(config-if)#exit

      SW1(config)#int f0/3

      SW1(config-if)#switchport mode access

      SW1(config-if)#switchport access vlan 3

      SW1(config-if)#end

      SW2配置:

      SW2#vlan database

      SW2(vlan)#vlan 2

      SW2(vlan)#vlan 3

      SW2(vlan)#exit

      SW2#conf t

      SW2(config)#int f0/15

      SW2(config-if)#switchport mode trunk

      SW2(config-if)#switchport trunk encapsulation dot1q

      SW2(config-if)#exit

      SW2(config)#int f0/2

      SW2(config-if)#switchport access vlan 2

      SW2(config-if)#exit

      SW2(config)#int f0/3

      SW2(config-if)#switchport mode access

      SW2(config-if)#switchport access vlan 3

      SW2(config-if)#end

      驗證:

      PC1:

      PC1#ping 192.168.3.3

      Type escape sequence to abort.

      Sending 5, 100-byte ICMP Echos to 192.168.3.3, timeout is 2 seconds:

      !!!!!

      Success rate is 100 percent (5/5), round-trip min/avg/max = 188/246/300 ms

      PC1#ping 172.16.2.2

      Type escape sequence to abort.

      Sending 5, 100-byte ICMP Echos to 172.16.2.2, timeout is 2 seconds:

      !!!!!

      Success rate is 100 percent (5/5), round-trip min/avg/max = 408/487/528 ms

      PC1#ping 172.16.3.3

      Type escape sequence to abort.

      Sending 5, 100-byte ICMP Echos to 172.16.3.3, timeout is 2 seconds:

      !!!!!

      Success rate is 100 percent (5/5), round-trip min/avg/max = 384/441/492 ms

      PC3:

      PC3#ping 172.16.3.3

      Type escape sequence to abort.

      Sending 5, 100-byte ICMP Echos to 172.16.3.3, timeout is 2 seconds:

      !!!!!

      Success rate is 100 percent (5/5), round-trip min/avg/max = 168/258/348 ms

      PC3#ping 192.168.2.2

      Type escape sequence to abort.

      Sending 5, 100-byte ICMP Echos to 192.168.2.2, timeout is 2 seconds:

      !!!!!

      Success rate is 100 percent (5/5), round-trip min/avg/max = 348/400/452 ms

      PC3#ping 192.168.3.3

      Type escape sequence to abort.

      Sending 5, 100-byte ICMP Echos to 192.168.3.3, timeout is 2 seconds:

      !!!!!

      Success rate is 100 percent (5/5), round-trip min/avg/max = 312/396/516 ms

      看過文章“思科跨路由器的單臂路由如何解決"的人還看了:

      1.思科路由器怎么阻斷局域網病毒傳播

      2.思科路由器怎么設置橋接(bridging)實例

      3.思科路由器控制端口連接圖解

      4.思科路由器怎么進入 思科路由器怎么設置

      5.思科路由器基本配置教程

      6.詳解Cisco(思科)路由器的故障日志

      7.Cisco 路由器訪問權限的設置

      8.如何連接cisco路由器

      9.思科路由器使用IS-IS路由IP的基本設置方法

      10.如何利用腳本配置思科路由器

    554617 主站蜘蛛池模板: 被两个同桌绑起来玩乳动态gif| japanese六十路| 精品午夜久久网成年网| 天天操天天操天天操| 亚洲精品无码久久久久YW| ww亚洲ww在线观看国产| 日本最新免费不卡二区在线| 午夜亚洲乱码伦小说区69堂| 99aiav国产精品视频| 欧美14videosex性欧美成人| 国产乱子伦一区二区三区| 一个人免费播放在线视频看片| 欧美精品一区二区精品久久| 国产成人免费一区二区三区| 下载一个黄色录像| 欧美激情中文字幕| 国产免费的野战视频| xxxx性开放xxxx| 欧美人与动性xxxxx杂性| 国产一级理论片| 99精品国产99久久久久久97| 最近中文字幕国语免费完整| 午夜爽爽试看5分钟| 2020国产精品永久在线观看| 日本又粗又长一进一出抽搐| 免费中文字幕不卡视频| 人与动人物欧美网站| 性做久久久久免费观看| 亚洲国产精品一区二区久| 色欲香天天天综合网站| 在线网站你懂得| 久久国产精品免费一区| 男人激烈吮乳吃奶视频免费| 国产无套粉嫩白浆在线| zooslook欧美另类dogs| 最近日本免费观看高清视频| 六月丁香婷婷综合| 国产玉足榨精视频在线观看| 好吊妞998视频免费观看在线| 亚州无吗黄瓜视频有直播的不 | 李老汉在船上大战雨婷|