12 subnet-vlan, 12 subnet-vlan -69 – PLANET WGSW-52040 User Manual

Page 300

Advertising
background image

17-69

Ethernet1/3(A) Ethernet1/4(A)

Ethernet1/5(H) Ethernet1/6(T)

17.3.12 subnet-vlan

Command:

subnet-vlan ip-address <ipv4-addrss> mask <subnet-mask> vlan <vlan-id> priority <priority-id>

no subnet-vlan {ip-address <ipv4-addrss> mask <subnet-mask> | all}

Function:

Add a correspondence between the IP subnet and the VLAN, namely add specified IP subnet into specified VLAN;

the no form of this command deletes all/the correspondence.

Parameter:

ipv4-address is the IPv4 address shown in dotted decimal notation; the valid range of each section is 0~255;

subnet-mask is the subnet mask code shown in dotted decimal notation; the valid range of each section is 0~255;

priority-id is the priority applied in the VLAN tag with a valid range of 0~7; vlan-id is the VLAN ID with a valid range of

1~4094;all indicates all the subnets.

Command Mode:

Global Mode.

Default:

No IP subnet joined the VLAN by default.

Usage Guide:

This command is used for adding specified IP subnet to specified VLAN. When packet without VLAN label and from

the specified IP subnet enters through the switch port, it will be matched with specified VLAN id and enters specified

VLAN. These packets will always come to the same VLAN no matter through which port did they enter. This

command will not interfere with VLAN labeled data packets.

Example:

Add the network equipment with IP subnet of 192.168.1.0/24 to VLAN 300.

Switch#config

Switch(config)#subnet-vlan ip-address 192.168.1.1 mask 255.255.255.0 vlan 300 priority 0

Advertising