首页>计算机>思科认证>学习教程>正文
思科认证基础:Switching 命令大全

www.zige365.com 2008-8-18 14:49:31 点击:发送给好友 和学友门交流一下 收藏到我的会员中心


    11.在基于IOS的交换机上配置VTP 模式:

    switch# vlan database

    switch(vlan)# vtp domain domain-name

    switch(vlan)# vtp {sever|cilent|transparent}

    switch(vlan)# vtp password password

    在基于CLI的交换机上配置VTP 模式:

    switch(enable) set vtp [domain domain-name] [mode{ sever|cilent|transparent }][password password]

    12. 在基于IOS的交换机上配置VTP版本:

    switch# vlan database

    switch(vlan)# vtp v2-mode

    在基于CLI的交换机上配置VTP版本:

    switch(enable) set vtp v2 enable

    13. 在基于IOS的交换机上启动VTP剪裁:

    switch# vlan database

    switch(vlan)# vtp pruning

    在基于CL I 的交换机上启动VTP剪裁:

    switch(enable) set vtp pruning enable

    14.在基于IOS的交换机上配置以太信道:

    switch(config-if)# port group group-number [distribution {source|destination}]

    在基于CLI的交换机上配置以太信道:

    switch(enable) set port channel moudle/port-range mode{on|off|desirable|auto}

    15.在基于IOS的交换机上调整根路径成本:

    switch(config-if)# spanning-tree [vlan vlan-list] cost cost

    在基于CLI的交换机上调整根路径成本:

    switch(enable) set spantree portcost moudle/port cost

    switch(enable) set spantree portvlancost moudle/port [cost cost][vlan-list]

    16.在基于IOS的交换机上调整端口ID:

    switch(config-if)# spanning-tree[vlan vlan-list]port-priority port-priority

    在基于CLI的交换机上调整端口ID:

    switch(enable) set spantree portpri {mldule/port}priority

    switch(enable) set spantree portvlanpri {module/port}priority [vlans]

    17. 在基于IOS的交换机上修改STP时钟:

    switch(config)# spanning-tree [vlan vlan-list] hello-time seconds

    switch(config)# spanning-tree [vlan vlan-list] forward-time seconds

    ` switch(config)# spanning-tree [vlan vlan-list] max-age seconds

    在基于CLI的交换机上修改STP时钟:

    switch(enable) set spantree hello interval[vlan]

    switch(enable) set spantree fwddelay delay [vlan]

    switch(enable) set spantree maxage agingtiame[vlan]

    18. 在基于IOS的交换机端口上启用或禁用Port Fast 特征:

    switch(config-if)#spanning-tree portfast

    在基于CLI的交换机端口上启用或禁用Port Fast 特征:

    switch(enable) set spantree portfast {module/port}{enable|disable}

    19. 在基于IOS的交换机端口上启用或禁用UplinkFast 特征:

    switch(config)# spanning-tree uplinkfast [max-update-rate pkts-per-second]

    在基于CLI的交换机端口上启用或禁用UplinkFast 特征:

    switch(enable) set spantree uplinkfast {enable|disable}[rate update-rate] [all-protocols off|on]

    20. 为了将交换机配置成一个集群的命令交换机,首先要给管理接口分配一个IP地址,然后使用下列命令: switch(config)# cluster enable cluster-name

    21. 为了从一条中继链路上删除VLAN,可使用下列命令:

    switch(enable) clear trunk module/port vlan-range

    22. 用show vtp domain 显示管理域的VTP参数.

    23. 用show vtp statistics显示管理域的VTP参数.

    24. 在Catalyst交换机上定义TrBRF的命令如下:

    switch(enable) set vlan vlan-name [name name] type trbrf bridge bridge-num[stp {ieee|ibm}]

    25. 在Catalyst交换机上定义TrCRF的命令如下:

    switch (enable) set vlan vlan-num [name name] type trcrf

    {ring hex-ring-num|decring decimal-ring-num} parent vlan-num

本新闻共5页,当前在第2页  1  2  3  4  5  

我要投稿 新闻来源: 编辑: 作者:
相关新闻
思科认证经典资料:CISCO协议总结大全
思科认证的36个热门考点
思科认证CCNA5.0串讲1 OSI与TCP/IP
思科认证:入侵命令详解
思科认证:教你使用几种常见命令