SROS Command Line Interface Reference Guide
Ethernet Interface Configuration Command Set
5991-2114
© Copyright 2007 Hewlett-Packard Development Company, L.P.
631
ip access-group
<listname>
[in | out]
Use the
ip access-group
command to create an access list to be used for packets transmitted on or received
from the specified interface. Use the
no
form of this command to disable this type of control.
Syntax Description
<listname>
Specifies the assigned IP access list name.
in
Enables access control on packets received on the specified interface.
out
Enables access control on packets transmitted on the specified interface.
Default Values
By default, these commands are disabled.
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 (as configured in the user-configured
TelnetOnly
IP access list) into the Ethernet interface:
ProCurve(config)#
ip access-list extended TelnetOnly
ProCurve(config-ext-nacl)#
permit tcp any any eq telnet
ProCurve(config-ext-nacl)#
interface eth 0/1
ProCurve(config-eth 0/1)#
ip access-group TelnetOnly in
Содержание ProCurve Secure 7102dl
Страница 2: ......
Страница 3: ...SROS Command Line Interface Reference Guide Software Version J 08 03 September 2007 61195880L1 35H ...
Страница 1454: ......