ページの先頭です。
ここから本文です。
This setting example explains the procedure of the MAC based VLAN setting for ZEQUO series switches.
Applicable models | |
---|---|
Product name | Product number |
ZEQUO 6400 | PN36240E |
ZEQUO 2200 | PN26241 |
ZEQUO 2210 | PN26161 |
This procedure describes how to set MAC based VLAN for the ZEQUO series switches.
MAC based VLAN is configured and VLAN is allocated to each MAC address to communicate.
Connect the PC and Ethernet switch using a twisted pair cable and console cable, and display the setting screen on Hyper terminal.
(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)
Delete the default VLAN members of ZEQUO 6400.
After Z6400:admin#, enter command as shown in the following.
Z6400:admin#config vlan default delete 1-28
If the command is entered correctly, the following message will appear.
Command: config vlan default delete 1-28
Success.
Then, set VLAN groups 10 and 20.
Z6400:admin#create vlan VLAN10 tag 10
Command: create vlan VLAN10 tag 10
Success.
Z6400:admin#config vlan VLAN10 add untagged 1-23
Command: config vlan VLAN10 add untagged 1-23
Success.
Z6400:admin#config port_vlan 23 pvid 10
Command: config port_vlan 23 pvid 10
Success.
Z6400:admin#create vlan VLAN20 tag 20
Command: create vlan VLAN20 tag 20
Success.
Z6400:admin#config vlan VLAN20 add untagged 1-22,24
Command: config vlan VLAN20 add untagged 1-22,24
Success.
Z6400:admin#config port_vlan 24 pvid 20
Command: config port_vlan 24 pvid 20
Success.
Set ZEQUO 6400 to process data as VLAN10 when it receives the data transmitted from a terminal that has the MAC address of 00:00:01:00:00:01.
Z6400:admin#create mac_based_vlan mac_address 00-00-01-00-00-01 vlan VLAN10
Command: create mac_based_vlan mac_address 00-00-01-00-00-01 vlan VLAN10
Success.
Set ZEQUO 6400 to process data as VLAN20 when it receives the data transmitted from a terminal that has the MAC address of 00:00:02:00:00:02.
Z6400:admin#create mac_based_vlan mac_address 00-00-02-00-00-02 vlan VLAN20
Command: create mac_based_vlan mac_address 00-00-02-00-00-02 vlan VLAN20
Success.
When all the settings are complete, save the settings.
Z6400:admin#save
Command:save
Saving all configurations to NV-RAM.......... Done.
Referring the configuration drawing, connect servers to ZEQUO 6400, terminals with the MAC address of 00:00:01:00:00:01 and 00:00:02:00:00:02 to relevant ports of ZEQUO 6400 to confirm that the terminals can access to the servers of VLAN10 and VLAN20, respectively.
ここからサブメニューです。