交换技术之十-Configuring MLS

www.net130.com     日期:2005-8-31    浏览次数:
作者:红头发(原作者)、net130整理    出处:bbs.net130.com
一般的,只要交换机能够支持MLS,默认的配置就足够了.但是如果使用的是外部路由器的话,还应该在交换机上做如下配置:  net130整理
步骤1:启用MLS,如下:
Switch_A> (enable) set mls enable
Multilayer switching is enabled.
Switch_A> (enable)
步骤2:定义MLS-RP的地址,如下:
Switch_A> (enable) set mls include 172.16.10.1
Multilayer switching enabled for router 172.16.10.1.
Switch_A> (enable)
步骤3:一些可选的设置.定义MLS条目的生存时间,默认为256秒,可选的值的为64秒的倍数,范围是64-1920秒,如果你不知道64的5倍是多少,(320),假如你输入319,它将自动修正为320.如下:
Switch_A> (enable) set mls agingtime 340
Multilayer switching agingtime set to 344
Switch_A> (enable)
步骤4:验证交换机的MLS-RP设置,如下:
Switch_A> (enable) sh mls include
Included MLS-RP
–––––––––
172.16.10.1
Switch_A> (enable)
验证MLS条目生存时间使用show mls命令   net130整理


Pt.9 Configuring Token Ring & FDDI

Configuring the Port Speed

配置端口速率的命令如下:
Switch_A> (enable) set port speed [module_number/port_number] [4|16|auto]
如下,设置端口3/1的速率为16Mbps:
Switch_A> (enable) set port speed 3/1 16
Port 3/1 speed set to 16Mbps.
Switch_A> (enable)
默认是为auto(自动检测)

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

相关新闻
推荐文章