wep64
   
      Configures WEP64 parameters
      Supported on the following devices: 
         
         
            - Access Points: AP3000/X, AP5010, AP310i/e, AP410i/e, AP505i, AP510i, AP510e, AP560i, AP6522, AP6562, AP7161, AP7502,
               AP7522, AP7532, AP7562, AP7602, AP7612, AP7622, AP763, AP7662, AP8163, AP8543,
               AP8533.
- Service Platforms:
               NX5500, NX7500, NX9500, NX9600
- Virtual Platforms: CX9000, VX9000
Syntax
         
         wep64 [key|keys-from-passkey|transmit-key]
         wep64 key <1-4> [ascii|hex] [0 <WORD>|2 <WORD>|<WORD>]
         wep64 keys-from-passkey <WORD>
         wep64 transmit-key <1-4>
      
      Parameters
         
         wep64 key <1-4> [ascii|hex] [0 <WORD>|2 <WORD>|<WORD>]
         
                  
                     | wep64 | Configures WEP64 parameters The parameters are: key, key-from-passkey,
                           and transmit-key. | 
                  
                     | key <1-4>] | Configures pre-shared hex keys 
                           <1-4> –
                              Configures a maximum of four key indexes. Select a key index from 1 -
                              4. | 
                  
                     | ascii [0 <WORD>| 2 <WORD>|<WORD>] | Sets keys as ASCII characters (5 characters for WEP64, 13 for WEP128) 
                           0 <WORD> –
                              Configures a clear text key2 <WORD> –
                              Configures an encrypted key<WORD> –
                              Configures key (10 hex or 5 ASCII characters for WEP64, 26 hex or 13
                              ASCII characters for WEP128). | 
                  
                     | hex [0 <WORD>| 2 <WORD>|<WORD>] | Sets keys as hexadecimal characters (10 characters for WEP64, 26 for
                           WEP128) 
                           0 <WORD> –
                              Configures a clear text key2 <WORD> –
                              Configures an encrypted key<WORD> –
                              Configures the key (10 hex or 5 ASCII characters for WEP64, 26 hex or
                              13 ASCII characters for WEP128) | 
               
         wep64 keys-from-passkey <WORD>
         
                  
                     | keys-from-passkey <WORD> | Specifies a pass key from which keys are derived 
                           <WORD> – Specify
                              a pass key from 4 - 32 characters. | 
               
         wep64 transmit-key <1-4>
         
                  
                     | transmit-key <1-4> | Configures the key index used for transmission from an AP to a wireless
                        client or service platform 
                           <1-4> – Specify
                              a key index from 1 - 4. | 
               
      
      Examples
         
         NOC-NX9500(config-wlan-test2)#wep64 key 1 hex 1CBF427D50
         NOC-NX9500(config-wlan-test2)#wep64 transmit-key 1
         NOC-NX9500(config-wlan-test2)#show context
wlan test2
 ssid test2
 bridging-mode local
 encryption-type none
 authentication-type none
 wep64 key 1 hex 0 1CBF427D50
NOC-NX9500(config-wlan-test2)#