Switch(config)# Interface fastethernet 0/1 #进入具体端口配置模式 Switch(config-if)#Switchport port-secruity #配置端口安全模式 Switch(config-if )switchport port-security mac-address MAC(主机的MAC地址)#配置该端口要绑定的主机的MAC地址 Switch(config-if )no switchport port-security mac-a...
switch(config-vlan)#interface Eth1/1(备注:这里设置好接口,不同的交换机可能不一致) switch(config-if)#switch-port mode access switch(config-if)#switch-port access vlan 10 switch(config-if)#interface vlan 10 switch(config-if)#ip address 192.168.0.2 255.255.255.0 switch(config-if)#end switch#c...
switch(config)# enable password level 1 password 在基于CLI的交换机上设置登录口令: switch(enable) set password switch(enable) set enalbepass 3.在基于IOS的交换机上设置远程访问: switch(config)# interface vlan 1 switch(config-if)# ip address ip-address netmask switch(config-if)# ip default-gate...
switch(config-if)# ip address ip-address netmask switch(config-if)# ip default-gateway ip-address 在基于CLI的交换机上设置远程访问: switch(enable) set interface sc0 ip-address netmask broadcast-address switch(enable) set interface sc0 vlan switch(enable) set ip route default gateway 4.在基于I...
switch(config)#enablepasswordlevel1password 在基于CLI的交换机上设置登录口令: switch(enable)setpassword switch(enable)setenalbepass 3.在基于IOS的交换机上设置管理IP: switch(config)#interfacevlan1 switch(config-if)#ipaddressip-addressnetmask switch(config-if)#ipdefault-gatewayip-address ...
clock set 18:59:00 nov 25 2013 //设置时钟。*注意设置格式。hh:mm:ss month day year ---设置管理口--- interface FastEthernet0 //指定管理口,默认管理口为F0端口,此端口与ILO通讯,用于管理交换机。 ip address 10.91.246.244 255.255.255.0 //设置静态管理IP地址。 no sh //指定开启F0管理端口...
机上设置登录口令:switch(enable)setpasswordswitch(enable)setenalbepass3.在基于ios的交换机上设置远程访问:switch(config)#interfacevlan1switch(config-if)#ipaddressip-addressnetmaskswitch(config-if)#ipdefault-gatewayip-address在基于cli的交换机上设置远程访问:switch(enable)setinterfacesc0ip-addressnetmask...
Switch:boot6)把配置文件的名字改回来Switch#rename flash:config.old flash:config.text7)手工加载配置文件Switch#copy flash:config.text system:running-config8)配置文件加载完成后,需要进入配置模式修改密码,最后保存配置,完成密码的恢复 6.常用的专用命令: Switch(config)#no ip domain-lookup //禁用域名解析...
Switch(config)#interface vlan 1 Switch(config-if)#ip address 192.168.1.254 255.255.255.0 Switch(config-if)#no shutdown Switch(config)#interface vlan 2 Switch(config-if)#ip address 192.168.2.254 255.255.255.0 Switch(config-if)#no shutdown ...
Static IP Address DHCP IP Address Configure Static IP Address In this scenario, the switch is set up without the availability of a DHCP server. Follow the steps below to configure a static IP address on the switch: Step 1. Connect your comp...