cisco 路由协议,CISCO命令集——路由选择协议及排障

CISCO命令集——路由选择协议及排障 - 硬件外设 - 电脑教程网

CISCO命令集——路由选择协议及排障

日期:2007-06-24   荐:
*ip route命令Router(config)# ip route [子网掩码] [管理距离0~255,默认为1] (注:静态地址配置) *ip default-network命令Router(config)# ip default-network (注:配合路由协使用,用其中的一个动态路由号作默认路由配置)Router(config)# ip route 0.0.0.0 0.0.0.0 (注:只有一个公网地址时,在出口路由器上的配置) *内部路由选择协议 *使用router和network命令Router(config)# router [自主系统号]Router(config-router)# network Router(config-router)# network *路由信息协议RIPRouter(config)# router ripRouter(config-router)# network Router# show ip protocolsRouter# show ip routeRouter# debug ip rip *内部网关路由协议IGRPRouter(config)# router igrp Router(config-router)# network Router# show ip interfaceRouter# show ip protocolsRouter# show ip routeRouter# debug ip rip *排除网络故障 排除网络故障的一个总体模型Router# ping Router# show ip routeRouter# show interface Router# show run *IP的故故障排除 检查可用的路由Router# show ip route 27.4.4 跟踪路由(Tracing the Route)SUN-A> traceroute C:\windows\> winipcfgC:\windows\> ipconfigC:\windows\> ipconfig / allC:\windows\> tracert 使用扩展的ping来跟踪连接性Router# ping *其它可能的故障 一个地十解析(ARP)的故障Router# show arpRouter# show interface C:\windows\> arp -aSUN-A> arp –a 验证终端系统的路由表C:\windows\> netstat –rnC:\windows\> route –f add 0.0.0.0 mask 0.0.0.0 C:\windows\> route [–f ] [[print | add | delete | change] [destination] [mask netmask] [gateway]]C:\windows\> route add mask C:\windows\> route delete mask C:\windows\> nbtstat SUN-A> netstat -rn
标签: