Reference Guide

Usage Information Enable or disable outbound optimization dynamically to reset all neighbor sessions. When you enable outbound
optimization, all peers receive the same update packets. The next-hop address chosen as one of the addresses of
neighbor’s reachable interfaces is also the same for the peers. The no version of this command disables outbound
optimization.
Example
OS10(conf-router-bgp-10)# outbound-optimization
Supported Releases 10.3.0E or later
password
Congures a password for message digest 5 (MD5) authentication on the TCP connection between two neighbors.
Syntax
password password
Parameters password—Enter a password for authentication, up to 128 characters.
Default Disabled
Command Mode ROUTER-NEIGHBOR
Usage Information All peers that inherit a template must authenticate peer sessions. The no version of this command disables
authentication.
Example
OS10(conf-router-neighbor)# password myBGP
Supported Releases 10.3.0E or later
redistribute
Redistributes connected, static, and OSPF routes in BGP.
Syntax
redistribute {connected [route-map map name] | ospf process-id | static [route-
map map name ]}
Parameters
connected — Enter to redistribute routes from physically connected interfaces.
route-map map name — (Optional) Enter the name of a congured route-map.
ospf process-id — Enter a number for the OSPF process (1 to 65535).
static — Enter to redistribute manually congured routes.
Default Disabled
Command Mode ROUTER-BGPv4-AF or ROUTER-BGPv6-AF
Usage Information Static routes are treated as incomplete routes. When you use the redistribute ospf process-id
command without other parameters, the system redistributes all OSPF internal routes, external type 1 routes, and
external type 2 routes. The no version of this command resets the value to the default.
Example
(Connected)
OS10(conf-router-bgp-102)# address-family ipv4 unicast
OS10(conf-router-bgpv4-af)# redistribute connected route-map mapbgp1
Example (Static —
IPv4)
OS10(conf-router-bgp-102)# address-family ipv4 unicast
OS10(conf-router-bgpv4-af)# redistribute static route-map mapbgp2
Layer 3 297