Alcatel-Lucent 6850-48 Reference Guide

Page of 3444
BGP Commands
OmniSwitch CLI Reference Guide
September 2009
page 44-45
ip bgp network
Creates or deletes a BGP network. A network must be known to the local BGP speaker; it also must origi-
nate from the local BGP speaker. The network may be directly connected, dynamically learned, or static.
In lieu of these options, the base command (ip bgp network) may be used with other keywords to set up 
network configuration. These keywords are listed here and described as separate commands later in this 
chapter. In addition, some keywords have a no form to remove the parameter or return it to its default.
ip bgp network network_address ip_mask
[community string]
[local-preference 
value]
[metric 
metric]
[status {enable | disable}]
no ip bgp network network_address ip_mask
Syntax Definitions
network_address
32-bit IP address. 
ip_mask
32-bit subnet mask that determines how many bits of the network 
address denote the network number.
Defaults
N/A
Platforms Supported
OmniSwitch 6850, 6855, 9000, 9000E
Usage Guidelines
• Use the no form of this command to delete a local network.
• Creating and enabling a network entry indicates to BGP that this network should originate from this 
router. The network specified must be known to the router, whether it is connected, static, or dynami-
cally learned. 
• You can create up to 200 network entries. The basi
 command will display every 
network currently defined. 
• This command allows administrative operations on a BGP network. You must still enable the network 
through the
command.
Examples
-> ip bgp network 172.22.2.115 255.255.255.0
-> no ip bgp network 172.22.2.115 255.255.255.0
Release History
Release 6.1; command was introduced.