cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
465
Views
0
Helpful
3
Replies

Need some help understanding and resolving the issue

imran.cheema
Level 1
Level 1

10.205.248.25 is dropping pings and when I checked the routes to the address from L3 switch and the router it keeps getting advertised by BGP and OSPF alternatively..What should I be doing?

Router#sh ip route 10.205.248.25

Routing entry for 10.205.248.24/30

  Known via "bgp 64512", distance 200, metric 15101, type internal

  Redistributing via ospf 10

  Last update from 10.223.255.203 00:00:00 ago

  Routing Descriptor Blocks:

  * 10.223.255.203, from 10.223.255.203, 00:00:00 ago

      Route metric is 15101, traffic share count is 1

      AS Hops 0

Router#sh ip route 10.205.248.25

Routing entry for 10.205.248.24/30

  Known via "bgp 64512", distance 20, metric 0

  Tag 64514, type external

  Redistributing via ospf 10

  Advertised by ospf 10 metric 15000 metric-type 1 subnets tag 64512 route-map BGP_TO_OSPF

  Last update from 10.255.249.2 00:00:00 ago

  Routing Descriptor Blocks:

  * 10.255.249.2, from 10.255.249.2, 00:00:00 ago

      Route metric is 0, traffic share count is 1

      AS Hops 5

      Route tag 64514

3 Replies 3

andrew.prince
Level 10
Level 10

Looks like a classic case of recursive routing. Post the config of the device for which the /30 is being advertised.

Sent from Cisco Technical Support iPad App

imran.cheema
Level 1
Level 1

interface Loopback0

description loopback interface for RICRALAJU-VPN-B

ip address 10.205.255.30 255.255.255.255

!

interface Tunnel1

description TUNNEL to RDCATEMECU-VPN-A Tunnel 3

bandwidth 4000

ip address 10.205.248.25 255.255.255.252

ip access-group BLOCK-IPVIDEO-VOICE in

no ip redirects

no ip proxy-arp

ip flow ingress

ip flow egress

no snmp ifindex persist

qos pre-classify

keepalive 10 3

tunnel source 201.204.115.34

tunnel destination 130.36.3.249

service-policy output QOS-GLOBAL-4M

!

interface Null0

no ip unreachables

!

interface GigabitEthernet0/0

description INTERNAL interface for RICRALAJU-VPN-B

ip address 10.197.57.250 255.255.255.0

ip helper-address 10.215.239.95

ip helper-address 10.229.248.50

no ip redirects

no ip proxy-arp

duplex auto

speed 100

no snmp ifindex persist

no cdp enable

service-policy input QOS-CLEAR-DSCP

!

interface GigabitEthernet0/1

description EXTERNAL 4M ICE Circuit ID 1737-5880

bandwidth 4000

ip address 201.204.115.34 255.255.255.252

ip access-group OUTSIDE_INT in

no ip redirects

no ip unreachables

no ip proxy-arp

duplex full

speed 100

no snmp ifindex persist

no cdp enable

crypto map abbott-map

max-reserved-bandwidth 80

!

interface Async0/3/0

description Need Phone Number

no ip address

encapsulation slip

!

router bgp 64626

no synchronization

bgp router-id 10.205.255.30

bgp log-neighbor-changes

network 10.197.57.0 mask 255.255.255.0

network 10.205.248.24 mask 255.255.255.252

network 10.205.255.30 mask 255.255.255.255

timers bgp 20 60

neighbor 10.205.248.26 remote-as 64514

neighbor 10.205.248.26 description eBGP peer to RDCATEMECU-VPN-A Tunnel3

no auto-summary

The config is not the device that is sending the route...

Redistributing via ospf 10

Advertised by ospf 10 metric 15000 metric-type 1 subnets tag 64512  route-map BGP_TO_OSPF

Last update from 10.255.249.2 00:00:00 ago

So have a look @ 10.255.249.2 and you might find either an incorrect ACL or Prefix list that contains the /30 in the redistribution.

HTH>

Review Cisco Networking products for a $25 gift card