dynamips上面划vlan

王朝other·作者佚名  2008-05-31
宽屏版  字体: |||超大  

终于把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 Cisco 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

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
© 2005- 王朝网络 版权所有