为了正常的体验网站,请在浏览器设置里面开启Javascript功能!

CCNA-CCNP考试命令总结

2010-04-14 15页 pdf 153KB 14阅读

用户头像

is_182333

暂无简介

举报
CCNA-CCNP考试命令总结 Cisco 与华为技术网 Page 1 CCNA 试验考试命令总结 路由器实验: router> enable 从用户模式进入特权模式 router# disable or exit 从特权模式退出到用户模式 router# show sessions 查看本机上的 TELNET 会话 router# disconnect 关闭所有的 TELNET 会话 router# show users 查看本机上的用户 router# erase startup-config 删除 NVRAM 中的配置 router...
CCNA-CCNP考试命令总结
Cisco 与华为技术网 Page 1 CCNA 试验考试命令 路由器实验: router> enable 从用户模式进入特权模式 router# disable or exit 从特权模式退出到用户模式 router# show sessions 查看本机上的 TELNET 会话 router# disconnect 关闭所有的 TELNET 会话 router# show users 查看本机上的用户 router# erase startup-config 删除 NVRAM 中的配置 router# reload 重启路由器 router# config terminal 从用户模式进入特权模式 router(config)# hostname rl 配置用户名为 rl router(config)# #banner welcome# 配置开机话语 router# show controllers serial0 查看串口 0 的物理层信息,主要是查看 DTE/DCE router# show ip interface 查看端口的 IP 配置信息 router# show hosts 查看主机 end or ctrl+z 从各种配置模式退到特权模式 rl(config)# no ip domain-lookup 关闭动态域名解析 rl(config)# ip domain-lookup 打开动态域名解析 rl(config)# ip name-server 202.106.0.20 打开动态域名解析之后便可以指定 DNS 服务 rl(config)# interface serial 0 进入 serial 0 的接口配置模式 Cisco 与华为技术网 Page 2 rl(config-if)# no shutdown 路由器出厂默认所有端口关闭,使用此命令使它们打开 rl(config-if)# encapsulation ppp 封装 ppp rl(config-if)# clockrate 64000 如果是 DCE 使需要设置时钟速率 如果是 DTE 就不必设置 rl(config-if)# bandwidth 64 设置端口带宽为 64K rl(config-if)# ctrl+c 或者 ctrl+z 快捷键退出到特权模式 rl# show interface serial 0 查看 s0 信息,如果看到 serial 和 line protocol 都显示 up,说 明链路两端都设置成功 注意:如果出现 serial down, line down 可能对方的端口没有打开;no shutdown 或者电缆没 有插好;如果出现 serial up, line down 可能是 DCE 端没有设置 clock rate, 也可能是封装格式不 对 rl# show cdp neighbors 查看 CDP 邻居信息 rl(config-if)# ip add 10.0.0.1 255.0.0.0 进入相应的接口,配置相应的 IP 地址 rl# ping 10.0.0.2 使用 ping 命令查看邻居的连通性 rl# show ip route 查看路由表,可以看到以 C 打头的路由信息,这是直连的 路由信息; 可以看到 R 开头的路由信息,是从 rip 学来的路由信 息;可看到以 I 开头的路由信息取代了以 R 开头的路由信息,这是因 为 igrp 的管理距离是 100,小于 rip 的 120 rl(config-if)# router rip 启动 RIP 路由协议 rl(config-router)# network 10.0.0.0 发布网段。注意 network 后面是接的网络号,而不是 IP 地址 rl# show ip protocol 查看配置的路由协议 rl(config)# router igrp 300 一定要注意在 IGRP 后面加自治系统号 考试的时候题目会告诉你 AS NUMBER,照敲就是 rl(config-router)# network 10.0.0.0 rl(config)# line vty0 4 进入虚拟线程配置模式,在这个模式里可对 telnet 功能进行 配置 rl(config-line)# login rl(config-line)# password cisco 配置 telnet 密码,默认的网络设备 telnet 的功能 是关闭的,配了密码之后会自动打开 Cisco 与华为技术网 Page 3 rl(config)# enable password cisco 配置进入 enable 模式的密码, 区分大小写 rl(config)# enable secret ciscocisco 配置进入 enable 模式的密码,是加密的密码,show run 是看不见的 rl(config)# line console 0 rl(config-line)# login rl(config-line)# password cisco 配置进入用户模式的密码 rl(config-line)# logging synchronous 输入同步 rl(config-line)# exec-timeout 0 0 禁止因为一段时间没有输入而跳出 rl# copy running-config startup-config 保存配置,考试的时候注意题目的要求,如果题目里 要求你保存配置就一定不能少了这一项 r1# copy tftp startup-config r1# copy running-config tftp r1# copy tftp flash 交换机实验: switch(config)# ip address 192.168.0.177 255.255.255.0 与路由器在接口上的配置 IP 不同,交 换机是在全局配置模式配置 switch(config)# ip default-gateway 192.158.0.1 给交换机配置一个缺省网关,请注意,不用 写掩码 switch(config)# vlan2 name cisco 配置一个 vlan2 并且指定名字叫 CISCO switch# show interfaces 查看端口状态 switch(config)# interface e0/10 进入端口 e0/10 switch(config-if)# vlan-membership static 2 将端口放进 vlan2 里面 switch(config)# int f0/26 进入快速以太网端口 f0/26 switch(config-if)# trunk on 启用 trunk,注意:只能在百兆以上端口启用 trunk switch(config-if)# notrunk-vlan 51 52 在主干上关闭 VLAN51、52 的传输 CCNP 命令之 switch(上) Cisco 与华为技术网 Page 4 1.在基于 IOS 的交换机上设置主机名/系统名: switch(config)# hostname hostname 在基于 CLI 的交换机上设置主机名/系统名: switch(enable) set system name name-string 2.在基于 IOS 的交换机上设置登录口令: switch(config)# enable password level 1 password 在基于 CLI 的交换机上设置登录口令: switch(enable) set password switch(enable) set enalbepass 3.在基于 IOS 的交换机上设置远程访问: switch(config)# interface vlan 1 switch(config-if)# ip address ip-address netmask switch(config-if)# ip default-gateway ip-address 在基于 CLI 的交换机上设置远程访问: switch(enable) set interface sc0 ip-address netmask broadcast-address switch(enable) set interface sc0 vlan switch(enable) set ip route default gateway 4.在基于 IOS 的交换机上启用和浏览 CDP 信息: switch(config-if)# cdp enable switch(config-if)# no cdp enable 为了查看 Cisco 邻接设备的 CDP 通告信息: switch# show cdp interface [type modle/port] switch# show cdp neighbors [type module/port] [detail] 在基于 CLI 的交换机上启用和浏览 CDP 信息: switch(enable) set cdp {enable|disable} module/port 为了查看 Cisco 邻接设备的 CDP 通告信息: switch(enable) show cdp neighbors[module/port] [vlan|duplex|capabilities|detail] 5.基于 IOS 的交换机的端口描述: switch(config-if)# description description-string 基于 CLI 的交换机的端口描述: switch(enable)set port name module/number description-string 6.在基于 IOS 的交换机上设置端口速度: switch(config-if)# speed{10|100|auto} 在基于 CLI 的交换机上设置端口速度: switch(enable) set port speed moudle/number {10|100|auto} switch(enable) set port speed moudle/number {4|16|auto} 7.在基于 IOS 的交换机上设置以太网的链路模式: switch(config-if)# duplex {auto|full|half} 在基于 CLI 的交换机上设置以太网的链路模式: switch(enable) set port duplex module/number {full|half} 8.在基于 IOS 的交换机上配置静态 VLAN: switch# vlan database switch(vlan)# vlan vlan-num name vla switch(vlan)# exit switch# configure teriminal switch(config)# interface interface module/number switch(config-if)# switchport mode access Cisco 与华为技术网 Page 5 switch(config-if)# switchport access vlan vlan-num switch(config-if)# end 在基于 CLI 的交换机上配置静态 VLAN: switch(enable) set vlan vlan-num [name name] switch(enable) set vlan vlan-num mod-num/port-list 9. 在基于 IOS 的交换机上配置 VLAN 中继线: switch(config)# interface interface mod/port switch(config-if)# switchport mode trunk switch(config-if)# switchport trunk encapsulation {isl|dotlq} switch(config-if)# switchport trunk allowed vlan remove vlan-list switch(config-if)# switchport trunk allowed vlan add vlan-list 在基于 CLI 的交换机上配置 VLAN 中继线: switch(enable) set trunk module/port [on|off|desirable|auto|nonegotiate] Vlan-range [isl|dotlq|dotl0|lane|negotiate] 10.在基于 IOS 的交换机上配置 VTP 管理域: switch# vlan database switch(vlan)# vtp domain domain-name 在基于 CLI 的交换机上配置 VTP 管理域: switch(enable) set vtp [domain domain-name] 11.在基于 IOS 的交换机上配置 VTP 模式: switch# vlan database switch(vlan)# vtp domain domain-name switch(vlan)# vtp {sever|cilent|transparent} switch(vlan)# vtp password password 在基于 CLI 的交换机上配置 VTP 模式: switch(enable) set vtp [domain domain-name] [mode{ sever|cilent|transparent }][password password] 12. 在基于 IOS 的交换机上配置 VTP 版本: switch# vlan database switch(vlan)# vtp v2-mode 在基于 CLI 的交换机上配置 VTP 版本: switch(enable) set vtp v2 enable 13. 在基于 IOS 的交换机上启动 VTP 剪裁: switch# vlan database switch(vlan)# vtp pruning 在基于 CL I 的交换机上启动 VTP 剪裁: switch(enable) set vtp pruning enable 14.在基于 IOS 的交换机上配置以太信道: switch(config-if)# port group group-number [distribution {source|destination}] 在基于 CLI 的交换机上配置以太信道: switch(enable) set port channel moudle/port-range mode{on|off|desirable|auto} 15.在基于 IOS 的交换机上调整根路径成本: switch(config-if)# spanning-tree [vlan vlan-list] cost cost 在基于 CLI 的交换机上调整根路径成本: switch(enable) set spantree portcost moudle/port cost switch(enable) set spantree portvlancost moudle/port [cost cost][vlan-list] 16.在基于 IOS 的交换机上调整端口 ID: switch(config-if)# spanning-tree[vlan vlan-list]port-priority port-priority 在基于 CLI 的交换机上调整端口 ID: switch(enable) set spantree portpri {mldule/port}priority switch(enable) set spantree portvlanpri {module/port}priority [vlans] 17. 在基于 IOS 的交换机上修改 STP 时钟: Cisco 与华为技术网 Page 6 switch(config)# spanning-tree [vlan vlan-list] hello-time seconds switch(config)# spanning-tree [vlan vlan-list] forward-time seconds ` switch(config)# spanning-tree [vlan vlan-list] max-age seconds 在基于 CLI 的交换机上修改 STP 时钟: switch(enable) set spantree hello interval[vlan] switch(enable) set spantree fwddelay delay [vlan] switch(enable) set spantree maxage agingtiame[vlan] 18. 在基于 IOS 的交换机端口上启用或禁用 Port Fast 特征: switch(config-if)#spanning-tree portfast 在基于 CLI 的交换机端口上启用或禁用 Port Fast 特征: switch(enable) set spantree portfast {module/port}{enable|disable} 19. 在基于 IOS 的交换机端口上启用或禁用 UplinkFast 特征: switch(config)# spanning-tree uplinkfast [max-update-rate pkts-per-second] 在基于 CLI 的交换机端口上启用或禁用 UplinkFast 特征: switch(enable) set spantree uplinkfast {enable|disable}[rate update-rate] [all-protocols off|on] 20. 为了将交换机配置成一个集群的命令交换机,首先要给管理接口分配一个 IP 地址,然后使用 下列命令: switch(config)# cluster enable cluster-name 21. 为了从一条中继链路上删除 VLAN,可使用下列命令: switch(enable) clear trunk module/port vlan-range 22. 用 show vtp domain 显示管理域的 VTP 参数. 23. 用 show vtp statistics 显示管理域的 VTP 参数. 24. 在 Catalyst 交换机上定义 TrBRF 的命令如下: switch(enable) set vlan vlan-name [name name] type trbrf bridge bridge-num[stp {ieee|ibm}] 25. 在 Catalyst 交换机上定义 TrCRF 的命令如下: switch (enable) set vlan vlan-num [name name] type trcrf {ring hex-ring-num|decring decimal-ring-num} parent vlan-num 26. 在创建好 TrBRF VLAN 之后,就可以给它分配交换机端口.对于以太网交换,可以采用如下命 令给 VLAN 分配端口: switch(enable) set vlan vlan-num mod-num/port-num 27. 命令 show spantree 显示一个交换机端口的 STP 状态. 28. 配置一个 ELAN 的 LES 和 BUS,可以使用下列命令: ATM (config)# interface atm number.subint multioint ATM(config-subif)# lane serber-bus ethernet elan-name 29. 配置 LECS: ATM(config)# lane database database-name ATM(lane-config-databade)# name elan1-name server-atm-address les1-nsap-address ATM(lane-config-databade)# name elan2-name server-atm-address les2-nsap-address ATM(lane-config-databade)# name … 30. 创建完数据库后,必须在主接口上启动 LECS.命令如下: ATM(config)# interface atm number ATM(config-if)# lane config database database-name ATM(config-if)# lane config auto-config-atm-address 31. 将每个 LEC 配置到一个不同的 ATM 子接口上.命令如下: ATM(config)# interface atm number.subint multipoint ATM(config)# lane client ethernet vlan-num elan-num 32. 用 show lane server 显示 LES 的状态. 33. 用 show lane bus 显示 bus 的状态. 34. 用 show lane database 显示 LECS 数据库可. 35. 用 show lane client 显示 LEC 的状态. 36. 用 show module 显示已安装的模块列表. Cisco 与华为技术网 Page 7 37. 用物理接口建立与 VLAN 的连接: router# configure terminal router(config)# interface media module/port router(config-if)# description description-string router(config-if)# ip address ip-addr subnet-mask router(config-if)# no shutdown 38. 用中继链路来建立与 VLAN 的连接: router(config)# interface module/port.subinterface router(config-ig)# encapsulation[isl|dotlq] vlan-number router(config-if)# ip address ip-address subnet-mask 39. 用 LANE 来建立与 VLAN 的连接: router(config)# interface atm module/port router(config-if)# no ip address router(config-if)# atm pvc 1 0 5 qsaal router(config-if)# atm pvc 2 0 16 ilni router(config-if)# interface atm module/port.subinterface multipoint router(config-if)# ip address ip-address subnet-mask router(config-if)# lane client ethernet elan-num router(config-if)# interface atm module/port.subinterface multipoint router(config-if)# ip address ip-address subnet-name router(config-if)# lane client ethernet elan-name router(config-if)# … 40. 为了在路由处理器上进行动态路由配置,可以用下列 IOS 命令来进行: router(config)# ip routing router(config)# router ip-routing-protocol router(config-router)# network ip-network-number router(config-router)# network ip-network-number 41. 配置默认路由: switch(enable) set ip route default gateway 42. 为一个路由处理器分配 VLANID,可在接口模式下使用下列命令: router(config)# interface interface number router(config-if)# mls rp vlan-id vlan-id-num 43. 在路由处理器启用 MLSP: router(config)# mls rp ip 44. 为了把一个外置的路由处理器接口和交换机安置在同一个 VTP 域中: router(config)# interface interface number router(config-if)# mls rp vtp-domain domain-name 45. 查看指定的 VTP 域的信息: router# show mls rp vtp-domain vtp domain name 46. 要确定 RSM 或路由器上的管理接口,可以在接口模式下输入下列命令: router(config-if)#mls rp management-interface 47. 要检验 MLS-RP 的配置情况: router# show mls rp 48. 检验特定接口上的 MLS 配置: router# show mls rp interface interface number 49. 为了在 MLS-SE 上设置流掩码而又不想在任一个路由处理器接口上设置访问列表: set mls flow [destination|destination-source|full] 50. 为使 MLS 和输入访问列表可以兼容,可以在全局模式下使用下列命令: router(config)# mls rp ip input-acl CCNP 命令之 BCRAN Cisco 与华为技术网 Page 8 1.Modem 自动配置和 Modem 能力数据库 modem autoconfigure [discovery | type modemcap-entry-name] 2.显示 modemcap 数据库项目 show modecap 3.向 modemcap 添加项目 modemcap edit [new_modem_name] 4.专用和交互 PPP 会话 Router(config-if)#async mode [dedicated | interactive] Router(config-if)#ip unnumbered interface-type interface-number Router(config-if)#peer default ip address {ip-address |dhcp |pool poolname} Router(config)#ip local pool poolname start-address end-address 5.反向回拨客户配置 Router(config)#UserName username PassWord password(生成基于用户名的本地认证数据库) Router(config-if)#PPP callback request 6.反向回拨服务器配置 Router(config)#uasername username password password(生成基于用户名的本地认证数据库) Router(config-if) PPP callback accept 7.选择 ISDN 交换机类型 Router(config)#isdn switch-type switch type 或者在端口模式下 Router(config-if)#isdn switch-type switch type 8.设置服务原型标识(SPID) Router(C onfig-if)#isdn spid1 spid-number [ldn] 9.指定感兴趣的数据流触发 ISDN Router(config)#dialer-list dialer-group-number protocol protocol-name {permit |deny | list access-list-number | access-group} Router(config-if)#dialer-group group-number 10.定义 ISDN 目的地相关参数 Router(config-if)#dialer map protocol next-hop-address [name hostname] [broadcast] dial-string 11.定义 ISDN 线路被切断之前可以保持空闲时间 Router(config-if)#dialer idle-timeout seconds 12.定义 ISDN 切断当前呼叫,给另一条线路空闲保持时间 Router(config-if)#dialer fast-idle seconds 13.定义发起另一个目的地呼叫接口负载门限(从 1-255) Router(config-if)#dialer load-threshold load [outbound | inbound | either] 14.多链路 PPP Router(config-if)#ppp multilink 15.ISDN 拨号循环组配置 Router(config)#interface dialer group-number Router(config-if)#dialer rotary-group group-number 16.ISDN 拨号池配置文件 Router(config)#interface interface-number Router(config-if)#dialer pool-member number Router(config)#interface dialer number Router(config-if)#dialer pool number ISDN 拨号循环组与 ISDN 拨号池相识,不过一个主要的区别在拨号循环组没有映射类的能力 17.拨号备份 Cisco 与华为技术网 Page 9 back delay number-seconds(失败系统等待) number-seconds(恢复系统等待) back load number-percent(主负载 激活) number-percent(主负载 停止) 18.为 ISDN 配置 PRI Router(config)isdn switch-type primary-ni Router(config)controller [t1|e1] 0/0 Router(config-controller)#pri-group timeslot [1-24 | 1-30] Router(config-controller)#framing esf Router(config-controller)#linecode b8zs Router(config-controller)#clock source line primary Router(config)#interface serial 0/0:[23 | 15] Router(config-if)#ip address x.x.x. x.x.x.x Router(config-if)#isdn incoming-voice modem 19.700 系列配置命令 Rem700>set switch [dms100 | 5ess | nt1] 设定 700 系列所用的交换类型 Rem700>set encapsulation[ppp| cppp] 定义 700BRI 的封装方式 Rem700>set ppp authentication incoming [chap | pap | none]进入呼叫的认证类型 Rem700>set ppp authentication outgoing [chap | pap | none]出去呼叫的认证类型 Rem700>set ppp secret 路由器发出呼叫所用的口令 Rem700>set active profile-name 激活配置文件 20.700 用户配置文件命令 Rem700> set user profile-name 设置用户配置文件 Rem700:profile-name>set birdging [off | on] 设置桥接命令 Rem700:profile-name> set ip x.x.x.x 设置 IP 地址 Rem700:profile-name>set ip netmask x.x.x.x 设置子网掩码 Rem700:profile-name>set ip routing [on |off]设置 IP 路由 Rem700:profile-name>set number xxxxxx 设置呼叫的电话号码 21.700 系列实现 DHCP 服务器 Rem700>set dhcp server 启动 dhcp 服务 Rem700>set adderss x.x.x.x number 设置 dhcp 分配 IP 地址和范围 Rem700>set dhcp netmask x.x.x.x 设置 dhcp 分配 IP 地址的子网掩码 Rem700>set dhcp gateway primary x.x.x.x 设置网关的 IP 地址 Rem700>set dhcp dns primary x.x.x.x 设置 DNS 的 IP 地址 Rem700>set wins primary x.x.x.x 设置 WINS 的 IP 地址 Rem700>set dhcp domain domain-name 设置 DHCP 服务的域名 22.配置 x.25 Router(config-if)#encapsulation x25 [dte |dce] 设置接口封装类型 Router(config-if)#x25 address x.121-address 配置 x.121 地址 Router(config-if)#x25 map [ip | ipx | appletalk] x.x.x.x x.121-address broadcast 23.配置 x.25 PVC Router(config-if)#x25 pvc circuit-number [ip | ipx | appletalk] x.x.x.x x.121-address broadcast 24.配置 x.25 附加选项 Router(config-if)#x25 ips size 进入包大小 Router(config-if)#x25 ops size 出去包大小 Router(config-if)#x25 win packets 进入窗口大小 Router(config-if)#x25 wout packets 出去窗口大小 Router(config-if)#x25 modulo modulus 配置窗口的模 25.配置 frame-realy Router(config)#interface serial number 设置 frame-relay 端口 Cisco 与华为技术网 Page 10 Router(config-if)#encapsulation frame-relay [cisco | ietf] 设置 frame-relay 封装模式 Router(config-if)#frame-relay lmi-type [ansi | cisco | q933i]设置 frame-relay lmi 类型 Router(config-if)#frame-relay map [appletalk | clns | ip] x.x.x.x dlci [broadcast] [ietf] [cisco]设置静 态地址映射 CCNP 命令之 CIT(上) 1. 清除接口计数 Router# clear counter [Ethernet | Serial | TokenRing| FDDI| ATM] [model/number] 2. 查看接口状态和统计信息等等 Router# show interface [Ethernet | Serial | TokenRing| FDDI| ATM] [model/number] 3. 显示直接连接的邻居 Router# show cdp neighbor [detail] 4. 显示所有路由器控制器上的信息 Router# show controllers [Ethernet |Serial | TokenRing| FDDI| ATM] 5. 显示 ARP 表 Router# show ip arp [ip-address] [hostname] [mac-address] [type number] 6. 显示关于发送和接收 IPX 数据包个数 Router# show novell traffic 7. 快速交换 Route(Config-if)# [no] [protocol] route-cache 8. 自主交换 Route(Config-if)# [no] [protocol] route-cache cbus 9. 硅交换 Route(Config-if)# [no] [protocol] route-cache sse 10.查看特定接口的协议信息 Route# show [protocol] interface type number 11.显示 radius Route# debug radius 12.设置 cisco 服务时间戳 Route(Config)# service timestamps type format 13.设置控制台记录 Route(Config)# logging console number 14.显示记录在缓冲区里面的信息 Route# show logging 15.测试 IP 地址 Router> ping x.x.x.x(扩展 ping 是在 Router# ping) 16.测试 IPX 地址 Router> ping ipx x.x.x.x.x.x(扩展 ping 是在 Router# ping) 17.测试 APPLETALK 地址 Router> ping appletalk x.x.x.x. 18.测试 IP 设备之间的路径 Router> traceroute x.x.x.x 19.显示 cisco 设备软件、固件、硬件信息 Route# show version 20.显示内部缓冲器和接口缓冲区的状态 Route# show buffer 21.显示内存的使用情况 Route# show memory Cisco 与华为技术网 Page 11 22.显示处理器的使用情况 Route# show processes [cpu] 23.显示每个进程的内存数 Route# show processes memory 24.显示 SP、CxBus 控制器和接到该总线的卡的内容和微代码信息 Route# show controllers cxbus 25.显示路由器上运行的进程和中断的堆栈情况 Route# show tracks 26.显示所有的 IP 路由表 Route# show ip route 27.显示路由上启用的 IP 协议,并对每种协议有用的信息给出一个汇总 Route# show ip protocols 28.显示 IP 的统计信息 Route# show ip traffic 29.显示所有的 IP 访问列表 Route# show ip access-lists number 30.调试 IP ICMP 信息 Route# debug ip icmp 31.清除 ARP 缓存 Route# clear arp-cache 32.显示 IP rip 路由表 Route# show ip route rip 33.显示 IP RIP 正在产生的事件 Route# debug ip rip events 34.显示 IP RIP 所有的信息 Route# debug ip rip 35.显示 IP igrp 路由表 Route# show ip route igrp 36.调试 IP igrp 正在产生的事件 Route# debug ip igrp events 37.调试 IP igrp 详细的传输信息 Route# debug ip igrp transactions 38.显示路由器配置 IP ospf 接口 Route# show ip ospf interface 39.显示路由器配置 IP ospf Route# show ip ospf 40.显示 IP ospf 邻居 Route# show ip ospf neighbor 41.显示 IP ospf 数据库 Route# show ip ospf database 42.显示 ospf 虚连接的状态 Route# show ip ospf virtual-links 43.调试与 OSPF 的邻居信息 Route# debug ip ospf adjacencies 44.显示路由器上接收到的 IP OSPF 分组 Route# debug ip ospf packet 45.查看启用 IP EIGRP 接口 Route# show ip eigrp interface 46.显示 IP EIGRP 邻居 Route# show ip eigrp neighbor Cisco 与华为技术网 Page 12 47.显示 IP EIGRP 拓扑结构 Route# show ip eigrp topology 48.显示 IP EIGRP 的流量 Route# show ip eigrp traffic 49.显示 IP BGP 汇总 Route# show ip bgp summary 50.显示所有 IPX 路由 Route# show ipx route 51.显示所有接口 IPX 信息 Route# show ipx interface 52.显示 IPX 网络中可用的服务器 Route# show ipx servers 53.显示发送和接受的 IPX 报文总结 Route# show ipx traffic 54.显示 IPX 访问列表 Route# show ipx access-list number 55.查看 IPX 链路状态数据库 Route# show ipx nlsp database 56.查看 NLSP 邻居列表 Route# show ipx nlsp neighbors 57.显示 IPX EIGRP 拓扑 Route# show ipx eigrp topology 58.显示 IPX EIGRP 邻居 Route# show ipx eigrp neighbor 59.调试 IPX 路由 Route# debug ipx routing 60.调试 IPX NLSP 每个进程 Route# show ipx nlsp events 61.调试 IPX 路由更新 Route# debug ipx routing events 62.调试实际的路由更新 Route# debug ipx routing activity 63.调试 SAP 事件更新 Route# debug ipx sap events 64.调试 SAP 事件更新细节 Route# debug ipx sap activity 65.显示 appletalk 路由 Route# show appletalk route 66.显示 appletalk arp 表 Router# show appletalk arp 67. 显示 appletalk 邻居 Route# show appletalk neighbor 68. 显示 appletalk 区域 Route# show appletalk zone 69. 显示 appletalk 访问列表 Cisco 与华为技术网 Page 13 Route# show appletalk access-lists number 70. 显示 运行 appletalk 接口 Route# show appletalk interface 71. 显示 appletalk 流量 Route# show appletalk traffic 72. 显示路由器 appletalk 配置设置和参数信息 Route# show appletalk globals 73. 显示路由器的本地名称和服务缓存 Route# show appletalk name-cache 74. 显示路由器所注册的 NBP 服务 Route# show appletalk nbp 75. 显示那些接口运行 EIGRP Route# show appletalk eigrp interface 76. 显示那些由 EIGRP 发现的邻居 Route# show appletalk eigrp neighbors 77. 显示哪些由 EIGRP 的拓扑 Route# show appletalk eigrp topology 78. 调试 appletalk 路由 Route# debug apple routing 79. 调试 appletalk NBP 协议 Route# debug apple nbp 80. 调试 appletalk ZIP 信息 Route# debug apple zip 81. 调试 appletalk 数据包 Route# debug apple packet 82. 调试 appletalk arp Route# debug apple arp 83. 调试 appletalk 错误输出 Route# debug apple error 84. 调试 appletalk
/
本文档为【CCNA-CCNP考试命令总结】,请使用软件OFFICE或WPS软件打开。作品中的文字与图均可以修改和编辑, 图片更改请在作品中右键图片并更换,文字修改请直接点击文字进行修改,也可以新增和删除文档中的内容。
[版权声明] 本站所有资料为用户分享产生,若发现您的权利被侵害,请联系客服邮件isharekefu@iask.cn,我们尽快处理。 本作品所展示的图片、画像、字体、音乐的版权可能需版权方额外授权,请谨慎使用。 网站提供的党政主题相关内容(国旗、国徽、党徽..)目的在于配合国家政策宣传,仅限个人学习分享使用,禁止用于任何广告和商用目的。

历史搜索

    清空历史搜索