Users Guide

network
Configures a network as local to this AS and adds it to the BGP routing table.
Syntax
network ip-address/prefix [route-map map-name]
Parameters
ip-address/prefixEnter the IPv4 or IPv6 address and the prefix number to the network.
route-map map-name(Optional) Enter the name of an established route-map.
Defaults None
Command Modes ROUTER-AF
Usage
Information
The no version of this command removes the network.
Example
OS10(conf-router-bgpv4-af)#
OS10(config-router-bgp-64601)# address-family ipv4 unicast
OS10(configure-router-bgpv4-af)# network 192.168.1.0/24
OS10(configure-router-bgpv4-af)# do commit
Supported
Releases
10.3.0E or later
next-hop-self
Configures the next-hop-self support for the peer-group level. This support applies for both IPv4 and IPv6 address families.
Syntax
next-hop-self
Parameters None.
Default Not configured
Command Mode TEMPLATE ADDRESS FAMILY LEVEL
Usage
Information
Configures the next-hop-self for a specific template. This configuration is applied to all BGP peers when
inheriting this template.
The next-hop-self configuration is enabled by default on the unnumbered peers. When the next-hop-self
configuration is removed, there is no impact on the unnumbered peers.
NOTE: Only the system administers (sysadmin) role is allowed to manage this configuration.
Example
MAA-S4048T-X01-7445(config-router-template)# address-family ipv4 unicast
MAA-S4048T-X01-7445(config-router-bgp-template-af)# next-hop-self
MAA-S4048T-X01-7445(config-router-template)# address-family ipv6 unicast
MAA-S4048T-X01-7445(config-router-bgp-template-af)# no next-hop-self
Supported
Releases
10.5.2.1 or Later
non-deterministic-med
Compares paths in the order they arrive.
Syntax
non-deterministic-med
Parameters None
Default Disabled
Command Mode ROUTER-BGP
Layer 3 857