1、查看全局配置
 show running-config
 2、查看radius服务器组配置
 show running-config radius
 3、查看设备aaa配置
 show running-config aaa
 4、查看地址池配置
 show running-config am
 show running-config aim 查看配置目标 比如 限速模板5、查看各单板CPU利用率:
 Show processor
 6、查看设备告警情况:
 show logging alarm
 7、查看设备版本信息:
 Show version
 8、查看设备时间
 Show clock
 9、查看三层接口信息
 show ip interface brief
 10、查看链路聚合组状态
 Show lacp internal
 11、查看设备物理端口及流量信息
 show intf-statistics utilization phy-interface-only
 14、查看VCC接口配置 限定服务名拨号
 show running-config uim
 15、 查看Vlan接口配置信息
 show running-config vlan
 二、查看各功能模块配置及使用情况
 12、查看地址池的使用状态
 show submanage ip-pool using-condition all
 13、查看拨号用户所在域地址池使用情况
 show submanage ip-pool used-rate domain dial
 三、用户上下线信息查看(可查看pppox、ip-host、ipox等用户类型)
 16、查看某个接口用户数:
 show subscriber interface smartgroup1.210 statistics
 17、查看固定IP类型的用户数
 show subscriber ip-host statistics
 18、查看pppox用户数
 show subscriber pppox statistics
 19、查看dhcp类型用户数
 show subscriber ipox statistics
 20、查看VPDN上线用户总数 虚拟专用拨号网
 show subscriber vpdn lac statistics
 21、查看所有用户信息包括,ip、mac、接入端口和vlan号
 show subscriber all summary ipv4
 22、查看设备峰值用户总数
 show subscriber peak
 23、根据域名查看拨号用户数,如查看域dial下拨号用户总数
 show subscriber pppox domain domain-name dial statistics
 24、查看某个外层VLAN下拨号用户数 show subscriber pppox vlan 2303 statistics
 25、根据内外层VLAN查看用户上线情况:
 show subscriber pppox vlan 1606 second-dot1q 1135
 26、查看dhcp relay用户信息
 Show ip dhcp relay user
 27、查看设备总体端口流量信息
 show intf-statistics utilization phy-interface-only
 四、 路由信息查看
 28、查看路由协议邻居状态
 show ip ospf neighbor
 查看 ospf邻居状态,正常时状态full。
 show ip bgp neighbor
 查看BGP正常时状态为established
 29、查看全局的协议路由表
 show ip protocol routing
 30、查看全局转发路由表
 show ip forwarding route
 31、查看某vrf下的IPv4路由协议表的路由条目信息
 show ip protocol routing vrf py-wangtongjifei
 32、查看某vrf下的IPv
 4路由转发表的路由条目信息
 show ip forwarding route vrf py-wangtongjifei
 33、ping 某个vrf下IP地址
 ping vrf py-wangtongjifei 133.173.39.129
 34、查看mpls转发表
 show mpls forwarding-table
 35、查看mpls ldp邻居会话信息
 show mpls ldp neighbor instance 1
 五、 用户上下线异常信息查看
 36、 查看所有上线失败记录
 show online-fail-record all
 37、 查看某个域名下所有用户上线失败原因
 show online-fail-record domain pppoe
 38、根据某个用户mac地址查看用户上线失败因
 show online-fail-record user-mac 4016.9f5e.2745
 39、 查看所有异常下线记录原因
 show offline-exception-record all
 40、根据某个用户mac地址查看用户异常下线
 show offline-exception-record user-mac 4016.9f5e.2745
 六、 双机热备相关维护信息查看
 1、show running-config sib-mgr //查看sib心跳配置 2、show running-config vrrp //查看vrrp配置 3、show vrrp ipv4 brief //查看vrrp主备情况 4、show running-config profile //查看引流配置 5、show running-config samgr //查看samgr配置 6、show running-config bfd //查看bfd配置
 7、show bfd neighbors ip brief //查看BFD邻居运行状态。 8、show sib-instance all summary //查看sib实例运行状态。