配置AC
背景信息
本方案中的AC与核心交换机互联,在本节中介绍如下配置内容:
AC和核心交换机之间的VLAN透传。
操作步骤
- 配置AC连接核心交换机CORE的接口GE0/0/4和GE0/0/5加入Eth-Trunk30,并透传VLAN100(管理VLAN)和VLAN101(业务VLAN)。
# sysname AC # vlan batch 100 101 //创建管理VLAN100,业务VLAN101 # interface Eth-Trunk30 port link-type trunk undo port trunk allow-pass vlan 1 port trunk allow-pass vlan 100 101 //透传VLAN100和VLAN101 # interface GigabitEthernet0/0/4 eth-trunk 30 //配置接口加入到eth-trunk # interface GigabitEthernet0/0/5 eth-trunk 30 //配置接口加入到eth-trunk #