ページの先頭です。
ここから本文です。
This setting example explains the procedure of the dynamic VLAN setting for the ZEQUO series switches.
Applicable models | |
---|---|
Product name | Product number |
ZEQUO 6400 | PN36240E |
ZEQUO 2200 | PN26241 |
ZEQUO 2210 | PN26161 |
This procedure authenticates the supplicant PCs by using the ZEQUO series switches as authenticators and allocates the supplicant PC to each VLAN by using information on the RADIUS server.
The authentication method is the MAC based authentication.
Attribute | Setting value |
---|---|
Tunnel-Type | 13 (expresses VLAN) |
Tunnel-Medium-Type | 6 (expresses IEEE802) |
Tunnel-Private-Group-ID | VLAN ID |
Connect the PC and Ethernet switch using a twisted pair cable and console cable, and display the setting screen on a terminal emulator such as ZEQUO assist Plus.
(Refer to Setting Example "Ethernet switch Connection Procedure to a Console Port" for the procedure to display the setting screen on the console port)
On the login screen, enter UserName and PassWord (both set as manager by default), and login to the setting screen. (Refer to Figure 1)
Set the IP address for ZEQUO 6400.
The IP interface of VLAN1 is System by default.
After Z6400:admin#, enter command as shown in the following.
Z6400:admin#config ipif System ipaddress 192.168.1.254/24 vlan default
If the command is entered correctly, the following message will appear.
Command: config ipif System ipaddress 192.168.1.254/24 vlan default
Success.
Set VLAN groups 100 and 200 of ZEQUO 6400.
Z6400:admin#create vlan VLAN100 tag 100
Command: create vlan VLAN100 tag 100
Success.
Z6400:admin#config vlan VLAN100 add untagged 1-20
Command: config vlan VLAN100 add untagged 1-20
Success.
Z6400:admin#create vlan VLAN200 tag 200
Command: create vlan VLAN200 tag 200
Success.
Z6400:admin#config vlan VLAN200 add untagged 1-20
Command: config vlan VLAN200 add untagged 1-20
Success.
Enable the 802.1X authentication function of ZEQUO 6400.
Z6400:admin#enable 802.1x
Command: enable 802.1x
Success.
Set Ports1-20 as the ports used for 802.1X authentication function.
Z6400:admin#config 802.1x capability ports 1-20 authenticator
Command: config 802.1x capability ports 1-20 authenticator
Success.
Perform the setting to refer to the attribute of the RADIUS server.
* By this setting, the dynamic VLAN by using the information on the RADIUS server is enabled.
Z6400:admin#config 802.1x authorization attributes radius enable
Command: config 802.1x authorization attributes radius enable
Success.
Set the RADIUS server.
IP address for the server is 192.168.1.1, and shared key is shared_key.
Z6400:admin#config radius add 1 192.168.1.1 key shared_key default
Command: config radius add 1 192.168.1.1 key shared_key default
Success.
When all the settings are complete, save the settings.
Z6400:admin#save
Command: save
Saving all configurations to NV-RAM.......... Done.
Referring to the configuration diagram, connect ZEQUO 6400 and the terminals and confirm that the supplicant PC is allocated to the VLAN as specified on the RADIUS server.
(The maximum number of authenticated users/unit: 448 users)
Z6400:admin#show 802.1x auth_state ports 1
Command: show 802.1x auth_state ports 1
ここからサブメニューです。