show startup-config//显示已保存的配置信息,可简写为“sh star” copy running-config startup-config//保存当前配置信息,可简写为“copy run star” write//保存当前配置信息,可简写为“wr”,此命令等效于copy run star命令 erase nvram//删除已保存的配置信息,此命令等效于delete nvram:startup-config 2、路...
show run int f0/1 //查看f0/1配置状况 show run int valn 180 //查看Vlan 的配置状态 show vtp stauts //查看vtp 的状态 show clock //查看交换机当前的时间 show ntp stauts //查看ntp 是否同步show ip ssh //查看SSH配置 2.设置console登录的密码 (confing)#line console 0 (config-line)#...
Router#t show ip route Router# show interface <有故障的接口> Router# show run *IP的故故障排除 检查可用的路由 Router# show ip route <有故障的IP地址> 27.4.4跟踪路由(Tracing the Route) SUN-A>traceroute<有故障的主机|有故障的IP地址> C:lwindows\> winipcfg C:lwindows\> ipconfig C:windows...
show run int f0/1 //查看f0/1配置状况 show run int valn 180 //查看Vlan 的配置状态 show vtp stauts //查看vtp 的状态 show clock //查看交换机当前的时间 show ntp stauts //查看ntp 是否同步 show ip ssh //查看SSH配置 2.设置console登录的密码 (confing)#line console 0 (config-line)#passwo...
当我们想在cisco 路由器或交换机上执行权限分级管理时,常常需要为不同级别的用户分配超出默认设置的命令,比如show run就是最基本的排错命令。 但是当你的用户级别处在0-14时,是无法执行该命令的。你可以使用如下命令为这些用户赋权限: privilege exec level 14 show running-config ...
1. "|"符号在Cisco路由器命令中用作过滤符号,可以与"begin"、"include"、"exclude"等命令结合使用。例如:show run | begin route 表示显示从"route"开始的运行配置部分。例如:show run | include route 表示显示包括"route"的运行配置部分。例如:show run | exclude route 表示显示不包括"route"...
— 验证在思科设备的“show running-config”输出中,call-home已启用“service call-home” — 确保正确的Call-Home配置文件处于活动状态 — 验证在活动Call-Home配置文件下配置了“reporting smart-licensing-data” 场景#5:交换机许可证授权“失败原因:无法发送Call Home HTTP消息。" ...
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 三层设备默认端口号是禁用的,需要人工开启 ...
如果在引导序列或show diagnostics module {1|2}命令的输出中未发现任何硬件故障,请发出show environment status和show environment temperature命令,以查看与环境条件相关的输出并查找其他任何有故障的组件。 cat6knative#show environment statusbackplane: operating clock count: 2 operating VTT count: 3 fan-tray 1:...
switch#show run //查看当前配置信息 switch#show vlan //查看vlan配置信息 switch#show interface //查看端口信息 switch#show int f0/0 //查看指定端口信息 七、交换机配置保存 Switch#show running-config //查看交换机配置 Switch#copy running-config startup-config //保存交换机配置 ...