User Manual

Table Of Contents
[Input mode]
global configuration mode
[Description]
Generates an IPv6 access list.
Multiple conditions (maximum 256) can be specified for the generated access list.
To apply the generated access list, use the 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 ID of access list is
deleted.
[Note]
An access list that is applied to LAN/SFP+ port and logical interface cannot be deleted using the "no" syntax. Before you can
delete the access list, you must rescind the application of that list.
[Example]
Create IPv6 access list #3002 which will deny frames from 3ffe:506::/32.
SWP2(config)#access-list 3002 deny 3ffe:506::/32
Delete IPv6 access list #3002.
SWP2(config)#no access-list 3002
9.1.5 Adding a description for IPv6 access list
[Syntax]
access-list ipv6-acl-id description line
no access-list ipv6-acl-id description
[Parameter]
ipv6-acl-id : <3001-4000>
ID of the IPv6 access list to which to add a description
line : Description to add. Can be up to 32 ASCII characters
[Initial value]
none
[Input mode]
global configuration mode
[Description]
Add a description to the generated IPv6 access list.
If this command is executed with the "no" syntax, the IPv6 descriptive text is cleared.
[Note]
A description can be added with this command even after applying an access list to LAN/SFP+ port and logical interface. (It
will be overwritten with the later description)
[Example]
Create IPv6 access list #3002 that denies packets from 3ffe:506::/32, and add the description of "Test".
SWP2(config)#access-list 3002 deny 3ffe:506::/32
SWP2(config)#access-list 3002 description Test
9.1.6 Apply IPv6 access list
[Syntax]
access-group ipv6-acl-id direction
no access-group ipv6-acl-id direction
Command Reference | Traffic control | 249