思科及华为查看命令
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了思科及华为查看命令相关的知识,希望对你有一定的参考价值。
show 为思科 show ip protocols //查看目前正在运行的所有的路由协议;
show ip rip database // 查看RIP的数据库
show ip route rip //仅仅查看路由表中的 RIP 路由;
show ip route //查看路由表;
show spanning-tree vlan x ->可以查看交换机上关于 VLAN x 的 STP 信息
show spanning-tree ->可以查看交换机上关于所有VLAN的 STP 信息
show spanning-tree summary ->可以查看交换机运行的 STP 的模式;
show version -> 可以查看交换机的 base mac ;
show interface trunk //查看思科交换机上的 trunk 链路;
show startup-config // 查看启动配置文件内容;
#show ip interface brief // 验证之前的配置命令是否成功;
#show running-config //查看设备当前的运行配置文件(位于RAM中
show version //查看设备的配置寄存器;
show vrrp
show ip route
show ip nat translation
show ip nat statistics //查看 NAT 的简要配置信息;
show ip access-list // 查看配置好的 ACL ;
show ip nat translation // 查看 NAT 的核心工作表 - NAT表
display 为华为
display rip [id]
display rip {id} neighbor // 查看 rip id 的 邻居表;
display rip {id} database // 查看 rip id 的 数据库;
display rip {id} route // 查看 rip id 的路由表;
display ip routing-table//查看路由表
display stp 查看交换机上所有STP的信息
display stp brief 查看交换机上运行STP的信息
display stp instance {id}
display vlan display vlan // 查看 vlan 后面是否对应 gi0/0/1 | 2
display stp brief
display port vlan // 查看 gi0/0/1 | 2 的 PVID 是否为 10 ;
验证 GVRP
display gvrp status
display vlan --> 会在显示结果中看到类型为 dynamic 的
vlan ;
display mac-address-table // 显示交换机的MAC地址表
display nat static
display nat outbound
display acl 2000 //查看ACL的配置条目信息;
display traffic-filter applied-record //查看ACL的调用信息;
display traffic-filter statistics interface GigabitEthernet 0/0/0 inbound
//查看特定端口上调用的ACL的使用信息;
display acl 3000
display ospf [1] peer brief //查看OSPF邻居表的简要信息;
display ospf [1] peer //查看OSPF邻居表的详细信息;
display ospf [1] brief //查看本地设备上的 OSPF 1 的相关信息;
display ip routing-table //查看路由表中的OSPF路由
(确定路由的类型和属性)
display ospf peer brief //查看 OSPF 的邻居表
display ospf interface gi0/0/0 //查看OSPF的接口;
1、OSPF建立邻居;(手动指定了 OSPF RID )
display ospf peer brief
2、验证邻居表和路由表
display ospf peer brief
display ip routing-table
3、查看和更改 loopback 0 的 网络类型 ;
display ospf interface loopback 0
interface loopback 0
ospf network-type broadcast
4、查看 OSFP 路由的细分类型
display ospf routing
display ip routing-table//查看路由表
display ospf routing //查看 ospf路由表
以上是关于思科及华为查看命令的主要内容,如果未能解决你的问题,请参考以下文章