Web and Unmanaged
1827807 Members
2300 Online
109969 Solutions
New Discussion

Re: 1920 - how switch web gui #vlan interface?

 
Giapp
New Member

1920 - how switch web gui #vlan interface?

Hi,

i need to Access and Configure the Switch Through Web GUI on vlan 200 instead the default vlan1. how can i switch the vlan interface and set the 200 as default allowing web access? l already done this on other switch but i always forgot the procedure. 

thanks a lot

1 REPLY 1
Dunky
Regular Advisor

Re: 1920 - how switch web gui #vlan interface?

Create a VLAN interface for VLAN 200 and give it an IP address.

 

Restrict access via an ACL if needed (for example...)

 ip http acl 2000

acl number 2000

 description Control HTTP access to switches

 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

 

then add a route if you will be connecting from a different vlan/subnet

 ip route-static 0.0.0.0 0.0.0.0 Vlan-interface200 n.n.n.n (where n.n.n.n is vlan 200 gateway address).