SROS Command Line Interface Reference Guide
Demand Interface Configuration Command Set
5991-2114
© Copyright 2007 Hewlett-Packard Development Company, L.P.
861
match-interesting [list
<acl name>
| reverse list
<acl name>
]
[in | out]
Use the
match-interesting
command to allow an access list (ACL) to specify which traffic attempting to
cross this interface will be considered interesting. Use the
no
form of this command to restore the default
values.
Syntax Description
list
<acl name>
Specifies using an ACL with normal (source, destination) ACL matching logic.
reverse list
<acl name>
Specifies using an ACL with reverse (destination, source) ACL matching logic.
in
Optional. Specifies that only incoming traffic is interesting.
out
Optional. Specifies that only outgoing traffic is interesting.
Default Values
By default, no interesting traffic is defined.
Usage Examples
The following example instructs demand interface
1
to use the access list
MyACL
when checking for
interesting traffic:
ProCurve(config)#
interface demand 1
ProCurve(config-demand 1)#
match-interesting list MyACL in