OcNOS-RON : System Management Guide : System Management Command Reference : Access Control List Commands (XGS) : ipv6 access-list fragments
ipv6 access-list fragments
Use this command to permit or deny all the IPv6 fragments.
Use the no form of this command to remove an ACL specification.
Note: Configuring same filter again with change of sequence number or change of action will result in update of sequence number or filter action.
Command Syntax
(<1-268435453>|) fragments (deny-all|permit-all) (log|) (sample|)
no (<1-268435453>|) fragments (deny-all|permit-all) (log|) (sample|)
Parameters
<1-268435453>
IPv6 ACL sequence number.
fragments
Check non-initial fragments.
deny-all
Specify packets to reject.
permit-all
Specify packets to forward.
log
Log the packets matching the filter (in-direction only).
sample
Sample the packets matching the filter (in-direction only).
Command Mode
IPv6 access-list mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#ipv6 access-list mylist
(config-ipv6-acl)#fragments deny-all
Last modified date: 08/28/2023