Mailing List Archive

BGP shut down
New to this. But is there a command to totally shutdown a BGP session and
not just 'Do not send open messages to a peer'?

Juniper:
[edit protocols bgp]
set group <group-name> neighbor <IP address> passive

More like the Cisco command:
neighbor <IP address> remote-as <ASN> shutdown

Thanks in advance.

-nick/
BGP shut down [ In reply to ]
On 24.09.2003 14:16:24 +0000, Nick Kraal wrote:
> New to this. But is there a command to totally shutdown a BGP session and
> not just 'Do not send open messages to a peer'?
>
> Juniper:
> [edit protocols bgp]
> set group <group-name> neighbor <IP address> passive

Deactivate the neighbor:

[edit protocols bgp]
deactivate group <group-name> neighbor <IP address>

/Michael

--
Michael Lyngb?l -- michael at lyngbol dot dk
Network Architect, AS3292 TDC, IP?backbone
BGP shut down [ In reply to ]
On Wed, Sep 24, 2003 at 02:16:24PM +0800, Nick Kraal wrote:
> New to this. But is there a command to totally shutdown a BGP session and
> not just 'Do not send open messages to a peer'?

Not possible. You have to completely deactivate the neighbor config
(which also means that you don't see the session in "show bgp summary"
etc. anymore - which sucks). Juniper resisted all requests yet to
implement "set neighbor xxx disable". :-)


Best regards,
Daniel