Technical information
ADC Telecommunications, Inc.
254 CHAPTER 2: CUDA 12000 BASE SYSTEM COMMANDS
match
Creates match attributes for import and export route filters.
Mode
router:ospf:import:route-map()
router:ospf:export:route-map()
router:rip:import:route-map()
router:rip:export:route-map()
Syntax
match ip-address <ip address> <mask> tag <tag-value>
{exact | exclude | peer-address <ip address> peer-mask <mask>}
Arguments
ip-address
<ip address>
Specify the route address used to match against route entries.
<mask> Specify the route mask used to match against route entries.
tag <tag-value> Specify the route tag used to match against route entries.
exact If the tag field is specified and exact is specified then the match is
intended to match all routes with an exact match on the tag field.
exclude If the tag field is specified and exclude is specified then the match is
intended to match all routes that do not match on the tag field.
peer-address
<ip address>
Specify the source or destination router ip address, depending upon
if this match is used for an import of export filter.
peer-mask <mask> Specify the source or destination router ip address mask, depending
upon if this match is used for an import of export filter.