Chinaunix首页 | 论坛 | 博客
  • 博客访问: 664022
  • 博文数量: 779
  • 博客积分: 5000
  • 博客等级: 大校
  • 技术积分: 5000
  • 用 户 组: 普通用户
  • 注册时间: 2008-10-27 13:28
文章分类

全部博文(779)

文章存档

2011年(1)

2008年(778)

我的朋友

分类:

2008-10-27 13:34:55

终于把dynamips上面划vlan给搞定了,屡试不爽,还能在模拟的三层机上起trunk和svi。


先是在R7,原来的fr机上加一块PA-8E的板子,然后分组桥接,配置上BVI和多个桥接组。

想trunk也不难,vlan iD也可以订制。

 IF:interface_name:netio_type[:netio_parameters]

1) Configuring an Access Port

syntax: ACCESS:interface_name:vlan_id

2) Configuration a 802.1Q Trunk Port

syntax: DOT1Q:interface_name:native_vlan

The native VLAN is not tagged. On devices, by default the native VLAN
is VLAN 1.

Example of configuration file:

IF:E0:udp:10000:127.0.0.1:10001
IF:E1:udp:10002:127.0.0.1:10003
IF:E2:gen_eth:eth0

DOT1Q:E0:1
ACCESS:E1:4
DOT1Q:E2:1
这样,我R7也成了一台三层设备。top的灵活程度又提高了。

16 Ethernet interfaces
2 FastEthernet interfaces
8 Serial interfaces
125K bytes of NVRAM.

参考文献,cisco document :Configuring Transparent Bridging

dynamips readme.txt

【责编:Peng】

--------------------next---------------------

阅读(263) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~