neighbor (meshpoint-config)
   
      This command configures the inactivity
         time out value for neighboring devices. If a frame is not received from the neighbor device
         for the configured time, then client resources are removed.
      Supported on the following
            platforms:
         
         
            - Access Points — AP7522, AP7532,
               AP7562, AP7612, AP7632, AP7662, AP8432, AP8533
Syntax
         
         neighbor inactivity-timeout <60-86400>
      
      Parameters
         
         neighbor inactivity-timeout <60-86400>
         
                  
                     | neighbor inactivity-timeout <60-86400> | Configures the neighbor inactivity timeout in seconds. This represents
                        the allowed interval between frames received from a neighbor before their
                        client privileges are revoked. 
                           <60-86400> –
                              Specify a value from 60 - 86400 seconds. The default is 120
                              seconds. | 
               
      
      Examples
         
         nx9500-6C8809(config-meshpoint-test)#neighbor inactivity-timeout 300
         nx9500-6C8809(config-meshpoint-test)#show context
meshpoint test
 description "This is an example of a meshpoint description"
 meshid TestingMeshPoint
 beacon-format mesh-point
 control-vlan 25
 allowed-vlans 1,10-16,18-23
 neighbor inactivity-timeout 300
 data-rates 2.4GHz bgn
 data-rates 5GHz an
 security-mode none
 no root
nx9500-6C8809(config-meshpoint-test)#