Switch命令大全(三)

豆豆网   技术应用频道   2008年01月22日  【字号: 收藏本文

本文详细介绍Switch命令大全(三)

  54. 确定那些MLS-RP和MLS-SE参与了MLS,可先显示交换机引用列表中的内容再确定:

  switch(enable) show mls include

  55. 显示MLS高速缓存记录:

  switch(enable) show mls entry

  56. 用命令show in arp显示ARP高速缓存区的内容。

  57. 要把路由器配置为HSRP备份组的成员,可以在接口配置模式下使用下面的命令:

  router(config-if)# standby group-number ip ip-address

  58. 为了使一个路由器重新恢复转发路由器的角色,在接口配置模式下:

  router(config-if)# standy group-number preempt

  59. 访问时间和保持时间参数是可配置的:

  router(config-if)# standy group-number timers hellotime holdtime

  60. 配置HSRP跟踪:

  router(config-if)# standy group-number track type-number interface-priority

  61. 要显示HSRP路由器的状态:

  router# show standby type-number group brief

  62. 用命令show ip igmp确定当选的查询器。

  63. 启动IP组播路由选择:

  router(config)# ip muticast-routing

  64. 启动接口上的PIM:

  dalllasr1>(config-if)# ip pim {dense-mode|sparse-mode|sparse-dense-mode}

  65. 启动稀疏-稠密模式下的PIM:

  router# ip multicast-routing

  router# interface type number

  router# ip pim sparse-dense-mode

  66. 核实PIM的配置:

  dallasr1># show ip pim interface[type number] [count]

  67. 显示PIM邻居:

  dallasr1># show ip neighbor type number

  68. 为了配置RP的地址,命令如下:

  dallasr1># ip pim rp-address ip-address [group-access-list-number][override]

责编:豆豆技术应用

正在加载评论...