ECS4660-28F_Management Guide-R03

Table Of Contents
C
HAPTER
51
| IP Routing Commands
Routing Information Protocol (RIP)
– 1739
COMMAND USAGE
If this command is used to stop sending routing updates on an
interface, the attached subnet will still continue to be advertised to
other interfaces, and updates from other routers on that interface will
continue to be received and processed.
Use this command in conjunction with the neighbor command to
control the routing updates sent to specific neighbors.
EXAMPLE
Console(config-router)#passive-interface vlan1
Console(config-router)#
RELATED COMMANDS
neighbor (1737)
redistribute This command imports external routing information from other routing
domains (that is, directly connected routes, protocols, or static routes) into
the autonomous system. Use the no form to disable this feature.
SYNTAX
[no] redistribute (bgp | connected | ospf | static}
[metric metric-value]
bgp – Displays external routes imported from the Border Gateway
Protocol (BGP) into this routing domain.
connected - Imports routes that are established automatically just
by enabling IP on an interface.
ospf - External routes will be imported from the Open Shortest Path
First (OSPF) protocol into this routing domain.
static - Static routes will be imported into this routing domain.
metric-value - Metric value assigned to all external routes for the
specified protocol. (Range: 1-16)
DEFAULT SETTING
redistribution - none
metric-value - set by the default-metric command
COMMAND MODE
Router Configuration
COMMAND USAGE
When a metric value has not been configured by the redistribute
command, the default-metric command sets the metric value to be
used for all imported external routes.
A route metric must be used to resolve the problem of redistributing
external routes with incompatible metrics.