[zebra 22975] Issue in RIP and enabling debug
"Jegan Kumar S.R.S" <[email protected]> Mon, 27 Nov 2006 05:34:53 -0800 (PST)
| Newsgroups | gmane.network.zebra |
|---|---|
| Message-ID | <[email protected]> |
Hi all,
I am using two linux boxes back to back and I am advertising 2 loopback addresses from the linux boxes via RIP. But the loopback addresses are not getting advertised to peers. Also, I am not able to enable the debug messages also.
I have given "debug rip packet" and "debug rip zebra". But I am not getting any messages too.
Am I missing anything here? Here is my config.
Thanks,
Jegan.
The configuration is very simple:
box1 eth0 ----------- box2 eth0
box-1# sh run
Building configuration...
Current configuration:
!
hostname Router
password zebra
enable password zebra
hostname ripd
log stdout
debug rip packet
debug rip zebra
!
interface lo
ip address 1.1.1.1/32
!
interface eth0
ip address 10.77.212.46/26
!
router rip
version 1
redistribute connected
network eth0
network l0
!
box-1# sh ip rip
Codes: R - RIP, C - connected, O - OSPF, B - BGP
(n) - normal, (s) - static, (d) - default, (r) - redistribute,
(i) - interface
Network Next Hop Metric From Time
C(r) 1.1.1.1/32 0.0.0.0 1 self
C(i) 10.77.212.0/26 0.0.0.0 1 self
box-1# sh ip pro
Routing Protocol is "rip"
Sending updates every 30 seconds with +/-50%, next due in 11 seconds
Timeout after 180 seconds, garbage collect after 120 seconds
Outgoing update filter list for all interface is not set
Incoming update filter list for all interface is not set
Default redistribution metric is 1
Redistributing: connected
Default version control: send version 1, receive version 1
Interface Send Recv Key-chain
eth0 1 1
Routing for Networks:
eth0
l0
Routing Information Sources:
Gateway BadPackets BadRoutes Distance Last Update
Distance: (default is 120)
box-1# sh ip route
Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF,
B - BGP, > - selected route, * - FIB route
K>* 0.0.0.0/0 via 10.77.212.1, eth0
C>* 1.1.1.1/32 is directly connected, lo
C>* 10.77.212.0/26 is directly connected, eth0
C>* 127.0.0.0/8 is directly connected, lo
K>* 169.254.0.0/16 is directly connected, eth0
box-2# sh run
Building configuration...
Current configuration:
!
hostname Router
password zebra
enable password zebra
hostname ripd
log stdout
debug rip packet
debug rip zebra
!
interface lo
ip address 2.2.2.2/32
!
interface eth0
ip address 10.77.212.45/26
!
router rip
version 1
redistribute connected
network eth0
!
box-2# sh ip rip
Codes: R - RIP, C - connected, O - OSPF, B - BGP
(n) - normal, (s) - static, (d) - default, (r) - redistribute,
(i) - interface
Network Next Hop Metric From Time
C(r) 2.2.2.2/32 0.0.0.0 1 self
C(i) 10.77.212.0/26 0.0.0.0 1 self
box-2# sh ip pro
Routing Protocol is "rip"
Sending updates every 30 seconds with +/-50%, next due in 9 seconds
Timeout after 180 seconds, garbage collect after 120 seconds
Outgoing update filter list for all interface is not set
Incoming update filter list for all interface is not set
Default redistribution metric is 1
Redistributing: connected
Default version control: send version 1, receive version 1
Interface Send Recv Key-chain
eth0 1 1
Routing for Networks:
eth0
Routing Information Sources:
Gateway BadPackets BadRoutes Distance Last Update
Distance: (default is 120)
box-2# sh ip route
Codes: K - kernel route, C - connected, S - static, R - RIP, O - OSPF,
B - BGP, > - selected route, * - FIB route
K>* 0.0.0.0/0 via 10.77.212.1, eth0
C>* 2.2.2.2/32 is directly connected, lo
C>* 10.77.212.0/26 is directly connected, eth0
C>* 127.0.0.0/8 is directly connected, lo
K>* 169.254.0.0/16 is directly connected, eth0
---------------------------------
Access over 1 million songs - Yahoo! Music Unlimited.
_______________________________________________
Zebra mailing list
[email protected]
http://ml.zebra.org/mailman/listinfo/zebra