Open Frames Download Complete PDF Send Feedback Print This Page

Previous

Next

Defining a BGP Neighbor

Use this command to define a BGP neighbor

Syntax

set bgp [internal | external> remote-as <as_id> peer [ip_address] [on|off]

Parameter

Description

internal | external

Autonomous System (AS) type

<as_id>

Autonomous System (AS) ID

<ip_address>

Remote peer IP address

Examples

  • set bgp external remote-as 24 on

    Adds AS 24 to the system's configuration

  • set bgp external remote-as 24 local-address 40.40.40.24 on

    Configures the local system interface 40.40.40.24 as a BGP peer for AS 24.

Notes

To verify that BGP is running:

  • To show BGP peers, run:

    show bgp peers

  • To show BGP state, run:

    show bgp summary

To deactivate BGP:

  • set bgp external remote-as 24 off
  • set bgp external remote-as 24 local-address 40.40.40.24 off
 
Top of Page ©2014 Check Point Software Technologies Ltd. All rights reserved. Download Complete PDF Send Feedback Print