关于VTP的配置命令

VTP模式有3种:
    服务器模式
    客户端模式
    透明模式
 
vtp通告有3种:
    汇总通告
    子集通告
    通告请求
 
vtp配置命令:
    switch(config)#vtp domain domain_name                 //创建VTP域
    switch(config)#vtp mode server|client|transparent     //配置VTP的模式
    switch(config)#vtp password password                  //配置VTP密码
    switch(config)#vtp pruning                            //配置VTP修剪
    switch(config)#vtp version 2                          //查看VTP版本
    switch#show vtp status                                //查看VTP的配置

你可能感兴趣的:(职场,Cisco,路由,休闲)