C
HAPTER
45
| IP Routing Commands
Routing Information Protocol (RIP)
– 1030 –
COMMAND USAGE
RIP only sends and receives updates on interfaces specified by this
command. If a network is not specified, the interfaces in that network will
not be advertised in any RIP updates.
EXAMPLE
This example includes network interface 10.1.0.0 in the RIP routing
process.
Console(config-router)#network 10.1.0.0
Console(config-router)#
RELATED COMMANDS
router rip (1025)
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 (1029)