
RIP: R6 shows "bad source" in debugs for BVI interface on BB1
Hi,
I turned the rip debug on R6 and I noticed that RIP is complaining about "bad source" from 54.1.10.254:
*Jul 26 07:06:56.848: RIP: ignored v2 update from bad source 54.1.10.254 on Serial0/1/0
*Jul 26 07:06:57.756: RIP: received v2 update from 54.1.1.254 on Serial0/1/0
*Jul 26 07:06:57.756: RIP: Update contains 4 routes
[Serial0/1/0] in my setup is connected to BB1
on BB1, the BVI interface has this IP address:
BVI1 54.1.10.254 YES manual up up
I haven't done any exercise in the RIP workbook related to this case but just wondering...is this expected? is it there for some exercise we plan to do in the future or is there an error in my setup?
thx
Comments
Post your full configuration on R6.
Brian McGahan, CCIE #8593 (R&S/SP/Security)
[email protected]
Internetwork Expert, Inc.
http://www.InternetworkExpert.com
Toll Free: 877-224-8987 x 705
Outside US: 775-826-4344 x 705
Online Community: http://www.IEOC.com
CCIE Blog: http://blog.internetworkexpert.com
khabib wrote:
I think I may not what the issue is. I haven't changed the IOS version
from Voice to Adv IP services on my 2801. Do you think that's the
reason? My config below:
Rack1R6#sh run
Building configuration...
Current configuration : 3440 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Rack1R6
!
boot-start-marker
boot system flash c2801-ipvoice-mz.124-15.T1
boot-end-marker
!
logging buffered 51200 warnings
!
no aaa new-model
ip cef
!
!
!
!
no ip domain lookup
ip domain name cisco.com
ip name-server 171.68.226.120
multilink bundle-name authenticated
!
!
voice-card 0
username cisco privilege 15 secret 5 $1$avGU$qNoZhJ1uigo6XM/OjRSlU/
username cisco123 privilege 15 secret 5 $1$IuWC$CqNgWwREoaqQXW20DA0/v/
archive
log config
hidekeys
!
!
!
!
!
!
interface Loopback0
ip address 150.1.6.6 255.255.255.0
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
!
interface FastEthernet0/0.67
encapsulation dot1Q 67
ip address 155.1.67.6 255.255.255.0
interface FastEthernet0/0.146
encapsulation dot1Q 146
ip address 155.1.146.6 255.255.255.0
ip rip v2-broadcast
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
!
interface Serial0/1/0
ip address 54.1.1.6 255.255.255.0
encapsulation frame-relay
frame-relay map ip 54.1.1.254 101 broadcast
!
router rip
version 2
network 54.0.0.0
network 150.1.0.0
network 155.1.0.0
no auto-summary
ip http server
ip http access-class 23
ip http authentication local
ip http timeout-policy idle 60 life 86400 requests 10000
!
!
ixi transport http
response size 8
no shutdown
request outstanding 2
request timeout 30
!
ixi application cme
response timeout 30
no shutdown
!
!
!
control-plane
telephony-service
xml user user23 password cisco123 15
load 7960-7940 P00308000400
max-ephones 5
max-dn 5
ip source-address 172.23.250.137 port 2000
auto assign 1 to 5
max-conferences 4 gain -6
transfer-system full-consult
log table retain-timer 30
log table max-size 100
create cnf-files version-stamp Jan 01 2002 00:00:00
!
!
ephone-dn 1
number 5000
ephone-dn 2
number 5001
!
!
ephone-dn 3
number 5002
!
!
ephone-dn 4
number 5003
!
!
ephone-dn 5
number 5004
!
!
ephone 1
no multicast-moh
mac-address 0013.CECC.8F86
type 7960
button 1:1
!
ephone 2
no multicast-moh
!
!
!
ephone 3
no multicast-moh
!
!
!
ephone 4
no multicast-moh
!
!
!
ephone 5
no multicast-moh
!
!
banner login ^C
Brian McGahan wrote: