Reference v4.1.0 Instruction Manual

1262 Network OS Command Reference
53-1003115-01
static-network (BGP)
2
static-network (BGP)
Configures a static BGP4 network, creating a stable network in the core.
Synopsis static-network
no static-network network/mask [distance num]
Operands network/mask Network and mask in CIDR notation.
num Administrative distance value for this network. The range is from 1 through
255.
Defaults The default is 200.
Command Modes BGP address-family IPv4 unicast configuration mode
Description Use this command to configure a static BGP4 network to the core. While a route configured with
this command will never flap unless it is deleted manually, a static BGP4 network will not interrupt
the normal BGP4 decision process on other learned routes that are installed in the Routing Table
Manager (RTM). Consequently, when there is a route that can be resolved, it will be installed into
the RTM.
Usage Guidelines Use the no form of the command to restore the defaults.
Examples Typical example of this command.
switch(config)# rbridge-id 10
switch(config-rbridge-id-10)# router bgp
switch(config-bgp-router)# address-family ipv4 unicast
switch(config-bgp-ipv4u)# static-network 10.11.12.0/24 distance 300
See Also route-map