11-30-2015 06:53 AM
Hi,
I have a SG300-28P already up and running. I would like to access the Web management interface. I know that I need to activate it in CLI configure mode with: IP http server, in order to enable it and to configure the access to it. The default IP address should be 192.168.1.254 on the port 80. There is one thing that I can't find, how to change the default ip http server addresse from the CLI. Is there a way to modify it?
I already went through this document:
http://www.cisco.com/c/dam/en/us/td/docs/switches/lan/csbms/sf30x_sg30x/administration_guide/CLI_Nikola300_1_3_7.pdf
Thank you.
Solved! Go to Solution.
11-30-2015 11:06 PM
Change you default L3 interface's IP address. For example in you use vlan 1:
conf t
int vlan 1
no ip add
ip add 10.10.10.1 255.255.255.0
end
11-30-2015 11:06 PM
Change you default L3 interface's IP address. For example in you use vlan 1:
conf t
int vlan 1
no ip add
ip add 10.10.10.1 255.255.255.0
end
12-01-2015 08:34 AM
Thank you very much. This is working. I can now have http access to the switch.
12-01-2015 08:43 AM
Glad to hear that. Please mark the answer as correct.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide