Reference Guide

Table Of Contents
Default Enabled
Command Mode
ROUTER-BGP-NEIGHBOR-AF
ROUTER-TEMPLATE-AF
Usage
Information
The no version of this command removes the default route.
Example
OS10(conf-router-bgp-10)# template lunar
OS10(conf-router-bgp-template)# address-family ipv6 unicast
OS10(conf-router-template-af)# default-originate route-map rmap-bgp
Supported
Releases
10.4.1.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 as the metric 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
Layer 3 317