04-22-2020 02:40 AM
R1 show nei state is Idel for R5. what could be the issues?
R1
router bgp 65505
bgp log-neighbor-changes
bgp confederation identifier 700
bgp confederation peers 65507
neighbor 10.0.9.1 remote-as 900
neighbor 192.168.2.1 remote-as 65505
neighbor 192.168.2.1 update-source Loopback0
neighbor 192.168.2.1 next-hop-self
neighbor 192.168.5.1 remote-as 65507
neighbor 192.168.5.1 update-source Loopback0
R5
router bgp 65507
bgp log-neighbor-changes
bgp confederation identifier 700
bgp confederation peers 65505
neighbor 10.0.11.1 remote-as 1100
neighbor 192.168.1.1 remote-as 65505
neighbor 192.168.1.1 update-source Loopback0
neighbor 192.168.7.1 remote-as 65507
neighbor 192.168.7.1 update-source Loopback0
neighbor 192.168.7.1 next-hop-self
Solved! Go to Solution.
04-22-2020 04:08 AM
hello @NayAungLin7876 ,
without seeing any useful output from command "show bgp <AFI> <SAFI> neighbors x.x.x.x" one thing that came into my mind is that you may probably need to disable connected-check since you're using the loopback address to establish the peering.
Otherwise by looking to the output of command i've post above you may find additional info to what could be the reason of idle session among peers.
hope this may help.
Regards.
@NayAungLin7876 wrote:
R1 show nei state is Idel for R5. what could be the issues?
R1
router bgp 65505
bgp log-neighbor-changes
bgp confederation identifier 700
bgp confederation peers 65507
neighbor 10.0.9.1 remote-as 900
neighbor 192.168.2.1 remote-as 65505
neighbor 192.168.2.1 update-source Loopback0
neighbor 192.168.2.1 next-hop-self
neighbor 192.168.5.1 remote-as 65507
neighbor 192.168.5.1 update-source Loopback0
R5
router bgp 65507
bgp log-neighbor-changes
bgp confederation identifier 700
bgp confederation peers 65505
neighbor 10.0.11.1 remote-as 1100
neighbor 192.168.1.1 remote-as 65505
neighbor 192.168.1.1 update-source Loopback0
neighbor 192.168.7.1 remote-as 65507
neighbor 192.168.7.1 update-source Loopback0
neighbor 192.168.7.1 next-hop-self
04-22-2020 04:08 AM
hello @NayAungLin7876 ,
without seeing any useful output from command "show bgp <AFI> <SAFI> neighbors x.x.x.x" one thing that came into my mind is that you may probably need to disable connected-check since you're using the loopback address to establish the peering.
Otherwise by looking to the output of command i've post above you may find additional info to what could be the reason of idle session among peers.
hope this may help.
Regards.
@NayAungLin7876 wrote:
R1 show nei state is Idel for R5. what could be the issues?
R1
router bgp 65505
bgp log-neighbor-changes
bgp confederation identifier 700
bgp confederation peers 65507
neighbor 10.0.9.1 remote-as 900
neighbor 192.168.2.1 remote-as 65505
neighbor 192.168.2.1 update-source Loopback0
neighbor 192.168.2.1 next-hop-self
neighbor 192.168.5.1 remote-as 65507
neighbor 192.168.5.1 update-source Loopback0
R5
router bgp 65507
bgp log-neighbor-changes
bgp confederation identifier 700
bgp confederation peers 65505
neighbor 10.0.11.1 remote-as 1100
neighbor 192.168.1.1 remote-as 65505
neighbor 192.168.1.1 update-source Loopback0
neighbor 192.168.7.1 remote-as 65507
neighbor 192.168.7.1 update-source Loopback0
neighbor 192.168.7.1 next-hop-self
04-22-2020 04:54 AM
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