- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Web and Unmanaged
- >
- 1920 - how switch web gui #vlan interface?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2017 03:24 AM
07-14-2017 03:24 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2017 02:08 AM
07-18-2017 02:08 AM
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).