For the life of me I can't see what is wrong with the configs - but would appreciate it if anyone could take a look:
R6:
interface Serial0/0/0
ip address 54.1.1.6 255.255.255.0
encapsulation frame-relay
frame-relay map ip 54.1.1.254 101 broadcast
frame-relay lmi-type cisco
router rip
version 2
network54.0.0.0
no auto-summary
BB1-FRSW:
interface Serial6.101 point-to-point
description PVC 101 to R6
ip address 54.1.1.254 255.255.255.0
ip authentication mode eigrp 10 md5
ip authentication key-chain eigrp 10 EIGRP
frame-relay interface-dlci 101
router rip
version 2
network 54.0.0.0
network 212.18.0.0
network 212.18.1.0
network 212.18.2.0
network 212.18.3.0
distribute-list RIP out
no auto-summary
Ping from R6 to BB1-FR over S0/0/0:
R6#ping 54.1.1.254
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 54.1.1.254, timeout is 2 seconds:
!!!!!
Ping from BB1 to R6 over S6.101:
BB1-FR#ping 54.1.1.6
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 54.1.1.6, timeout is 2 seconds:
!!!!!
sh ip prot (on BB1-FR):
Routing Protocol is "rip"
Sending updates every 30 seconds, next due in 7 seconds
Invalid after 180 seconds, hold down 180, flushed after 240
Outgoing update filter list for all interfaces is RIP
Incoming update filter list for all interfaces is
Redistributing: rip
Default version control: send version 2, receive version 2
Interface Send Recv Triggered RIP Key-chain
BVI1 2 2
Loopback2121801 2 2
Loopback2121811 2 2
Loopback2121821 2 2
Loopback2121831 2 2
Serial6.51 2 2
Serial6.100 2 2
Serial6.101 2 2
Virtual-Access1 2 2
Virtual-Access2 2 2
Virtual-Template 2 2
Virtual-Template 2 2
Automatic network summarization is not in effect
Routing for Networks:
54.0.0.0
212.18.0.0
212.18.1.0
212.18.2.0
212.18.3.0
Routing Information Sources:
Gateway Distance Last Update
Gateway Distance Last Update
54.1.1.6 120 00:00:16
Distance: (default is 120)
sh ip prot (on R6):
R6#sh ip prot
Routing Protocol is "rip"
Outgoing update filter list for all interfaces is not set
Incoming update filter list for all interfaces is not set
Sending updates every 30 seconds, next due in 10 seconds
Invalid after 180 seconds, hold down 180, flushed after 240
Redistributing: rip
Default version control: send version 2, receive version 2
Interface Send Recv Triggered RIP Key-chain
Serial0/0/0 2 2
Automatic network summarization is not in effect
Maximum path: 4
Routing for Networks:
54.0.0.0
Routing Information Sources:
Gateway Distance Last Update
Distance: (default is 120)
RIP DB on BB1FR:
BB1-FR#sh ip rip da
212.18.0.0/24 auto-summary
212.18.0.0/24 directly connected, Loopback2121801
212.18.1.0/24 auto-summary
212.18.1.0/24 directly connected, Loopback2121811
212.18.2.0/24 auto-summary
212.18.2.0/24 directly connected, Loopback2121821
212.18.3.0/24 auto-summary
212.18.3.0/24 directly connected, Loopback2121831
RIP DB on R6:
R6#sh ip rip da
54.0.0.0/8 auto-summary
54.1.1.0/24 directly connected, Serial0/0/0
output of deb ip rip on BB1:
00:24:51: RIP: received v2 update from 54.1.1.6 on Serial6.101
00:24:51: 54.1.1.0/24 via 0.0.0.0 in 1 hops
But I get no rip updates in to R6 from BB1-FR...???
(I've even rebooted both routers!).
any ideas?