OID used for rowStatus in Cisco Light Weight Access Point Protocol->WLAN Confiugration table
search cancel

OID used for rowStatus in Cisco Light Weight Access Point Protocol->WLAN Confiugration table

book

Article ID: 372305

calendar_today

Updated On:

Products

CA Spectrum DX NetOps

Issue/Introduction

How is the Row Status populated in the Cisco Light Weight Access Point Protocol->WLAN Confiugration table

Environment

Spectrum all supported versions.

Resolution

Looking in the The row status is based on 


cLWlanRowStatus OBJECT-TYPE
    SYNTAX RowStatus {
      active(1),
      notInService(2),
      notReady(3),
      createAndGo(4),
      createAndWait(5),
      destroy(6)
    }

    ACCESS read-create
    STATUS current

    DESCRIPTION
    "This is the status column for this row and used
        to create, modify and delete specific instances of rows
        in this table.
        This table supports modification of writable objects when the
        RowStatus is 'active'.
        The following objects are mandatory for successful
        creation of an entry:
            cLWlanProfileName 
            cLWlanSsid."
     ::= { cLWlanConfigEntry 2 }

-- 1.3.6.1.4.1.9.9.512.1.1.1.1.2