Specifications

Process Overview: Routing Protocol Configuration
Configuring RIP
Matrix E1 Series (1G58x-09 and 1H582-xx) Configuration Guide 13-25
13.1.1.19 passive-interface
Use this command to prevent RIP from transmitting update packets on an interface.
passive-interface vlan vlan_id
Syntax Description
Command Syntax of the “no” Form
The “no” form of this command disables passive interface:
no passive-interface vlan vlan_id
Command Type
Router command.
Command Mode
Router configuration: Matrix>Router(config-router)#
Command Defaults
None.
Example
This example shows how to set VLAN 2 as a passive interface. No RIP updates will be transmitted
on VLAN 2:
NOTE: This command does not prevent RIP from monitoring updates on the interface.
vlan vlan_id Specifies the number of the VLAN to make a passive
interface. This VLAN must be configured for IP routing as
described in Section 3.3.2.
Matrix>Router(config)#router rip
Matrix>Router(config-router)#passive-interface vlan 2