Command Reference Guide Frame Relay Sub-Interface Config Command Set
61200510L1-35E Copyright © 2005 ADTRAN 866
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.
Syntax Description
<policyname> Identifies the configured access policy by alphanumeric descriptor (all access
policy descriptors are case-sensitive).
Default Values
By default, there are no configured access policies associated with an interface.
Applicable Platforms
This command applies to the NetVanta 1000R, 3000, 4000, and 5000 and Total Access 900 Series units.
Command History
Release 2.1 Command was introduced.
Release 6.1 Command was expanded to 1000 and 2000 Series units.
Functional Notes
To assign an access policy to an interface, enter the inte rface config urat ion mod e for the de sir ed interface
and enter access-policy <policy name>.
Usage Examples
The following example associates the access policy UnTrusted (to allow inbound traf fic to the W eb server)
to the Frame Relay sub-interface labeled 1.16:
Enable the AOS securi ty feat ur es :
(config)#ip firewall
Create the access list (this is the packet selector):
(config)#ip access-list extended InWeb
(config-ext-nacl)#permit tcp any host 63.12.5.253 eq 80
Configured access policies will only be active if the ip firewall command has been entered
at the Global Configuration mode prom pt to enable the AOS se curity features. All
configuration parameters are valid, but no security data processing will be attempted
unless the security features are enabled.