cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
739
Views
0
Helpful
2
Replies

BGP route-map in use

Amafsha1
Level 2
Level 2

Hello I'm trying to figure out if this route-map is in use.

 

I go to the core of my network and I see the following:

 

Core1#
router eigrp 1
redistribute static route-map static-to-eigrp
redistribute bgp 65425 route-map static-to-eigrp
default-information originate

!

 sh route-map static-to-eigrp
route-map static-to-eigrp, permit, sequence 100
Match clauses:
Set clauses:
metric 100 1 255 1 1500

 

Yet the core of my network does not have any BGP process...There is no BGP running.  Is the command above useless?

1 Accepted Solution

Accepted Solutions

Harold Ritter
Spotlight
Spotlight

If you do not run BGP, you certainly do not need to redistribute bgp in eigrp. I imagine that BGP might have been configured in the past and it was removed, but the redistribute statement was not.

 

Regards,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

View solution in original post

2 Replies 2

Harold Ritter
Spotlight
Spotlight

If you do not run BGP, you certainly do not need to redistribute bgp in eigrp. I imagine that BGP might have been configured in the past and it was removed, but the redistribute statement was not.

 

Regards,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

awesome thank you.  Just making sure that's true.