Ip Subnet Vlan; Cli Configuration - Tripp Lite NGI-M08POE8-L2 Owner's Manual

Managed industrial gigabit ethernet switch
Table of Contents

Advertisement

6.3.4 IP Subnet VLAN

IP subnet based VLANs enable the user to categorize the group of traffics into logical VLANs
based on the source IP addresses and the subnet masks of packets. After receiving an untagged
packet from a port, the switch checks its source IP address and the IP subnet from where is came
from. After the checking has done, the switch forwards the packet in the corresponding VLAN.
If no IP subnet classification can be made, the packet is followed to the normal VLAN
classification methods of the switch. The significant benefit of using subnet based VLANs is that
the priority can be divided and integrated based on which VLAN the traffic belongs to.
Notices: The 802.1Q port base VLAN should be created first in order for the packet to be
switched.

6.3.4.1 CLI Configuration

Node
Command
enable
show ip-subnet-vlan
enable
configure terminal
configure ip-subnet-vlan ip
IPADDR mask IPADDR
vlan <1-4094> priority
<0-7>
configure no ip-subnet-vlan ip
IPADDR
configure no ip-subnet-vlan all
Example:If you want to let hosts group 192.168.203.xxx to vlan 2 with priority 3. You can
configure as below:
L2SWITCH(config)#ip-subnet-vlan ip 192.168.203.1 mask 255.255.255.0 vlan 2 priority 3
Display current IP subnet vlan configurations:
L2SWITCH#show ip-subnet-vlan
IP Address
Subnet Mask
-----------------
-----------------
192.168.203.1
255.255.255.0
Total Entries: 1
This command displays the all of the IP subnet
vlan configurations.
This command changes the node to configure
node.
This command creates an IP subnet vlan entry with
the IP address, subnet mask, vlan and priority.
This command deletes an IP subnet vlan entry.
This command deletes all of the IP subnet vlan
entries.
VLAN Priority
--------- --------
2
3
123
Description

Advertisement

Table of Contents
loading

Table of Contents