Ipv6 access control lists (acls), Ipv6 acls, Chapter 48 – Brocade BigIron RX Series Configuration Guide User Manual

Page 1365: Ipv6 access, Control lists (acls)

Advertising
background image

BigIron RX Series Configuration Guide

1287

53-1002484-04

Chapter

48

IPv6 Access Control Lists (ACLs)

In this chapter

IPv6 ACLs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1287

Using IPv6 ACLs as input to other features . . . . . . . . . . . . . . . . . . . . . . . 1288

Configuring an IPv6 ACL . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1288

Applying an IPv6 ACL to an interface . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1297

Adding TCP flags to an IPv6 ACL entry . . . . . . . . . . . . . . . . . . . . . . . . . . . 1297

Adding a comment to an IPv6 ACL entry . . . . . . . . . . . . . . . . . . . . . . . . . 1298

Displaying ACLs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1299

IPv6 ACLs

Brocade supports IPv6 Access Control Lists (ACLs), which you can use for traffic filtering. You can
configure up to 100 IPv6 ACLs.

An IPv6 ACL is composed of one or more conditional statements that pose an action (permit or
deny) if a packet matches a specified source or destination prefix. There can be up to 1024
statements per device.

In ACLs with multiple statements, you can specify a priority for each statement.The specified
priority determines the order in which the statement appears in the ACL. The last statement in each
IPv6 ACL is an implicit deny statement for all packets that do not match the previous statements in
the ACL.

You can configure an IPv6 ACL on a global basis, then apply it to the incoming IPv6 packets on
specified interfaces. You can apply only one IPv6 ACL to an interface’s incoming traffic. When an
interface sends or receives an IPv6 packet, it applies the statements within the ACL in their order of
appearance to the packet. As soon as a match occurs, the BigIron RX takes the specified action
(permit or deny the packet) and stops further comparison for that packet. Both, IPv4 and IPv6 ACLs
can co-exist on the same interface.

NOTE

IPv6 ACLs are supported on inbound traffic and are implemented in hardware, making it possible
for the BigIron RX to filter traffic at line-rate speed on 10 Gigabit interfaces.

Brocade’s IPv6 ACLs enable traffic filtering based on the following information:

IPv6 protocol

Source IPv6 address

Destination IPv6 address

IPv6 message type

Source TCP or UDP port (if the IPv6 protocol is TCP or UDP)

Advertising