ip (wlan-config-mode)
   
      
      Supported in the following platforms: 
         
         
            - Access Points — AP410i/e, AP460i/e, AP505i, AP510i/e, AP560i/h, AP7522, AP7532, AP7562,
               AP7612, AP7632, AP7662, AP8432, AP8533
- Service Platforms
               — NX5500, NX7500, NX9500, NX9600, VX9000
Syntax
         
         ip [arp|dhcp]
         ip arp [header-mismatch-validation|trust]
         ip dhcp trust
      
      Parameters
         
         ip arp [header-mismatch-validation|trust]
         
                  
                     | ip arp | Configures the IP settings for ARP packets | 
                  
                     | header-mismatch-validation | Verifies mismatch of source MAC address in the ARP and Ethernet headers.
                        This option is enabled by default. | 
                  
                     | trust | Sets ARP responses as trusted for a WLAN/range. This option is disabled
                        by default. | 
               
         ip dhcp trust
         
                  
                     | ip dhcp | Configures the IP settings for DHCP packets | 
                  
                     | trust | Sets DHCP responses as trusted for a WLAN/range. This option is disabled
                        by default. | 
               
      
      Examples
         
         nx9500-6C8809(config-wlan-test)#ip dhcp trust
         nx9500-6C8809(config-wlan-test)#show context
wlan test
 description TestWLAN
 ssid test
 bridging-mode local
 encryption-type tkip-ccmp
 authentication-type eap
 accounting syslog host 172.16.10.4 port 2
 data-rates 2.4GHz gn
 client-load-balancing probe-req-intvl 5ghz 5
 client-load-balancing band-discovery-intvl 2
 captive-portal-enforcement fall-back
 ip dhcp trust
 acl exceed-rate wireless-client-denied-traffic 20 disassociate
 enforce-dhcp
 broadcast-dhcp validate-offer
 http-analyze controller
nx9500-6C8809(config-wlan-test)#
      
      Related Commands
         
         
                  
                     | no (wlan-config-mode) | Resets IP ARP or DHCP trust parameters to default. ARP trust is
                        disabled, ARP mismatch verification is enabled, or DHCP trust is
                        disabled. |