-
-
Save gowatana/85470dba2fe49cdb47787cd6453d562a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+--aviNetworksMIB(45468) | |
| | |
+--aviNotificationsObjects(0) | |
| | | |
| +--aviControllerStatusChanged(1) | |
| +--aviServiceEngineStatusChanged(2) | |
| +--aviVirtualServiceStatusChanged(3) | |
| +--aviSSLCertificateExpired(4) | |
| +--aviSystemAlert(5) | |
| | |
+--aviSystemMIBObjects(1) | |
| | | |
| +--aviNotifMIBObjects(1) | |
| | | | |
| | +-- ---N String aviVirtualServiceStatusReason(4) | |
| | | Textual Convention: DisplayString | |
| | | Size: 0..255 | |
| | +-- ---N String aviOperStatusReason(5) | |
| | | Textual Convention: DisplayString | |
| | | Size: 0..255 | |
| | +-- ---N String aviSSLCertificateInfo(6) | |
| | | Textual Convention: DisplayString | |
| | | Size: 0..255 | |
| | +-- ---N String aviSystemAlertInfoDesc(7) | |
| | | Textual Convention: DisplayString | |
| | | Size: 0..255 | |
| | +-- ---N String aviObjectURL(8) | |
| | Textual Convention: DisplayString | |
| | Size: 0..255 | |
| | | |
| +-- -R-- String aviSystemName(2) | |
| Textual Convention: DisplayString | |
| Size: 1..20 | |
| | |
+--aviConfigMIBObjects(2) | |
| | | |
| +--aviControllerTable(1) | |
| | | | |
| | +--aviControllerEntry(1) | |
| | | Index: aviControllerIndex | |
| | | | |
| | +-- ---- Integer32 aviControllerIndex(1) | |
| | | Range: 1..2147483647 | |
| | +-- -R-- String aviControllerUUID(2) | |
| | | Textual Convention: SnmpAdminString | |
| | | Size: 0..255 | |
| | +-- -R-- String aviControllerName(3) | |
| | | Textual Convention: DisplayString | |
| | | Size: 1..20 | |
| | +-- -R-- EnumVal aviControllerAddrType(4) | |
| | | Textual Convention: InetAddressType | |
| | | Values: unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16) | |
| | +-- -R-- String aviControllerAddr(5) | |
| | | Textual Convention: InetAddress | |
| | | Size: 0..64 | |
| | +-- ---N EnumVal aviControllerStatus(6) | |
| | Values: up(1), down(2) | |
| | | |
| +--aviServiceEngineTable(2) | |
| | | | |
| | +--aviServiceEngineEntry(1) | |
| | | Index: aviServiceEngineIndex | |
| | | | |
| | +-- ---- Integer32 aviServiceEngineIndex(1) | |
| | | Range: 1..2147483647 | |
| | +-- -R-- String aviServiceEngineUUID(2) | |
| | | Textual Convention: SnmpAdminString | |
| | | Size: 0..255 | |
| | +-- -R-- String aviServiceEngineName(3) | |
| | | Textual Convention: DisplayString | |
| | | Size: 1..20 | |
| | +-- -R-- EnumVal aviServiceEngineAddrType(4) | |
| | | Textual Convention: InetAddressType | |
| | | Values: unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16) | |
| | +-- -R-- String aviServiceEngineAddr(5) | |
| | | Textual Convention: InetAddress | |
| | | Size: 0..64 | |
| | +-- ---N EnumVal aviServiceEngineStatus(6) | |
| | Values: up(1), down(2) | |
| | | |
| +--aviVirtualServiceTable(3) | |
| | | |
| +--aviVirtualServiceEntry(1) | |
| | Index: aviVirtualServiceIndex | |
| | | |
| +-- ---- Integer32 aviVirtualServiceIndex(1) | |
| | Range: 1..2147483647 | |
| +-- -R-- String aviVirtualServiceUUID(2) | |
| | Textual Convention: SnmpAdminString | |
| | Size: 0..255 | |
| +-- -R-- String aviVirtualServiceName(3) | |
| | Textual Convention: DisplayString | |
| | Size: 1..20 | |
| +-- -R-- EnumVal aviVirtualServiceAddrType(4) | |
| | Textual Convention: InetAddressType | |
| | Values: unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16) | |
| +-- -R-- String aviVirtualServiceAddr(5) | |
| | Textual Convention: InetAddress | |
| | Size: 0..64 | |
| +-- ---N EnumVal aviVirtualServiceStatus(6) | |
| Values: up(1), down(2), other(3) | |
| | |
+--aviMIBConformance(3) | |
| | |
+--aviSystemMIBCompliances(1) | |
| | | |
| +--aviSystemMIBCompliance(1) | |
| | |
+--aviSystemMIBGroups(2) | |
| | |
+--aviSystemGroup(1) | |
+--aviNetworkGroup(2) | |
+--aviNotificationsGroup(3) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
下記の投稿むけ。
NSX ALB の SNMP ポーリングを設定してみる。
https://vm.gowatana.jp/entry/2023/01/27/040550