Details

    • Bug
    • Resolution: Unresolved
    • Minor
    • None
    • Enterprise Edition
    • Poller
    • None

    Description

      Cisco WLC does not store any information regarding dissasociated accesspoints, and you have an option to mark an AP as deleted in html/pages/device/wifi/accesspoints.inc.php

      if($accesspoint['ap_status'] == 'down') //if device is down, offer the possibility to delete it from the DB
          {
             if ($_SESSION['userlevel'] > 9)
             {
                     echo '<a class="pull-right" href="#modal-delete-ap-'.$accesspoint['wifi_ap_id'].'" data-toggle="modal" title="Delete Current Access Point"><span><i class="sprite-minus"></i></span></a>';

       

      This works, but there seems to be two places in includes/polling/wifi.inc.php that handles the deletion of AP

       

      Line 105-118 is OK, but line 208-230 just deletes the AP without any regard for the state of the AP being marked as deleted or not

       

      Attached svn.diff

      Attachments

        Activity

          [OBS-4049] Deletion of Cisco AP's
          cheri001 Christian Eriksson made changes -
          Attachment New: svn.diff [ 19695 ]
          cheri001 Christian Eriksson made changes -
          Attachment Original: svn.diff [ 19645 ]
          landy Mike Stupalov made changes -
          Status Original: Pending Response [ 10000 ] New: In Review [ 10101 ]
          cheri001 Christian Eriksson made changes -
          Attachment New: svn.diff [ 19645 ]
          bot Observium Bot made changes -
          Status Original: Open [ 1 ] New: Pending Response [ 10000 ]
          cheri001 Christian Eriksson created issue -

          People

            landy Mike Stupalov
            cheri001 Christian Eriksson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: