BGP Commands
ExtremeWare XOS 11.5 supports only the Summit X450 family of switches and the BlackDiamond 8800 series switch.
ExtremeWare XOS 11.5 Command Reference Guide
1672
configure bgp add network
configure bgp add network {address-family [ipv4-unicast | ipv4-multicast]}
<ipaddr>/<mask_len> {network-policy <policy>}
Description
Adds a network to be originated from this router.
Syntax Description
Default
If no address family is specified, IPv4 unicast is the default.
Usage Guidelines
The network must be present in the routing table.
Using the
export
command to redistribute routes complements the redistribution of routes using the
configure bgp add network
command. The
configure bgp add network
command adds the route
to BGP only if the route is present in the routing table. The
enable bgp export
command redistributes
an individual route from the routing table to BGP. If you use both commands to redistribute routes, the
routes redistributed using the
network
command take precedence over routes redistributed using the
export
command.
Example
The following command adds a network to be originated from this router:
configure bgp add network 192.1.1.16/32
History
This command was first available in ExtremeWare XOS 10.1.
This command required an Advanced Core license in ExtremeWare XOS 11.1.
Platform Availability
This command is available on platforms with a Core or an Advanced Core license.
address-family
The address family to which the network routes will be exported. BGP supports
two address families: IPv4 Unicast and IPv4 Multicast.
ipaddr
Specifies an IP network address.
mask_len
Specifies a netmask length.
policy-name
Name of policy to be associated with network export. Policy can filter and/or
change the route parameters.