A.showVLAN
B.printVLAN
C.monitorVLAN
D.displayVLAN
第1题:
请填写以下Cisco 6500交换机STP配置命令的描述。
set spantree enable[vlan] (1)
set spantree fwddelay delay[vlan] (2)
set spantree hello interval[vlan] (3)
set spantree maxage agingtime[vlan] (4)
set spantree portcost mod_num/port_num cost (5)
第2题:
在交换机上可以配置虚拟局域网(VLAN),以下是部分配置清单。回答问题1、问题2、问题3、问题4和问题5,将解答填入对应栏内。
>enable
gconfigt
Enter configuration commands,one perline.End with CNTL/Z
(config)//了安全和方便起见,我们给这个交换机起个名字,并且设置登录密码。
(config)hostname Cisco
Cisco(config)enable password level 15 goodluck
Cisco(config)
Cisco(config)vlan 2 name ciu_teacher//设置两个VLAN
Cisco(config)vlan 3 name ciu_student
Cisco(config)interface ethernet0/2 //把VLAN都定义到了交换机的端口上
Cisco(config-if)vlan-membership static 2
Cisco(config-if)int e0/3
Cisco(config-if)vlan-membership static 2
Cisco(config-if)inte 0/4
Cisco(config-if)vlan-membership static 2
Cisco (config-if) int e0/5
Cisco (config-if) vlan-membership static 2
Cisco (config-if) iht e0/17
Cisco (config-if) vlan-membership static 3
......
Cisco (config-if) int e0/22
Cisco (config-if) vlan-membership static 3
Cisco (config-if)
Cisco (config) (1) //验证配置
VLAN Name Status Ports
1 default Enabled 1,6-16,22-24,AUI,A,B (2)
2 ciu teacher Enabled 2-5
3 ciu student Enabled 17-22
......
为什么要从vlan2,而不是从vlan1开始配置?
第3题:
华为交换机上可以使用命令vlan batch批量创建多个VLAN,简化配置过程。
第4题:
在交换机中配置VLAN时,VLAN 1是否需要通过命令创建?为什么?
第5题:
华为交换机上可以使用命令vlan batch批量创建多个VLAN,简化配置过程。