Configuring VLAN Group - Cisco

1y ago
12 Views
2 Downloads
1.33 MB
10 Pages
Last View : 27d ago
Last Download : 3m ago
Upload by : Josiah Pursley
Transcription

Configuring VLAN Group Finding Feature Information, page 1 Prerequisites for VLAN Groups, page 1 Restrictions for VLAN Groups, page 1 Information About VLAN Groups, page 2 How to Configure VLAN Groups, page 2 Where to Go Next, page 7 Additional References, page 7 Feature History and Information for VLAN Groups, page 9Finding Feature InformationYour software release may not support all the features documented in this module. For the latest featureinformation and caveats, see the release notes for your platform and software release.Use Cisco Feature Navigator to find information about platform support and Cisco software image support.To access Cisco Feature Navigator, go to http://www.cisco.com/go/cfn. An account on Cisco.com is notrequired.Prerequisites for VLAN GroupsA VLAN should be present in the controller to be able to add it to the VLAN group.Restrictions for VLAN GroupsThe number of VLANs mapped to a VLAN group is not limited by Cisco IOS Software Release. But if thenumber of VLANs in a VLAN group exceed the recommended value of 32, the mobility behavior is unexpectedand in the VLAN group, L2 multicast breaks for some VLANs. So it is the responsibility of the administratorto configure feasible number of VLANs in a VLAN group. When a VLAN is added to a VLAN group mappedVLAN Configuration Guide, Cisco IOS XE Release 3SE (Cisco WLC 5700 Series)OL-28523-021

Configuring VLAN GroupInformation About VLAN Groupsto a WLAN which already has 32 VLANs, a warning is generated. But when a new VLAN group is mappedto a WLAN with more than 32 VLANs, an error is generated.For expected behavior of the VLAN group, the VLANs mapped in the group must be present in the controller.The static IP client behavior is not supported.Information About VLAN GroupsWhenever a wireless client connects to a wireless network (WLAN), the client is placed in a VLAN that isassociated with the WLAN. In a large venue such as an auditorium, a stadium, or a conference room wherethere are numerous wireless clients, having only a single WLAN to accommodate many clients might be achallenge.The VLAN group feature uses a single WLAN that can support multiple VLANs. The clients can get assignedto one of the configured VLANs. This feature maps a WLAN to a single VLAN or multiple VLANs usingthe VLAN groups. When a wireless client associates to the WLAN, the VLAN is derived by an algorithmbased on the MAC address of the wireless client. A VLAN is assigned to the client and the client gets the IPaddress from the assigned VLAN. This feature also extends the current AP group architecture and AAAoverride architecture, where the AP groups and AAA override can override a VLAN or a VLAN group towhich the WLAN is mapped.Related TopicsCreating VLAN Groups (CLI)How to Configure VLAN GroupsCreating VLAN Groups (CLI)SUMMARY STEPS1. configure terminal2. vlan group WORD vlan-list vlan-ID3. endDETAILED STEPSStep 1Command or ActionPurposeconfigure terminalEnters global command mode.Example:Controller# configure terminalVLAN Configuration Guide, Cisco IOS XE Release 3SE (Cisco WLC 5700 Series)2OL-28523-02

Configuring VLAN GroupRemoving VLAN Group (CLI)Step 2Command or ActionPurposevlan group WORD vlan-list vlan-IDCreates a VLAN group with the given group name (vlangrp1) andadds all the VLANs listed in the command. The VLAN list rangesfrom 1 to 4096 and the recommended number of VLANs in a groupis 32.Example:Controller(config)#vlan group vlangrp1vlan-list 91-95Step 3Exits the global configuration mode and returns to privileged EXECmode. Alternatively, press CTRL-Z to exit the global dRelated TopicsInformation About VLAN GroupsRemoving VLAN Group (CLI)SUMMARY STEPS1. configure terminal2. vlan group WORD vlan-list vlan-ID3. no vlan group WORD vlan-list vlan-ID4. endDETAILED STEPSStep 1configure terminalExample:Controller# configure terminalEnters global command mode.Step 2vlan group WORD vlan-list vlan-IDExample:Controller(config)#vlan group vlangrp1 vlan-list 91-95Creates a VLAN group with the given group name (vlangrp1) and adds all the VLANs listed in the command. The VLANlist ranges from 1 to 4096 and the recommended number of VLANs in a group is 32.Step 3no vlan group WORD vlan-list vlan-IDExample:Controller(config)#no vlan group vlangrp1 vlan-list 91-95VLAN Configuration Guide, Cisco IOS XE Release 3SE (Cisco WLC 5700 Series)OL-28523-023

