Cisco 单臂路由实验

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Cisco 单臂路由实验相关的知识,希望对你有一定的参考价值。

Cisco 单臂路由实验拓扑图:

技术分享


IOU1的配置如下:

interface Ethernet0/0
 no ip address
!
interface Ethernet0/0.1
 encapsulation dot1Q 10
 ip address 192.168.10.254 255.255.255.0
!
interface Ethernet0/0.2
 encapsulation dot1Q 20
 ip address 192.168.20.254 255.255.255.0


IOU2的配置信息如下:

interface Ethernet0/0
 switchport trunk allowed vlan 10,20
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet0/1
 switchport access vlan 10
 switchport mode access
!
interface Ethernet0/2
 switchport access vlan 20
 switchport mode access


IOU3的配置信息如下:

interface Vlan1
 ip address 192.168.10.10 255.255.255.0
!
ip route 0.0.0.0 0.0.0.0 192.168.10.254


IOU4的配置信息如下:

!
interface Vlan1
 ip address 192.168.20.10 255.255.255.0
!
ip route 0.0.0.0 0.0.0.0 192.168.20.254


本文出自 “12795469” 博客,请务必保留此出处http://12805469.blog.51cto.com/12795469/1926898

以上是关于Cisco 单臂路由实验的主要内容,如果未能解决你的问题,请参考以下文章

Cisco实验

1-交换通信:单臂路由实验+DHCP

一些Cisco 路由器命令配置

单臂路由原理+实验

Packet Tracer 5.0实验 路由器单臂路由配置

实验四:利用单臂路由实现VLAN间路由