From: san (san.study@gmail.com)
Date: Mon Jul 17 2006 - 04:26:13 ART
I misconfigured ipv6 bgp neighbor under "address-family ipv4" instead of
"address-family ipv6" . Now i cannot remove those commands under ipv4.
Tried the options like no neighbor , reload , remove the neighbor remote-as
with reload.
Is there a easy way out ? or Does it do harm if present under ipv4
address-family ?
router bgp 100
bgp router-id 150.1.1.1
bgp log-neighbor-changes
neighbor 2001:128:1:0:250:74FF:FE5C:A2C0 remote-as 100
neighbor 2001:128:1:0:2D0:79FF:FEE1:5C00 remote-as 100
neighbor 2001:128:1:125::5 remote-as 200
neighbor 128.1.0.3 remote-as 100
neighbor 128.1.0.6 remote-as 100
neighbor 128.1.125.5 remote-as 200
!
address-family ipv4
no neighbor 2001:128:1:0:250:74FF:FE5C:A2C0 activate <=====Not
Removable ?
no neighbor 2001:128:1:0:2D0:79FF:FEE1:5C00 activate
no neighbor 2001:128:1:125::5 activate
neighbor 128.1.0.3 activate
neighbor 128.1.0.3 route-reflector-client
neighbor 128.1.0.6 activate
neighbor 128.1.0.6 route-reflector-client
neighbor 128.1.0.6 weight 100
neighbor 128.1.125.5 activate
no auto-summary
no synchronization
exit-address-family
!
address-family ipv6
neighbor 2001:128:1:0:250:74FF:FE5C:A2C0 activate
neighbor 2001:128:1:0:250:74FF:FE5C:A2C0 weight 100
neighbor 2001:128:1:0:2D0:79FF:FEE1:5C00 activate
neighbor 2001:128:1:125::5 activate
-- Thanks & Rgds SAN
This archive was generated by hypermail 2.1.4 : Tue Aug 01 2006 - 07:13:47 ART