Controllerless Networks

 View Only

Instant 4.1.1.0 user guide documentation correction

This thread has been viewed 1 times
  • 1.  Instant 4.1.1.0 user guide documentation correction

    Posted May 19, 2015 09:15 AM

    Page 80 says:

    To enable LED display:
    (Instant AP)(config)# led-off
    (Instant AP)(config)# end
    (Instant AP)# commit apply
    
    To disable LED display:
    (Instant AP)(config)# no led-off
    (Instant AP)(config)# end
    (Instant AP)# commit apply

    It should read

    To disable LED display:
    (Instant AP)(config)# led-off
    (Instant AP)(config)# end
    (Instant AP)# commit apply
    
    To enable LED display:
    (Instant AP)(config)# no led-off
    (Instant AP)(config)# end
    (Instant AP)# commit apply