Show ipv6 access- list, Show ipv6 access-list, Show ipv6 access-list (984) – LevelOne GTL-2691 User Manual

Page 984

Advertising
background image

C

HAPTER

30

| Access Control Lists

IPv6 ACLs

– 984 –

E

XAMPLE

This example accepts any incoming packets if the destination address is

2009:DB9:2229::79/8.

Console(config-ext-ipv6-acl)#permit 2009:DB9:2229::79/8

Console(config-ext-ipv6-acl)#

This allows packets to any destination address when the DSCP value is 5.

Console(config-ext-ipv6-acl)#permit any dscp 5

Console(config-ext-ipv6-acl)#

This allows any packets sent to the destination 2009:DB9:2229::79/48

when the flow label is 43.”

Console(config-ext-ipv6-acl)#permit 2009:DB9:2229::79/48 flow-label 43

Console(config-ext-ipv6-acl)#

This allows any packets sent to the destination 2009:DB9:2229::79/48

when the next header is 43.”

Console(config-ext-ipv6-acl)#permit 2009:DB9:2229::79/48 next-header 43

Console(config-ext-ipv6-acl)#

R

ELATED

C

OMMANDS

access-list ipv6 (980)

Time Range (817)

show ipv6 access-

list

This command displays the rules for configured IPv6 ACLs.

S

YNTAX

show ipv6 access-list {standard | extended} [acl-name]

standard – Specifies a standard IPv6 ACL.
extended – Specifies an extended IPv6 ACL.
acl-name – Name of the ACL. (Maximum length: 16 characters)

C

OMMAND

M

ODE

Privileged Exec

E

XAMPLE

Console#show ipv6 access-list standard

IPv6 standard access-list david:

permit host 2009:DB9:2229::79

Advertising