附录5:如何设置交换机的端口速率、双工模式
附录5:如何设置交换机的端口速率、双工模式     1
附录6:如何关闭交换机的生成树协议及启用端口快速     4
附录7:如何设置路由器、交换机的组播     7
附录5:如何设置交换机的端口速率、双工模式
注:黑体为命令,底纹为注释,斜体为举例。
因同一厂家不同型号及同一型号不同版本的 IOS会有所不同,如与本文中介绍有
所不同,为正常情况,请参考厂家相关设备技术资料或联系相关技术支持。
原则:首先配置端口的速度,然后配置双工模式,千兆端口请参考设备技术手册。
CISCO交换机
★在基于IOS交换机上的配置
进入以太网端口 EthernetO/3 的配置模式
Switchenable
Switch# con figure termi nal
Switch(c on fig)#    in terface    in terface    module/nu mber
例:Switch (co nfig)#    in terface faO/3
Switch(co nfig-if)# speed {10|100|1000}    设置端口的速率
例:Switch(config-if)#    speed 100 将以太网端口 Ethernet0/3 端口速率设置为 100Mbps
Switch(config-if)#    duplex {full|half|auto}    设置以太网端口的全双工    /半双工属性
例:Switch(config-if)# duplex full    将以太网端口 Ethernet0/3 端口设为全双工
Switch(config-if)#    end 或两次 exit
Switch# copy runnin g-c onfig startup-c onfig
★在基于CatOS交换机上的配置
Switch> enable
进入特权用户
Switch> (en able)    set port speed    mod_num/port_ num {10|100|1000|auto}    设置端口的速率
例:Switch> (enable)
set port speed 2/3 100    将端口 2/3 的速度设为 100Mbps
Switch> (en able)    set port
例:Switch> (enable)
mod _n um/port_ num {full|half}    设置端口的双工模式
set port duplex 2/3 full    将端口 2/3 设为全双工
Switch〉(en able) show port mod_nu m/port_ num    查看端口配置结果
例:Switch> (enable)    show port 2/3    查看端口 2/3 的配置结果
基于CatOS的交换机输入完的命令立即存储到    NVRAM
华为交换机
Quidway>system-view    进入系统视图
[Quidway] in terface    {i nterface_type in terface _nu m|i nterface _n ame}
进入以太网端口配置模式 例:[Quidway] in terface ethernetO/3    进入端口 EthernetO/3 的配置模式
[Quidway-EthernetO/3] speed { 例:[Quidway-EthernetO/3]
10| 100| auto }    设置端口的速率
[Quidway-EthernetO/3]
duplex { half | full
例:[Quidway-Ethernet0/3]    duplex full
| auto }
设置以太网端口的全双工 /半双工属性
将端口 Ethernet0/3设置为全双工
speed 100 将端口 EthernetO/3 速率设置为 100Mbps
港湾交换机
Harbourenable
进入配置模式
Password:******
输入口令
关闭自适应模式 on为打开
Harbour(c on fig)#    config port [<portlist>|all]    auto off
例: config port 24 auto off
关闭端口 24的自适应模式
config port 3,7,9,18-22 auto off
关闭端口 37918-22的自适应模式
Harbour(co nfig)# config port [<portlist>|all]    speed [10|100|1000]
例:config port 20 speed 100    将端口 20 速率设为 100Mbps
config port all speed 100    将所有端口速率设为 100Mbps
设置端口速率
Harbour(c on fig)#    config port [<portlist>|all]    duplex [full|half]
例:config port 20 duplex full    将端口 20设为全双工
config port all duplex full    将所有端口设为全双工
设置端口双工模式
(half为半双工
神州数码交换机
User Access Verificati on
Username: admin
Password: ******
CLI sessi on with the host is ope ned. To end the CLI sessi on, en ter [Exit]. Con sole#
Con sole# con figure
输入账号、密码进入特权模式
进入全局配置模式
Con sole(c on fig)#
Con sole(con fig-if)#
Con sole(c on fig-if)#
Con sole(c on fig-if)#
in terface    ether net 1/3
no shutdow n
no n egotiati on
speed-duplex {1000full | 100full | 100half | 10full |10half}
进入端口 Ethernet1/3 的配置模式
启用该端口
关闭自适应功能
设置端口速率和双工模式
例:Console(config-if)#    speed-duplex lOOfull
将端口 ethernet 1/3 设为100M全双工
附录6:如何关闭交换机的生成树协议及启用端口快速
CISCO交换机
一、关闭生成树协议
进入特权用户 进入全局配置模式 关闭某个vlan上的生树树 vlan 1的生成树关闭 将vla n 1的生成树打开
★在基于IOS交换机上的配置
Switchenable
Switch# con figure termi nal
Switch(c on fig)#    no spa nnin g-tree vla n    vlan-id
例:Switch (config)#    no spanning-tree vlan 1
例:Switch (config)# spanning-tree vlan 1
进入特权用户
关闭所有端口的生成树 关闭某个vlan上的生树 vlan 1的生成树关闭 将vlan 1的生成树打开
★在基于CatOS交换机上的配置
Switch> enable
Switch> (en able)    set spa ntree disable all
Switch> (en able)    set spa ntree disable    vlan
例: Switch> (enable)    set spantree disable    1
例: Switch> (enable)    set spantree enable    1
二、启用快速端口( PortFastCisco的私有技术)
注:如果启用快速端口,就不用关闭交换机的生成树协议,快速端口只需要在接有终端的端
口启用就可以,其他端口可配可不配。其他厂家交换机相同
进入特权用户 进入全局配置模式 进入以太网端口配置模式
★在基于IOS交换机上的配置
Switch> enable
Switch# con figure termi nal
Switch(c on fig)#    in terface    in terface    module/nu mber
Switch(con fig-if)#    spa nnin g-tree portfast
例:Switch (co nfig)#    in terface faO/3 进入以太网端口 EthernetO/3 的配置模式
打开端口 faO/3的快速端口
★在基于CatOS交换机上的配置
Switch> enable
进入特权用户
Switch> (en able)    set spa ntree portfast    mod_nu m/port_ num en able|disable
打开或关闭某端口的快速端口
例: Switch> (enable)    set spantree 2/3 enable
打开端口 2/3的快速端口
华为交换机
华为交换机缺省情况下,不运行生成树协议,如已开启,默认运行为    RSTP (快速生成树协议)。
一、关闭生成树协议
1、    关闭整个交换机的生成树
Quidway>system-view
[Quidway] stp disabl e
2、    关闭某个端口的生成树
进入系统视图 关闭生成树协议
Quidway>system-view [Quidway] in terface [Quidway-EthernetO/3]
二、启用边缘端口
Quidway>system-view [Quidway] in terface [Quidway-EthernetO/3]如何打开端口
ethernetO/3
stp disable
EdgePort (端口快速)
ethernet0/3
stp edged-port en able
进入系统视图
进入端口 Ethernet0/3配置模式
关闭端口 E0/3的生成树
进入系统视图
进入端口 Ethernet0/3配置模式
设定端口 E0/3为边缘端口

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。