t5-security
  
    Configures T5 PowerBroadband security
      settings. A T5 controller uses the IPX operating system to manage its connected radio devices,
      as opposed to the WiNG operating system used by wireless controllers and service platforms.
      However, a T5 controller, once enabled as a supported external device, can provide data to
      WiNG to assist in a T5‘s management within the WiNG supported subnet populated by both types
      of devices. The CPEs are the T5 controller managed radio devices using the IPX operating
      system. These CPEs use a DSL as their high speed Internet access mechanism using the CPE‘s
      physical wallplate connection and phone jack.
Note   
This setting is applicable only when this
        WLAN supports T5 controllers and their connected CPEs.
Supported in the following platforms: 
      
      
        - Service Platforms — NX5500, NX7500,
          NX9500, NX9600, VX9000
Syntax
      
      t5-security [static-wep|wpa-enterprise|wpa-personal]
      t5-security static-wep encryption-type [wep128|wep64] [hex <STRING>|passphrase <STRING>]
      t5-security [wpa-enterprise|wpa-personal] encryption-type [ccmp|tkip|tkip-ccmp] 
version [mixed|wpa|wpa2]
    
    Parameters
      
      t5-security static-wep encryption-type [wep128|wep64] [hex <STRING>|passphrase <STRING>]
      
            
              | t5-security static-wep | Configures the T5 WLAN security type as static-wep | 
            
              | encryption-type [wep128|wep64] | Applies one of the following encryption algorithms to the T5 support WLAN
                configuration: WEP64 or WEP128 | 
            
              | hex <STRING> | Configures the hex password (used to derive the security
                key) 
                  <STRING> – Specify the hex password (should not exceed the 10 - 26
                    characters). | 
            
              | passphrase <STRING> | Configures the passphrase shared by both transmitting
                and receiving authenticators 
                  <STRING> – Specify the passphrase. It could either be an alphanumeric
                    string of 8 to 63 ASCII characters or 64 HEX characters. The alphanumeric string
                    allows character spaces. This string is converted to a numeric value.
                    Configuring a passphrase saves you the need to create a 256-bit key each time
                    keys are generated. | 
          
      t5-security [wpa-enterprise|wpa-personal] encryption-type [ccmp|tkip|tkip-ccmp] 
version [mixed|wpa|wpa2]
      
            
              | t5-security [wpa-enterprise| wpa-personal] | Configures the T5 WLAN security type as: wpa-enterprise OR wpa-personal | 
            
              | encryption-type [ccmp|tkip|tkip-ccmp] | The following parameters are common to the
                  wpa-enterprise and wpa-personal keywords: 
                  [ccmp|tkip|tkip-ccmp] – Applies
                    one of the following encryption algorithms to the T5 support WLAN configuration:
                      CCMP, TKIP, or TKIP-CCMP. | 
            
              | version [mixed|wpa|wpa2] | The following parameters are common to the
                  wpa-enterprise and wpa-personal keywords: 
                  version – Applies one of the
                    following encryption schemes to the T5 support WLAN configuration: WPA, WPA2, or mixed. | 
          
    
    Examples
      
      nx9500-6C8809(config-wlan-test)#t5-security wpa-enterprise encryption-type ccmp version wpa
      nx9500-6C8809(config-wlan-test)#show context
wlan test
 ssid test
 bridging-mode local
 encryption-type none
 authentication-type none
 t5-security wpa-enterprise encryption-type ccmp version wpa
 t5-client-isolation
nx9500-6C8809(config-wlan-test)#