ChinaUnix.net
相关文章推荐:

not replacing existing default route via

Connected interface 0 Static route 1 Enhanced IGRP summary route 5 External BGP 20 Internal Enhanced IGRP 90 IGRP 100 OSPF 110 IS-IS 115 RIP 120 EGP 14 0 EIGRP external route 170 Internal BGP 200 Unknown 255 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/4206/showart_699113.html

by 剑心通明 - 网络技术文档中心 - 2008-05-22 16:02:28 阅读(584) 回复(0)

相关讨论

ip default-gateway ip default-network and ip route 0.0.0.0 0.0.0.0 可通过以上三个命令来设置默认路由,那区别呢? 1. ip default-gateway 当router禁止了ip routing时,此时router就类似一个主机,使用ip default-gateway来指定默认路由。 或者当boot mode的时候,router使用tftp来下载IOS,此时ip routing也是被disabled。 2. ip default-network 这个命令只能使用classful network作为参...

by johnny_jiang - 网络技术文档中心 - 2007-09-02 23:38:31 阅读(431) 回复(0)

原来机器上发现三条默认路由,而在/etc下没有发现defaultrouter/gateways这两个文件,手工删除后,这三个默认路由会自动生成,手动添加一个默认路由后,netstat -r时发现新加的路由后面没有网卡的interface. 这些问题是怎么引起的,怎么解决,谢谢.

by minechina - Solaris - 2006-03-11 20:57:55 阅读(892) 回复(6)

在 sco unix 5 下用 route add default 192.168.2.1 加的路由,过一段时间就掉了(可能几个小时,也可能几天)用netstat -r 查看,发现default 已丢失。 注:路由器是用的ospf协议。 , 盼高手们给予指点 或在rc2.d目录下用vi编辑一个文件(S99getway),文件内容route add default 192.168.2.1,也是丢失。 正常状态 # netstat -r Routing tables Destination Gateway Flags Refs Use Interface...

by xc_hgm - 数据安全 - 2005-09-02 20:33:40 阅读(696) 回复(1)

在 sco unix 5 下用 route add default 192.168.2.1 加的路由,过一段时间就掉了(可能几个小时,也可能几天)用netstat -r 查看,发现default 已丢失。 , 盼高手们给予指点 或在rc2.d目录下用vi编辑一个文件(S99getway),文件内容route add default 192.168.2.1,也是丢失。

by xc_hgm - 其他UNIX - 2005-08-27 23:25:50 阅读(1547) 回复(17)

实验目的: 1、掌握如何使用管理距离控制OSPF的默认路由选择。 实验拓扑图: 实验步骤及要求: 1、配置各台路由器的IP地址,并且使用Ping命令确认各路由器的直连口的互通性。 2、R1与R4路由器的s1/2接口帧中继配置。 R1(config)#interface serial 1/2 R1(config-if)#encapsulation frame-relay R1(config-if)#ip ospf network broadcast R1(config-if)#ip address 172.16.1.1 255.255.255.252 R1(config)#exit R4(config)#interf...

by Jack_Cisco - 网络技术文档中心 - 2009-06-27 15:50:26 阅读(994) 回复(0)

How to set default route in Solaris - - Step 1: edit /etc/defaultrouter Using the editor of your choice, edit the file /etc/defaultrouter -- the only line in the file should be the default route of the system, for example: 192.168.1.1. This change will not take effect until the system is rebooted. Step 2: Delete the current default route To make the route change take effect immediately, you mus...

by patguo - Solaris文档中心 - 2005-05-18 13:10:04 阅读(656) 回复(0)

ip default-gateway   The ip default-gateway command differs from the other two commands in that it should only be used when ip routing is disabled on the Cisco router. ip default-network   Unlike the ip default-gateway command, you can use ip default-network when ip routing is enabled on the Cisco router. When you configure ip default-network the router considers routes to that network for ins...

by goat - 网络技术文档中心 - 2008-05-22 18:45:41 阅读(708) 回复(0)

ip default-network 命令 ip default-network与ip route的异同! 指定默认路由(last resort gateway)的指令供有3种,可以分成两类: 1、ip default-gateway 当路由器上的ip routing无效时,使用它指定默认路由,用于RXBoot模式(no ip routing)下安装IOS等。 2、ip default-network和ip route 0.0.0.0 0.0.0.0 两者都用于ip routing有效的路由器上,区别主要在于路由协议是否传播这条路由信息。比如:IGRP无法识别0.0.0.0,因...

by hsx_ws - 网络技术文档中心 - 2008-02-24 23:18:47 阅读(487) 回复(0)

回版主: 版主先前说是用rip的原因,而路由器是用的ospf协议,所以这个可能性不打, 再有,版主说的gated.conf和routed.conf两个文件在机器中没有,有gated.rip,gated.ospf,gated.bgp等文件,请版主给予指点,谢谢。 原故障依然存在: 在 sco unix 5 下用 route add default 192.168.2.1 加的路由,过一段时间就掉了(可能几个小时,也可能几天)用netstat -r 查看,发现default 已丢失。 注:路由器是用的ospf协议。 , ...

by xc_hgm - 其他UNIX - 2005-09-09 09:06:40 阅读(1752) 回复(6)

在 sco unix 5 下用 route add default 192.168.2.1 加的路由,过一段时间就掉了(可能几个小时,也可能几天)用netstat -r 查看,发现default 已丢失。 , 盼高手们给予指点 或在rc2.d目录下用vi编辑一个文件(S99getway),文件内容route add default 192.168.2.1,也是丢失。 正常状态 # netstat -r Routing tables Destination Gateway Flags Refs Use Interface default 10.112.152...

by xc_hgm - 其他UNIX - 2005-09-01 21:10:19 阅读(2280) 回复(7)