Ipv6 access-list (ipv6 extended) – Dell PowerEdge VRTX User Manual

Page 731

Advertising
background image

ACL Commands

731

FILE LOCATION: C:\Users\gina\Desktop\Checkout_new\CLI Folders\Dell Plasma-ARC

2+3\new_system_mifs_ARC2_latest\ACL.fm

D E LL CO N F I D E N T IA L – P R E L I M I N A RY 4 / 3 / 14 - F O R PR O O F O N LY

If a range of ports is used for source port, it is counted again if it is also used

for destination port.

Example

console(config)# ip access-list extended server

console(config-ip-al)# deny ip 176.212.0.0 00.255.255 any

ipv6 access-list (IPv6 extended)

Use the ipv6 access-list Global Configuration mode command to define an

IPv6 access list (ACL) and to place the device in Ipv6 Access-list

Configuration mode. All commands after this command refer to this ACL.

The rules (ACEs) for this ACL are defined in the

permit ( IPv6 )

and

deny (

IPv6 )

commands. The

service-acl input

command is used to attach this ACL

to an interface.
Use the no form of this command to remove the access list.

Syntax

ipv6 access-list [

acl-name]

no ipv6 access-list

[acl-name]

Parameters

acl-name—Name of the IPv6 access list. Range 1-32 characters.

Default Configuration

No IPv6 access list is defined.

Command Mode

Global Configuration mode

User Guidelines

IPv6 ACL is defined by a unique name. IPv4 ACL, IPv6 ACL, MAC ACL or

policy maps cannot have the same name.
Every IPv6 ACL has an implicit permit icmp any any nd-ns any, permit icmp

any any nd-na any, and deny ipv6 any any statements as its last match

Advertising