Configuring Guest VLANs

Guests using the WLAN Wireless Local Area Network. WLAN is a 802.11 standards-based LAN that the users access through a wireless connection. are assigned to VLAN Virtual Local Area Network. In computer networking, a single Layer 2 network may be partitioned to create multiple distinct broadcast domains, which are mutually isolated so that packets can only pass between them through one or more routers; such a domain is referred to as a Virtual Local Area Network, Virtual LAN, or VLAN. 900 and are given IP addresses via DHCP Dynamic Host Configuration Protocol. A network protocol that enables a server to automatically assign an IP address to an IP-enabled device from a defined range of numbers configured for a given network.  from the managed devices.

The following procedure describes how to configure a guest VLAN Virtual Local Area Network. In computer networking, a single Layer 2 network may be partitioned to create multiple distinct broadcast domains, which are mutually isolated so that packets can only pass between them through one or more routers; such a domain is referred to as a Virtual Local Area Network, Virtual LAN, or VLAN.:

  1. Login to the Mobility Master.
  2. In the Managed Network node hierarchy, navigate to the Configuration > Interfaces > VLANs tab.
  3. Click + to add a new VLAN Virtual Local Area Network. In computer networking, a single Layer 2 network may be partitioned to create multiple distinct broadcast domains, which are mutually isolated so that packets can only pass between them through one or more routers; such a domain is referred to as a Virtual Local Area Network, Virtual LAN, or VLAN..
  4. Enter the VLAN name as guest_vlan Virtual Local Area Network. In computer networking, a single Layer 2 network may be partitioned to create multiple distinct broadcast domains, which are mutually isolated so that packets can only pass between them through one or more routers; such a domain is referred to as a Virtual Local Area Network, Virtual LAN, or VLAN..
  5. Enter VLAN ID/Range as 900.
  6. Click Submit.
  7. Select the VLAN Virtual Local Area Network. In computer networking, a single Layer 2 network may be partitioned to create multiple distinct broadcast domains, which are mutually isolated so that packets can only pass between them through one or more routers; such a domain is referred to as a Virtual Local Area Network, Virtual LAN, or VLAN. name from the VLANs table and the VLANs > <VLAN name> table is displayed.
  8. Click on the VLAN Virtual Local Area Network. In computer networking, a single Layer 2 network may be partitioned to create multiple distinct broadcast domains, which are mutually isolated so that packets can only pass between them through one or more routers; such a domain is referred to as a Virtual Local Area Network, Virtual LAN, or VLAN. ID, 900 and enter the following:.
    1. For IPv4 Address, enter 192.168.200.20.
    2. Click Submit.
  9. Navigate to the Configuration > Services > DHCP Server tab.
    1. Select Enabled for IPV4 DHCP Server.
    2. Click + under Pool Configuration.
    3. In the Pool Name field, enter guestpool.
    4. In the Default Router field, enter 192.168.200.20.
    5. In the DNS Server field, enter 64.151.103.120.
    6. In the Lease hrs field, enter 4 hours.
    7. Set the Network IP address type to Static.
    8. In the Network IP address field, enter 192.168.200.0. In the Network IP mask field, enter 255.255.255.0.
    9. Click Submit.
  10. Click Submit.
  11. Click Pending Changes.
  12. In the Pending Changes window, select the check box and click Deploy changes.

The following CLI Command-Line Interface. A console interface with a command line shell that allows users to execute text input as commands and convert these commands to appropriate functions. commands configure a guest VLAN Virtual Local Area Network. In computer networking, a single Layer 2 network may be partitioned to create multiple distinct broadcast domains, which are mutually isolated so that packets can only pass between them through one or more routers; such a domain is referred to as a Virtual Local Area Network, Virtual LAN, or VLAN.:

host) [mynode] #cd /md /<MAC_address>

(host) [<MAC_address>] (config)

(host) [<MAC_address>] (config) #vlan 900

(host) [<MAC_address>] (config) #interface vlan 900

(host) [<MAC_address>] (config) #ip address 192.168.200.20 255.255.255.0

(host) [<MAC_address>] (config) #ip dhcp pool "guestpool"

(host) [<MAC_address>] (config) #default-router 192.168.200.20

(host) [<MAC_address>] (config) #dns-server 64.151.103.120

(host) [<MAC_address>] (config) #lease 0 4 0

(host) [<MAC_address>] (config) #network 192.168.200.0 255.255.255.0