Jump to content

CCIE EI LAB SEC 1.11


Recommended Posts

Hi Folks,

regarding correcting the bgp wrong configuration in this section or type of configuration in any section , should we remove wrong configuration if we don't need to do that as Cisco restrict candidate from removing any configuration uneless they say so , example which one 1 or 2:

Note: (1) will work normally.

1-router bgp 65006
 bgp log-neighbor-changes
 network 10.6.255.61 mask 255.255.255.255
 neighbor 100.5.61.1 remote-as 10000
 !
 address-family ipv4 vrf WAN
  network 10.6.255.61 mask 255.255.255.255
  neighbor 100.5.61.1 remote-as 10000
  neighbor 100.5.61.1 activate
 exit-address-family

 

2-router bgp 65006
 bgp log-neighbor-changes
no network 10.6.255.61 mask 255.255.255.255
 no neighbor 100.5.61.1 remote-as 10000
 !
 address-family ipv4 vrf WAN
  network 10.6.255.61 mask 255.255.255.255
  neighbor 100.5.61.1 remote-as 10000
  neighbor 100.5.61.1 activate
 exit-address-family

Edited by nadeem
  • Like 1
  • Thanks 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...