欢迎来到天天文库
浏览记录
ID:35296959
大小:408.00 KB
页数:7页
时间:2019-03-23
《交换机路由器配置总结》由会员上传分享,免费在线阅读,更多相关内容在应用文档-天天文库。
1、交换机和路由器配置过程总结作为网络中重要的硬件设备,随着网络融入我们的日常生活,交换机和路由器也逐渐被人们所熟悉。关于交换机、路由器的配置,计算机和网络专业的学生理应能够操作熟练。通过这次网络工程师培训,借助PacketTracer5.0仿真软件学习网络配置、拓扑图设计等,我对交换机、路由器配置有了深刻的了解,现将配置过程小结如下。第一部分交换机配置一、概述一层、二层交换机工作在数据链路层,三层交换机工作在网络层,最常见的是以太网交换机。交换机一般具有用户模式、配置模式、特权模式、全局配置模式等模式。二、基本配置命令(CISCO)Switch
2、>enable 进入特权模式Switch#configterminal 进入全局配置模式Switch(config)#hostname 设置交换机的主机名Switch(config)#enablepassword 进入特权模式的密码(明文形式保存)Switch(config)#enablesecret 加密密码(加密形式保存)(优先)Switch(config)#ipdefault-gateway 配置交换机网关Switch(config)#showmac-add
3、ress-table 查看MAC地址Switch(config)loggingsynchronous 阻止控制台信息覆盖命令行上的输入Switch(config)noipdomain-lookup 关闭DNS查找功能Switch(config)exec-timeout00 阻止会话退出 使用Telnet远程式
4、管理Switch(config)#linevty04 进入虚拟终端Switch(config-line)#password 设置登录口令Switch(config-line)#login 要求口令验证 控制台口令switch(config)#lineconsole0 进入控制台口switch(config-line)#passwordxx switch(config-line)#设置登录口令login 允许登录恢复出厂配置
5、Switch(config)#erasestartup-configSwitch(config)deletevlan.datVlan基本配置Switch#vlandatabase 进去vlan配置模式Switch(vlan)#vlan号码name名称 创建vlan及vlan名Switch(vlan)#vlan号码mtu数值 修改MTU大小Switch(v
6、lan)#exit 更新vlan数据并推出Switch#showvlan 查看验证Switch#copyrunning-configstartup-config 保存配置VLAN中添加删除端口Switch#configterminal 进入
7、全局配置Switch(config)#interfacefastethernet0/1 进入要分配的端口Switch(config-if)#Switchportmodeaccess 定义二层端口Switch(config-if)#Switchportaccesvlan号 把端口分给一个vlanSwitch(config-if)#switchportmodetrunk 设置为干线Switch(config-if)#switchporttrunkencapsulationdo
8、t1q 设置vlan中继协议Switch(config-if)#noswitchportmode或(switchportmodeaccess) 禁用干线Sw
此文档下载收益归作者所有