Ipx rip-filter, Ipx rip-filter -16, Command mode – Avaya Cajun P550R User Manual

Page 233: Description, Syntax

Advertising
background image

Chapter 12

12-16

Command Reference Guide for the Avaya P550R, P580, P880, and P882 Multiservice Switches, v5.3.1

ipx rip-filter

Command Mode

Interface

Description

Controls which networks are present in RIP packets sent and
received on the interface. The no form of this command removes
the filter from an interface.

Syntax

Table 12-6. Parameters, Keywords, Arguments

To Enable:

ipx rip-filter <precedence> <start-network> <end-network>
{outbound|inbound|both} {filter| allow} [<filter-ticks> [<filter-hops>]]

To Disable:

[no] ipx rip-filter <precedence> <start-network> <end-network>
{outbound | inbound | both} {filter | allow} [<filter-ticks> [<filter-
hops>]]

Name

Definition

precedence

Indicates the precedence of this RIP filter in relation to other RIP filters on this
interface. Lower numbers indicate a higher precedence. The range is 0-9999.

start-
network

The first IPX network address this filter should match. The range is 0-FFFFFFFF.

end-
network

The last IPX network address this filter should match. The range is 0-FFFFFFFF.

outbound|in
bound| both

The filter direction.

outbound - apply filter to RIP packets sent out the interface.

inbound - apply filter to RIP packets received on the interface.

both - apply filter to RIP packets in both directions.

filter|allow

The action to take for the IPX network in question.

filter - do not add the network to the routing table (inbound RIP packets)

or do not advertise the network (outbound RIP packets).

allow - add the network to the routing table (inbound RIP packets)

or advertise the network (outbound RIP packets).

filter-ticks

Modify the number of ticks to get to the network in the routing table (inbound
RIP packets) or in the advertised information (outbound RIP packets). The range
is 0 to 32000 ticks.

filter-hops

Modify the number of hops to get to the network in the routing table (inbound
RIP packets) or in the advertised information (outbound RIP packets). The range
is 0 to 16 hops.

Advertising