stellar-wireless-snmp
Dies ist eine alte Version des Dokuments!
Inhaltsverzeichnis
Überwachung von Stellar Wireless Access Points per SNMP
Bisher nur meine Notizen, kein fertiger Artikel. -benny 08.03.2019
- SNMP auf Stellar Wireless Access Points ist read-only
- Ja, das ist Absicht! :)
Standard MIBs
mbp:ALE-MIB-1.0.2 BennyE$ snmptranslate -m ALL -M +. -Tp
...
| +--alcatel(6486)
| | +--alcatelNGOAWBaseMIB(802)
| | +--alcatelNGOAWManagement(1)
| | +--managementNGOAWHardware(1)
| | | +--hardwareNGOAWEntities(1)
| | | +--hardwareNGOAWDevices(2)
| | | +--alcatelNGOAWDevicesMIB(1)
| | | +--familyNGOAWWirelessSwitch(1)
| | | +--familyNGOAWWirelessAP(2)
| | | +--deviceNGOAWAp1101(1)
| | | +--deviceNGOAWAp1221(2)
| | | +--deviceNGOAWAp1222(3)
| | | +--deviceNGOAWAp1231(4)
| | | +--deviceNGOAWAp1232(5)
| | | +--deviceNGOAWAp1251(6)
| | | +--deviceNGOAWAp1251D(7)
| | | +--deviceNGOAWAp1201H(8)
| | | +--deviceNGOAWAp1201(9)
| | |
| | +--managementNGOAWSoftware(2)
| | | +--softwareNGOAWEntities(1)
| | | +--softwareNGOAWServices(2)
| | |
| | +--managementNGOAWAgentCapabilities(4)
| |
...
Modifizierte Benny MIBs
TODO: Korrektur für Merge vorschlagen :)
mbp:ALE-MIB-1.0.2-benny-edition BennyE$ snmptranslate -m ALL -M +. -Tp > full-tree.txt
....
| +--alcatel(6486)
| | +--alcatelNGOAWBaseMIB(802)
| | +--alcatelNGOAWManagement(1)
| | +--managementNGOAWHardware(1)
| | | +--hardwareNGOAWEntities(1)
| | | +--hardwareNGOAWDevices(2)
| | | +--alcatelNGOAWDevicesMIB(1)
| | | +--familyNGOAWWirelessSwitch(1)
| | | +--familyNGOAWWirelessAP(2)
| | | +--deviceNGOAWAp1101(1)
| | | | |
| | | | +--apInfo(1)
| | | | |
| | | | +--apBaseInfo(1)
| | | | | |
| | | | | +-- -R-- String apMacAddress(1)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apSysName(2)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- NetAddr apIPAddress(3)
| | | | | +-- -R-- String apGroupName(4)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apModel(5)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apSerial(6)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apMemoryUtilization(7)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apCpuUtilization(8)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- Integer32 apSysUpTime(9)
| | | | |
| | | | +--apRadioInfo(2)
| | | | | |
| | | | | +--apRadioInfoTable(1)
| | | | | |
| | | | | +--ApRadioInfoEntry(1)
| | | | | | Index: apRadioIndex
| | | | | |
| | | | | +-- ---- Integer32 apRadioIndex(1)
| | | | | | Range: 1..20
| | | | | +-- -R-- String apRadioMacAddress(2)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- INTEGER apRadioBand(3)
| | | | | +-- -R-- INTEGER apRadioChannel(4)
| | | | | +-- -R-- INTEGER apRadioTxpower(5)
| | | | | +-- -R-- INTEGER apRadioUtilization(6)
| | | | | +-- -R-- Counter64 apRadioTxTotalFrames(7)
| | | | | +-- -R-- Counter64 apRadioTxManagementFrames(8)
| | | | | +-- -R-- Counter64 apRadioTxDataFrames(9)
| | | | | +-- -R-- Counter64 apRadioTxBytes(10)
| | | | | +-- -R-- Counter64 apRadioTxDrops(11)
| | | | | +-- -R-- Counter64 apRadioRxTotalFrames(12)
| | | | | +-- -R-- Counter64 apRadioRxManagementFrames(13)
| | | | | +-- -R-- Counter64 apRadioRxDataFrames(14)
| | | | | +-- -R-- Counter64 apRadioRxBytes(15)
| | | | | +-- -R-- Counter64 apRadioRxBadFrames(16)
| | | | |
| | | | +--apWlanInfo(3)
| | | | | |
| | | | | +--apWlanInfoTable(1)
| | | | | |
| | | | | +--ApWlanInfoEntry(1)
| | | | | | Index: apWlanIndex
| | | | | |
| | | | | +-- ---- Integer32 apWlanIndex(1)
| | | | | | Range: 1..20
| | | | | +-- -R-- String apWlanEssid(2)
| | | | | +-- -R-- String apWlanMacAddress(3)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- Counter64 apWlanTxTotalFrames(4)
| | | | | +-- -R-- Counter64 apWlanTxBytes(5)
| | | | | +-- -R-- Counter64 apWlanRxTotalFrames(6)
| | | | | +-- -R-- Counter64 apWlanRxBytes(7)
| | | | |
| | | | +--apClientInfo(4)
| | | | |
| | | | +--apClientInfoTable(1)
| | | | |
| | | | +--ApClientInfoEntry(1)
| | | | | Index: apClientIndex
| | | | |
| | | | +-- ---- Integer32 apClientIndex(1)
| | | | | Range: 1..20
| | | | +-- -R-- String apClientMacAddress(2)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- NetAddr apClientIPAddress(3)
| | | | +-- -R-- String apClientWlanService(4)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- INTEGER apClientSNR(5)
| | | | +-- -R-- String apClientDeviceFamily(6)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- String apClientOS(7)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- Integer32 apClientUptime(8)
| | | | +-- -R-- Counter64 apClientTxFrames(9)
| | | | +-- -R-- Counter64 apClientTxBytes(10)
| | | | +-- -R-- Counter64 apClientTxRate(11)
| | | | +-- -R-- Counter64 apClientTxRetries(12)
| | | | +-- -R-- Counter64 apClientRxFrames(13)
| | | | +-- -R-- Counter64 apClientRxBytes(14)
| | | | +-- -R-- Counter64 apClientRxRate(15)
| | | | +-- -R-- Counter64 apClientRxRetries(16)
| | | |
| | | +--deviceNGOAWAp1221(2)
| | | | |
| | | | +--apInfo(1)
| | | | |
| | | | +--apBaseInfo(1)
| | | | | |
| | | | | +-- -R-- String apMacAddress(1)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apSysName(2)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- NetAddr apIPAddress(3)
| | | | | +-- -R-- String apGroupName(4)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apModel(5)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apSerial(6)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apMemoryUtilization(7)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apCpuUtilization(8)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- Integer32 apSysUpTime(9)
| | | | |
| | | | +--apRadioInfo(2)
| | | | | |
| | | | | +--apRadioInfoTable(1)
| | | | | |
| | | | | +--ApRadioInfoEntry(1)
| | | | | | Index: apRadioIndex
| | | | | |
| | | | | +-- ---- Integer32 apRadioIndex(1)
| | | | | | Range: 1..20
| | | | | +-- -R-- String apRadioMacAddress(2)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- INTEGER apRadioBand(3)
| | | | | +-- -R-- INTEGER apRadioChannel(4)
| | | | | +-- -R-- INTEGER apRadioTxpower(5)
| | | | | +-- -R-- INTEGER apRadioUtilization(6)
| | | | | +-- -R-- Counter64 apRadioTxTotalFrames(7)
| | | | | +-- -R-- Counter64 apRadioTxManagementFrames(8)
| | | | | +-- -R-- Counter64 apRadioTxDataFrames(9)
| | | | | +-- -R-- Counter64 apRadioTxBytes(10)
| | | | | +-- -R-- Counter64 apRadioTxDrops(11)
| | | | | +-- -R-- Counter64 apRadioRxTotalFrames(12)
| | | | | +-- -R-- Counter64 apRadioRxManagementFrames(13)
| | | | | +-- -R-- Counter64 apRadioRxDataFrames(14)
| | | | | +-- -R-- Counter64 apRadioRxBytes(15)
| | | | | +-- -R-- Counter64 apRadioRxBadFrames(16)
| | | | |
| | | | +--apWlanInfo(3)
| | | | | |
| | | | | +--apWlanInfoTable(1)
| | | | | |
| | | | | +--ApWlanInfoEntry(1)
| | | | | | Index: apWlanIndex
| | | | | |
| | | | | +-- ---- Integer32 apWlanIndex(1)
| | | | | | Range: 1..20
| | | | | +-- -R-- String apWlanEssid(2)
| | | | | +-- -R-- String apWlanMacAddress(3)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- Counter64 apWlanTxTotalFrames(4)
| | | | | +-- -R-- Counter64 apWlanTxBytes(5)
| | | | | +-- -R-- Counter64 apWlanRxTotalFrames(6)
| | | | | +-- -R-- Counter64 apWlanRxBytes(7)
| | | | |
| | | | +--apClientInfo(4)
| | | | |
| | | | +--apClientInfoTable(1)
| | | | |
| | | | +--ApClientInfoEntry(1)
| | | | | Index: apClientIndex
| | | | |
| | | | +-- ---- Integer32 apClientIndex(1)
| | | | | Range: 1..20
| | | | +-- -R-- String apClientMacAddress(2)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- NetAddr apClientIPAddress(3)
| | | | +-- -R-- String apClientWlanService(4)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- INTEGER apClientSNR(5)
| | | | +-- -R-- String apClientDeviceFamily(6)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- String apClientOS(7)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- Integer32 apClientUptime(8)
| | | | +-- -R-- Counter64 apClientTxFrames(9)
| | | | +-- -R-- Counter64 apClientTxBytes(10)
| | | | +-- -R-- Counter64 apClientTxRate(11)
| | | | +-- -R-- Counter64 apClientTxRetries(12)
| | | | +-- -R-- Counter64 apClientRxFrames(13)
| | | | +-- -R-- Counter64 apClientRxBytes(14)
| | | | +-- -R-- Counter64 apClientRxRate(15)
| | | | +-- -R-- Counter64 apClientRxRetries(16)
| | | |
| | | +--deviceNGOAWAp1222(3)
| | | | |
| | | | +--apInfo(1)
| | | | |
| | | | +--apBaseInfo(1)
| | | | | |
| | | | | +-- -R-- String apMacAddress(1)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apSysName(2)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- NetAddr apIPAddress(3)
| | | | | +-- -R-- String apGroupName(4)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apModel(5)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apSerial(6)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apMemoryUtilization(7)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apCpuUtilization(8)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- Integer32 apSysUpTime(9)
| | | | |
| | | | +--apRadioInfo(2)
| | | | | |
| | | | | +--apRadioInfoTable(1)
| | | | | |
| | | | | +--ApRadioInfoEntry(1)
| | | | | | Index: apRadioIndex
| | | | | |
| | | | | +-- ---- Integer32 apRadioIndex(1)
| | | | | | Range: 1..20
| | | | | +-- -R-- String apRadioMacAddress(2)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- INTEGER apRadioBand(3)
| | | | | +-- -R-- INTEGER apRadioChannel(4)
| | | | | +-- -R-- INTEGER apRadioTxpower(5)
| | | | | +-- -R-- INTEGER apRadioUtilization(6)
| | | | | +-- -R-- Counter64 apRadioTxTotalFrames(7)
| | | | | +-- -R-- Counter64 apRadioTxManagementFrames(8)
| | | | | +-- -R-- Counter64 apRadioTxDataFrames(9)
| | | | | +-- -R-- Counter64 apRadioTxBytes(10)
| | | | | +-- -R-- Counter64 apRadioTxDrops(11)
| | | | | +-- -R-- Counter64 apRadioRxTotalFrames(12)
| | | | | +-- -R-- Counter64 apRadioRxManagementFrames(13)
| | | | | +-- -R-- Counter64 apRadioRxDataFrames(14)
| | | | | +-- -R-- Counter64 apRadioRxBytes(15)
| | | | | +-- -R-- Counter64 apRadioRxBadFrames(16)
| | | | |
| | | | +--apWlanInfo(3)
| | | | | |
| | | | | +--apWlanInfoTable(1)
| | | | | |
| | | | | +--ApWlanInfoEntry(1)
| | | | | | Index: apWlanIndex
| | | | | |
| | | | | +-- ---- Integer32 apWlanIndex(1)
| | | | | | Range: 1..20
| | | | | +-- -R-- String apWlanEssid(2)
| | | | | +-- -R-- String apWlanMacAddress(3)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- Counter64 apWlanTxTotalFrames(4)
| | | | | +-- -R-- Counter64 apWlanTxBytes(5)
| | | | | +-- -R-- Counter64 apWlanRxTotalFrames(6)
| | | | | +-- -R-- Counter64 apWlanRxBytes(7)
| | | | |
| | | | +--apClientInfo(4)
| | | | |
| | | | +--apClientInfoTable(1)
| | | | |
| | | | +--ApClientInfoEntry(1)
| | | | | Index: apClientIndex
| | | | |
| | | | +-- ---- Integer32 apClientIndex(1)
| | | | | Range: 1..20
| | | | +-- -R-- String apClientMacAddress(2)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- NetAddr apClientIPAddress(3)
| | | | +-- -R-- String apClientWlanService(4)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- INTEGER apClientSNR(5)
| | | | +-- -R-- String apClientDeviceFamily(6)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- String apClientOS(7)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- Integer32 apClientUptime(8)
| | | | +-- -R-- Counter64 apClientTxFrames(9)
| | | | +-- -R-- Counter64 apClientTxBytes(10)
| | | | +-- -R-- Counter64 apClientTxRate(11)
| | | | +-- -R-- Counter64 apClientTxRetries(12)
| | | | +-- -R-- Counter64 apClientRxFrames(13)
| | | | +-- -R-- Counter64 apClientRxBytes(14)
| | | | +-- -R-- Counter64 apClientRxRate(15)
| | | | +-- -R-- Counter64 apClientRxRetries(16)
| | | |
| | | +--deviceNGOAWAp1231(4)
| | | | |
| | | | +--apInfo(1)
| | | | |
| | | | +--apBaseInfo(1)
| | | | | |
| | | | | +-- -R-- String apMacAddress(1)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apSysName(2)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- NetAddr apIPAddress(3)
| | | | | +-- -R-- String apGroupName(4)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apModel(5)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apSerial(6)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apMemoryUtilization(7)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apCpuUtilization(8)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- Integer32 apSysUpTime(9)
| | | | |
| | | | +--apRadioInfo(2)
| | | | | |
| | | | | +--apRadioInfoTable(1)
| | | | | |
| | | | | +--ApRadioInfoEntry(1)
| | | | | | Index: apRadioIndex
| | | | | |
| | | | | +-- ---- Integer32 apRadioIndex(1)
| | | | | | Range: 1..20
| | | | | +-- -R-- String apRadioMacAddress(2)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- INTEGER apRadioBand(3)
| | | | | +-- -R-- INTEGER apRadioChannel(4)
| | | | | +-- -R-- INTEGER apRadioTxpower(5)
| | | | | +-- -R-- INTEGER apRadioUtilization(6)
| | | | | +-- -R-- Counter64 apRadioTxTotalFrames(7)
| | | | | +-- -R-- Counter64 apRadioTxManagementFrames(8)
| | | | | +-- -R-- Counter64 apRadioTxDataFrames(9)
| | | | | +-- -R-- Counter64 apRadioTxBytes(10)
| | | | | +-- -R-- Counter64 apRadioTxDrops(11)
| | | | | +-- -R-- Counter64 apRadioRxTotalFrames(12)
| | | | | +-- -R-- Counter64 apRadioRxManagementFrames(13)
| | | | | +-- -R-- Counter64 apRadioRxDataFrames(14)
| | | | | +-- -R-- Counter64 apRadioRxBytes(15)
| | | | | +-- -R-- Counter64 apRadioRxBadFrames(16)
| | | | |
| | | | +--apWlanInfo(3)
| | | | | |
| | | | | +--apWlanInfoTable(1)
| | | | | |
| | | | | +--ApWlanInfoEntry(1)
| | | | | | Index: apWlanIndex
| | | | | |
| | | | | +-- ---- Integer32 apWlanIndex(1)
| | | | | | Range: 1..20
| | | | | +-- -R-- String apWlanEssid(2)
| | | | | +-- -R-- String apWlanMacAddress(3)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- Counter64 apWlanTxTotalFrames(4)
| | | | | +-- -R-- Counter64 apWlanTxBytes(5)
| | | | | +-- -R-- Counter64 apWlanRxTotalFrames(6)
| | | | | +-- -R-- Counter64 apWlanRxBytes(7)
| | | | |
| | | | +--apClientInfo(4)
| | | | |
| | | | +--apClientInfoTable(1)
| | | | |
| | | | +--ApClientInfoEntry(1)
| | | | | Index: apClientIndex
| | | | |
| | | | +-- ---- Integer32 apClientIndex(1)
| | | | | Range: 1..20
| | | | +-- -R-- String apClientMacAddress(2)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- NetAddr apClientIPAddress(3)
| | | | +-- -R-- String apClientWlanService(4)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- INTEGER apClientSNR(5)
| | | | +-- -R-- String apClientDeviceFamily(6)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- String apClientOS(7)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- Integer32 apClientUptime(8)
| | | | +-- -R-- Counter64 apClientTxFrames(9)
| | | | +-- -R-- Counter64 apClientTxBytes(10)
| | | | +-- -R-- Counter64 apClientTxRate(11)
| | | | +-- -R-- Counter64 apClientTxRetries(12)
| | | | +-- -R-- Counter64 apClientRxFrames(13)
| | | | +-- -R-- Counter64 apClientRxBytes(14)
| | | | +-- -R-- Counter64 apClientRxRate(15)
| | | | +-- -R-- Counter64 apClientRxRetries(16)
| | | |
| | | +--deviceNGOAWAp1232(5)
| | | | |
| | | | +--apInfo(1)
| | | | |
| | | | +--apBaseInfo(1)
| | | | | |
| | | | | +-- -R-- String apMacAddress(1)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apSysName(2)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- NetAddr apIPAddress(3)
| | | | | +-- -R-- String apGroupName(4)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apModel(5)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apSerial(6)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apMemoryUtilization(7)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apCpuUtilization(8)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- Integer32 apSysUpTime(9)
| | | | |
| | | | +--apRadioInfo(2)
| | | | | |
| | | | | +--apRadioInfoTable(1)
| | | | | |
| | | | | +--ApRadioInfoEntry(1)
| | | | | | Index: apRadioIndex
| | | | | |
| | | | | +-- ---- Integer32 apRadioIndex(1)
| | | | | | Range: 1..20
| | | | | +-- -R-- String apRadioMacAddress(2)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- INTEGER apRadioBand(3)
| | | | | +-- -R-- INTEGER apRadioChannel(4)
| | | | | +-- -R-- INTEGER apRadioTxpower(5)
| | | | | +-- -R-- INTEGER apRadioUtilization(6)
| | | | | +-- -R-- Counter64 apRadioTxTotalFrames(7)
| | | | | +-- -R-- Counter64 apRadioTxManagementFrames(8)
| | | | | +-- -R-- Counter64 apRadioTxDataFrames(9)
| | | | | +-- -R-- Counter64 apRadioTxBytes(10)
| | | | | +-- -R-- Counter64 apRadioTxDrops(11)
| | | | | +-- -R-- Counter64 apRadioRxTotalFrames(12)
| | | | | +-- -R-- Counter64 apRadioRxManagementFrames(13)
| | | | | +-- -R-- Counter64 apRadioRxDataFrames(14)
| | | | | +-- -R-- Counter64 apRadioRxBytes(15)
| | | | | +-- -R-- Counter64 apRadioRxBadFrames(16)
| | | | |
| | | | +--apWlanInfo(3)
| | | | | |
| | | | | +--apWlanInfoTable(1)
| | | | | |
| | | | | +--ApWlanInfoEntry(1)
| | | | | | Index: apWlanIndex
| | | | | |
| | | | | +-- ---- Integer32 apWlanIndex(1)
| | | | | | Range: 1..20
| | | | | +-- -R-- String apWlanEssid(2)
| | | | | +-- -R-- String apWlanMacAddress(3)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- Counter64 apWlanTxTotalFrames(4)
| | | | | +-- -R-- Counter64 apWlanTxBytes(5)
| | | | | +-- -R-- Counter64 apWlanRxTotalFrames(6)
| | | | | +-- -R-- Counter64 apWlanRxBytes(7)
| | | | |
| | | | +--apClientInfo(4)
| | | | |
| | | | +--apClientInfoTable(1)
| | | | |
| | | | +--ApClientInfoEntry(1)
| | | | | Index: apClientIndex
| | | | |
| | | | +-- ---- Integer32 apClientIndex(1)
| | | | | Range: 1..20
| | | | +-- -R-- String apClientMacAddress(2)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- NetAddr apClientIPAddress(3)
| | | | +-- -R-- String apClientWlanService(4)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- INTEGER apClientSNR(5)
| | | | +-- -R-- String apClientDeviceFamily(6)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- String apClientOS(7)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- Integer32 apClientUptime(8)
| | | | +-- -R-- Counter64 apClientTxFrames(9)
| | | | +-- -R-- Counter64 apClientTxBytes(10)
| | | | +-- -R-- Counter64 apClientTxRate(11)
| | | | +-- -R-- Counter64 apClientTxRetries(12)
| | | | +-- -R-- Counter64 apClientRxFrames(13)
| | | | +-- -R-- Counter64 apClientRxBytes(14)
| | | | +-- -R-- Counter64 apClientRxRate(15)
| | | | +-- -R-- Counter64 apClientRxRetries(16)
| | | |
| | | +--deviceNGOAWAp1251(6)
| | | | |
| | | | +--apInfo(1)
| | | | |
| | | | +--apBaseInfo(1)
| | | | | |
| | | | | +-- -R-- String apMacAddress(1)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apSysName(2)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- NetAddr apIPAddress(3)
| | | | | +-- -R-- String apGroupName(4)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apModel(5)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apSerial(6)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apMemoryUtilization(7)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apCpuUtilization(8)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- Integer32 apSysUpTime(9)
| | | | |
| | | | +--apRadioInfo(2)
| | | | | |
| | | | | +--apRadioInfoTable(1)
| | | | | |
| | | | | +--ApRadioInfoEntry(1)
| | | | | | Index: apRadioIndex
| | | | | |
| | | | | +-- ---- Integer32 apRadioIndex(1)
| | | | | | Range: 1..20
| | | | | +-- -R-- String apRadioMacAddress(2)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- INTEGER apRadioBand(3)
| | | | | +-- -R-- INTEGER apRadioChannel(4)
| | | | | +-- -R-- INTEGER apRadioTxpower(5)
| | | | | +-- -R-- INTEGER apRadioUtilization(6)
| | | | | +-- -R-- Counter64 apRadioTxTotalFrames(7)
| | | | | +-- -R-- Counter64 apRadioTxManagementFrames(8)
| | | | | +-- -R-- Counter64 apRadioTxDataFrames(9)
| | | | | +-- -R-- Counter64 apRadioTxBytes(10)
| | | | | +-- -R-- Counter64 apRadioTxDrops(11)
| | | | | +-- -R-- Counter64 apRadioRxTotalFrames(12)
| | | | | +-- -R-- Counter64 apRadioRxManagementFrames(13)
| | | | | +-- -R-- Counter64 apRadioRxDataFrames(14)
| | | | | +-- -R-- Counter64 apRadioRxBytes(15)
| | | | | +-- -R-- Counter64 apRadioRxBadFrames(16)
| | | | |
| | | | +--apWlanInfo(3)
| | | | | |
| | | | | +--apWlanInfoTable(1)
| | | | | |
| | | | | +--ApWlanInfoEntry(1)
| | | | | | Index: apWlanIndex
| | | | | |
| | | | | +-- ---- Integer32 apWlanIndex(1)
| | | | | | Range: 1..20
| | | | | +-- -R-- String apWlanEssid(2)
| | | | | +-- -R-- String apWlanMacAddress(3)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- Counter64 apWlanTxTotalFrames(4)
| | | | | +-- -R-- Counter64 apWlanTxBytes(5)
| | | | | +-- -R-- Counter64 apWlanRxTotalFrames(6)
| | | | | +-- -R-- Counter64 apWlanRxBytes(7)
| | | | |
| | | | +--apClientInfo(4)
| | | | |
| | | | +--apClientInfoTable(1)
| | | | |
| | | | +--ApClientInfoEntry(1)
| | | | | Index: apClientIndex
| | | | |
| | | | +-- ---- Integer32 apClientIndex(1)
| | | | | Range: 1..20
| | | | +-- -R-- String apClientMacAddress(2)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- NetAddr apClientIPAddress(3)
| | | | +-- -R-- String apClientWlanService(4)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- INTEGER apClientSNR(5)
| | | | +-- -R-- String apClientDeviceFamily(6)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- String apClientOS(7)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- Integer32 apClientUptime(8)
| | | | +-- -R-- Counter64 apClientTxFrames(9)
| | | | +-- -R-- Counter64 apClientTxBytes(10)
| | | | +-- -R-- Counter64 apClientTxRate(11)
| | | | +-- -R-- Counter64 apClientTxRetries(12)
| | | | +-- -R-- Counter64 apClientRxFrames(13)
| | | | +-- -R-- Counter64 apClientRxBytes(14)
| | | | +-- -R-- Counter64 apClientRxRate(15)
| | | | +-- -R-- Counter64 apClientRxRetries(16)
| | | |
| | | +--deviceNGOAWAp1251D(7)
| | | | |
| | | | +--apInfo(1)
| | | | |
| | | | +--apBaseInfo(1)
| | | | | |
| | | | | +-- -R-- String apMacAddress(1)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apSysName(2)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- NetAddr apIPAddress(3)
| | | | | +-- -R-- String apGroupName(4)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apModel(5)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apSerial(6)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apMemoryUtilization(7)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apCpuUtilization(8)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- Integer32 apSysUpTime(9)
| | | | |
| | | | +--apRadioInfo(2)
| | | | | |
| | | | | +--apRadioInfoTable(1)
| | | | | |
| | | | | +--ApRadioInfoEntry(1)
| | | | | | Index: apRadioIndex
| | | | | |
| | | | | +-- ---- Integer32 apRadioIndex(1)
| | | | | | Range: 1..20
| | | | | +-- -R-- String apRadioMacAddress(2)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- INTEGER apRadioBand(3)
| | | | | +-- -R-- INTEGER apRadioChannel(4)
| | | | | +-- -R-- INTEGER apRadioTxpower(5)
| | | | | +-- -R-- INTEGER apRadioUtilization(6)
| | | | | +-- -R-- Counter64 apRadioTxTotalFrames(7)
| | | | | +-- -R-- Counter64 apRadioTxManagementFrames(8)
| | | | | +-- -R-- Counter64 apRadioTxDataFrames(9)
| | | | | +-- -R-- Counter64 apRadioTxBytes(10)
| | | | | +-- -R-- Counter64 apRadioTxDrops(11)
| | | | | +-- -R-- Counter64 apRadioRxTotalFrames(12)
| | | | | +-- -R-- Counter64 apRadioRxManagementFrames(13)
| | | | | +-- -R-- Counter64 apRadioRxDataFrames(14)
| | | | | +-- -R-- Counter64 apRadioRxBytes(15)
| | | | | +-- -R-- Counter64 apRadioRxBadFrames(16)
| | | | |
| | | | +--apWlanInfo(3)
| | | | | |
| | | | | +--apWlanInfoTable(1)
| | | | | |
| | | | | +--ApWlanInfoEntry(1)
| | | | | | Index: apWlanIndex
| | | | | |
| | | | | +-- ---- Integer32 apWlanIndex(1)
| | | | | | Range: 1..20
| | | | | +-- -R-- String apWlanEssid(2)
| | | | | +-- -R-- String apWlanMacAddress(3)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- Counter64 apWlanTxTotalFrames(4)
| | | | | +-- -R-- Counter64 apWlanTxBytes(5)
| | | | | +-- -R-- Counter64 apWlanRxTotalFrames(6)
| | | | | +-- -R-- Counter64 apWlanRxBytes(7)
| | | | |
| | | | +--apClientInfo(4)
| | | | |
| | | | +--apClientInfoTable(1)
| | | | |
| | | | +--ApClientInfoEntry(1)
| | | | | Index: apClientIndex
| | | | |
| | | | +-- ---- Integer32 apClientIndex(1)
| | | | | Range: 1..20
| | | | +-- -R-- String apClientMacAddress(2)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- NetAddr apClientIPAddress(3)
| | | | +-- -R-- String apClientWlanService(4)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- INTEGER apClientSNR(5)
| | | | +-- -R-- String apClientDeviceFamily(6)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- String apClientOS(7)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- Integer32 apClientUptime(8)
| | | | +-- -R-- Counter64 apClientTxFrames(9)
| | | | +-- -R-- Counter64 apClientTxBytes(10)
| | | | +-- -R-- Counter64 apClientTxRate(11)
| | | | +-- -R-- Counter64 apClientTxRetries(12)
| | | | +-- -R-- Counter64 apClientRxFrames(13)
| | | | +-- -R-- Counter64 apClientRxBytes(14)
| | | | +-- -R-- Counter64 apClientRxRate(15)
| | | | +-- -R-- Counter64 apClientRxRetries(16)
| | | |
| | | +--deviceNGOAWAp1201H(8)
| | | | |
| | | | +--apInfo(1)
| | | | |
| | | | +--apBaseInfo(1)
| | | | | |
| | | | | +-- -R-- String apMacAddress(1)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apSysName(2)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- NetAddr apIPAddress(3)
| | | | | +-- -R-- String apGroupName(4)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apModel(5)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apSerial(6)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apMemoryUtilization(7)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- String apCpuUtilization(8)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- Integer32 apSysUpTime(9)
| | | | |
| | | | +--apRadioInfo(2)
| | | | | |
| | | | | +--apRadioInfoTable(1)
| | | | | |
| | | | | +--ApRadioInfoEntry(1)
| | | | | | Index: apRadioIndex
| | | | | |
| | | | | +-- ---- Integer32 apRadioIndex(1)
| | | | | | Range: 1..20
| | | | | +-- -R-- String apRadioMacAddress(2)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- INTEGER apRadioBand(3)
| | | | | +-- -R-- INTEGER apRadioChannel(4)
| | | | | +-- -R-- INTEGER apRadioTxpower(5)
| | | | | +-- -R-- INTEGER apRadioUtilization(6)
| | | | | +-- -R-- Counter64 apRadioTxTotalFrames(7)
| | | | | +-- -R-- Counter64 apRadioTxManagementFrames(8)
| | | | | +-- -R-- Counter64 apRadioTxDataFrames(9)
| | | | | +-- -R-- Counter64 apRadioTxBytes(10)
| | | | | +-- -R-- Counter64 apRadioTxDrops(11)
| | | | | +-- -R-- Counter64 apRadioRxTotalFrames(12)
| | | | | +-- -R-- Counter64 apRadioRxManagementFrames(13)
| | | | | +-- -R-- Counter64 apRadioRxDataFrames(14)
| | | | | +-- -R-- Counter64 apRadioRxBytes(15)
| | | | | +-- -R-- Counter64 apRadioRxBadFrames(16)
| | | | |
| | | | +--apWlanInfo(3)
| | | | | |
| | | | | +--apWlanInfoTable(1)
| | | | | |
| | | | | +--ApWlanInfoEntry(1)
| | | | | | Index: apWlanIndex
| | | | | |
| | | | | +-- ---- Integer32 apWlanIndex(1)
| | | | | | Range: 1..20
| | | | | +-- -R-- String apWlanEssid(2)
| | | | | +-- -R-- String apWlanMacAddress(3)
| | | | | | Textual Convention: DisplayString
| | | | | | Size: 0..255
| | | | | +-- -R-- Counter64 apWlanTxTotalFrames(4)
| | | | | +-- -R-- Counter64 apWlanTxBytes(5)
| | | | | +-- -R-- Counter64 apWlanRxTotalFrames(6)
| | | | | +-- -R-- Counter64 apWlanRxBytes(7)
| | | | |
| | | | +--apClientInfo(4)
| | | | |
| | | | +--apClientInfoTable(1)
| | | | |
| | | | +--ApClientInfoEntry(1)
| | | | | Index: apClientIndex
| | | | |
| | | | +-- ---- Integer32 apClientIndex(1)
| | | | | Range: 1..20
| | | | +-- -R-- String apClientMacAddress(2)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- NetAddr apClientIPAddress(3)
| | | | +-- -R-- String apClientWlanService(4)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- INTEGER apClientSNR(5)
| | | | +-- -R-- String apClientDeviceFamily(6)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- String apClientOS(7)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- Integer32 apClientUptime(8)
| | | | +-- -R-- Counter64 apClientTxFrames(9)
| | | | +-- -R-- Counter64 apClientTxBytes(10)
| | | | +-- -R-- Counter64 apClientTxRate(11)
| | | | +-- -R-- Counter64 apClientTxRetries(12)
| | | | +-- -R-- Counter64 apClientRxFrames(13)
| | | | +-- -R-- Counter64 apClientRxBytes(14)
| | | | +-- -R-- Counter64 apClientRxRate(15)
| | | | +-- -R-- Counter64 apClientRxRetries(16)
| | | |
| | | +--deviceNGOAWAp1201(9)
| | | |
| | | +--apInfo(1)
| | | |
| | | +--apBaseInfo(1)
| | | | |
| | | | +-- -R-- String apMacAddress(1)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- String apSysName(2)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- NetAddr apIPAddress(3)
| | | | +-- -R-- String apGroupName(4)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- String apModel(5)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- String apSerial(6)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- String apMemoryUtilization(7)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- String apCpuUtilization(8)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- Integer32 apSysUpTime(9)
| | | |
| | | +--apRadioInfo(2)
| | | | |
| | | | +--apRadioInfoTable(1)
| | | | |
| | | | +--ApRadioInfoEntry(1)
| | | | | Index: apRadioIndex
| | | | |
| | | | +-- ---- Integer32 apRadioIndex(1)
| | | | | Range: 1..20
| | | | +-- -R-- String apRadioMacAddress(2)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- INTEGER apRadioBand(3)
| | | | +-- -R-- INTEGER apRadioChannel(4)
| | | | +-- -R-- INTEGER apRadioTxpower(5)
| | | | +-- -R-- INTEGER apRadioUtilization(6)
| | | | +-- -R-- Counter64 apRadioTxTotalFrames(7)
| | | | +-- -R-- Counter64 apRadioTxManagementFrames(8)
| | | | +-- -R-- Counter64 apRadioTxDataFrames(9)
| | | | +-- -R-- Counter64 apRadioTxBytes(10)
| | | | +-- -R-- Counter64 apRadioTxDrops(11)
| | | | +-- -R-- Counter64 apRadioRxTotalFrames(12)
| | | | +-- -R-- Counter64 apRadioRxManagementFrames(13)
| | | | +-- -R-- Counter64 apRadioRxDataFrames(14)
| | | | +-- -R-- Counter64 apRadioRxBytes(15)
| | | | +-- -R-- Counter64 apRadioRxBadFrames(16)
| | | |
| | | +--apWlanInfo(3)
| | | | |
| | | | +--apWlanInfoTable(1)
| | | | |
| | | | +--ApWlanInfoEntry(1)
| | | | | Index: apWlanIndex
| | | | |
| | | | +-- ---- Integer32 apWlanIndex(1)
| | | | | Range: 1..20
| | | | +-- -R-- String apWlanEssid(2)
| | | | +-- -R-- String apWlanMacAddress(3)
| | | | | Textual Convention: DisplayString
| | | | | Size: 0..255
| | | | +-- -R-- Counter64 apWlanTxTotalFrames(4)
| | | | +-- -R-- Counter64 apWlanTxBytes(5)
| | | | +-- -R-- Counter64 apWlanRxTotalFrames(6)
| | | | +-- -R-- Counter64 apWlanRxBytes(7)
| | | |
| | | +--apClientInfo(4)
| | | |
| | | +--apClientInfoTable(1)
| | | |
| | | +--ApClientInfoEntry(1)
| | | | Index: apClientIndex
| | | |
| | | +-- ---- Integer32 apClientIndex(1)
| | | | Range: 1..20
| | | +-- -R-- String apClientMacAddress(2)
| | | | Textual Convention: DisplayString
| | | | Size: 0..255
| | | +-- -R-- NetAddr apClientIPAddress(3)
| | | +-- -R-- String apClientWlanService(4)
| | | | Textual Convention: DisplayString
| | | | Size: 0..255
| | | +-- -R-- INTEGER apClientSNR(5)
| | | +-- -R-- String apClientDeviceFamily(6)
| | | | Textual Convention: DisplayString
| | | | Size: 0..255
| | | +-- -R-- String apClientOS(7)
| | | | Textual Convention: DisplayString
| | | | Size: 0..255
| | | +-- -R-- Integer32 apClientUptime(8)
| | | +-- -R-- Counter64 apClientTxFrames(9)
| | | +-- -R-- Counter64 apClientTxBytes(10)
| | | +-- -R-- Counter64 apClientTxRate(11)
| | | +-- -R-- Counter64 apClientTxRetries(12)
| | | +-- -R-- Counter64 apClientRxFrames(13)
| | | +-- -R-- Counter64 apClientRxBytes(14)
| | | +-- -R-- Counter64 apClientRxRate(15)
| | | +-- -R-- Counter64 apClientRxRetries(16)
| | |
| | +--managementNGOAWSoftware(2)
| | | +--softwareNGOAWEntities(1)
| | | +--softwareNGOAWServices(2)
| | |
| | +--managementNGOAWAgentCapabilities(4)
| |
...
stellar-wireless-snmp.1552084952.txt.gz · Zuletzt geändert: (Externe Bearbeitung)
