yeah i thought maybe you had cut some of it off...
I am using GNS3 and this is my show version:
Router#sh ver
Cisco IOS Software, 3700 Software (C3725-ADVENTERPRISEK9-M), Version
12.4(21a), RELEASE SOFTWARE (fc1)
but i have no clue about the state values, and without access to the IOS
code and the internal docs at Cisco not sure if we ever will....
you can see the debug messages come and go and the state changes, so might
be able to figure out each one if you played with it long enough, not sure
it would be worth the effort or not, by doing shut no shut on the
interfaces...
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int f0/0
Router(config-if)#ip add
Router(config-if)#ip address 4.4.4.4 255.255.255.0
Router(config-if)#no hs
*Mar 1 22:49:35.342: RT: is_up: FastEthernet0/0 0 state: 6 sub state:
1line: 1 has_route: False
*Mar 1 22:49:35.346: RT: is_up: FastEthernet0/0 0 state: 6 sub state: 1
line: 1 has_route: False
^
% Invalid input detected at '^' marker.
Router(config-if)#no shut
Router(config-if)#
*Mar 1 22:49:48.438: RT: is_up: FastEthernet0/0 1 state: 4 sub state: 1
line: 1 has_route: False
*Mar 1 22:49:48.442: RT: SET_LAST_RDB for 4.4.4.0/24
NEW rdb: is directly connected
*Mar 1 22:49:48.442: RT: add 4.4.4.0/24 via 0.0.0.0, connected metric [0/0]
*Mar 1 22:49:48.446: RT: NET-RED 4.4.4.0/24
*Mar 1 22:49:48.446: RT: interface FastEthernet0/0 added to routing table
*Mar 1 22:49:50.422: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed
state to up
*Mar 1 22:49:50.426: RT: is_up: FastEthernet0/0 1 state: 4 sub state: 1
line: 1 has_route: True
*Mar 1 22:49:51.422: %LINEPROTO-5-UPDOWN: Line protocol on Interface
FastEthernet0/0, changed state to up
*Mar 1 22:49:51.426: RT: is_up: FastEthernet0/0 1 state: 4 sub state: 1
line: 1 has_route: True
On Wed, Sep 30, 2009 at 4:16 PM, hopalong <ccieangel2_at_googlemail.com> wrote:
> Thanks Garry!
>
> At least on your debug you can see an interface reference...but mine
> doesn't give you a clue and nothing is flapping.
>
> This is the complete debug
>
> *Mar 1 00:17:14.523: is_up: 0 state: 0 sub state: 1 line: 0 has_route:
> False
>
> Gotta say it's not one of Cisco's most explanatory debug messages!
>
>
>
> On Wed, Sep 30, 2009 at 1:54 PM, garry baker <baker.garry_at_gmail.com>wrote:
>
>> good stuff, like to see these debugs and commands i dont use much...i
>> guess i need to do more with them...
>>
>> even the cisco docs let you down on this one:
>>
>>
>> http://www.cisco.com/en/US/docs/ios/12_3/debug/command/reference/dbg_i2g.html#wp1064625
>>
>> but for sure you can see this go between True and False and then check the
>> route table:
>>
>> Router#sh ip int brief
>> Interface IP-Address OK? Method
>> Status Protocol
>> FastEthernet0/0 unassigned YES unset administratively
>> down down
>> FastEthernet0/1 unassigned YES unset administratively
>> down down
>> Router#conf t
>> Enter configuration commands, one per line. End with CNTL/Z.
>> Router(config)#int loopback 0
>> Router(config-if)#ip address 1.1
>> *Mar 1 22:18:11.582: %LINK-3-UPDOWN: Interface Loopback0, changed state
>> to up
>> *Mar 1 22:18:12.590: %LINEPROTO-5-UPDOWN: Line protocol on Interface
>> Loopback0, changed state to up.1.
>> Router(config-if)#ip address 1.1.1.1 255.255.255.0
>> Router(config-if)#
>> *Mar 1 22:18:20.978: RT: is_up: Loopback0 1 state: 4 sub state: 1 line: 0
>> has_route: True
>> *Mar 1 22:18:20.978: RT: SET_LAST_RDB for 1.1.1.0/24
>> NEW rdb: is directly connected
>> *Mar 1 22:18:20.982: RT: add 1.1.1.0/24 via 0.0.0.0, connected metric
>> [0/0]
>> *Mar 1 22:18:20.982: RT: NET-RED 1.1.1.0/24
>> *Mar 1 22:18:20.986: RT: interface Loopback0 added to routing table
>> *Mar 1 22:18:20.986: RT: is_up: Loopback0 1 state: 4 sub state: 1 line: 0
>> has_route: True
>> Router(config-if)#do sh ip route
>> Codes: C - connected, S - static, 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
>> i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS
>> level-2
>> ia - IS-IS inter area, * - candidate default, U - per-user static
>> route
>> o - ODR, P - periodic downloaded static route
>> Gateway of last resort is not set
>> 1.0.0.0/24 is subnetted, 1 subnets
>> C 1.1.1.0 is directly connected, Loopback0
>> S 10.0.0.0/8 is directly connected, Null0
>> Router(config-if)#do sh ip int br
>> Interface IP-Address OK? Method
>> Status Protocol
>> FastEthernet0/0 unassigned YES unset administratively
>> down down
>> FastEthernet0/1 unassigned YES unset administratively
>> down down
>> Loopback0 1.1.1.1 YES manual
>> up up
>> Router(config-if)#int tunn100
>> Router(config-if)#ip ad
>> Router(config-if)#ip add
>> Router(config-if)#ip address 2.2.2.2 255.255.255.0
>> Router(config-if)#
>> *Mar 1 22:19:21.234: RT: is_up: Tunnel100 0 state: 4 sub state: 1 line: 0
>> has_route: False
>> *Mar 1 22:19:21.238: RT: is_up: Tunnel100 0 state: 4 sub state: 1 line: 0
>> has_route: False
>> Router(config-if)#do sh ip route
>> Codes: C - connected, S - static, 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
>> i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS
>> level-2
>> ia - IS-IS inter area, * - candidate default, U - per-user static
>> route
>> o - ODR, P - periodic downloaded static route
>> Gateway of last resort is not set
>> 1.0.0.0/24 is subnetted, 1 subnets
>> C 1.1.1.0 is directly connected, Loopback0
>> S 10.0.0.0/8 is directly connected, Null0
>> Router(config-if)#do sh ip int br
>> Interface IP-Address OK? Method
>> Status Protocol
>> FastEthernet0/0 unassigned YES unset administratively
>> down down
>> FastEthernet0/1 unassigned YES unset administratively
>> down down
>> Loopback0 1.1.1.1 YES manual
>> up up
>> Tunnel100 2.2.2.2 YES manual
>> up down
>>
>> On Wed, Sep 30, 2009 at 3:20 PM, hopalong <ccieangel2_at_googlemail.com>wrote:
>>
>>> Hi
>>>
>>> I keep getting this every 30 secs after putting on some vendor prepared
>>> configs and just running debug IP routing:-
>>>
>>> *Mar 1 00:17:14.523: is_up: 0 state: 0 sub state: 1 line: 0 has_route:
>>> False
>>>
>>> I guess it's telling me there's a new route but it's not in the RIB - can
>>> anyone shed any more light on it for me?
>>>
>>> Thanks!
>>>
>>>
>>> Blogs and organic groups at http://www.ccie.net
>>>
>>> _______________________________________________________________________
>>> Subscription information may be found at:
>>> http://www.groupstudy.com/list/CCIELab.html
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>
>>
>> --
>> Garry L. Baker
>>
>> "There is no 'patch' for stupidity." - www.sqlsecurity.com
>>
>
>
-- Garry L. Baker "There is no 'patch' for stupidity." - www.sqlsecurity.com Blogs and organic groups at http://www.ccie.netReceived on Wed Sep 30 2009 - 16:24:51 ART
This archive was generated by hypermail 2.2.0 : Sun Oct 04 2009 - 07:42:04 ART