Command Reference Guide PPP Interface Configuration Command Set
61200510L1-35E Copyright © 2005 ADTRAN 1039
access-policy <policyname>
Use the access-policy command to assign a specified access policy for the inbound traffic to 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 300, 1000R, 2000, 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 include NetVanta 1000 and 2000 units.
Functional Notes
To assign an access policy to an interface, enter the interface configurat ion mode fo r the de sir ed inte rface
and enter access policy <policy name>.
Usage Examples
The following example associates the access policy UnTrusted (to allow inboun d traf fic to the W eb server)
to the virtual PPP interface:
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 security features. All
configuration parameters are valid, but no security data processing will be attempted
unless the security features are enabled.