思科跨路由器的单臂路由解决方法

原标题:"思科跨路由器的单臂路由如何解决"相关路由器设置经验分享。 - 来源:WiFi之家网  思科拥有丰富的行业经验、先进的技术,路由器功能也在世界遥遥领先,那么你知道思科跨"

原标题:"思科跨路由器的单臂路由如何解决"相关路由器设置经验分享。 - 来源:【WiFi之家网】

思科跨路由器的单臂路由解决方法

  思科拥有丰富的行业经验、先进的技术,路由器功能也在世界遥遥领先,那么你知道思科跨路由器的单臂路由如何解决吗?下面是【WiFi之家网】整理的一些关于思科跨路由器的单臂路由如何解决的相关资料,供你参考。

  思科跨路由器的单臂路由解决的方法

1ea52afd472264c23e127f6eb13796cf

  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

原创文章,作者:路由器设置,如若转载,请注明出处:https://www.224m.com/25046.html

(0)
路由器设置路由器设置
上一篇 2021年1月7日 19:03
下一篇 2021年1月7日 19:04

相关推荐

  • 怎么使用PE安装电脑系统

    现在每个人的客户端电脑基本上用的都是Windows系统。如果系统瘫痪,你自己会安装Windows操作系统吗?之前介绍的全新安装Windows7操作系统你学会了吗?本文档介绍如何使用PE安装Windows操作系统。系统安装工具 PE:1.PE简介:PE使用针对Windows系统维护的一种微型系统,P

    2021年9月16日
  • wds未开启能上网吗

    【导读】WDS未开启是什么意思图文教程,详细信息请阅读下文!
    我们在设置无线路由器的时候,在路由器的“系统状态”或者“运行状态”选项下面,查看“无线状态”或者“WLAN状态”"

    2021年1月27日
  • 修改wifi密码后连不上网了怎么办?

    有很多的用户,给鸿哥说,修改wifi密码后,出现连不上网的问题,问我应该怎么办?一开始鸿哥非常纳闷,因为修改wifi密码后,并不会导致路由器连不上网啊!!!后来经过和这些用户的详细沟通,我发现这些用户的路由器,之所以连不上网了;是因为他们在修改wifi密码的时候,把路由器中的上网参数、或者其他的配置

    2021年5月22日
  • 浅析企业由器常见故障及排解方法

    一、硬件问题 由器的硬件部分主要包括:存储器、电源、传输媒介(也就是电缆)、CSU/DSU、供应商的媒介、CPU、接口、模块等,如果所购买的由器质量可靠的话,出现硬件问题的几率是比较低的,而往往出现硬件故障,也只能以送去修理告终。常出现的硬件故障主要有以下三种"

    路由器设置 2021年1月31日
  • 怎么删除无线网络连接信号(wifi)

    无线终端连接无线信号成功后,系统会自动保存该信号的配置文件。当无线路由器更改无线参数(如更改加密方式或无线密码等),会引起终端连接不上信号,此时需要删除该配置文件。本文提供常见操作系统下删除配置文件的方法。请您参考对应操作系统的操作方法:xp系统Windows XP操作系统删除配置文件的方法如下:

    2021年10月18日
  • 电话入户模式下如何设置无线路由器

    无线路由器可以实现宽带共享上网,为局域网中的台式机、笔记本、手机等终端提供有线、无线网络接入,实现宽带共享上网。本文详细介绍TL-WR886N连接入户电话线,进行宽带拨号上网的设置方法。线路连接如下图

    2020年5月29日
  • 华为网络设备配置数据操作步骤大全

    原标题:"【可跟做】华为网络设备配置"关于路由器设置教程分享。 - 来源:WiFi之家网 - 编辑:小元。本文是通过一个大型的实验拓补进行展开的,使朋友们能够掌握Cisco设备与华为设"

    路由器设置 2021年2月22日
  • 水星(MERCURY)MW300RM迷你路由器设置上网方法

    水星(MERCURY)MW300RM迷你无线路由器的安装、设置方法;水星(MERCURY)MW300RM是一款迷你型无线路由器,在设置上与普通的无线路由器有所不同,它提供了“AP:接入点模式”等模式

    2021年3月27日
  • Linux操作系统IP路由基础理论

    也许你知道如何在Linux系统上用命令netstat或route来查找(甚至是增加/删除)已经存在的路由。但是在你做这些操作的时候你可能并不知道IP路由是如何工作的。本文将帮助你理解IP路由的原理,以及它是如何工作的。IP路由涉及到IP数据报文的转发。如果主机与目的主机直接相"

    路由器设置 2021年1月23日
  • MW316R水星无线路由器快速安装指南

    MW316R水星无线路由器支持ADSL(电话线)和小区宽带LAN(网线)两种宽带接入方式。请根据您的宽带接入方式,选择

    路由器设置 2020年8月19日