ensp查看路由器的接口>下令/h2>
display this 查看当前配置过的>下令/p>
display current-configuration 查看所有配置 (简写 dis cu )
display ip interface brief 查看接口的ip

display interface brief 查看接口配置信息
display ip routing-table 查看路由表
display mac-address 查看MAC表
display arp 查看ARP表
display ospf peer brief 查看ospf邻居关系
display interface Eth-Trunk 查看链路聚合状态
display clock 查看系统当前时间
display saved-configuration 显示保存的配置文件
查看路由器的所有配置信息用哪条>下令/h2>
路由查看配置命令是: display current 。
查看方式如下:
1、用CONSOLE线接路由器CONSOLE口。
2、通过 secureCRT软件登陆路由器。
3、输入路由器的登陆用户名和密码。
4、登陆后:
system-veiw(进入全局模式)
dis cu (display current的简写,显示全局配置)
提示:如果一个页面显示不完,可以按空格键继续。
display ip int brief 查看接口ip>地点/p>
display interface brief 查看接口的简要信息
display current-configuration 显示当前配置文件
display current-configuration 关键词(查看关键词的配置)
display saved-configuration 显示保存的配置文件
display ip routing-table 查看路由表
display ospf peer 查看ospf邻居关系
display ospf lsdb 查看链路关系数据库
cisco怎么查看>设置/h2>
1、查看运行配置文件
Router#show running-config
运行配置文件running-config位于路由器的RAM中,存放的是路由器当前使用的配置信息。
2、查看启动配置文件
Router#show startup-config
启动配置文件startup-config位于路由器的NVRAM中,可以长期保存。它在启动路由器时装入RAM,成为running-config。
3、查看路由器的版本信息
Router#show version
4、查看路由器的接口状态
Router#show ip interface brief
如果接口状态标识为“Down”,表示此接口未激活,如果标识为“Up”,表示此接口已经激活。
5、查看路由表
Router#show ip route
通过路由表可以看出该路由器已经识别的网络。
6、查看NAT翻译>环境/p>
Router#show ip nat translation
应该先进行内网与外网的通讯(如:用ping命令),然后再查看,才能看到翻译情况。







