cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1744
Views
0
Helpful
3
Replies

ip http server address

jplamoureux1
Level 1
Level 1

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.

1 Accepted Solution

Accepted Solutions

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

View solution in original post

3 Replies 3

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

Thank you very much. This is working. I can now have http access to the switch.

Glad to hear that. Please mark the answer as correct.