SROS Command Line Interface Reference Guide
Router (RIP) Configuration Command Set
5991-2114
© Copyright 2007 Hewlett-Packard Development Company, L.P.
1382
distribute-list
<access list>
[in | out]
<interface type> <slot/port>
Use the
distribute-list
command to add RIP filtering functionality by assigning inbound and outbound
access lists on either a per-interface or global basis. Only one inbound/outbound pair of access lists can be
configured for a particular interface. Use the
no
form of this command to disable the filtering.
Syntax Description
<access list>
Specifies an access list name. This is a standard IP access control list
(ACL) against which the contents of the incoming/outgoing routing updates
are matched.
in
Applies RIP filtering to inbound data.
out
Applies RIP filtering to outbound data.
<interface type> <slot/port>
Optional. Specifies the interface in which to apply the ACL. Type
distribute-list xxxx in ?
for a complete list of applicable interfaces.
Default Values
By default, distribute-list filtering is disabled.
Usage Examples
The following example will filter out all RIP network advertisements received via Ethernet interface 0/1 with
the exception of the 10.10.10.0 network:
ProCurve>(config)#
router rip
ProCurve>(config-rip)#
version 2
ProCurve>(config-rip)#
network 192.168.1.0 255.255.255.0
ProCurve>(config-rip)#
distribute-list list_1 in eth 0/1
ProCurve>(config-rip)#
exit
ProCurve>(config)#
ip access-list standard list_1
ProCurve>(config-std-nacl)#
permit 10.10.10.0 0.0.0.255