> I configured static ip route but i will not appear in the ip 
routing table.
> Below is the output of some commands.
> 
> Can some one explain this?
> 
> 
> 
> ############################################################
> Router-12(config)#ip route 10.0.0.0 255.0.0.0 179.70.32.13
> Router-12(config)#^Z
> Router-12#
> %SYS-5-CONFIG_I: Configured from console by console
> Router-12#sh ip route
> Codes: C - connected, S - static, I - IGRP, R - RIP, M - 
mobile, B - BGP
>        D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF 
inter area
>        N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external 
type 2
>        E1 - OSPF external type 1, E2 - OSPF external type 2, E 
- EGP
>        i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * - 
candidate
> default
>        U - per-user static route, o - ODR
> 
> Gateway of last resort is not set
> 
>      170.70.0.0/24 is subnetted, 2 subnets
> C       170.70.32.0 is directly connected, Ethernet0/1
> C       170.70.21.0 is directly connected, Ethernet0/0
> Router-12#sh ip route st
> Router-12#

My recommendation would be to retype your static route to the 
following:

Router-12(config)#ip route 10.0.0.0 255.0.0.0 170.70.32.13

Once you do that, I suspect your problem will go away.  In order 
for a route to be valid, there has to be a path.  You can 
specify a next hop interface (E0/0 for example), but you chose a 
next hop IP address.  Since your routing table only lists these 
following networks,

C       170.70.32.0 is directly connected, Ethernet0/1
C       170.70.21.0 is directly connected, Ethernet0/0

There is no path to your next hop network, which is 179.70.32.0.

I assume this was a typo.  If it was not, then you can still 
make the route appear by adding a loopback interface and giving 
it a valid address within that next hop network, such as 
179.70.32.1/24.  Of course, this will end up sending all your 
packets to the packet discard bucket:-)

HTH,

Paul Werner

________________________________________________
Get your own "800" number - Free
Free voicemail, fax, email, and a lot more
http://www.ureach.com/reg/tag

_________________________________
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to