Configuring VLAN GroupCreating VLAN Groups (GUI)Removes the VLAN group with the given group name (vlangrp1).Step 4endExample:Controller(config)#endExits the global configuration mode and returns to privileged EXEC mode. Alternatively, press CTRL-Z to exit theglobal configuration mode.Creating VLAN Groups (GUI)To create a VLAN group using the controller web UI, you must:Step 1Step 2Choose Configuration Controller System VLAN VLAN Group.The VLAN Group page appears. You must provide values for all parameters listed in the VLAN Group window.ParameterDescriptionVLAN Group NameGroup name for the VLANs.VLAN ListThe VLAN list to configure the mesh access point (MAP) access port.Click Apply.Adding a VLAN Group to WLAN (CLI)SUMMARY STEPS1. configure terminal2. wlan WORD number3. client vlan WORD4. endVLAN Configuration Guide, Cisco IOS XE Release 3SE (Cisco WLC 5700 Series)4OL-28523-02

Configuring VLAN GroupAdding a VLAN Group to WLAN (GUI)DETAILED STEPSStep 1Command or ActionPurposeconfigure terminalEnters global command mode.Example:Controller# configure terminalStep 2wlan WORD numberEnables the WLAN to map a VLAN group using an identifier.The WLAN identifier values range from 1 to 512.Example:Controller(config)#wlan wlanname 512Step 3client vlan WORDMaps the VLAN group to the WLAN by entering the VLANidentifier, VLAN group, or the VLAN name.Example:Controller(config-wlan)#client vlanvlangrp1Step 4Exits the global configuration mode and returns to privilegedEXEC mode . Alternatively, press CTRL-Z to exit the globalconfiguration mode.endExample:Controller(config-wlan)#endAdding a VLAN Group to WLAN (GUI)To add a VLAN group to WLAN using the controller web UI, you must follow the steps defined in thisprocedure.Step 1To add a VLAN group to a WLAN, choose Configuration Wireless WLANs WLAN Profile General.The general parameter page of the WLAN group appears.Step 2Select the VLAN group values listed in the Interface/Interface Group drop-down list to associate the selected WLANprofile to a VLAN group.Click Apply.Step 3Removing VLAN Groups (GUI)To remove a VLAN groups using the controller web UI, you must:Step 1Choose Configuration Controller System VLAN VLAN Group.VLAN Configuration Guide, Cisco IOS XE Release 3SE (Cisco WLC 5700 Series)OL-28523-025

Configuring VLAN GroupViewing VLANs in VLAN Groups (CLI)The VLAN Group page appears, listing the following details of the VLAN groups associated with the controller.ParameterDescriptionVLAN Group NameGroup name for the VLANs.VLAN ListThe VLAN list to configure the mesh access point (MAP) access port.Step 2Check the checkbox of the VLAN group you need to delete from the VLAN group names displayed in the VLAN grouplist .You will receive a confirmation message confirming deletion of the selected VLAN group.Step 3Click Ok.Viewing VLANs in VLAN Groups (CLI)CommandsDescriptionshow vlan groupDisplays the list of VLAN groups with its name andthe VLANs that are available.show vlan group group-name group name Displays the specified VLAN group details.show wireless vlan group group name Displays the specified wireless VLAN group details.Viewing VLAN Groups (GUI)To view a VLAN groups using the controller web UI, you must:Step 1Step 2Choose Configuration Controller System VLAN VLAN Group.The VLAN Group page appears, listing the following details of the VLAN groups associated with the controller.ParameterDescriptionVLAN Group NameGroup name for the VLANs.VLAN ListThe VLAN list to configure the mesh access point (MAP) access port.Click Apply.VLAN Configuration Guide, Cisco IOS XE Release 3SE (Cisco WLC 5700 Series)6OL-28523-02

