User manual

Chapter 4 - Layer 3 Command Set - IP Networking ARIP
Alvarion BreezeNET B130/B300 GigE 131 Operational User Manual
If a resulting action is permit, all actions specified in the record are performed
for a resulting object. Further, records viewing is stopped or, if specified in the
scenario, it is resumed depending on the option specified in the scenario:
1 on-match next - viewing is continued from the record which follows a
current record
2 on-match goto <N> - viewing is continued from the record which number
is more or equal N but is not less than current number.
In order to configure a route-map, the following command is used in config mode:
route-map WORD (deny|permit) <1-65535>
where WORD - route-map identifier. This identifier is followed by a resulting
action and the number of the record. If a record with a specified number does not
exist it will be automatically created. After executing this command, CS switched
to the mode for editing a selected route-map. For example:
RIP> configure
RIP(config)# route-map testmap permit 10
RIP(config-route-map)#
After that, a condition of match between imported route and current record is
specified. The following commands are used in config-route-map mode:
match address (<1-199>|<1300-2699>|WORD)
match address prefix-list WORD
match interface WORD
match next-hop (<1-199>|<1300-2699>|WORD)
match next-hop prefix-list WORD
These commands set matching conditions for the route according to three
different parameters: destination, gateway (next hop) and interface. For every
record it is permitted to set a number of different conditions. If several conditions
are specified they will be conjugated by logical "and". In match next-hop and
match address command a filtration object is specified (number or name):
number or name of access-list or prefix-list name. In this case the condition will
be satisfied if a corresponding route's parameter belongs to the specified filtering
list, according to the rule corresponding to the list type. In match interface
command a network interface name is specified to which a route belongs.
If a route matches to all record's rules one can set values for route metric and/or
metric type for this router using commands in config-route-map mode: