nx9500-6C8809(config)#profile NX9000 NX9500_UseCase1 nx9500-6C8809(config-profile-NX9500_UseCase1)#
This creates a profile with the name NX9500_UseCase1 and moves the cursor into its context. Any configuration made under this profile is available when it is applied to a device.
nx9500-6C8809(config-profile-NX9500_UseCase1)#interface vlan 2 nx9500-6C8809(config-profile-NX9500_UseCase1-if-vlan2)#ip address 172.16.11.1/24
The above command assigns the IP address 172.16.11.1 with the mask of 255.255.255.0 to VLAN2. Exit the VLAN2 context.
nx9500-6C8809(config-profile-NX9500_UseCase1-if-vlan2)#exit nx9500-6C8809(config-profile-NX9500_UseCase1)#
The next step is to assign this newly created VLAN to a physical interface. In this case, VLAN 2 is mapped to GE3 and GE4 to support AP8432 and AP8533 respectively.
nx9500-6C8809(config-profile-NX9500_UseCase1)#interface ge 3 nx9500-6C8809(config-profile-NX9500_UseCase1-if-ge3)#
nx9500-6C8809(config-profile-NX9500_UseCase1-if-ge3)#switchport access vlan 2 nx9500-6C8809(config-profile-NX9500_UseCase1-if-ge3)#exit nx9500-6C8809(config-profile-NX9500_UseCase1)#
nx9500-6C8809(config-profile-NX9500_UseCase1)#interface ge 4 nx9500-6C8809(config-profile-NX9500_UseCase1-if-ge4)#switchport access vlan 2 nx9500-6C8809(config-profile-NX9500_UseCase1-if-ge4)#exit nx9500-6C8809(config-profile-NX9500_UseCase1)#
nx9500-6C8809(config-profile-NX9500_UseCase1)#exit nx9500-6C8809(config)#commit write memory
nx9500-6C8809(config)#self nx9500-6C8809(config-device-B4-C7-99-6C-88-09)# nx9500-6C8809(config-device-B4-C7-99-6C-88-09)#use profile NX9500_UseCase1 nx9500-6C8809(config-device-B4-C7-99-6C-88-09)#exit nx9500-6C8809(config)#commit write
nx9500-6C8809(config)#wlan 1 nx9500-6C8809(config-wlan-1)#
nx9500-6C8809(config-wlan-1)#ssid WLAN_USECASE_01
nx9500-6C8809(config-wlan-1)#broadcast-ssid
Note
The WLAN created for this usecase, is an open WLAN, with no authentication mode specified. Once the WLAN is mapped to an AP, clients will not require password for associating with the WLAN through the AP.nx9500-6C8809(config-wlan-1)#vlan 2 nx9500-6C8809(config-wlan-1)#exit
nx9500-6C8809(config)#commit write memory