11-18-2017 09:51 PM - edited 03-05-2019 09:30 AM
BGP configuration having no problem .
Solved! Go to Solution.
11-19-2017 03:02 AM - edited 11-19-2017 03:03 AM
Hello
It would also be better to remove any prefix-list, route-map then one the secession is established then re-apply them.
Do you have any access-list applied that could be preventing the peering?
Can you post the output from, debug ip bgp
FYI -Lastly soft-reconfiguration inbound its very resource intensive and isnt required nowadays with the introduction of route refresh
res
Paul
11-18-2017 10:09 PM - edited 11-18-2017 10:16 PM
Hello
Are these peers directly connected or multihop -when you say the ce and pe rtrs respond to ping are these the two devices that are trying to create a peer relationship?
The active state is basically stating tcp communication isn't verified between the neighbour op addresses- so check the communication between peer address not just the physical connections!
Ping from <source peer -destination peer>
res
paul
11-18-2017 10:22 PM
Hii Sir , thanks for your reply
Peers are directly connected. I have checked ping from source peer to destination peer , it is getting.
what will be the reason ?
11-18-2017 10:39 PM
Helli
Can you post the bgp config for each rtr?
Do have bgp logging enabled ?
res
paul
11-18-2017 11:31 PM
Hi Paul ,
for your reference
router bgp <AS>
bgp router-id <Loopback>
bgp log-neighbor-changes
neighbor <PE Neighbor> remote-as <AS>
neighbor <PE Neighbor> description *** Peer EBGP ***
neighbor <PE Neighbor> password 7 xxxx
!
address-family ipv4
network <LAN > mask 255.255.255.0
network <Loopback> mask 255.255.255.255
neighbor <PE Neighbor> activate
neighbor <PE Neighbor> soft-reconfiguration inbound
neighbor <PE Neighbor> prefix-list Deny-WAN-IP in
neighbor <PE Neighbor> route-map PREVENT-TRANSIT out
exit-address-family
11-19-2017 03:02 AM - edited 11-19-2017 03:03 AM
Hello
It would also be better to remove any prefix-list, route-map then one the secession is established then re-apply them.
Do you have any access-list applied that could be preventing the peering?
Can you post the output from, debug ip bgp
FYI -Lastly soft-reconfiguration inbound its very resource intensive and isnt required nowadays with the introduction of route refresh
res
Paul
11-19-2017 05:44 AM
hii paul ,
Anyway thanks for your reply.
will post debug ip bgp later .
Is debug command cause problem in production network ?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide