路由器常用命令
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
CCNA、NP路由器常用命令大全
一、基本命令介绍
1、Router >:用户模式(简单的查看和测试)
2、#:特权模式(所有的查看和测试,以及保存)
3、Configure terminal :全局配置模式Enable:特权模式
4、Hostname cisco(主机名):更改名字
5、No hostname cisco :删除以前操作
6、Disable:从特权模式恢复用户模式
7、Exit(退出)Write(保存)Copy run start (保存)
8、Reload:重启设备
9、图标含意:* :预备缺省路由C:直连路由S:静态路由
10、Pint -t 202.102.1.2 :一直Ping指定IP
11、No logging console :关闭Console信息
12、Terminal monitor :远程登录下显示日志信息
13、Traceroute 5.5.5.0 :查看到达网络所经过的路径
二、基本命令配置
1、Hostname R1:修改主机
2、No ip domain lookup :关闭域名查找
3、Line console 0 :进入Console控制台
4、exec-timeout 0 0 :设置超时时间(永不超时0 0)
5、Logging synnchronous :日志同步(命令不尾随日志显示)
三、查看配置命令
1、Show ip route :查看路由表
2、Show ip ospf database :查看OSPF链路状态信息
3、Show ip protocols :查看动态路由协议
4、Show ip eigrp neighbors :查看EIGRP的邻居表
5、Show ip eigrp topology :查看EIGRP的拓扑表
6、Show ip route eigrp :只查看EIGRP路由条目
7、Show ip eigrp neighbor detail :查看EIGRP的详细邻居表
9、Show ip interface brief :查看所有接口信息
8、Show ip ospf neighbor :查看OSPF邻居表
9、Show ip ospf database router :查看OSPF一类LSA
10、Show ip ospf database summary :查看OSPF三类LSA
11、Show ip ospf database asbr-summary :查看OSPF四类LSA
12、Show ip ospf int f0/0 :查看OSPF接口信息
13、Show ip route ospf :只查看OSPF路由条目
14、Show mac-address-table :查看交机的MAC地址
15、Show running-config :查看当前所有配置
16、Show access-list :查看ACL定义条目
17、Show run |s r e :只查看EIGRP配置
18、Show run |s r r :只查看RIP配置
19、Show run |s r o :只查看OSPF配置
20、Show run |s access-list :只查看ACL配置
21、Show ip nat translations :查看NAT转换条目
22、Show privilege :查看登录用户优先级
23、Show arp :查看ARP表
24、Show ip route 0.0.0.0 :查看指定路由条目
25、Show frame-relay route :查看帧中继的转换条目
26、Show frame-relay map :查看帧中继的映射表
27、Show clock :查看设备时间
28、Show run int s1/0 :只查看接口信息
29、Show ip bgp neighbor :查看BGP邻居表
30、Show ip bgp summary :查看BGP的概要信息
31、Show ip bgp :查看BGP
32、Show ip bgp 5.5.5.0 :查看BGP的指定路由条目
33、Show ip route bgp :只查看BGP消息
34、Show ipv6 int brief :查看IPv6接口配置
35、Show ipv6 int f0/0 :查看IPv6指定接口配置
36、Show cdp neighbor :查看CDP相连邻居信息
37、Show cdp neighbor detail :查看CDP相连邻居之间详细信息
38、Show ipv6 routers :查看IPv6路由通告
39、Show ipv6 neighbor :查看IPv6邻居信息
40、Show ipv6 bgp ipv6 unicast :查看IPv6中的BGP表
41、Show run int tunnel 2 :查看Tunnel遂道接口信息
42、Clear ip bgp * :硬重置BGP邻居表
43、Clear ip bgp * in :软重置(发送路由刷新报文)
44、Clear ip bgp 12.1.1.2 :硬重置(只重置一个邻居)
45、Clear ipv6 neighbor :清空IPv6邻居表
46、Clear ip bgp ipv6 unicast 100 in :软重置IPv6中BGP的邻居
47、Clear ip bgp ipv6 unicast :硬重置IPv6中BGP的邻居
48、Clear ip ospf process :重置OSPF进程
49、Clear ip route * :清空路由表
50、Ping 2.2.2.2 repeat 1 :Ping指定目的IP一次
51、Ping 4.4.4.4 size 555(字节)
52、Ping 2.2.2.2(目的IP) source 1.1.1.1(源IP)
四、动态调试配置命令
1、Debug ip nat :动态调试NAT转换条目
2、Debug ppp authentication :动态调试PPP认证消息
3、Debug ip policy :动态调试策略
4、Debug ip bgp out :动态调试BGP路由条目
5、Debug ip bgp updates :动态调试BGP更新条目
6、Debug ip packet :动态调试IP协议包