909 Posts

June 29th, 2007 14:00

console(config)# vlan database
console(config-vlan)# vlan 101,102,310
console(config-vlan)# exit
console(config)# interface Ethernet e16
console(config-if)# switchport mode general
console(config-if)# switchport general allowed vlan add 101,102,310 tagged
console(config-if)# switchport general pvid 4095
console(config-if)# exit

909 Posts

June 29th, 2007 14:00

You have to add vlans to the trunk on the 3324.
 
console(config-if)# switchport trunk vlan add 101,102,310
 
(this is from memory, so syntax may be slightly off).
 

2 Intern

 • 

160 Posts

June 29th, 2007 14:00

on Cisco Router I have:

# interface XXXXX
# switchport trunk encapsulation dot1q
# switchport mode trunk


I've setuped on PowerConnect 3324:

(config)# interface ethernet 1/g1

(config-if)# switchport mode trunk

(config-if)# exit


is it my dell configuration OK ?

Message Edited by anonimous on 06-29-2007 10:20 AM

93 Posts

July 10th, 2007 16:00

close.
 
switchport trunk allowed vlan add x,x,x,
 
the port will keep VLAN 1 as its native VLAN.  The native VLAN is where all untagged traffic gets dumped into.
No Events found!

Top