HP ProCurve 7102dl Reference Manual page 720

Secure router sros command line interface
Table of Contents

Advertisement

SROS Command Line Interface Reference Guide
access-policy <policyname>
Use the access-policy command to assign a specified access policy for the inbound traffic on an interface.
Use the no form of this command to remove an access policy association.
Note
Configured access policies will only be active if the ip firewall command has been entered
at the Global Configuration mode prompt to enable the SROS security features. All
configuration parameters are valid, but no security data processing will be attempted
unless the security features are enabled.
Syntax Description
<policyname>
Default Values
By default, there are no configured access policies associated with an interface.
Functional Notes
To assign an access policy to an interface, enter the interface configuration mode for the desired interface
and enter access policy <policy name>. For more details on creating and using access policies, refer to
ip policy-class <policyname>
Usage Examples
The following example associates the access policy UnTrusted (to allow inbound traffic to the Web server)
to the ATM sub-interface labeled 1.1:
Enable the SROS security features:
ProCurve(config)#ip firewall
Create the access list (this is the packet selector):
ProCurve(config)#ip access-list extended InWeb
ProCurve(config-ext-nacl)#permit tcp any host 63.12.5.253 eq 80
Create the access policy that contains the access list InWeb:
ProCurve(config)#ip policy-class UnTrusted
ProCurve(config-policy-class)#allow list InWeb
Associate the access list with the ATM 1.1 interface:
ProCurve(config)#interface atm 1.1
ProCurve(config-atm 1.1)#access-policy UnTrusted
5991-2114
Identifies the configured access policy by alphanumeric descriptor for (all access
policy descriptors are case-sensitive).
on page 426.
© Copyright 2006 Hewlett-Packard Development Company, L.P.
ATM Sub-Interface Config Command Set
718

Advertisement

Table of Contents
loading

This manual is also suitable for:

Procurve secure router 7203dl j8753a j8753a

Table of Contents