欢迎来到天天文库
浏览记录
ID:32437135
大小:55.50 KB
页数:14页
时间:2019-02-04
《锐捷rcna证书培训命令参考资料》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、锐捷RCNA证书培训命令参考资料.txt我的优点是:我很帅;但是我的缺点是:我帅的不明显。什么是幸福?幸福就是猫吃鱼,狗吃肉,奥特曼打小怪兽!令堂可是令尊表姐?我是胖人,不是粗人。锐捷RCNA证书培训命令参考资料交换机配置命令模式EXEC模式:用户模式switch>交换机信息的查看,简单测试命令特权模式switch#查看、管理交换机配置信息,测试、调试配置模式:全局配置模式switch(config)#配置交换机的整体参数接口配置模式switch(config-if)#配置交换机的接口参数进入全局配置模式Switch#configuretermin
2、alSwitch(config)#exitSwitch#进入接口配置模式Switch(config)#interfacefastethernet0/1Switch(config-if)#exitSwitch(config)#从子模式下直接返回特权模式Switch(config-if)#endSwitch#命令行其他功能获得帮助switch#?switch#show?命令简写全写:switch#configureterminal简写:Switch#config使用历史命令Switch#(向上键)Switch#(向下键)配置交换机Telnet功能配置远
3、程登陆密码Switch(config)#enablesecretlevel10ruijIE配置进入特权模式密码Switch(config)#enablesecretlevel150ruijIE为交换机配置管理IPSwitch(config)#interfacevlan1Switch(config-if)#noshutdownSwitch(config-if)#ipaddress192.168.1.1255.255.255.0Switch(config-if)#end配置文件的管理保存配置将当前运行的参数保存到flash中用于系统初始化时初始化参数S
4、witch#copyrunning-configstartup-configSwitch#writememorySwitch#write删除配置永久性的删除flash中不需要的文件使用命令deleteflash:config.text删除当前的配置:在配置命令前加no例:switch(config-if)#noipaddress查看配置文件内容Switch#showconfigure查看保存在FLASH里的配置信息Switch#showrunning-config查看RAM里当前生效的配置配置PortVLAN创建VLAN10,将它命名为test的例
5、子Switch#configureterminalSwitch(config)#vlan10Switch(config-vlan)#nametestSwitch(config-vlan)#end把接口0/10加入VLAN10Switch#configureterminalSwitch(config)#interfacefastethernet0/10Switch(config-if)#switchportmodeaccessSwitch(config-if)#switchportaccessvlan10Switch(config-if)#end将一
6、组接口加入某一个VLANSwitch(config)#interfacerangefastethernet0/1-8,0/15,0/20Switch(config-if-range)#switchportaccessvlan20注:连续接口0/1-8,不连续接口用逗号隔开,但一定要写明模块编号配置TagVLAN-Trunk把Fa0/1配成Trunk口Switch#configureterminalSwitch(config)#interfacefastethernet0/1Switch(config-if)#switchportmodetrunk把
7、端口Fa0/20配置为Trunk端口,但是不包含VLAN2:Switch(config)#interfacefastethernet0/20Switch(config-if)#switchporttrunkallowedvlanremove2Switch(config-if)#endNativeVLAN配置命令:Switch(config-if)#switchporttrunknativevlan20Switch(config-if)#end注意:每个Trunk口的缺省nativeVLAN是VLAN1在配置Trunk链路时,请确保连接链路两端的Tr
8、unk口属于相同的nativeVLAN保存/清除VLAN信息将VLAN信息保存到flash中Switch#writemem
此文档下载收益归作者所有