If this command is executed with the "no" syntax, the applied access list is deleted from the LAN/SFP port.
[Note]
The restrictions of the access list apply only to frames that are subject to being relayed. Frames that are transmitted
autonomously are excluded from these restrictions.
Only one access list for each direction can be registered for incoming frames (in) and for outgoing frames (out) on the same
interface.
Access lists can be applied only to LAN/SFP ports. (Logical interfaces are not supported.)
As a restriction, an IPv4 access list for which the port number range (range X Y) is specified cannot be applied to transmitted
frames (out).
[Example]
Apply extended IPv4 access list #1 to received frames of LAN port #1.
SWR2311P(config)#interface port1.1
SWR2311P(config-if)#access-group 1 in
9.1.4 Generate IPv6 access list
[Syntax]
access-list
ipv6-acl-id
[
seq_num
]
action
src-info
no
access-list
ipv6-acl-id
[
seq_num
] [
action
src-info
]
[Parameter]
ipv6-acl-id
:
<3001-4000>
ID of IPv6 access list
seq_num
:
<1-65535>
Sequence number. Specifies the position of the entry within the applicable access list.
If the sequence number is omitted, the entry is added to the end of the list. At this time, the new entry
is automatically given a number that is 10 greater than the last existing entry. (If an entry is initially
added without a sequence number, its entry number will be 10.)
action
:
Specifies the action for the access condition
Setting value
Description
deny
"Deny" the condition
permit
"Permit" the condition
src-info
:
Specifies the transmission-source IPv6 address that is the condition
Setting value
Description
X:X::X:X/M
Specifies an IPv6 address (X:X::X:X) with
subnet mask length (Mbit)
any
Applies to all IPv6 addresses
[Initial value]
none
[Input mode]
global configuration mode
[Description]
Generates an IPv6 access list.
Multiple conditions (maximum 39) can be specified for the generated access list.
To apply the generated access list, use the
ip access-group
command of interface mode.
If the "no" syntax is used to specify "action" and following, the IPv6 access list that matches all conditions is deleted.
If the "no" syntax is used without specifying "action" and following, the IPv6 access list of the matching access ID is deleted.
Command Reference | Traffic control |
219