Configuring VLAN GroupWhere to Go NextWhere to Go NextAfter configuring VLAN groups, you can configure the following: VLANs VLAN Trunking Protocol (VTP) VLAN trunksAdditional ReferencesRelated DocumentsRelated TopicDocument TitleFor complete syntax and usage information for thecommands used in this chapter.VLAN Command Reference (Catalyst 3850 Switches)VLAN Command Reference (Cisco WLC 5700 Series)Layer 2/3 Command Reference (Catalyst 3850Switches)Layer 2 Command Reference (Cisco WLC5700 Series)VLAN access-mapsSecurity Configuration Guide (Catalyst 3850Switches)Security Configuration Guide (Cisco WLC5700 Series)Security Command Reference (Catalyst 3850Switches)Security Command Reference (Cisco WLC5700 Series)VLAN and Mobility AgentsMobility Configuration Guide, Cisco IOS XE Release3SE (Catalyst 3850 Switches)Cisco Flexible NetFlowCisco Flexible NetFlow Configuration Guide, CiscoIOS XE Release 3SE (Catalyst 3850 Switches)Flexible Netflow Configuration Guide, Cisco IOS XERelease 3SE (Catalyst 3850 Switches)IGMP SnoopingIP Multicast Routing Command Reference (Catalyst3850 Switches)Cisco 5760 Multicast CommandReference (Cisco WLC 5700 Series)IP Multicast Routing Configuration Guide (Catalyst3850 Switches)Routing Configuration Guide (CiscoWLC 5700 Series)VLAN Configuration Guide, Cisco IOS XE Release 3SE (Cisco WLC 5700 Series)OL-28523-027

Configuring VLAN GroupAdditional ReferencesRelated TopicDocument TitleIPv6IPv6 Configuration Guide (Catalyst 3850Switches)IPv6 Configuration Guide (Cisco WLC 5700Series)IPv6 Command Reference (Catalyst 3850Switches)IPv6 Command Reference (Cisco WLC 5700Series)SPANNetwork Management Command Reference (Catalyst3850 Switches)Network Management CommandReference (Cisco WLC 5700 Series)Network Management Configuration Guide (Catalyst3850 Switches) Network Management ConfigurationGuide (Cisco WLC 5700 Series)Platform-independent configuration informationIdentity Based Networking Services ConfigurationGuide, Cisco IOS XE Release 3SE (Catalyst 3850Switches)Error Message DecoderDescriptionLinkTo help you research and resolve system errormessages in this release, use the Error MessageDecoder coder/index.cgiStandards and RFCsStandard/RFCTitleRFC 1573Evolution of the Interfaces Group of MIB-IIRFC 1757Remote Network Monitoring ManagementRFC 2021SNMPv2 Management Information Base for theTransmission Control Protocol using SMIv2VLAN Configuration Guide, Cisco IOS XE Release 3SE (Cisco WLC 5700 Series)8OL-28523-02

Configuring VLAN GroupFeature History and Information for VLAN GroupsMIBsMIBMIBs LinkAll supported MIBs for this release.To locate and download MIBs for selected platforms,Cisco IOS releases, and feature sets, use Cisco MIBLocator found at the following URL:http://www.cisco.com/go/mibsTechnical AssistanceDescriptionLinkThe Cisco Support website provides extensive online http://www.cisco.com/supportresources, including documentation and tools fortroubleshooting and resolving technical issues withCisco products and technologies.To receive security and technical information aboutyour products, you can subscribe to various services,such as the Product Alert Tool (accessed from FieldNotices), the Cisco Technical Services Newsletter,and Really Simple Syndication (RSS) Feeds.Access to most tools on the Cisco Support websiterequires a Cisco.com user ID and password.Feature History and Information for VLAN GroupsReleaseModificationCisco IOS XE 3.2SECisco IOS XE 3.2SEThis feature was introduced.Cisco IOS XE 3.3SEVLAN GUI support.VLAN Configuration Guide, Cisco IOS XE Release 3SE (Cisco WLC 5700 Series)OL-28523-029

