Brocade BigIron RX Series Configuration Guide User Manual

Page 1135

Advertising
background image

BigIron RX Series Configuration Guide

1057

53-1002484-04

Configuring 802.1x port security

34

To re-enable strict security mode for an interface, enter the following command.

BigIron RX(config-if-e10000-1)# dot1x filter-strict-security

Syntax: [no] dot1x filter-strict-security

The output of the show dot1x and show dot1x config commands has been enhanced to indicate
whether strict security mode is enabled or disabled globally and on an interface.

Dynamically applying existing ACLs or MAC address filter

When a port is authenticated using 802.1x security, an IP ACL or MAC address filter that exists in
the running configuration on the BigIron RX can be dynamically applied to the port. To do this, you
configure the Filter-ID (type 11) attribute on the RADIUS server. The Filter-ID attribute specifies the
name or number of the Brocade IP ACL or MAC address filter.

The following is the syntax for configuring the Filter-ID attribute to refer to a Brocade IP ACL or MAC
address filter.

The following table lists examples of values you can assign to the Filter-ID attribute on the RADIUS
server to refer to IP ACLs and MAC address filters configured on a BigIron RX.

NOTE:

The <name> in the Filter ID attribute is case-sensitive.

You can specify only numbered MAC address filters in the Filter ID attribute. Named
MAC address filters are not supported.

Value

Description

ip.

<

number

>

.in

Applies the specified numbered ACL to the 802.1x
authenticated port in the inbound direction.

ip.

<

name

>

.in

Applies the specified named ACL to the 802.1x authenticated
port in the inbound direction.

mac.

<

number

>

.in

Applies the specified numbered MAC address filter to the
802.1x authenticated port in the inbound direction.

Possible values for the filter ID attribute on the
RADIUS server

ACL or MAC address filter configured on the BigIron RX device

ip.2.in

access-list 2 permit host 36.48.0.3
access-list 2 permit 36.0.0.0 0.255.255.255

ip.102.in

access-list 102 permit ip 36.0.0.0 0.255.255.255 any

ip.fdry_filter.in

ip access-list standard fdry_filter
permit host 36.48.0.3

mac.401.in

access-list 401 permit 3333.3333.3333 ffff.ffff.ffff any etype eq
0800

mac.402.in
mac.403.in

access-list 402 permit 3333.3333.3333 ffff.ffff.ffff any etype eq
0800
access-list 403 permit 2222.2222.2222 ffff.ffff.ffff any etype eq
0800

Advertising