Verifying The Configuration - HP 6600 Security Configuration Manual

Table of Contents

Advertisement

4.
Configure a RADIUS scheme:
# Configure RADIUS scheme 2000 and enter its view.
<Router> system-view
[Router] radius scheme 2000
# Specify primary and secondary authentication and accounting servers. Set the shared key to abc
for authentication and accounting packets.
[Router-radius-2000] primary authentication 10.11.1.1 1812
[Router-radius-2000] primary accounting 10.11.1.1 1813
[Router-radius-2000] key authentication abc
[Router-radius-2000] key accounting abc
# Exclude the ISP domain name from the username sent to the RADIUS server.
[Router-radius-2000] user-name-format without-domain
[Router-radius-2000] quit
5.
Configure an ISP domain:
# Create ISP domain bbb and enter its view.
[Router] domain bbb
# Apply RADIUS scheme 2000 to the ISP domain for authentication, authorization, and
accounting.
[Router-isp-bbb] authentication lan-access radius-scheme 2000
[Router-isp-bbb] authorization lan-access radius-scheme 2000
[Router-isp-bbb] accounting lan-access radius-scheme 2000
[Router-isp-bbb] quit
6.
Configure 802.1X:
# Enable 802.1X globally.
[Router] dot1x
# Enable 802.1X for port GigabitEthernet 3/0/2.
[Router] interface gigabitethernet 3/0/2
[Router-GigabitEthernet3/0/2] dot1x
# Implement port-based access control on the port.
[Router-GigabitEthernet3/0/2] dot1x port-method portbased
# Set the port authorization mode to auto. This step is optional. By default, the port is in auto mode.
[Router-GigabitEthernet3/0/2] dot1x port-control auto
[Router-GigabitEthernet3/0/2] quit
# Set VLAN 10 as the 802.1X guest VLAN for port GigabitEthernet 3/0/2.
[Router] dot1x guest-vlan 10 interface gigabitethernet 3/0/2

Verifying the configuration

Use the display dot1x interface gigabitethernet 3/0/2 command to verify the 802.1X guest VLAN
configuration on GigabitEthernet 3/0/2. If no user passes authentication on the port within a specific
period of time, use the display vlan 10 command to verify whether GigabitEthernet 3/0/2 is assigned
to VLAN 10.
After a user passes authentication, you can use the display interface gigabitethernet 3/0/2 command to
verity that port GigabitEthernet 3/0/2 has been added to VLAN 5.
103

Advertisement

Table of Contents
loading

This manual is also suitable for:

Hsr6600

Table of Contents