Command Line Reference Guide
Usage
Information
With FTOS version 8.3.1.0 and later, you can use the redistribute command to advertise
the IGP cost as the MED on redistributed routes. When you set the route-map with metric-type
internal and applied outbound to an EBGP peer/peer-group, the advertised routes
corresponding to those peer/peer-group have the IGP cost set as MED.
If you do not configure the default-metric command, in addition to the redistribute
command, or there is no route map to set the metric, the metric for redistributed static and
connected is “0”.
To redistribute the default route (0.0.0.0/0), configure the neighbor default-
originate
command.
Related
Commands
neighbor default-originate – injects the default route.
router bgp
Enter ROUTER BGP mode to configure and enable BGP.
S5000
Syntax
router bgp as-number
To disable BGP, use the no router bgp as-number command.
Parameters
as-number
Enter the AS number. The range is 1 to 65535 (2-byte), 1 to 4294967295
(4-byte), or 0.1 to 65535.65535 (dotted format).
Defaults Not enabled.
Command Modes CONFIGURATION
Command History
Version 9.0(1.3) Introduced on the S5000.
Usage
Information
At least one interface must be in Layer 3 mode for the router bgp command to be
accepted. If no interfaces are enabled for Layer 3, an error message appears:
% Error: No router id
configured
Example
FTOS(conf)#router bgp 3
FTOS(conf-router_bgp)#
305