1、show interface stats:查看交换机所有接口当前接口流量 2、show running-config:查看当前设备配置 3、show version:查看IOS版本信息及设备正常运行时间 4、show clock:查看设备时钟信息 5、show vtp status:查看交换机vtp配置模式 6、show vtp password:查看交换机vtp配置口令 7、show env all:查看设备温度,电源和...
show running-config 查看当前的 CLI 配置。 show running-config all 包括当前 CLI 配置中的所有默认命令。 禁止的 CLI 命令 Smart CLI 和 FlexConfig 的用途是配置在 ASA 设备上可用但无法使用 设备管理器在威胁防御 设备上配置的功能。 因此,您无法配置在 设备管理器中具有等同功能的 A...
# show run wlan // WLAN configuration # show run aaa // AAA configuration (server, server group, methods) # show aaa servers // Configured AAA servers # show ap config general // AP's configurations # show ap name <ap-name> config general // Detailed con...
Router# show ip route <有故障的IP地址> 27.4.4跟踪路由(Tracing the Route) SUN-A>traceroute<有故障的主机|有故障的IP地址> C:lwindows\> winipcfg C:lwindows\> ipconfig C:windows\> ipconfig 1 all C:windows\> tracert <有故障的主机| 有故障的IP地址> 使用扩展的ping来跟踪连接性 Router# ping...
4000>(enable) clear config all 删除NVRAM中的配置信息 4000>(enable) erase all 删除FLASH中的内容 4000>(enable) show flash 显示FLASH中的内容 4000>(enable) show cam [count] dynamic|static|permanent|system [vlan_#] 显示CAM表 VLAN 1900(config)# vtp domain VTP_domain_name 定义交换机域名 ...
show ip interface brief 查看接口的ip设置和状态 show interfaces 查看路由器所有端口的状态 show interfaces 具体端口 查看路由器特定端口的状态 show running-config 查看在RAM中的配置文件 show startup-config 查看在NVRAM中的配置文件 show cdp 查看cdp的信息 ...
do show run #强制查看running-config文件 do write #保存 do show ip int b #强制查看端口列表 12.为三层设备端口配置IP ip address IP 子网掩码:先进入接口配置模式 intf0/0 ip add10.1.1.254255.255.255.0 noshut exit 三层设备默认端口号是禁用的,需要人工开启 ...
5)通过show run命令查看路由器配置的密码,更改密码 6)修改配置寄存器的值,并保持配置 Router(config)#config-register 0x2102 Router(config)#exit Router#copy running-config startup-config #交换机的密码恢复: 1)拔掉交换机的电源插头 2)重新插好电源后,立即按住交换机上的mode键,当看到配置界面显示“switch”...
show running config 显示所有的配置 show versin 显示版本号和寄存器值 shut down 关闭接口 no shutdown 打开接口 ip add +ip地址配置IP地址 secondary+IP地址为接口配置第二个IP地址 show interface+接口类型+接口号查看接口管理性 show controllers interface 查看接口是否有DCE电缆 show history 查看历史记录 show ...
show startup-config//显示已保存的配置信息,可简写为“sh star” copy running-config startup-config//保存当前配置信息,可简写为“copy run star” write//保存当前配置信息,可简写为“wr”,此命令等效于copy run star命令 erase nvram//删除已保存的配置信息,此命令等效于delete nvram:startup-config ...