Show ipv6 access-list, Ipv6 access-group – LevelOne FGL-2870 User Manual

Page 575

Advertising
background image

Access Control List Commands

4-209

4

Related Commands

access-list ipv6 (4-206)

show ipv6 access-list

This command displays the rules for configured IPv6 ACLs.

Syntax

show ip 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)

Command Mode

Privileged Exec

Example

Related Commands

permit, deny (4-207)
ipv6 access-group (4-209)

ipv6 access-group

This command binds a port to an IPv6 ACL. Use the no form to remove the port.

Syntax

[no] ipv6 access-group acl-name in

acl-name – Name of the ACL. (Maximum length: 16 characters)
in – Indicates that this list applies to ingress packets.

Default Setting

None

Command Mode

Interface Configuration (Ethernet)

Command Usage

• A port can only be bound to one ACL.
• If a port is already bound to an ACL and you bind it to a different ACL, the

switch will replace the old binding with the new one.

• IPv6 ACLs can only be applied to ingress packets.

Console#show ipv6 access-list standard
IPv6 standard access-list david:
permit host 2009:DB9:2229::79
permit 2009:DB9:2229:5::/64
Console#

Advertising