欢迎来到天天文库
浏览记录
ID:18127377
大小:81.00 KB
页数:6页
时间:2018-09-14
《配置cisco2950交换机的端口》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、配置cisco2950交换机的端口配置一组端口 命令目的Step 1 configureterminal进入配置状态Step 2 interfacerange{port-range}进入组配置状态Step 3 可以使用平时的端口配置命令进行配置Step 4 end退回Step 5 showinterfaces[interface-id]验证配置Step 6 copyrunning-configstartup-config保存当使用interfacerange命令时有如下的规则:·有效的组范围:ovlan从1到4094ofastethernet槽位/{firstpo
2、rt}-{lastport},槽位为0ogigabitethernet槽位/{firstport}-{lastport},槽位为0oport-channelport-channel-number-port-channel-number,port-channel号从1到64·端口号之间需要加入空格,如:interfacerangefastethernet0/1 – 5是有效的,而interfacerangefastethernet0/1-5是无效的.·interfacerange命令只能配置已经存在的interfacevlan·所有在同一组的端口必须是相同类别的。见以
3、下例子:Switch#configureterminalSwitch(config)#interfacerangefastethernet0/1-5Switch(config-if-range)#noshutdownSwitch(config-if-range)#以下的例子显示使用句号来配置不同类型端口的组:Switch#configureterminalSwitch(config)#interfacerangefastethernet0/1-3,gigabitethernet0/1-2Switch(config-if-range)#noshutdownSwitch
4、(config-if-range)#配置二层端口2950的所有端口缺省的端口都是二层口,如果此端口已经配置成三层端口的话,则需要用switchport来使其成为二层端口。配置端口速率及双工模式可以配置快速以太口的速率为10/100Mbps及千兆以太口的速率为10/100/1000-Mbps;但对于GBIC端口则不能配置速率及双工模式,有时可以配置nonegotiate,当需要联接不支持自适应的其它千兆端口时 命令目的Step 1 configureterminal进入配置状态.Step 2 interfaceinterface-id进入端口配置状态.Step 3 s
5、peed{10
6、100
7、1000
8、auto
9、nonegotiate}设置端口速率注 1000只工作在千兆口.GBIC模块只工作在1000Mbps下.nonegotiate只能在这些GBIC上用1000BASE-SX,-LX,and-ZXGBIC.Step 4 duplex{auto
10、full
11、half}设置全双工或半双工.Step 5 end退出Step 6 showinterfacesinterface-id显示有关配置情况Step 7 copyrunning-configstartup-config保存 Switch#configureterminalSw
12、itch(config)#interfacefastethernet0/3Switch(config-if)#speed10Switch(config-if)#duplexhalf端口描述 命令目的Step 1 configureterminal进入配置模式Step 2 interfaceinterface-id进入要加入描述的端口Step 3 descriptionstring加入描述(最多240个字符).Step 4 end退回.Step 5 showinterfacesinterface-iddescriptionorshowrunning-config验证
13、.Step 6 copyrunning-configstartup-config保存 Usethenodescriptioninterfaceconfigurationcommandtodeletethedescription.ThisexampleshowshowtoaddadescriptiononFastEthernetinterface0/4andtoverifythedescription:Switch#configterminalEnterconfigurationcommands,oneperline. EndwithCNTL/Z.Switch(
此文档下载收益归作者所有