Web and Unmanaged
1753865 Members
7477 Online
108809 Solutions
New Discussion

Assigning Web Mgmt GUI access for single port on v1910-48G

 
RMSadmin
New Member

Assigning Web Mgmt GUI access for single port on v1910-48G

I inherited a couple of v1910-48G switches at my company (coming up on 4 years now) and I have to restrict web gui mgmt for my PCI compliance (never came up before).  In my cisco SG switches, I can perform this by setting up an Access Profile under Security and create rules/permissions that limit web gui mgmt access to specific ports or ip addresses.  Is there an equivalent way of doing this for my v1910-48G switches?  Please help, I need to get this resolved asap.

 

TIA, Stewart.

2 REPLIES 2
MateusBuogo
Advisor

Re: Assigning Web Mgmt GUI access for single port on v1910-48G

Hi!

You can access the page of switch (GUI), in the menu DEVICE > USERS.

In this menu you can configure roles from users.

In NETWORK > SERVICES > HTTP/HTTPS, you can configure a ACL for access restrict.

I do not understand your question, but maybe this can help you.

Regards

Mateus Buogo
Dunky
Regular Advisor

Re: Assigning Web Mgmt GUI access for single port on v1910-48G

Hi,

Assuming the 1910 is the same as a 1920 (I am unsure as I have 1920's) then the following gives you an example of how to restrict access via http:

acl number 2000
description HTTP Access to Net Mgmnt VLAN, IS VLAN and NMS svr
rule 10 permit source 192.168.100.0 0.0.0.255
rule 20 permit source 10.124.3.0 0.0.0.255
rule 30 permit source 10.125.3.4 0

ip http acl 2000