Dell PowerConnect M6348 Configuration Manual page 68

Configuration guide
Hide thumbs Also See for PowerConnect M6348:
Table of Contents

Advertisement

Figure 4-1. VLAN Routing Example Network Diagram
Layer 3 Switch
Physical Port 1/xg2
Physical Port 1/xg3
VLAN 10: 192.150.3.1
VLAN 10: 192.150.4.1
Physical
Port 1/xg1
Layer 2 Switch
Layer 2 Switch
VLAN 10
VLAN 20
Example 1: Create Two VLANs
The following code sequence shows an example of creating two VLANs with egress frame tagging
enabled.
console#configure
console(config)#vlan database
console(config-vlan)#vlan 10
console(config-vlan)#vlan 20
console(config-vlan)#exit
Example 2: Configure the VLAN Members
The following code sequence shows an example of adding ports to the VLANs and assigning the PVID
for each port. The PVID determines the VLAN ID assigned to untagged frames received on the ports.
console#configure
console(config)#interface ethernet 1/g1
console(config-if-1/g1)#switchport mode general
console(config-if-1/g1)#switchport general allowed vlan add 10
console(config-if-1/g1)#switchport general pvid 10
console(config-if-1/g1)#exit
console#configure
console(config)#interface ethernet 1/g2
console(config-if-1/g2)#switchport mode general
console(config-if-1/g2)#switchport general allowed vlan add 10
console(config-if-1/g2)#switchport general pvid 10
68
Routing Configuration

Advertisement

Table of Contents
loading

Table of Contents