阅读以下的配置信息,将(1)~(4)处空缺的内容填写相应的位置。
SW1>enable //进入特权模式
SW1vlan database //进入vlan配置子模式
SW1(lan)vtp server //设置本交换机为Server模式
SW1(lan)vtp domain(1) //设置域名
SW1(lan)(2) //启动修剪功能
SW1(lan)exit //退出vlan配置模式
SW1(lan)(3) //查看vtp设置信息
VTP version:2
Configuration Revision:0
Maximum VLANs supported locally:64
Number of existing VLANs:1
VTP Operating Mode:Serverl
VTP domain Name:Serverl
VTP pruning Mode:Enable
VTP V2 Mode:Disabled
VTP Traps Generation:Disabled
MD5 digest:0x82 0x6B 0xFB 0x94 0xEF 0x92 0x30
Configuartion last modified by 0.0.0.0 at 7-1-05 00:07:51
SW2vlan database
SW2(vlan)vtp domain NULL
SW2(vlan)(4)
Swtting device to VTP CLIENT mode
SW2(vlan)exit
答案说明:本题目答案来自网络整理或转载,最终答案请以官网为准。
答 案:Server1vtp pruningvtp statusvtp client
Server1vtp pruningvtp statusvtp client 解析:考查vlan配置命令的熟练程度,考生应多上机练习,熟悉命名的使用。题目中出现的命令是vlan中经常用到的命令,考生应熟练掌握。
sw1#vlan database进入vlan配置子模式
swl(vlan)#vtp server设置交换机vtp为服务器模式
swl(vlan)#vtp client设置交换vtp为用户模式
swl(vlan)#vtp domain vtpserver设置vtp域名为vtpserver
swl(vlan)#vtp pruning启动vtp修剪功能
swl#show vtp status查看vtp设置信息