思科交换机常用命令大全 思科交换机常用命令及配置( 二 )


2ceng(config)#interface vlan 1 //进入VLAN 1
2ceng(config-if)#no shut //激活VLAN1
2ceng(config-if)#exit //退出到全局配置模式
2ceng(config)#interface vlan 2 //创建VLAN 2
2ceng(config-if)#no shut //激活VLAN2
2ceng(config-if)#exit //退出到全局配置模式
2ceng(config)#interface vlan 3 //创建VLAN 3
2ceng(config-if)#no shut //激活VLAN3
2ceng(config-if)# ip address 192.168.3.254255.255.255.0 //配置192.168.3.254为2ceng管理IP
2ceng(config-if)#exit //退出到全局配置模式
2ceng(config)#interface range fa0/1-12 //进入到端口1-12
2ceng(config-if-range)#switchport mode access //将1-12口设置为交换口
2ceng(config-if-range)#switch access vlan 1 //将1-12口划分到VLAN 1
2ceng(config-if-range)#exit //退出到全局配置模式
2ceng(config)#interface range fa0/13-23 //进入到端口13-23
2ceng(config-if-range)#switch access vlan 2 //将13-23口划分到VLAN2
2ceng(config-if-range)#exit //退出到全局配置模式
2ceng(config)#interface fastEthernet 0/24 //进入到24口
2ceng(config-if)#switch mode trunk //将24口设置为干线
2ceng(config-if)#exit //退出到全局配置模式
2ceng(config)#enable secret cisco //设置加密的特权密码cisco
2ceng(config)#line vty 0 4 // VTY是路由器的远程登陆的虚拟端口,0 4表示可以同时打开5个会话,line vty 04是进入VTY端口,对VTY端口进行配置,比如说配置密码
2ceng(config-line)#password telnet //设置远程登陆密码为telnet
2ceng(config-line)#login
2ceng(config-line)#exit
2ceng(config)#ip default-gateway 192.168.3.1
2ceng(config)#exit
2ceng#wr //保存配置
Building configuration…
[OK]
最新弱电资料更新—弱电工程各系统施工报价清单(12月21日)

推荐阅读