User Manual

[Parameter]
ipv6-acl-id : <1-99>, <1300-1999>
ID of IPv6 access list to which comment is added
line : Comment to add. Up to 32 ASCII characters can be specified.
[Initial value]
none
[Input mode]
global configuration mode
[Description]
Adds a comment (remark) to the already-generated IPv6 access list.
If this command is executed with the "no" syntax, the comment is deleted from the IPv6 access list.
[Note]
You can use this command to add a comment even after the access list has been applied to the LAN/SFP port. (The last-written
comment overwrites the previous one.)
[Example]
Create IPv6 access list #3002 which permits frames from 3ffe:506::/32, and add the comment "Test."
SWP1(config)#access-list 3002 permit 3ffe:506::/32
SWP1(config)#access-list 3002 remark Test
13.1.9 Apply IPv6 access list
[Syntax]
ip access-group ipv6-acl-id direction
no ip access-group ipv6-acl-id direction
[Parameter]
ipv6-acl-id : <3000-3699>
ID of IPv6 access list to apply
direction : Specifies the direction of applicable frames
Setting value Description
in Apply to received frames
out Apply to transmitted frames
[Initial value]
none
[Input mode]
interface mode
[Description]
Applies an IPv6 access list to the LAN/SFP port.
If the received/transmitted frame matches the conditions in the access list, the action in the access list will be the action (permit,
deny) for the corresponding frame.
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.
It is not possible to register multiple access lists for a single interface.
Access lists can be applied only to LAN/SFP ports. (Logical interfaces are not supported.)
[Example]
Apply IPv6 access list #3002 to received frames of LAN port #1.
Command Reference | Traffic control | 173