cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1651
Views
0
Helpful
2
Replies

SG500X-48 SSH command to enable http site

dario.genovese
Level 1
Level 1

Hi people

I wanted to activate the SSH Access to our SG500X-48 Switch so that Spiceworks can get access. I used the http portal of the switch an went to Security -> Mgmt Access Method -> Access Profiles. There I changed the Active Access Profile to ssh.

Now I have the problem, that in the profile the http access was not enabled and I only get access to the switch through SSH. Unfortunately I am completely lost with the SSH commands. Can you help me providing the command to reactivate the http site? So for example deactivate the Active Access Profile. Before activating it, it was set to None. I use putty to get access via ssh.

Thx

Dario

1 Accepted Solution

Accepted Solutions

amikat
Spotlight
Spotlight

Hi,

Will you please try the following sequence of commands (privilege-level):

configure terminal

no management access-class

exit

This should clear the management connection restrictions.

Good luck!

Best regards,

Antonin

View solution in original post

2 Replies 2

amikat
Spotlight
Spotlight

Hi,

Will you please try the following sequence of commands (privilege-level):

configure terminal

no management access-class

exit

This should clear the management connection restrictions.

Good luck!

Best regards,

Antonin

Thank you Antonin!