beautypg.com

12 subnet-vlan, 13 switchport mac-vlan enable – PLANET XGS3-24040 User Manual

Page 179

background image

11-45

Command Mode:

Admin Mode and other Configuration Mode.

Usage Guide:

Display the port of enabling IP-subnet-based VLAN, the character in the bracket indicate the ports

mode, A means Access port, T means Trunk port, H means Hybrid port.

Example:

Display the port of enabling IP-subnet-based VLAN currently.

SwitchA#show subnet-vlan interface

Ethernet1/1(A) Ethernet1/2(A)

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

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

11.2.12 subnet-vlan

Command:

subnet-vlan ip-address mask vlan priority

no subnet-vlan {ip-address 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.

SwitchA#config

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

11.2.13 switchport mac-vlan enable