交换机基本状态:hostname> ;
用户模式hostname# ;
特权模式hostname(config)# ;
全局配置模式hostname(config-if)# ;
接口状态交换机口令设置:switch>enable ;
进入特权模式switch#config ;
进入全局配置模式switch(config)#hostname ;
设置交换机的主机名switch(config)#enable secret xxx ;
设置特权加密口令switch(config)#enable password xxa ;
设置特权非密口令switch(config)#line console 0 ;
进入控制台口switch(config-line)#line vty 0 4 ;
进入虚拟终端switch(config-line)#login ;
允许登录switch(config-line)#password xx ;
设置登录口令xxswitch#exit ;
返回命令交换机VLAN设置:switch#vlan database ;
进入VLAN设置switch(vlan)#vlan 2 ;
建VLAN 2switch(vlan)# vlan 2 ;
删vlan 2switch(config)#no vlan2 ;
进入端口1switch(config-if)#switchport access vlan 2 ;
当前端口加入vlan 2switch(config-if)#switchport mode trunk ;
设置为干线switch(config-if)#switchport trunk allowed vlan 1,2 ;
设置允许的vlanswitch(config-if)#switchport trunk encap dot1q ;
设置vlan 中继switch(config)#vtp domain ;
设置发vtp域名switch(config)#vtp password ;
设置发vtp密码switch(config)#vtp mode server ;
设置发vtp模式switch(config)#vtp mode client ;
设置发vtp模式交换机设置IP地址:switch(config)#interface vlan 1 ;
进入vlan 1switch(config-if)#ip address ;
设置IP地址switch(config)#ip default-gateway ;
设置默认网关switch#dir Flash: ;
查看闪存交换机显示命令:switch#write ;
保存配置信息switch#show vtp ;
查看vtp配置信息switch#show run ;
查看当前配置信息switch#show vlan ;
查看vlan配置信息switch#show interface ;
查看端口信息switch#show int f0/0 ;
查看指定端口信息完了最最要的一步。要记得保存设置,
保存命令:switch(config)#copy running-config startup-config
配置ipv6地址:ipv6 address xx::xx:/子网掩码
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。