User manual
Chapter 4 - Layer 3 Command Set - IP Networking OSPFv2 (Dynamic Routing Protocol Module)
Alvarion BreezeNET B130/B300 GigE 151 Operational User Manual
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:
OSPF> configure
OSPF(config)# route-map testmap permit 10
OSPF(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 (link) belongs.
If a route matches to all record's rules one can set values for route metric and/or
metric type for a link which if formed from this router using commands in
config-route-map mode:
set metric <0-4294967295>
set metric-type (type-1|type-2)