1 switch#show version 查看系统中的所有版本信息 2 switch#show ip int b 查看各接口状态 3 switch#show vlan int b 查看交换机所有vlan信息 4 switch#show running-configure 查看交换机当前起作用的配置信息 5 switch#show int f0/0 查看指定端口信息 在配置模式中无法使用show命令,如果要使用的话show前必须...
Switch(config)#ip dhcp excluded-address 10.56.1.250 10.56.1.254 Switch(config)#exit 四、 常用查看和排错命令 Switch(config)#no service dhcp //停止 DHCP服务[默认为启用 DHCP服务 Switch#sh ip dhcp binding //显示地址分配情况 Switch#show ip dhcp conflict //显示地址冲突情况 Switch#debug ip dhcp se...
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)#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#show run //查看当前配置信息 switch...
Switch (config)# interface vlan 10 !创建VLAN虚接口,并配置IP Switch (config-if)# ip address 172.16.1.2255.255.255.0 Switch (config-if)# no shutdown Switch (config-if)# exit Switch (config)# interface vlan 50 !创建VLAN虚接口,并配置IP ...
5)通过show run命令查看路由器配置的密码,更改密码 6)修改配置寄存器的值,并保持配置 Router(config)#config-register 0x2102 Router(config)#exit Router#copy running-config startup-config #交换机的密码恢复: 1)拔掉交换机的电源插头 2)重新插好电源后,立即按住交换机上的mode键,当看到配置界面显示“switch”...
配置交换机网关:Switch(config)#ip default-gateway 网关 switch(config)#int vlan 1 设置ip地址和掩码: switch(config-if)#ip address 10.65.1.3 255.255.0.0 设置switch的网关: switch(config)#ip defaule-gateway 10.65.1.9 查看当前配置: switch#sh run ...
interface s0.16 point-to-point 在串行链路上创建用于帧中继网络的点对点子接口 interface serial 5 进人接口serial 5的配置模式,也可以使用show命令 ip access-group 将IP访问列表应用到一个接口 ip address 设置一个接口或交换机IP地址 ip classless 一个全局配置命令,用于告诉路由器当目的网络没有出现在路由表中...
Switch(config)#interface vlan 2 Switch(config-if)#ip address 192.168.2.254 255.255.255.0 Switch(config-if)#no shutdown Switch(config)#interface vlan 3 Switch(config-if)#ip address 192.168.3.254 255.255.255.0 Switch(config-if)#no shutdown ...
ip address 1.1.1.1 255.0.0.0配置虚接口IPno shutdown启动虚接口no switchpport 将三成接口转换为三层接口ip helper-address 192.168.1.100 配置中继DHCP服务器 17.ssh配置: enconfig thostname zhang //配置主机名ip domain-name pjy.cn //配置域名aaa new-model //配置AAA认证username pjycm secret pjy@123...