Unsolved
This post is more than 5 years old
1 Message
0
28163
August 17th, 2005 17:00
Powerconnect 5324: Assign IP Address to Single Port to Enable Remote Web Based Admin
I have a Powerconnect 5324 that is functioning fine in server cabinet. I can administer via Telnet, but I would like to be able to administer the switch via the web interface. What is the correct procedure for enabling one of the ports with an IP address to allow remote administration. The Dell documentation with the switch only details doing this via DHCP which I do not want to do. I want to assign a static IP. Please advise.
No Events found!



kmedenblik
2 Posts
0
August 18th, 2005 12:00
console (configure)# interface vlan 1
console (configure-if)# ip address 0.0.0.0 255.255.255.0
console (configure-if)# exit
console (configure) # ip default-gateway 0.0.0.0
console (configure) # Exit
console # copy run start
you put the IP address to whatever you want.
This works for me