You are on page 1of 1

BGP : FOUR MAIN STEPS TO UNDERSTAND SETUP

==================
Step 1 : Check details of BGP Neighborship
Step 2 : Check details of BGP Received routes
Step 3 : Check details of BGP Advertised routes
Step 4 : Check details of Redistribution, BGP to IGP Or IGP to BGP

Step 1 :

Checking details of BGP Neighborship

CE1#sh ip bgp sum

Step 2 :

Checking details of BGP Received routes

CE1# sh running-config | i neigh

neighbor 192.20.180.127 ebgp-multihop 4

neighbor 192.20.180.127 prefix-list isp-route in

Step 3 :

Checking details of BGP Advertised routes

CE1#sh running-config | sec bgp

redistribute bgp 64251 metric 6000 1000 255 255 1500 route-map DC-Route

router bgp 64251

bgp log-neighbor-changes

network 10.101.111.96 mask 255.255.255.255

network 10.126.0.0 mask 255.255.255.0

Step 4 :

Check details of Redistribution, BGP to IGP Or IGP to BGP

CE1# sh running-config | i redis

You might also like