Chinaunix首页 | 论坛 | 博客
  • 博客访问: 40004
  • 博文数量: 28
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 440
  • 用 户 组: 普通用户
  • 注册时间: 2013-02-26 20:08
文章分类

全部博文(28)

文章存档

2013年(28)

我的朋友

分类: 网络与安全

2013-02-26 21:32:05

Vlan内通信:

在同一交换机上的同一Vlan内通信;在不同交换机上的同一Vlan内通信

在不同交换机上的同一Vlan内通信:

拓扑图:

 

Trunk(VLAN内通信)

Switch(config)#hos swA
swA(config)#vl 10
swA(config-vlan)#na sales
swA(config)#int f0/5
swA(config-if)#sw acc vl 10
swA(config)#vl 20
swA(config-vlan)#na technical
swA(config)#int f0/15
swA(config-if)#sw acc vl 20
swA(config)#int f0/24
swA(config-if)#sw mo t
Switch(config)#hos swB
swB(config)#vl 10
swB(config-vlan)#na sales
swB(config)#int f0/5
swB(config-if)#sw acc vl 10
swB(config)#vl 20
swB(config-vlan)#name technical
swB(config)#int f0/15
swB(config-if)#sw acc vl 20
swB(config)#int f0/24
swB(config-if)#sw mo t

在同一交换机上的同一Vlan内通信:

阅读(260) | 评论(0) | 转发(0) |
0

上一篇:vlan间的通信

下一篇:Vlan的基本配置

给主人留下些什么吧!~~