Reference Guide

Supported Releases 10.3.0E or later
default-metric
Assigns a default-metric of redistributed routes to locally originated routes.
Syntax
default-metric number
Parameters number — Enter a number as the metric to assign to routes from other protocols, from 1 to 4294967295.
Default Disabled
Command Mode ROUTER-BGP
Usage Information Assigns a metric for locally-originated routes such as redistributed routes. After you redistribute routes in BGP, use
this command to reset the metric value — the new metric does not immediately take eect. The new metric takes
eect only after you disable and re-enable route redistribution for a specied protocol. To re-enable route
distribution use the redistribute {connected [route-map map-name] | ospf process-id |
static [route-map map-name]} command, or use the clear ip bgp * command after you reset BGP.
The no version of this command removes the default metric value.
Example (IPv4)
OS10(conf-router-bgpv4-af)# default-metric 60
Example (IPv6)
OS10(conf-router-bgpv6-af)# default-metric 60
Supported Releases 10.3.0E 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
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
256 Layer 3