On my HP switches I have all layers two until I hit the edge of my segment like so (from access switch):
vlan 1
name "DEFAULT_VLAN"
no untagged A1-A24,B1-B24,C1-C24,D1-D24,E1-E24,F1-F22
no ip address
exit
vlan 40
name "VLAN40"
untagged A1-A24,B1-B24,C1-C24,D1-D24,E1-E24,F1-F22
ip address 10.0.40.8 255.255.248.0
ip igmp
exit
How do I set the equivalent on a PowerConnect 3548? What's the command that's equivalent to "no untagged"? It seems that you cannot modify vlan 1 at all with the exception of the IP. I'm an HP guy, and Dell's switches make absolutely no sense to me.