Process Overview: Routing Protocol Configuration
Configuring RIP
Matrix E1 Series (1G58x-09 and 1H582-xx) Configuration Guide 13-23
no receive-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 deny the reception of RIP updates on VLAN 2:
13.1.1.21distribute-list
Use this command to filter networks received and to suppress networks from being advertised in
RIP updates.
distribute-list access-list-number {in vlan vlan_id | out vlan vlan_id}
Syntax Description
Command Syntax of the “no” Form
The “no” form of this command removes the filter:
no distribute-list access-list-number {in vlan vlan_id | out vlan vlan_id}
Command Type
Router command.
Matrix>Router(config)#router rip
Matrix>Router(config-router)#no receive-interface vlan 2
access-list-number Specifies the number of the IP access list. This list defines
which networks are to be advertised and which are to be
suppressed in routing updates. For details on how to
configure access lists, refer to Section 14.3.7.
in vlan vlan_id |
out vlan vlan_id Applies the access list to incoming or outgoing routing
updates on the specified VLAN. This VLAN must be
configured for IP routing as described in Section 3.3.2.