neighbor remote-as
Adds an entry to the BGP neighbor table. Specifying a neighbor with an AS number that matches the AS number specified in the router bgp command identifies the neighbor as internal to the local AS. Otherwise, the neighbor is considered external. This command takes effect immediately. The no version removes an entry from the table.
neighbor { ipAddress | ipv6Address | peerGroupName } remote-as number
no neighbor { ipAddress | ipv6Address } [ remote-as [ number ] ]
no neighbor peerGroupName remote-as [ number ]
- ipAddressIP address of BGP neighbor
- ipv6AddressIPv6 address of BGP neighbor
- peerGroupNameName of a BGP peer group. If you specify a BGP peer group by using the peerGroupName argument, all the members of the peer group inherit the characteristic configured with this command, unless it is overridden for a specific peer.
- numberNumber in the range 14294967295; the AS to which the neighbor belongs
Address Family Configuration, Router Configuration
Command introduced before JUNOSe Release 7.1.0.
ipv6Address variable added in JUNOSe Release 8.0.0.