问题 问答题

阅读下面的配置信息,将(1)~(4)处空缺的内容填写在相应位置。
SW1>enable (进入特权模式)
SW1#vlan database (进入VLAN配置子模式)
SW1(vlan)#vtp server (设置本交换机为Server模式)
SW1(vlan)#vtp domain (1) (设置域名)
SW1(vlan)# (2) (启动修剪功能)
SW1(vlan)#exit (退出VLAN配置模式)
SW1#show (3) (查看VTP设置信息)
VTP Vetsion :2
Configuration Revision :0
Maximum VLANs supported locrlly :64
Number of existing VLANs :1
VTP Operating Mode:Server
VTP Domain Name :Server1
VTP Pruning Mode :Enable
VTP V2 Mode :Disabled
VTP Traps Generation :Disabled
MD5 digest:0x82 0x6B 0xFB 0x94 0x41 0xEF 0x92 0x30
Configuration last modified by 0.0.0.0 at 7-1-05 00:07:51 SW2#vlan database
SW2(vlan)#vtp domain NULL
SW2(vlan)# (4)
Setting device to VTP CLIENT mode.
SW2(vlan)#exit

答案

参考答案:(1) Server1 (2) vtp pruning (3) vtp status (4) vtp client

解析:
(1) 根据显示的配置信息,指定的域名是Server1,所以(1)处应为:
SW1(vlan)#vtp domain Server1 (设置域名)
(2) 启动修剪功能的命令是
SW1(vlan)# vtp pruning (启动修剪功能)
(3) 查看VTP设置信息的命令是
SW1#show vtp status (查看VTP设置信息)
(4) SW1被设置为服务器,SW2被设置为客户机,所以应该给出下面的命令
SW2(vlan)# vtp client

单项选择题
单项选择题