在Cisco交换机上,默认配置指的是交换机恢复出厂设置后的配置。恢复出厂设置是指将设备的配置还原为初始状态,删除任何已进行的更改和自定义设置,包括端口和 VLAN 的配置等。对于Cisco交换机,恢复出厂设置后,默认情况下,所有端口都将被禁用,除了Port0。这是因为Port0通常用于进行初始配置,可以通过Port...
Switch(config-if)#switchport mode access Switch(config-if)#switchport access vlan 2 Switch(config-if)#exit Switch(config)# Switch(config)#default interface gigabitEthernet 1/0/1 3.6 配置VLAN 以太网端口有二种链路类型:Access和Trunk。 Access类型的端口只能属于1个VLAN,一般用于连接计算机的端口; Trunk...
Cat2950#reloadSystem configuration has been modified. Save? [yes/no]:n!--- Do not save the configuration at this prompt. Otherwise, the switch !--- reloads with the current running configuration and does not reset to default. Proceed with reload? [confirm]y2w0d: %SYS-5-RELOAD: Reload ...
switch(config)#hostname Switch0 3、设置交换机IP地址和子网掩码(全局模式) Switch0(config)#int vlan1进入vlan1配置,这边也可以是其他网卡 Switch0(config-if)#ip address 192.168.1.200 255.255.255.0配置IP和子网掩码 Switch0(config-if)#no shutdown启动这个vlan1 4、设置特权模式的密码 Switch0(config)#e...
switch:set IP_ADDRESS 192.168.2.123 Set switch subnet mask:set IP_SUBNET_MASKsubnet_mask Example: switch:set IP_SUBNET_MASK 255.255.255.0 Set default gateway:set DEFAULT_GATEWAYip_address Example: switch:set DEFAULT_ROUTER 192.168.2.1 Verify that you...
switch(config)#interface vlan 1 //进入vlan 1 switch(config-if)#ip address //设置IP地址 switch(config)#ip default-gateway //设置默认网关 switch#dir flash: //查看闪存 六、交换机显示命令 switch#write //保存配置信息 switch#show vtp //查看vtp配置信息 ...
Switch(config)#hostname student2 student2(config)# To set or modify the password for entering privileged EXEC mode to 123456, the configuration command is: Switch(config)#enable secret 123456 or Switch(config)#enable password 123456 The password set by the enable secret command is encrypted in ...
switch# show interface fastethernet 0/1 ;查询端口 0/1的配置结果 (3)、配置二层交换机管理IP及网关 switch(config)# interface vlan 1 switch(config-if)#ip address 192.168.1.1 255.255.255.0 ;设置交换机 IP 地址 switch(config)#ip default-gateway 192.168.1.254 ;设置默认网关 ...
Configure default zone mode (basic/enhanced) [basic]: //配置默认区域模式 The following configuration will be applied: //将应用以下配置 password strength-check switchname MDS9148-1 interface mgmt0 ip address 192.168.10.12 255.255.255.0 gatway 192.168.10.1 ...
SWITCH B: SB(config)#spanning-tree mode mst //选择mst生成树模式 SB(config)#spanning-tree mst configuration //进入mst配置子模式 SB(config-mst)#name tky //配置mst域名 SB(config-mst)#revision 1 //配置版本号为1 SB(config-mst)#instance 2 vlan 2,4 //把VLAN映射到MST实例 ...