Users Guide

Table Of Contents
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
ebgp-multihop
Allows eBGP neighbors on indirectly connected networks.
Syntax
ebgp-multihop hop count
Parameters hop count Enter a value for the number of hops, from 1 to 255.
Default 1 for eBGP. 255 for iBGP.
Command Mode ROUTER-NEIGHBOR
Usage
Information
This command avoids installation of default multihop peer routes to prevent loops and creates neighbor
relationships between peers. Networks indirectly connected are not valid for best path selection. The no
version of this command removes multihop session.
Layer 3 853