Unsolved
This post is more than 5 years old
2 Posts
0
140784
February 11th, 2008 15:00
how to set up VLANs on 5448
I am new to owning a managed switch and am having difficulty setting up VLANs.
What I would like is for ports 1-8 on my PowerConnect 5448 to be one network (VLAN 2), and ports 9-48 to be another (the default, VLAN 1). My firewall will route between them; the switch just has to switch amongst them.
When I try doing the obvious thing-- setting up a VLAN with ID 2 and then trying to click on the ports to assign them there, I just get an error message: "UnTagged Port g1 can not be added to Unauthenticated Vlan 2." if I pick U or "Port g1:Action is Illegal in current Port Mode.." if I pick T.
What steps am I missing?
No Events found!


drgnslyr
19 Posts
0
February 14th, 2008 15:00
It looks like you are using a Web interface:
I do not know you have configured already so i can not suggest how to correct
If this was just taken out of the box and using the CLI
enable
configure
vlan database
vlan 2
exit
interface range ethernet g1-8 (ther may be a different way to state the ports in the range)
switchport mode access
switchport access vlan 2
end
copy run start
The 54xx is a new series and have only seen it once. but it is basically an enhanced 5324.
You may need to just clear out the config and start over, but if you can post the running configuration, i will be more than happy to take a look and offer what i can.
NeoRye
8 Posts
0
October 20th, 2008 03:00