Specifications

configure bgp add network
ExtremeWare XOS 10.1 Command Reference Guide 591
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
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 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.