Connectivity Guide

OS10(config-router-bgp-100)# address-family ipv6 unicast
OS10(configure-router-bgpv6-af)# distance bgp 10 200 210
Non-default VRF
OS10(config-router-bgp-100)# vrf blue
OS10(config-router-bgp-100-vrf)# address-family ipv4 unicast
OS10(configure-router-bgpv4-vrf-af)# distance bgp 21 200 200
OS10(config-router-bgp-100-vrf)# address-family ipv6 unicast
OS10(configure-router-bgpv6-vrf-af)# distance bgp 21 201 250
Supported Releases 10.4.2.0 or later
distribute-list
Distributes BGP information through an established prex list.
Syntax
distribute-list prefix-list-name {in | out}
Parameters
prefix-list-name—Enter the name of established prex list.
in—Enter to distribute inbound trac.
out—Enter to distribute outbound trac.
Defaults None
Command Modes
ROUTER-BGP-NEIGHBOR-AF
ROUTER-TEMPLATE-AF
Usage Information The no version of this command removes the route-map.
Example
OS10(conf-router-neighbor)# address-family ipv4 unicast
OS10(conf-router-bgp-neighbor-af)# distribute-list inbgg in
OS10(conf-router-template)# address-family ipv4 unicast
OS10(conf-router-bgp-template-af)# distribute-list outbgg out
Supported Releases 10.4.1.0 or later
bgp default local-preference
Changes the default local preference value for routes exchanged between internal BGP peers.
Syntax
default local-preference number
Parameters number — Enter a number to assign to routes as the degree of preference for those routes. When routes
compare, the route with the higher degree of preference or the local preference value is most preferred, from 1 to
4294967295.
Default 100
Command Mode ROUTER-BGP
Usage Information All routers apply this command setting within the AS. The no version of this command removes local preference
value.
Example
OS10(conf-router-bgp-1)# default local-preference 200
472 Layer 3