
PPP Interface Configuration Command Set Command Reference Guide
470 © 2003 ADTRAN, Inc. 61950860L1-35D
ip access-group <listname> [in | out]
Use the ip access-group command to create an access list to be used for packets transmitted to/from the
asynchronous host. Use the no form of this command to disable this type of control.
Syntax Description
listname
Assigned IP access list name.
in
Enables access control on packets transmitted from the host.
out
Enables access control on packets sent to the host.
Default Values
By default, these commands are disabled.
Command Modes
(config-interface)# Interface Configuration Mode required.
Command History
Release 3.1 Command was introduced
Functional Notes
When this command is enabled, the IP destination address of each packet must be validated before being
passed through. If the packet is not acceptable per these settings, it is dropped.
Usage Examples
The following example sets up the router to only allow Telnet traffic into the PPP interface:
(config)#
ip access-list extended TelnetOnly
(config-ext-nacl)#
permit tcp any any eq telnet
(config-ext-nacl)#
int ppp 1
(config-ppp 1)#
ip access-group TelnetOnly in
Komentarze do niniejszej Instrukcji