nadeem Posted May 10, 2023 Share Posted May 10, 2023 (edited) 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 May 10, 2023 by nadeem 1 1 Link to comment Share on other sites More sharing options...
johnnyboy Posted May 11, 2023 Share Posted May 11, 2023 I've been practicing with just leaving the wrong config. Once you move the interfaces to the vrf WAN it won't matter anyways. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now