# Create the user domain test.net and specify radius1 as your RADIUS server group.

[device] domain test.net

[device-isp-test.net] radius-scheme radius1

[device-isp-test.net] quit

# Create ACL 3000 to permit IP packets destined for any IP address.

[device] acl number 3000

[device-acl-adv-3000] rule 1 permit ip destination any

[device-acl-adv-3000] quit

#Define a QoS profile named “example” to limit the rate of matched packets to 128 kbps and configuring to drop the packets exceeding the target packet rate.

[device] qos-profile example

[device-qos-profile-example] traffic-limit inbound ip-group 3000 128 exceed drop

# Enable 802.1x.

[device] dot1x

[device] dot1x interface GigabitEthernet1/0/1

After the configuration, the QoS profile named “example” will be applied to the user with user name “someone” automatically after the user passes the authentication.

2-5

Page 400
Image 400
3Com WX3000 operation manual # Enable