Ipv6 access-group, Ipv6 access-group (250) – Brocade Communications Systems Brocate Ethernet Access Switch 6910 User Manual
Page 300

250
Brocade 6910 Ethernet Access Switch Configuration Guide
53-1002581-01
IPv6 ACLs
11
permit 2009:DB9:2229:5::/64
Console#
Related Commands
permit, deny (Standard IPv6 ACL) (247)
permit, deny (Extended IPv6 ACL) (248)
ipv6 access-group (250)
ipv6 access-group
This command binds a port to an IPv6 ACL. Use the no form to remove the port.
Syntax
ipv6 access-group acl-name {in | out} [time-range time-range-name] [counter]
no ipv6 access-group acl-name {in | out}
acl-name – Name of the ACL. (Maximum length: 16 characters)
in – Indicates that this list applies to ingress packets.
out – Indicates that this list applies to egress packets.
time-range-name - Name of the time range.
(Range: 1-30 characters)
counter – Enables counter for ACL statistics.
Default Setting
None
Command Mode
Interface Configuration (Ethernet)
Command Usage
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.
Example
Console(config)#interface ethernet 1/2
Console(config-if)#ipv6 access-group standard david in
Console(config-if)#
Related Commands