--============================================================================= -- NA Series Management Information Base (MIB) --============================================================================= -- -- FILENAME: na-mib.mib -- DESIGNER: Tadaharu Morita, NEC Platforms, Ltd -- TITLE: NA Series Management Information Base -- USED IN: NA Series Product Line for SNMP Management. -- Version: 1.0.0 -- Release Date: Jul 27, 2018 -- CONTACT-INFO: -- Aterm Biz Information Center -- NEC Platforms, Ltd -- 2-3, Kandatsukasa-cho, Chiyoda-ku -- Tokyo, 101-8532 -- Japan -- -- Copyright (C) 2018 NEC Platforms, Ltd -- NEC Platforms, Ltd - PROPRIETARY -- Disclosure to third parties or reproduction in any from -- whatsoever, without prior written consent, is strictly forbidden. -- --============================================================================= -- Document History Information --============================================================================= -- Version: 1.0.0 -- Date: Jul 27, 2018 -- Author: Tadaharu Morita - NEC Platforms, Ltd -- Changes: -- 1st release. -- --============================================================================= -- MIB Definition Begin --============================================================================= NA-MIB-SMIv1 DEFINITIONS ::= BEGIN --============================================================================= -- Related MIB Imports --============================================================================= IMPORTS enterprises, IpAddress, TimeTicks FROM SNMPv2-SMI DisplayString, PhysAddress, MacAddress FROM SNMPv2-TC; --============================================================================= -- Definition of MIB OID Tree: NEC Related --============================================================================= -- iso OBJECT IDENTIFIER ::= { 1 } -- org OBJECT IDENTIFIER ::= { iso 3 } -- dod OBJECT IDENTIFIER ::= { org 6 } -- internet OBJECT IDENTIFIER ::= { dod 1 } -- private OBJECT IDENTIFIER ::= { internet 4 } -- enterprises OBJECT IDENTIFIER ::= { private 1 } nec OBJECT IDENTIFIER ::= { enterprises 119 } nec-mib OBJECT IDENTIFIER ::= { nec 2 } necProductDepend OBJECT IDENTIFIER ::= { nec-mib 3 } --============================================================================= -- Definition of MIB OID Tree: NA-MIB --============================================================================= na-mib OBJECT IDENTIFIER ::= { necProductDepend 264 } system OBJECT IDENTIFIER ::= { na-mib 1 } interface OBJECT IDENTIFIER ::= { na-mib 2 } interfaceEthernet OBJECT IDENTIFIER ::= { interface 1 } interfaceDot11 OBJECT IDENTIFIER ::= { interface 2 } interfaceDot11ApStatus OBJECT IDENTIFIER ::= { interfaceDot11 1 } interfaceDot11StaStatus OBJECT IDENTIFIER ::= { interfaceDot11 2 } interfaceDot11ApStatistics OBJECT IDENTIFIER ::= { interfaceDot11 3 } -- interfaceDot11ApStatistics is reserved. interfaceDot11StaStatistics OBJECT IDENTIFIER ::= { interfaceDot11 4 } interfaceDot11ApScan OBJECT IDENTIFIER ::= { interfaceDot11 5 } interfaceDot11StaScan OBJECT IDENTIFIER ::= { interfaceDot11 6 } -- interfaceDot11StaScan is reserved. interfaceDot11StaAssociate OBJECT IDENTIFIER ::= { interfaceDot11 7 } interfaceDot11StaDisassociate OBJECT IDENTIFIER ::= { interfaceDot11 8 } interfaceDot11StaAssociationFail OBJECT IDENTIFIER ::= { interfaceDot11 9 } interfaceDot11DfsStatus OBJECT IDENTIFIER ::= { interfaceDot11 10 } interfaceDot11TpcStatus OBJECT IDENTIFIER ::= { interfaceDot11 11 } interfaceDot11ApStatusRadio0 OBJECT IDENTIFIER ::= { interfaceDot11ApStatus 1 } interfaceDot11ApStatusRadio1 OBJECT IDENTIFIER ::= { interfaceDot11ApStatus 2 } interfaceDot11StaStatusRadio0 OBJECT IDENTIFIER ::= { interfaceDot11StaStatus 1 } interfaceDot11StaStatusRadio1 OBJECT IDENTIFIER ::= { interfaceDot11StaStatus 2 } interfaceDot11StaStatisticsRadio0 OBJECT IDENTIFIER ::= { interfaceDot11StaStatistics 1 } interfaceDot11StaStatisticsRadio1 OBJECT IDENTIFIER ::= { interfaceDot11StaStatistics 2 } interfaceDot11ApScanRadio0 OBJECT IDENTIFIER ::= { interfaceDot11ApScan 1 } interfaceDot11ApScanRadio1 OBJECT IDENTIFIER ::= { interfaceDot11ApScan 2 } interfaceDot11StaScanRadio0 OBJECT IDENTIFIER ::= { interfaceDot11StaScan 1 } interfaceDot11StaScanRadio1 OBJECT IDENTIFIER ::= { interfaceDot11StaScan 2 } --============================================================================= -- Wireless Interface Status MIB --============================================================================= -- MIB Definition: interfaceDot11ApStatusRadio0Entry interfaceDot11ApStatusRadio0Table OBJECT-TYPE SYNTAX SEQUENCE OF interfaceDot11ApStatusRadio0Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "The table of Access Point Status(Radio0)" ::= { interfaceDot11ApStatusRadio0 1 } interfaceDot11ApStatusRadio0Entry OBJECT-TYPE SYNTAX interfaceDot11ApStatusRadio0Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "Access Point Status Entry(Radio0)" INDEX { interfaceDot11ApStatusRadio0Index } ::= { interfaceDot11ApStatusRadio0Table 1 } interfaceDot11ApStatusRadio0Entry ::= SEQUENCE { interfaceDot11ApStatusRadio0Index INTEGER, interfaceDot11ApStatusRadio0Ssid DisplayString, interfaceDot11ApStatusRadio0Mac PhysAddress, interfaceDot11ApStatusRadio0Interface INTEGER, interfaceDot11ApStatusRadio0InterfaceUpTime TimeTicks, interfaceDot11ApStatusRadio0Channel DisplayString, interfaceDot11ApStatusRadio0TxPower INTEGER, interfaceDot11ApStatusRadio0StaAssociateNumber INTEGER, interfaceDot11ApStatusRadio0Dfs DisplayString } interfaceDot11ApStatusRadio0Index OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 ApStatus Radio0 Index" ::= { interfaceDot11ApStatusRadio0Entry 1 } interfaceDot11ApStatusRadio0Ssid OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 ApStatus Radio0 Ssid" ::= { interfaceDot11ApStatusRadio0Entry 2 } interfaceDot11ApStatusRadio0Mac OBJECT-TYPE SYNTAX PhysAddress ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 ApStatus Radio0 Mac Address" ::= { interfaceDot11ApStatusRadio0Entry 3 } interfaceDot11ApStatusRadio0Interface OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 ApStatus Radio0 Interface ReturnValue InterfaceStatus ---------------------------- 1 Up 2 Down" ::= { interfaceDot11ApStatusRadio0Entry 4 } interfaceDot11ApStatusRadio0InterfaceUpTime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 ApStatus Radio0 Interface Up Time (Reserved)" ::= { interfaceDot11ApStatusRadio0Entry 5 } interfaceDot11ApStatusRadio0Channel OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 ApStatus Radio0 Channel" ::= { interfaceDot11ApStatusRadio0Entry 6 } interfaceDot11ApStatusRadio0TxPower OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 ApStatus Radio0 TxPower" ::= { interfaceDot11ApStatusRadio0Entry 7 } interfaceDot11ApStatusRadio0StaAssociateNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 ApStatus Radio0 Sta Associate Number" ::= { interfaceDot11ApStatusRadio0Entry 8 } interfaceDot11ApStatusRadio0Dfs OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 ApStatus Radio0 Dfs. Displayed: Detected channel/Remaining time(second) Example: 53/1200" ::= { interfaceDot11ApStatusRadio0Entry 9 } -- MIB Definition: interfaceDot11ApStatusRadio1Entry interfaceDot11ApStatusRadio1Table OBJECT-TYPE SYNTAX SEQUENCE OF interfaceDot11ApStatusRadio1Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "The table of Access Point Status(Radio1)" ::= { interfaceDot11ApStatusRadio1 1 } interfaceDot11ApStatusRadio1Entry OBJECT-TYPE SYNTAX interfaceDot11ApStatusRadio1Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "Access Point Status Entry(Radio1)" INDEX { interfaceDot11ApStatusRadio1Index } ::= { interfaceDot11ApStatusRadio1Table 1 } interfaceDot11ApStatusRadio1Entry ::= SEQUENCE { interfaceDot11ApStatusRadio1Index INTEGER, interfaceDot11ApStatusRadio1Ssid DisplayString, interfaceDot11ApStatusRadio1Mac PhysAddress, interfaceDot11ApStatusRadio1Interface INTEGER, interfaceDot11ApStatusRadio1InterfaceUpTime TimeTicks, interfaceDot11ApStatusRadio1Channel DisplayString, interfaceDot11ApStatusRadio1TxPower INTEGER, interfaceDot11ApStatusRadio1StaAssociateNumber INTEGER, interfaceDot11ApStatusRadio1Dfs DisplayString } interfaceDot11ApStatusRadio1Index OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 ApStatus Radio1 Index" ::= { interfaceDot11ApStatusRadio1Entry 1 } interfaceDot11ApStatusRadio1Ssid OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 ApStatus Radio1 Ssid" ::= { interfaceDot11ApStatusRadio1Entry 2 } interfaceDot11ApStatusRadio1Mac OBJECT-TYPE SYNTAX PhysAddress ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 ApStatus Radio1 Mac Address" ::= { interfaceDot11ApStatusRadio1Entry 3 } interfaceDot11ApStatusRadio1Interface OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 ApStatus Radio1 Interface ReturnValue InterfaceStatus ---------------------------- 1 Up 2 Down" ::= { interfaceDot11ApStatusRadio1Entry 4 } interfaceDot11ApStatusRadio1InterfaceUpTime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 ApStatus Radio1 Interface Up Time (Reserved)" ::= { interfaceDot11ApStatusRadio1Entry 5 } interfaceDot11ApStatusRadio1Channel OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 ApStatus Radio1 Channel" ::= { interfaceDot11ApStatusRadio1Entry 6 } interfaceDot11ApStatusRadio1TxPower OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 ApStatus Radio1 TxPower" ::= { interfaceDot11ApStatusRadio1Entry 7 } interfaceDot11ApStatusRadio1StaAssociateNumber OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 ApStatus Radio1 Sta Associate Number" ::= { interfaceDot11ApStatusRadio1Entry 8 } interfaceDot11ApStatusRadio1Dfs OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 ApStatus Radio1 Dfs. Displayed: Detected channel/Remaining time(second) Example: 53/1200" ::= { interfaceDot11ApStatusRadio1Entry 9 } --============================================================================= -- Station Status MIB --============================================================================= -- MIB Definition: interfaceDot11StaStatusRadio0Entry interfaceDot11StaStatusRadio0Table OBJECT-TYPE SYNTAX SEQUENCE OF interfaceDot11StaStatusRadio0Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "The table of Station Status(Radio0) (Reserved)" ::= { interfaceDot11StaStatusRadio0 1 } interfaceDot11StaStatusRadio0Entry OBJECT-TYPE SYNTAX interfaceDot11StaStatusRadio0Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "Station Status Entry(Radio0) (Reserved)" INDEX { interfaceDot11StaStatusRadio0Index } ::= { interfaceDot11StaStatusRadio0Table 1 } interfaceDot11StaStatusRadio0Entry ::= SEQUENCE { interfaceDot11StaStatusRadio0Index INTEGER, interfaceDot11StaStatusRadio0Mac PhysAddress, interfaceDot11StaStatusRadio0IpAddress IpAddress, interfaceDot11StaStatusRadio0Ssid DisplayString, interfaceDot11StaStatusRadio0Channel DisplayString, interfaceDot11StaStatusRadio0Dot11Protocol DisplayString, interfaceDot11StaStatusRadio0Rssi INTEGER, interfaceDot11StaStatusRadio0Bandwidth INTEGER, interfaceDot11StaStatusRadio0AssociateCount Counter, interfaceDot11StaStatusRadio0TotalAssociatedTime TimeTicks, interfaceDot11StaStatusRadio0LatestAssociatedTime TimeTicks, interfaceDot11StaStatusRadio0DataRate DisplayString } interfaceDot11StaStatusRadio0Index OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 StationStatus Radio0 Index (Reserved)" ::= { interfaceDot11StaStatusRadio0Entry 1 } interfaceDot11StaStatusRadio0Mac OBJECT-TYPE SYNTAX PhysAddress ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 StationStatus Radio0 MAC Address (Reserved)" ::= { interfaceDot11StaStatusRadio0Entry 2 } interfaceDot11StaStatusRadio0IpAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Radio0 IpAddress (Reserved)" ::= { interfaceDot11StaStatusRadio0Entry 3 } interfaceDot11StaStatusRadio0Ssid OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Radio0 SSID (Reserved)" ::= { interfaceDot11StaStatusRadio0Entry 4 } interfaceDot11StaStatusRadio0Channel OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Status Radio0 Channel (Reserved)" ::= { interfaceDot11StaStatusRadio0Entry 5 } interfaceDot11StaStatusRadio0Dot11Protocol OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Status Radio0 Dot11 Protocol. Example: 11b (Reserved)" ::= { interfaceDot11StaStatusRadio0Entry 6 } interfaceDot11StaStatusRadio0Rssi OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Status Radio0 Rssi (Reserved)" ::= { interfaceDot11StaStatusRadio0Entry 7 } interfaceDot11StaStatusRadio0Bandwidth OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Status Radio0 Bandwidth ReturnValue Bandwidth (Reserved) ---------------------------- 1 HT20 2 HT40 3 VHT20 4 VHT40 5 VHT80 6 VHT160 7 VHT80+80" ::= { interfaceDot11StaStatusRadio0Entry 8 } interfaceDot11StaStatusRadio0AssociateCount OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Status Radio0 Associate Count. This is the number accumulated after power on. (Reserved)" ::= { interfaceDot11StaStatusRadio0Entry 9 } interfaceDot11StaStatusRadio0TotalAssociatedTime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Status Radio0 Total Associated Time. This is the number accumulated after power on. (Reserved)" ::= { interfaceDot11StaStatusRadio0Entry 10 } interfaceDot11StaStatusRadio0LatestAssociatedTime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Status Radio0 Latest Associated Time (Reserved)" ::= { interfaceDot11StaStatusRadio0Entry 11 } interfaceDot11StaStatusRadio0DataRate OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Status Radio0 DataRate (Reserved)" ::= { interfaceDot11StaStatusRadio0Entry 12 } -- MIB Definition: interfaceDot11StaStatusRadio1Entry interfaceDot11StaStatusRadio1Table OBJECT-TYPE SYNTAX SEQUENCE OF interfaceDot11StaStatusRadio1Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "The table of Station Status(Radio1) (Reserved)" ::= { interfaceDot11StaStatusRadio1 1 } interfaceDot11StaStatusRadio1Entry OBJECT-TYPE SYNTAX interfaceDot11StaStatusRadio1Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "Station Status Entry(Radio1) (Reserved)" INDEX { interfaceDot11StaStatusRadio1Index } ::= { interfaceDot11StaStatusRadio1Table 1 } interfaceDot11StaStatusRadio1Entry ::= SEQUENCE { interfaceDot11StaStatusRadio1Index INTEGER, interfaceDot11StaStatusRadio1Mac PhysAddress, interfaceDot11StaStatusRadio1IpAddress IpAddress, interfaceDot11StaStatusRadio1Ssid DisplayString, interfaceDot11StaStatusRadio1Channel DisplayString, interfaceDot11StaStatusRadio1Dot11Protocol DisplayString, interfaceDot11StaStatusRadio1Rssi INTEGER, interfaceDot11StaStatusRadio1Bandwidth INTEGER, interfaceDot11StaStatusRadio1AssociateCount Counter, interfaceDot11StaStatusRadio1TotalAssociatedTime TimeTicks, interfaceDot11StaStatusRadio1LatestAssociatedTime TimeTicks, interfaceDot11StaStatusRadio1DataRate DisplayString } interfaceDot11StaStatusRadio1Index OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 StationStatus Radio1 Index (Reserved)" ::= { interfaceDot11StaStatusRadio1Entry 1 } interfaceDot11StaStatusRadio1Mac OBJECT-TYPE SYNTAX PhysAddress ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 StationStatus Radio1 MAC Address (Reserved)" ::= { interfaceDot11StaStatusRadio1Entry 2 } interfaceDot11StaStatusRadio1IpAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Radio1 IpAddress (Reserved)" ::= { interfaceDot11StaStatusRadio1Entry 3 } interfaceDot11StaStatusRadio1Ssid OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Radio1 SSID (Reserved)" ::= { interfaceDot11StaStatusRadio1Entry 4 } interfaceDot11StaStatusRadio1Channel OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Status Radio1 Channel (Reserved)" ::= { interfaceDot11StaStatusRadio1Entry 5 } interfaceDot11StaStatusRadio1Dot11Protocol OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Status Radio1 Dot11 Protocol. Example: 11b (Reserved)" ::= { interfaceDot11StaStatusRadio1Entry 6 } interfaceDot11StaStatusRadio1Rssi OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Status Radio1 Rssi (Reserved)" ::= { interfaceDot11StaStatusRadio1Entry 7 } interfaceDot11StaStatusRadio1Bandwidth OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Status Radio1 Bandwidth ReturnValue Bandwidth (Reserved) ---------------------------- 1 HT20 2 HT40 3 VHT20 4 VHT40 5 VHT80 6 VHT160 7 VHT80+80" ::= { interfaceDot11StaStatusRadio1Entry 8 } interfaceDot11StaStatusRadio1AssociateCount OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Status Radio1 Associate Count. This is the number accumulated after power on. (Reserved)" ::= { interfaceDot11StaStatusRadio1Entry 9 } interfaceDot11StaStatusRadio1TotalAssociatedTime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Status Radio1 Total Associated Time. This is the number accumulated after power on. (Reserved)" ::= { interfaceDot11StaStatusRadio1Entry 10 } interfaceDot11StaStatusRadio1LatestAssociatedTime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Status Radio1 Latest Associated Time (Reserved)" ::= { interfaceDot11StaStatusRadio1Entry 11 } interfaceDot11StaStatusRadio1DataRate OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Status Radio1 DataRate (Reserved)" ::= { interfaceDot11StaStatusRadio1Entry 12 } --============================================================================= -- Station Statistics MIB --============================================================================= -- MIB Definition: interfaceDot11StaStatisticsRadio0Entry interfaceDot11StaStatisticsRadio0Table OBJECT-TYPE SYNTAX SEQUENCE OF interfaceDot11StaStatisticsRadio0Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "The table of Station Statistics(Radio0) (Reserved)" ::= { interfaceDot11StaStatisticsRadio0 1 } interfaceDot11StaStatisticsRadio0Entry OBJECT-TYPE SYNTAX interfaceDot11StaStatisticsRadio0Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "Station Statistics Entry(Radio0) (Reserved)" INDEX { interfaceDot11StaStatisticsRadio0Index } ::= { interfaceDot11StaStatisticsRadio0Table 1 } interfaceDot11StaStatisticsRadio0Entry ::= SEQUENCE { interfaceDot11StaStatisticsRadio0Index INTEGER, interfaceDot11StaStatisticsRadio0Mac PhysAddress, interfaceDot11StaStatisticsRadio0IpAddress IpAddress, interfaceDot11StaStatisticsRadio0Ssid DisplayString, interfaceDot11StaStatisticsRadio0Channel DisplayString, interfaceDot11StaStatisticsRadio0Dot11Protocol DisplayString, interfaceDot11StaStatisticsRadio0Rssi INTEGER, interfaceDot11StaStatisticsRadio0Bandwidth INTEGER, interfaceDot11StaStatisticsRadio0UpTime TimeTicks, interfaceDot11StaStatisticsRadio0DataRate DisplayString, interfaceDot11StaStatisticsRadio0TxUniCast Counter, interfaceDot11StaStatisticsRadio0TxBroadCast Counter, interfaceDot11StaStatisticsRadio0TxMultiCast Counter, interfaceDot11StaStatisticsRadio0RxUniCast Counter, interfaceDot11StaStatisticsRadio0RxBroadCast Counter, interfaceDot11StaStatisticsRadio0RxMultiCast Counter, interfaceDot11StaStatisticsRadio0TxDrop Counter, interfaceDot11StaStatisticsRadio0RxDrop Counter } interfaceDot11StaStatisticsRadio0Index OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio0 Index (Reserved)" ::= { interfaceDot11StaStatisticsRadio0Entry 1 } interfaceDot11StaStatisticsRadio0Mac OBJECT-TYPE SYNTAX PhysAddress ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio0 Mac Address (Reserved)" ::= { interfaceDot11StaStatisticsRadio0Entry 2 } interfaceDot11StaStatisticsRadio0IpAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio0 IpAddress (Reserved)" ::= { interfaceDot11StaStatisticsRadio0Entry 3 } interfaceDot11StaStatisticsRadio0Ssid OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio0 SSID (Reserved)" ::= { interfaceDot11StaStatisticsRadio0Entry 4 } interfaceDot11StaStatisticsRadio0Channel OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio0 Channel (Reserved)" ::= { interfaceDot11StaStatisticsRadio0Entry 5 } interfaceDot11StaStatisticsRadio0Dot11Protocol OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio0 Dot11 Protocol. Example: 11b (Reserved)" ::= { interfaceDot11StaStatisticsRadio0Entry 6 } interfaceDot11StaStatisticsRadio0Rssi OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio0 Rssi (Reserved)" ::= { interfaceDot11StaStatisticsRadio0Entry 7 } interfaceDot11StaStatisticsRadio0Bandwidth OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio0 Bandwidth ReturnValue Bandwidth (Reserved) ---------------------------- 1 HT20 2 HT40 3 VHT20 4 VHT40 5 VHT80 6 VHT160 7 VHT80+80" ::= { interfaceDot11StaStatisticsRadio0Entry 8 } interfaceDot11StaStatisticsRadio0UpTime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio0 Latest Associated Time (Reserved)" ::= { interfaceDot11StaStatisticsRadio0Entry 9 } interfaceDot11StaStatisticsRadio0DataRate OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio0 DataRate (Reserved)" ::= { interfaceDot11StaStatisticsRadio0Entry 10 } interfaceDot11StaStatisticsRadio0TxUniCast OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio0 Tx UniCast Count (Reserved)" ::= { interfaceDot11StaStatisticsRadio0Entry 11 } interfaceDot11StaStatisticsRadio0TxBroadCast OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio0 Tx BroadCast Count (Reserved)" ::= { interfaceDot11StaStatisticsRadio0Entry 12 } interfaceDot11StaStatisticsRadio0TxMultiCast OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio0 Tx MultiCast Count (Reserved)" ::= { interfaceDot11StaStatisticsRadio0Entry 13 } interfaceDot11StaStatisticsRadio0RxUniCast OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio0 Rx UniCast Count (Reserved)" ::= { interfaceDot11StaStatisticsRadio0Entry 14 } interfaceDot11StaStatisticsRadio0RxBroadCast OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio0 Rx BroadCast Count (Reserved)" ::= { interfaceDot11StaStatisticsRadio0Entry 15 } interfaceDot11StaStatisticsRadio0RxMultiCast OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio0 Rx MultiCast Count (Reserved)" ::= { interfaceDot11StaStatisticsRadio0Entry 16 } interfaceDot11StaStatisticsRadio0TxDrop OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio0 Tx Drop Count (Reserved)" ::= { interfaceDot11StaStatisticsRadio0Entry 17 } interfaceDot11StaStatisticsRadio0RxDrop OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio0 Rx Drop Count (Reserved)" ::= { interfaceDot11StaStatisticsRadio0Entry 18 } -- MIB Definition: interfaceDot11StaStatisticsRadio1Entry interfaceDot11StaStatisticsRadio1Table OBJECT-TYPE SYNTAX SEQUENCE OF interfaceDot11StaStatisticsRadio1Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "The table of Station Statistics(Radio1) (Reserved)" ::= { interfaceDot11StaStatisticsRadio1 1 } interfaceDot11StaStatisticsRadio1Entry OBJECT-TYPE SYNTAX interfaceDot11StaStatisticsRadio1Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "Station Statistics Entry(Radio1) (Reserved)" INDEX { interfaceDot11StaStatisticsRadio1Index } ::= { interfaceDot11StaStatisticsRadio1Table 1 } interfaceDot11StaStatisticsRadio1Entry ::= SEQUENCE { interfaceDot11StaStatisticsRadio1Index INTEGER, interfaceDot11StaStatisticsRadio1Mac PhysAddress, interfaceDot11StaStatisticsRadio1IpAddress IpAddress, interfaceDot11StaStatisticsRadio1Ssid DisplayString, interfaceDot11StaStatisticsRadio1Channel DisplayString, interfaceDot11StaStatisticsRadio1Dot11Protocol DisplayString, interfaceDot11StaStatisticsRadio1Rssi INTEGER, interfaceDot11StaStatisticsRadio1Bandwidth INTEGER, interfaceDot11StaStatisticsRadio1UpTime TimeTicks, interfaceDot11StaStatisticsRadio1DataRate DisplayString, interfaceDot11StaStatisticsRadio1TxUniCast Counter, interfaceDot11StaStatisticsRadio1TxBroadCast Counter, interfaceDot11StaStatisticsRadio1TxMultiCast Counter, interfaceDot11StaStatisticsRadio1RxUniCast Counter, interfaceDot11StaStatisticsRadio1RxBroadCast Counter, interfaceDot11StaStatisticsRadio1RxMultiCast Counter, interfaceDot11StaStatisticsRadio1TxDrop Counter, interfaceDot11StaStatisticsRadio1RxDrop Counter } interfaceDot11StaStatisticsRadio1Index OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio1 Index (Reserved)" ::= { interfaceDot11StaStatisticsRadio1Entry 1 } interfaceDot11StaStatisticsRadio1Mac OBJECT-TYPE SYNTAX PhysAddress ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio1 Mac Address (Reserved)" ::= { interfaceDot11StaStatisticsRadio1Entry 2 } interfaceDot11StaStatisticsRadio1IpAddress OBJECT-TYPE SYNTAX IpAddress ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio1 IpAddress (Reserved)" ::= { interfaceDot11StaStatisticsRadio1Entry 3 } interfaceDot11StaStatisticsRadio1Ssid OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio1 SSID (Reserved)" ::= { interfaceDot11StaStatisticsRadio1Entry 4 } interfaceDot11StaStatisticsRadio1Channel OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio1 Channel (Reserved)" ::= { interfaceDot11StaStatisticsRadio1Entry 5 } interfaceDot11StaStatisticsRadio1Dot11Protocol OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio1 Dot11 Protocol. Example: 11b (Reserved)" ::= { interfaceDot11StaStatisticsRadio1Entry 6 } interfaceDot11StaStatisticsRadio1Rssi OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio1 Rssi (Reserved)" ::= { interfaceDot11StaStatisticsRadio1Entry 7 } interfaceDot11StaStatisticsRadio1Bandwidth OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio1 Bandwidth ReturnValue Bandwidth (Reserved) ---------------------------- 1 HT20 2 HT40 3 VHT20 4 VHT40 5 VHT80 6 VHT160 7 VHT80+80" ::= { interfaceDot11StaStatisticsRadio1Entry 8 } interfaceDot11StaStatisticsRadio1UpTime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio1 Latest Associated Time (Reserved)" ::= { interfaceDot11StaStatisticsRadio1Entry 9 } interfaceDot11StaStatisticsRadio1DataRate OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio1 DataRate (Reserved)" ::= { interfaceDot11StaStatisticsRadio1Entry 10 } interfaceDot11StaStatisticsRadio1TxUniCast OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio1 Tx UniCast Count (Reserved)" ::= { interfaceDot11StaStatisticsRadio1Entry 11 } interfaceDot11StaStatisticsRadio1TxBroadCast OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio1 Tx BroadCast Count (Reserved)" ::= { interfaceDot11StaStatisticsRadio1Entry 12 } interfaceDot11StaStatisticsRadio1TxMultiCast OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio1 Tx MultiCast Count (Reserved)" ::= { interfaceDot11StaStatisticsRadio1Entry 13 } interfaceDot11StaStatisticsRadio1RxUniCast OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio1 Rx UniCast Count (Reserved)" ::= { interfaceDot11StaStatisticsRadio1Entry 14 } interfaceDot11StaStatisticsRadio1RxBroadCast OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio1 Rx BroadCast Count (Reserved)" ::= { interfaceDot11StaStatisticsRadio1Entry 15 } interfaceDot11StaStatisticsRadio1RxMultiCast OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio1 Rx MultiCast Count (Reserved)" ::= { interfaceDot11StaStatisticsRadio1Entry 16 } interfaceDot11StaStatisticsRadio1TxDrop OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio1 Tx Drop Count (Reserved)" ::= { interfaceDot11StaStatisticsRadio1Entry 17 } interfaceDot11StaStatisticsRadio1RxDrop OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Statistics Radio1 Rx Drop Count (Reserved)" ::= { interfaceDot11StaStatisticsRadio1Entry 18 } --============================================================================= -- Access Point Scan MIB --============================================================================= -- MIB Definition: interfaceDot11ApScanRadio0Entry interfaceDot11ApScanRadio0Table OBJECT-TYPE SYNTAX SEQUENCE OF interfaceDot11ApScanRadio0Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "The table of Access Point Scan(Radio0)" ::= { interfaceDot11ApScanRadio0 1 } interfaceDot11ApScanRadio0Entry OBJECT-TYPE SYNTAX interfaceDot11ApScanRadio0Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "Access Point Scan Entry(Radio0)" INDEX { interfaceDot11ApScanRadio0Index } ::= { interfaceDot11ApScanRadio0Table 1 } interfaceDot11ApScanRadio0Entry ::= SEQUENCE { interfaceDot11ApScanRadio0Index INTEGER, interfaceDot11ApScanRadio0Ssid DisplayString, interfaceDot11ApScanRadio0Bssid PhysAddress, interfaceDot11ApScanRadio0Channel DisplayString, interfaceDot11ApScanRadio0Dot11Protocol DisplayString, interfaceDot11ApScanRadio0Rssi INTEGER, interfaceDot11ApScanRadio0Snr INTEGER, interfaceDot11ApScanRadio0DetectTime DisplayString } interfaceDot11ApScanRadio0Index OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Ap Scan Radio0 Index" ::= { interfaceDot11ApScanRadio0Entry 1 } interfaceDot11ApScanRadio0Ssid OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Ap Scan Radio0 Ssid" ::= { interfaceDot11ApScanRadio0Entry 2 } interfaceDot11ApScanRadio0Bssid OBJECT-TYPE SYNTAX PhysAddress ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Ap Scan Radio0 Bssid" ::= { interfaceDot11ApScanRadio0Entry 3 } interfaceDot11ApScanRadio0Channel OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Ap Scan Radio0 Channel" ::= { interfaceDot11ApScanRadio0Entry 4 } interfaceDot11ApScanRadio0Dot11Protocol OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Ap Scan Radio0 Dot11 Protocol. Example: 11b (Reserved)" ::= { interfaceDot11ApScanRadio0Entry 5 } interfaceDot11ApScanRadio0Rssi OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Ap Scan Radio0 Rssi" ::= { interfaceDot11ApScanRadio0Entry 6 } interfaceDot11ApScanRadio0Snr OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Ap Scan Radio0 Snr" ::= { interfaceDot11ApScanRadio0Entry 7 } interfaceDot11ApScanRadio0DetectTime OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Ap Scan Radio0 DetectTime" ::= { interfaceDot11ApScanRadio0Entry 8 } -- MIB Definition: interfaceDot11ApScanRadio1Entry interfaceDot11ApScanRadio1Table OBJECT-TYPE SYNTAX SEQUENCE OF interfaceDot11ApScanRadio1Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "The table of Access Point Scan(Radio1)" ::= { interfaceDot11ApScanRadio1 1 } interfaceDot11ApScanRadio1Entry OBJECT-TYPE SYNTAX interfaceDot11ApScanRadio1Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "Access Point Scan Entry(Radio1)" INDEX { interfaceDot11ApScanRadio1Index } ::= { interfaceDot11ApScanRadio1Table 1 } interfaceDot11ApScanRadio1Entry ::= SEQUENCE { interfaceDot11ApScanRadio1Index INTEGER, interfaceDot11ApScanRadio1Ssid DisplayString, interfaceDot11ApScanRadio1Bssid PhysAddress, interfaceDot11ApScanRadio1Channel DisplayString, interfaceDot11ApScanRadio1Dot11Protocol DisplayString, interfaceDot11ApScanRadio1Rssi INTEGER, interfaceDot11ApScanRadio1Snr INTEGER, interfaceDot11ApScanRadio1DetectTime DisplayString } interfaceDot11ApScanRadio1Index OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Ap Scan Radio1 Index" ::= { interfaceDot11ApScanRadio1Entry 1 } interfaceDot11ApScanRadio1Ssid OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Ap Scan Radio1 Ssid" ::= { interfaceDot11ApScanRadio1Entry 2 } interfaceDot11ApScanRadio1Bssid OBJECT-TYPE SYNTAX PhysAddress ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Ap Scan Radio1 Bssid" ::= { interfaceDot11ApScanRadio1Entry 3 } interfaceDot11ApScanRadio1Channel OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Ap Scan Radio1 Channel" ::= { interfaceDot11ApScanRadio1Entry 4 } interfaceDot11ApScanRadio1Dot11Protocol OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Ap Scan Radio1 Dot11 Protocol. Example: 11b (Reserved)" ::= { interfaceDot11ApScanRadio1Entry 5 } interfaceDot11ApScanRadio1Rssi OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Ap Scan Radio1 Rssi" ::= { interfaceDot11ApScanRadio1Entry 6 } interfaceDot11ApScanRadio1Snr OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Ap Scan Radio1 Snr" ::= { interfaceDot11ApScanRadio1Entry 7 } interfaceDot11ApScanRadio1DetectTime OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Ap Scan Radio1 DetectTime" ::= { interfaceDot11ApScanRadio1Entry 8 } --============================================================================= -- Station Scan MIB --============================================================================= -- MIB Definition: interfaceDot11StaScanRadio0Entry interfaceDot11StaScanRadio0Table OBJECT-TYPE SYNTAX SEQUENCE OF interfaceDot11StaScanRadio0Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "The table of Station Scan(Radio0) (Reserved)" ::= { interfaceDot11StaScanRadio0 1 } interfaceDot11StaScanRadio0Entry OBJECT-TYPE SYNTAX interfaceDot11StaScanRadio0Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "Station Scan Entry(Radio0) (Reserved)" INDEX { interfaceDot11StaScanRadio0Index } ::= { interfaceDot11StaScanRadio0Table 1 } interfaceDot11StaScanRadio0Entry ::= SEQUENCE { interfaceDot11StaScanRadio0Index INTEGER, interfaceDot11StaScanRadio0Ssid DisplayString, interfaceDot11StaScanRadio0Bssid PhysAddress, interfaceDot11StaScanRadio0Channel DisplayString, interfaceDot11StaScanRadio0Dot11Protocol DisplayString, interfaceDot11StaScanRadio0Rssi INTEGER, interfaceDot11StaScanRadio0Snr INTEGER, interfaceDot11StaScanRadio0DetectTime DisplayString } interfaceDot11StaScanRadio0Index OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Scan Radio0 Index (Reserved)" ::= { interfaceDot11StaScanRadio0Entry 1 } interfaceDot11StaScanRadio0Ssid OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Scan Radio0 Ssid (Reserved)" ::= { interfaceDot11StaScanRadio0Entry 2 } interfaceDot11StaScanRadio0Bssid OBJECT-TYPE SYNTAX PhysAddress ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Scan Radio0 Bssid (Reserved)" ::= { interfaceDot11StaScanRadio0Entry 3 } interfaceDot11StaScanRadio0Channel OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Scan Radio0 Channel (Reserved)" ::= { interfaceDot11StaScanRadio0Entry 4 } interfaceDot11StaScanRadio0Dot11Protocol OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Scan Radio0 Dot11 Protocol. Example: 11b (Reserved)" ::= { interfaceDot11StaScanRadio0Entry 5 } interfaceDot11StaScanRadio0Rssi OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Scan Radio0 Rssi (Reserved)" ::= { interfaceDot11StaScanRadio0Entry 6 } interfaceDot11StaScanRadio0Snr OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Scan Radio0 Snr (Reserved)" ::= { interfaceDot11StaScanRadio0Entry 7 } interfaceDot11StaScanRadio0DetectTime OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Ap Scan Radio0 DetectTime (Reserved)" ::= { interfaceDot11StaScanRadio0Entry 8 } -- MIB Definition: interfaceDot11StaScanRadio1Entry interfaceDot11StaScanRadio1Table OBJECT-TYPE SYNTAX SEQUENCE OF interfaceDot11StaScanRadio1Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "The table of Station Scan(Radio1) (Reserved)" ::= { interfaceDot11StaScanRadio1 1 } interfaceDot11StaScanRadio1Entry OBJECT-TYPE SYNTAX interfaceDot11StaScanRadio1Entry ACCESS not-accessible STATUS mandatory DESCRIPTION "Station Scan Entry(Radio1) (Reserved)" INDEX { interfaceDot11StaScanRadio1Index } ::= { interfaceDot11StaScanRadio1Table 1 } interfaceDot11StaScanRadio1Entry ::= SEQUENCE { interfaceDot11StaScanRadio1Index INTEGER, interfaceDot11StaScanRadio1Ssid DisplayString, interfaceDot11StaScanRadio1Bssid PhysAddress, interfaceDot11StaScanRadio1Channel DisplayString, interfaceDot11StaScanRadio1Dot11Protocol DisplayString, interfaceDot11StaScanRadio1Rssi INTEGER, interfaceDot11StaScanRadio1Snr INTEGER, interfaceDot11StaScanRadio1DetectTime DisplayString } interfaceDot11StaScanRadio1Index OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Scan Radio1 Index (Reserved)" ::= { interfaceDot11StaScanRadio1Entry 1 } interfaceDot11StaScanRadio1Ssid OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Scan Radio1 Ssid (Reserved)" ::= { interfaceDot11StaScanRadio1Entry 2 } interfaceDot11StaScanRadio1Bssid OBJECT-TYPE SYNTAX PhysAddress ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Scan Radio1 Bssid (Reserved)" ::= { interfaceDot11StaScanRadio1Entry 3 } interfaceDot11StaScanRadio1Channel OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Scan Radio1 Channel (Reserved)" ::= { interfaceDot11StaScanRadio1Entry 4 } interfaceDot11StaScanRadio1Dot11Protocol OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Scan Radio1 Dot11 Protocol. Example: 11b (Reserved)" ::= { interfaceDot11StaScanRadio1Entry 5 } interfaceDot11StaScanRadio1Rssi OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Scan Radio1 Rssi (Reserved)" ::= { interfaceDot11StaScanRadio1Entry 6 } interfaceDot11StaScanRadio1Snr OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Scan Radio1 Snr (Reserved)" ::= { interfaceDot11StaScanRadio1Entry 7 } interfaceDot11StaScanRadio1DetectTime OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Ap Scan Radio1 DetectTime (Reserved)" ::= { interfaceDot11StaScanRadio1Entry 8 } --============================================================================= -- Station Associate Trap MIB --============================================================================= -- MIB Definition: interfaceDot11StaAssociate Trap interfaceDot11StaAssociateSsid OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Associate SSID (Reserved)" ::= { interfaceDot11StaAssociate 1 } interfaceDot11StaAssociateMac OBJECT-TYPE SYNTAX PhysAddress ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Associate MAC Address (Reserved)" ::= { interfaceDot11StaAssociate 2 } interfaceDot11StaAssociateInterface OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Associate Interface (Reserved)" ::= { interfaceDot11StaAssociate 3 } interfaceDot11StaAssociateChannel OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Associate Channel (Reserved)" ::= { interfaceDot11StaAssociate 4 } interfaceDot11StaAssociateSecurity OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Associate Security ReturnValue Security (Reserved) ---------------------------- 1 none 2 WEP 3 WPA-PSK(TKIP) 4 WPA-PSK(AES) 5 WPA2-PSK(TKIP) 6 WPA2-PSK(AES) 7 WPA/WPA2-PSK(TKIP) 8 WPA/WPA2-PSK(AES) 9 802.1x(EAP)" ::= { interfaceDot11StaAssociate 5 } interfaceDot11StaAssociateRssi OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Associate Rssi (Reserved)" ::= { interfaceDot11StaAssociate 6 } interfaceDot11StaAssociateDetectTime OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Associate Detect Time (Reserved)" ::= { interfaceDot11StaAssociate 7 } --============================================================================= -- Station Disassociate Trap MIB --============================================================================= -- MIB Definition: interfaceDot11StaDisassociate Trap interfaceDot11StaDisassociateSsid OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Disassociate Ssid (Reserved)" ::= { interfaceDot11StaDisassociate 1 } interfaceDot11StaDisassociateMac OBJECT-TYPE SYNTAX PhysAddress ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Disassociate MAC Address (Reserved)" ::= { interfaceDot11StaDisassociate 2 } interfaceDot11StaDisassociateInterface OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Disassociate Interface (Reserved)" ::= { interfaceDot11StaDisassociate 3 } interfaceDot11StaDisassociateUpTime OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Disassociate Up Time (Reserved)" ::= { interfaceDot11StaDisassociate 4 } interfaceDot11StaDisassociateReason OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Disassociate Reason ReturnValue Reason (Reserved) ---------------------------- 1 other (Reason besides the following) 2 DeauthFmSta (Deauthentication from Station) 3 DeauthFmAp (Deauthentication from AP) 4 DiassocFmSta (Disassociation from Station) 5 DiassocFmAp (Disassociation from AP) 6 InactiveTimeout 7 Roaming" ::= { interfaceDot11StaDisassociate 5 } interfaceDot11StaDisassociateReasonCode OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Disassociate Reason Code(IEEE802.11) (Reserved)" ::= { interfaceDot11StaDisassociate 6 } interfaceDot11StaDisassociateDetectTime OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Associate Detect Time (Reserved)" ::= { interfaceDot11StaDisassociate 7 } --============================================================================= -- Station Association Fail Trap MIB --============================================================================= -- MIB Definition: interfaceDot11StaAssociationFail Trap interfaceDot11StaAssociationFailSsid OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Association Fail Ssid" ::= { interfaceDot11StaAssociationFail 1 } interfaceDot11StaAssociationFailMac OBJECT-TYPE SYNTAX PhysAddress ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Association Fail MAC Address" ::= { interfaceDot11StaAssociationFail 2 } interfaceDot11StaAssociationFailInterface OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Association Fail Interface" ::= { interfaceDot11StaAssociationFail 3 } interfaceDot11StaAssociationFailReason OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Association Fail Reason ReturnValue Fail Reason ---------------------------- 1 OtherFail (Reason besides the following) 2 FilterBlock 3 802dot1xAuthFail 4 PskAuthFail 5 MaxConnection (Connection number restriction) 6 WepKeyFail" ::= { interfaceDot11StaAssociationFail 4 } interfaceDot11StaAssociationFailTime OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Station Associate Fail Time" ::= { interfaceDot11StaAssociationFail 5 } --============================================================================= -- DFS Trap MIB --============================================================================= -- MIB Definition: interfaceDot11DfsStatus Trap interfaceDot11DfsStatusSsid OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Dfs Status Ssid" ::= { interfaceDot11DfsStatus 1 } interfaceDot11DfsStatusMac OBJECT-TYPE SYNTAX PhysAddress ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Dfs Status MAC Address" ::= { interfaceDot11DfsStatus 2 } interfaceDot11DfsStatusInterface OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Dfs Status Interface" ::= { interfaceDot11DfsStatus 3 } interfaceDot11DfsStatusSourceChannel OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Dfs Source Channel" ::= { interfaceDot11DfsStatus 4 } interfaceDot11DfsStatusDestinationChannel OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Dfs Destination Channel" ::= { interfaceDot11DfsStatus 5 } interfaceDot11DfsStatusDetectTime OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Dfs DetectTime" ::= { interfaceDot11DfsStatus 6 } --============================================================================= -- TPC Trap MIB --============================================================================= -- MIB Definition: interfaceDot11TpcStatus Trap interfaceDot11TpcStatusSsid OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Tpc Status Ssid (Reserved)" ::= { interfaceDot11TpcStatus 1 } interfaceDot11TpcStatusMac OBJECT-TYPE SYNTAX PhysAddress ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Tpc Status MAC Address (Reserved)" ::= { interfaceDot11TpcStatus 2 } interfaceDot11TpcStatusInterface OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Tpc Status Interface (Reserved)" ::= { interfaceDot11TpcStatus 3 } interfaceDot11TpcStatusChannel OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Tpc Status Channel (Reserved)" ::= { interfaceDot11TpcStatus 4 } interfaceDot11TpcStatusSourceTxPower OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Tpc Status Source Tx Power (Reserved)" ::= { interfaceDot11TpcStatus 5 } interfaceDot11TpcStatusDestinationTxPower OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Tpc Status Destination Tx Power (Reserved)" ::= { interfaceDot11TpcStatus 6 } interfaceDot11TpcStatusDetectTime OBJECT-TYPE SYNTAX DisplayString ACCESS read-only STATUS mandatory DESCRIPTION "NA Series Interface Dot11 Dfs DetectTime (Reserved)" ::= { interfaceDot11TpcStatus 7 } --============================================================================= -- TRAP Definition --============================================================================= interfaceDot11StaAssociation TRAP-TYPE ENTERPRISE interfaceDot11 VARIABLES { interfaceDot11StaAssociateSsid, interfaceDot11StaAssociateMac, interfaceDot11StaAssociateInterface, interfaceDot11StaAssociateChannel, interfaceDot11StaAssociateSecurity, interfaceDot11StaAssociateRssi, interfaceDot11StaAssociateDetectTime } DESCRIPTION "This notification is station associate (Reserved)" ::= 1 interfaceDot11StaDisassociation TRAP-TYPE ENTERPRISE interfaceDot11 VARIABLES { interfaceDot11StaDisassociateSsid, interfaceDot11StaDisassociateMac, interfaceDot11StaDisassociateInterface, interfaceDot11StaDisassociateUpTime, interfaceDot11StaDisassociateReason, interfaceDot11StaDisassociateReasonCode, interfaceDot11StaDisassociate } DESCRIPTION "This notification is station disassociate (Reserved)" ::= 2 interfaceDot11StaAssociationFailure TRAP-TYPE ENTERPRISE interfaceDot11 VARIABLES { interfaceDot11StaAssociationFailSsid, interfaceDot11StaAssociationFailMac, interfaceDot11StaAssociationFailInterface, interfaceDot11StaAssociationFailReason, interfaceDot11StaAssociationFailTime } DESCRIPTION "This notification is station associate fail" ::= 3 interfaceDot11Dfs TRAP-TYPE ENTERPRISE interfaceDot11 VARIABLES { interfaceDot11DfsStatusSsid, interfaceDot11DfsStatusMac, interfaceDot11DfsStatusInterface, interfaceDot11DfsStatusSourceChannel, interfaceDot11DfsStatusDestinationChannel, interfaceDot11DfsStatusDetectTime } DESCRIPTION "This notification is DFS status" ::= 4 interfaceDot11Tpc TRAP-TYPE ENTERPRISE interfaceDot11 VARIABLES { interfaceDot11TpcStatusSsid, interfaceDot11TpcStatusMac, interfaceDot11TpcStatusInterface, interfaceDot11TpcStatusChannel, interfaceDot11TpcStatusSourceTxPower, interfaceDot11TpcStatusDestinationTxPower, interfaceDot11TpcStatusDetectTime } DESCRIPTION "This notification is TPC status (Reserved)" ::= 5 --============================================================================= -- MIB Definition End --============================================================================= END