ECS4510 Series CLI Reference Guide-R03

Table Of Contents
Chapter 50
| IP Routing Commands
Routing Information Protocol (RIP)
– 904 –
passive-interface This command stops RIP from sending routing updates on the specified interface.
Use the no form to disable this feature.
Syntax
[no] passive-interface vlan vlan-id
vlan-id - VLAN ID. (Range: 1-4093)
Default Setting
Disabled
Command Mode
Router Configuration
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 (902)
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 (connected | static} [metric metric-value]
connected - Imports routes that are established automatically just by
enabling IP on an interface.
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