Configuring VLAN GroupFeature History and Information for VLAN GroupsVLAN Configuration Guide, Cisco IOS XE Release 3SE (Cisco WLC 5700 Series)10OL-28523-02

Adding a VLAN Group to WLAN (CLI) SUMMARY STEPS 1. configureterminal 2. wlanWORDnumber 3. clientvlanWORD 4. end VLAN Configuration Guide, Cisco IOS XE Release 3SE (Cisco WLC 5700 Series) 4 OL-28523-02 Configuring VLAN Group Creating VLAN Groups (GUI)

Related Documents:

Auto Surveillance VLAN Port-based VLAN 802.1v Protocol-based VLAN Voice VLAN MAC-based VLAN VLAN translation Multicast VLAN (ISM VLAN for IPv4/ IPv6) Asymmetric VLAN Private VLAN VLAN Trunking Super VLAN Quality of Service 802.1p 8 queues per port Queue Handling Strict Priority .

CCNP Security SECURE Notes Private Vlans: vtp mode transparent vlan 600 private-vlan community vlan 400 private-vlan isolated vlan 200 private-vlan primary private-vlan association 400,600 int gi1/0/13 switchport mode private-vlan host switchport private-vlan host-association 200 400 int range gi1/0/14 – 15 switchport mode private-vlan host

Jan 07, 2013 · Step 1 configure terminal Enters the configuration mode Step 2 vlan vlan-list Create s a VLAN using vlan command. vlan-list – may be any vlan number or list of vlan numbers. Multiple vlan numbers can be provided as comma-separated values.

Setting Up VLAN Settings on the SG550X-24 (active) Step 1. Navigate to VLAN Management VLAN Settings. Step 2. Click Add. to create new VLANs. The Add VLAN window appears. Note: There are two ways to create a VLAN. You can create a single VLAN or you can set a range of new VLAN

A trunk carries Tagged packets between switches and/or router. EUTC . VLAN Access and Trunk MUM Yogyakarta 19-20 Oct 2018 16 TRUNK (VLAN 10, VLAN 20, VLAN 30) VLAN 10 20 30 VLAN10 20 30 VLAN10 20 30 ACCESS ACCESS ACCESS EUTC . VLAN Acc

Spanning Tree Protocol 802.1s Multiple Spanning Tree Protocol Loop Detection VLAN: IEEE 802.1Q Tagged Based, Max. VLAN Group: 4K QinQ Port-based VLAN Voice VLAN Private VLAN MVR MAC-Based VLAN Protocol-Based VAN Link Aggregation: IEEE 802.3ad with LACP: 26 trunks/ up to 8 port per trunk Stati

Integrated gateway for VLAN, VxLAN, and NVGRE networks from virtual to physical Normalisation for NVGRE, VXLAN, and VLAN networks Customer not restricted by a choice of hypervisor Fabric is ready for multi-hypervisor Virtual Integration Network Admin Application Admin PHYSICAL SERVER VLAN VXLAN VLAN NVGRE VLAN VXLAN VLAN ESX Hyper-V KVM Hypervisor

BIOGRAFÍA ACADÉMICA DE ALFREDO LÓPEZ AUSTIN Enero de 2020 I. DATOS PERSONALES Nacimiento: Ciudad Juárez, Estado de Chihuahua, México, 12 de marzo de 1936. Nacionalidad: mexicano. Estado civil: casado. Investigador emérito de la Universidad Nacional Autónoma de México, por acuerdo del Consejo Universitario, con fecha 21 de junio de 2000. Sistema Nacional de Investigadores. Nivel III .