华为认证辅导:路由器静态路由配置命令
1. ip route
配置或删除静态路由。
[ no ] ip route ip-address { mask | mask-length } { interfacce-name | gateway-address } [ preference preference-value ] [ reject | blackhole ]
ip-address和mask为目的IP地址和掩码,点分十进制格式,由于要求掩码32位中'1'必须是连续的,因此点分十进制格式的掩码可以用掩码长度mask-length来代替,掩码长度为掩码中连续'1'的位数。
preference-value为该路由的优先级别,范围0~255。
blackhole指明为黑洞路由。
系统缺省可以获取到去往与路由器相连子网的子网路由。在配置静态路由时如果不指定优先级,则缺省为60。如果没有指明reject或blackhole,则缺省为可达路由。
全局配置模式
配置静态路由的注意事项:
对优先级的不同配置,可以灵活应用路由管理策略,如配置到达相同目的地的多条路由,如果指定相同优先级,则可实现负载分担;如果指定不同优先级,则可实现路由备份。
【举例】
Quidway(config)#ip route 0.0.0.0 0.0.0.0 129.102.0.2
show ip route,show ip route detail,show ip route static
2.show ip route
显示路由表摘要信息。
show ip route
特权用户模式
该命令输出以列表方式显示路由表,每一行代表一条路由,内容包括:
协议
度量值
输出接口
Quidway#show ip route
Destination/Mask Proto Pref Metric Nexthop Interface
127.0.0.1/32 Direct 0 0 127.0.0.1 127.0.0.1(LO0)
202.38.165.0/24 Direct 0 0 202.38.165.1 202.38.165.1(SL1)
ip route,show ip route detail,show ip route static
3. show ip route detail
显示路由表详细信息
show ip route detail
特权用户模式
该命令输出信息帮助用户进行路由方面的故障诊断。
Quidway#show ip route detail
NoAdv: do not advertiset Int: AS Interior route
Active: current route Retain: route retains in the routing table
Routing Tables:
+ = Active Route, - = Last Active, * = Both
Holddown: 0 Delete: 9 Hidden: 0
Protocol: *Static Preference: 0
State: $#@60;NoAdv Int Active Retain Rej$#@62;
**Destination: 127.0.0.1 Mask: 255.255.255.255
NextHop: 127.0.0.1 Interface: 127.0.0.1(LO0)
Age: 114:03:05 Metric: 0/0|||
表4-1 路由表信息
【相关命令】
4.show ip route static
显示静态路由表。
【命令模式】
【使用指南】
【举例】
Static routes for family INET: (* indicates gateway(s) in use)
127.0.0.0/8 pref 0 $#@60;NoAdv Int Retain Rej$#@62; intf 127.0.0.1
目的地址/掩码长度
$#@60;状态参数$#@62;
【相关命令】
编辑推荐:
温馨提示:因考试政策、内容不断变化与调整,长理培训网站提供的以上信息仅供参考,如有异议,请考生以权威部门公布的内容为准! (责任编辑:长理培训)
点击加载更多评论>>