ProSafe 7000 Managed Switch Software Administration Manual, Release 8.0.3
1-12
Virtual LANs
v1.0, June 2010
b.
Enter the following information in the MAC Based VLAN Configuration.
•
Enter
00:00:0A:00:00:02
in the MAC Address field.
•
Enter
3
in the PVID(1 to 4093) field.
c.
Click
Add
.
Create a Protocol-Based VLAN
Create two protocol vlan groups, one is for IPX and the other is for IP/ARP. The untagged IPX packets is
assigned to VLAN 4, and the untagged IP/ARP packets is assigned to VLAN 5.
CLI: Creating a Protocol-based VLAN
Create a vlan protocol group vlan_ipx based on IPX protocol.
(Netgear Switch)#config
(Netgear Switch)(Config)#vlan protocol group vlan_ipx
(Netgear Switch)(Config)#vlan protocol group add protocol 1 ipx
Create a vlan protocol group vlan_ipx based on IP/ARP protocol.
(Netgear Switch)(Config)#vlan protocol group vlan_ip
(Netgear Switch)(Config)#vlan protocol group add protocol 2 ip
(Netgear Switch)(Config)#vlan protocol group add protocol 2 arp
(Netgear Switch)(Config)#exit
Assign vlan protocol group 1 to VLAN 4.
(Netgear Switch)#vlan database
(Netgear Switch)(Vlan)#vlan 4
(Netgear Switch)(Vlan)#vlan 5
(Netgear Switch)(Vlan)#protocol group 1 4
Assign vlan protocol group 2 to VLAN 5.
(Netgear Switch)(Vlan)#protocol group 2 5