194
II. Data VLAN
In networking environment, VLANs can carry various types of network traffic. The most common
network traffic carried in a VLAN could be voice-based traffic, management traffic and data traffic.
In practice, it is common to separate voice and management traffic from data traffic such as files,
emails. Data traffic only carries user-generated traffic which is sometimes referred to a user VLAN
and usually untagged when received on the Managed Switch.
In the network diagram provided, it depicts a data VLAN network where PC1 wants to ping PC2 in
a remote network. Thus, it sends out untagged packets to the Managed Switch to be routed in
Carrier Ethernet. For this example, IEEE 802.1Q tagging mechanism can be used to forward data
from the Managed Switch to the destination PC.
Data VLAN Network Diagram
CLI Configuration:
Steps…
Commands…
1.
Enter Global Configuration
mode.
SWH> enable
Password:
SWH# config
SWH(config)#
2.
Create VLAN 11.
SWH(config)# vlan dot1q-vlan 11
OK !
3.
Name VLAN 11 to
Data_VLAN.
SWH(config-vlan-11)# name Data_VLAN
OK !
SWH(config-vlan-11)# exit
4.
Assign Port 1 and Port 26 to
VLAN 11.
SWH(config)# interface 1,26
SWH(config-if-1,26)# vlan dot1q-vlan trunk-vlan
11
OK !
5.
Show currently configured
dot1q VLAN membership.
SWH(config)# show vlan dot1q-vlan
====================================================
IEEE 802.1q Tag VLAN :
====================================================
CPU VLAN ID : 1
VLAN Name VLAN 1 8 9 16 17 24 25 26 CPU
---------- --- -------- -------- -------- -- -- ---
Default_VLAN 1 VVVVVVVV VVVVVVVV VVVVVVVV V V V
Data_VLAN 11 V------- -------- -------- - V -
Содержание FOS-3126-PLUS SERIES
Страница 186: ...186 Restart DHCP service...