欢迎来到天天文库
浏览记录
ID:53713190
大小:15.17 KB
页数:1页
时间:2020-04-06
《思科3560G交换机常用配置.doc》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、思科3560G交换机常用配置一.配置telnet登陆账号和密码用串口线连上交换机Switch(config)#usernaSwitch(config)#usernameadminpasSwitch(config)#usernameadminpassword123Switch(config)#linevty04Switch(config-line)#loginlocalSwitch(config-line)#end%SYS-5-CONFIG_I:ConfiguredfromconsolebyconsoleSwitch#w
2、r二.配特权密码Switch#conftEnterconfigurationcommands,oneperline.EndwithCNTL/Z.Switch(config)#enablepassword456三.划分vlanSwitch(config)#vlan10Switch(config-vlan)#intvlan10Switch(config-if)#%LINK-5-CHANGED:InterfaceVlan10,changedstatetoupSwitch(config-if)#ipadd192.168.10.
3、1255.255.255.0四.配dhcpSwitch(config)#ipdhcppoolvlan10Switch(dhcp-config)#network192.168.10.0255.255.255.0Switch(dhcp-config)#default-router192.168.10.1Switch(dhcp-config)#dns-server192.168.1.1Switch(dhcp-config)#五.划分端口Switch(config)#intrangefastEthernet0/1-5进入1-5
4、端口Switch(config-if-range)#switchportmodeaccess并把接口方式改为accessSwitch(config-if-range)#switchportaccessvlan10把1-5端口划vlan10Switch(config-if-range)#nosh六.配静态路由Switch(config)#iproute0.0.0.00.0.0.0192.168.10.2192.168.10.2是一跳地址七.配置完一定要保存Switch#wrBuildingconfiguration...
5、[OK]
此文档下载收益归作者所有