Users Guide

Table Of Contents
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 prefix list.
Syntax
distribute-list prefix-list-name {in | out}
Parameters
prefix-list-nameEnter the name of established prefix list.
inEnter to distribute inbound traffic.
outEnter to distribute outbound traffic.
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 deletes local
preference value.
Example
OS10(conf-router-bgp-1)# default local-preference 200
Supported
Releases
10.3.0E or later
672 Layer 3