cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
23856
Views
0
Helpful
4
Replies

BGP neighbor shut

ccnpninja
Level 1
Level 1

when I issue a neighbor shut command, then a no neighbor shut command, I can not find the neighbor statement in the running configuration.

Is the shut command intended to delete the neighbor statement?

I have IOS 12.4

4 Replies 4

Jon Marshall
Hall of Fame
Hall of Fame

The neighbor shut command should only shut the BGP session down between the 2 peers. It should not remove it from your config.

http://www.cisco.com/en/US/docs/ios/iproute/command/reference/irp_bgp3.html#wp1016748

Have you checked for any bugs for your specific version.

Jon

I found it.

I was entering a "neighbor x.x.x.x remote-as {AS} shut" instead of "neighbor x.x.x.x shut".

So apparently, I was shutting down all neighbors of that AS.

aguilas4191
Level 1
Level 1

Para apagar la sesión bgp

Ingresar al systema autonomo

GWAEROM-COA01A-00000(config)#router bgp 65

apagar la comunicación con el vecino

GWAEROM-COA01A-00000(config-router)#neighbor 2.1.2.1 shutdown

Para activar la sesión BGP

GWAEROM-COA01A-00000(config)#router bgp 65

GWAEROM-COA01A-00000(config-router)#neighbor 2.1.2.1 activate

Saludos

Gente, si no funciona la opcion "activate", la otra opcion es:

 

GWAEROM-COA01A-00000(config-router)#no neighbor 2.1.2.1 shutdown

 

 

Saludos.!

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card