# python version 1.0 DO NOT EDIT # # This python file has been generated by smidump version 0.5.0: # # smidump -f python CAPWAP-BASE-MIB FILENAME = "./libsmi-0.5.0/mibs/ietf/CAPWAP-BASE-MIB" MIB = { "moduleName" : "CAPWAP-BASE-MIB", "CAPWAP-BASE-MIB" : { "nodetype" : "module", "language" : "SMIv2", "organization" : """IETF Control And Provisioning of Wireless Access Points (CAPWAP) Working Group http://www.ietf.org/html.charters/capwap-charter.html""", "contact" : """General Discussion: capwap@frascone.com To Subscribe: http://lists.frascone.com/mailman/listinfo/capwap Yang Shi (editor) Hangzhou H3C Tech. Co., Ltd. Beijing R&D Center of H3C, Digital Technology Plaza NO. 9 Shangdi 9th Street, Haidian District Beijing 100085 China Phone: +86 010 82775276 Email: rishyang@gmail.com David T. Perkins (editor) 228 Bayview Dr. San Carlos, CA 94070 USA Phone: +1 408 394-8702 Email: dperkins@dsperkins.com Chris Elliott (editor) 1516 Kent St. Durham, NC 27707 USA Phone: +1 919-308-1216 Email: chelliot@pobox.com Yong Zhang (editor) Fortinet, Inc. 1090 Kifer Road Sunnyvale, CA 94086 USA Email: yzhang@fortinet.com""", "description" : """Copyright (c) 2010 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info). This version of this MIB module is part of RFC 5833; see the RFC itself for full legal notices. This MIB module contains managed object definitions for the CAPWAP Protocol.""", "revisions" : ( { "date" : "2010-04-30 00:00", "description" : """Initial version published as RFC 5833""", }, ), "identity node" : "capwapBaseMIB", }, "imports" : ( {"module" : "SNMPv2-TC", "name" : "PhysAddress"}, {"module" : "SNMPv2-TC", "name" : "TEXTUAL-CONVENTION"}, {"module" : "SNMPv2-TC", "name" : "TruthValue"}, {"module" : "SNMPv2-TC", "name" : "DateAndTime"}, {"module" : "SNMPv2-TC", "name" : "RowStatus"}, {"module" : "SYSAPPL-MIB", "name" : "LongUtf8String"}, {"module" : "IF-MIB", "name" : "InterfaceIndex"}, {"module" : "IF-MIB", "name" : "ifGeneralInformationGroup"}, {"module" : "ENTITY-MIB", "name" : "PhysicalIndex"}, {"module" : "SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"}, {"module" : "SNMPv2-CONF", "name" : "NOTIFICATION-GROUP"}, {"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"}, {"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"}, {"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"}, {"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"}, {"module" : "SNMPv2-SMI", "name" : "NOTIFICATION-TYPE"}, {"module" : "SNMPv2-SMI", "name" : "mib-2"}, {"module" : "SNMPv2-SMI", "name" : "Integer32"}, {"module" : "SNMPv2-SMI", "name" : "Unsigned32"}, {"module" : "SNMPv2-SMI", "name" : "Counter32"}, {"module" : "SNMPv2-SMI", "name" : "Gauge32"}, {"module" : "SNMPv2-SMI", "name" : "TimeTicks"}, {"module" : "INET-ADDRESS-MIB", "name" : "InetAddressType"}, {"module" : "INET-ADDRESS-MIB", "name" : "InetAddress"}, ), "typedefs" : { "CapwapBaseWtpProfileIdTC" : { "basetype" : "Unsigned32", "status" : "current", "ranges" : [ { "min" : "0", "max" : "4096" }, ], "range" : { "min" : "0", "max" : "4096" }, "format" : "d", "description" : """Represents the unique identifier of a WTP profile.""", }, "CapwapBaseWtpIdTC" : { "basetype" : "OctetString", "status" : "current", "ranges" : [ { "min" : "6", "max" : "6" }, { "min" : "8", "max" : "8" }, ], "range" : { "min" : "6", "max" : "8" }, "format" : "1x:", "description" : """Represents the unique identifier of a WTP instance. As usual, the Base MAC address of the WTP is used.""", }, "CapwapBaseStationIdTC" : { "basetype" : "OctetString", "status" : "current", "ranges" : [ { "min" : "6", "max" : "6" }, { "min" : "8", "max" : "8" }, ], "range" : { "min" : "6", "max" : "8" }, "format" : "1x:", "description" : """Represents the unique identifier of a station instance. As usual, the MAC address of the station is used.""", }, "CapwapBaseRadioIdTC" : { "basetype" : "Unsigned32", "status" : "current", "ranges" : [ { "min" : "1", "max" : "31" }, ], "range" : { "min" : "1", "max" : "31" }, "format" : "d", "description" : """Represents the unique identifier of a radio on a WTP.""", }, "CapwapBaseTunnelModeTC" : { "basetype" : "Bits", "status" : "current", "localBridging" : { "nodetype" : "namednumber", "number" : "0" }, "dot3Tunnel" : { "nodetype" : "namednumber", "number" : "1" }, "nativeTunnel" : { "nodetype" : "namednumber", "number" : "2" }, "description" : """Represents the tunneling modes of operation that are supported by a WTP. The WTP MAY support more than one option, represented by the bit field below: localBridging(0) - Local bridging mode dot3Tunnel(1) - 802.3 frame tunnel mode nativeTunnel(2) - Native frame tunnel mode""", "reference" : """Section 4.6.43 of CAPWAP Protocol Specification, RFC 5415.""", }, "CapwapBaseMacTypeTC" : { "basetype" : "Enumeration", "status" : "current", "localMAC" : { "nodetype" : "namednumber", "number" : "0" }, "splitMAC" : { "nodetype" : "namednumber", "number" : "1" }, "both" : { "nodetype" : "namednumber", "number" : "2" }, "description" : """Represents the MAC mode of operation supported by a WTP. The following enumerated values are supported: localMAC(0) - Local-MAC mode splitMAC(1) - Split-MAC mode both(2) - Both Local-MAC and Split-MAC Note that the CAPWAP field [RFC5415] modeled by this object takes zero as starting value; this MIB object follows that rule.""", "reference" : """Section 4.6.44 of CAPWAP Protocol Specification, RFC 5415.""", }, "CapwapBaseChannelTypeTC" : { "basetype" : "Enumeration", "status" : "current", "data" : { "nodetype" : "namednumber", "number" : "1" }, "control" : { "nodetype" : "namednumber", "number" : "2" }, "description" : """Represents the channel type for CAPWAP protocol. The following enumerated values are supported: data(1) - Data channel control(2) - Control channel""", }, "CapwapBaseAuthenMethodTC" : { "basetype" : "Enumeration", "status" : "current", "other" : { "nodetype" : "namednumber", "number" : "1" }, "clear" : { "nodetype" : "namednumber", "number" : "2" }, "x509" : { "nodetype" : "namednumber", "number" : "3" }, "psk" : { "nodetype" : "namednumber", "number" : "4" }, "description" : """Represents the authentication credential type for a WTP. The following enumerated values are supported: other(1) - Other method, for example, vendor specific clear(2) - Clear text and no authentication x509(3) - X.509 certificate authentication psk(4) - Pre-Shared secret authentication As a mandatory requirement, CAPWAP control channel authentication SHOULD use DTLS, either by certificate or PSK. For data channel authentication, DTLS is optional.""", }, }, # typedefs "nodes" : { "capwapBaseMIB" : { "nodetype" : "node", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196", "status" : "current", }, # node "capwapBaseNotifications" : { "nodetype" : "node", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.0", }, # node "capwapBaseObjects" : { "nodetype" : "node", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1", }, # node "capwapBaseAc" : { "nodetype" : "node", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.1", }, # node "capwapBaseWtpSessions" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "parent module" : { "name" : "SNMPv2-SMI", "type" : "Gauge32", }, "ranges" : [ { "min" : "0", "max" : "65535" }, ], "range" : { "min" : "0", "max" : "65535" }, }, }, "access" : "readonly", "description" : """Represents the total number of WTPs that are connecting to the AC.""", "reference" : """Section 4.6.1 of CAPWAP Protocol Specification, RFC 5415.""", }, # scalar "capwapBaseWtpSessionsLimit" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.1.2", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "0", "max" : "65535" }, ], "range" : { "min" : "0", "max" : "65535" }, }, }, "access" : "readwrite", "description" : """Represents the maximum number of WTP sessions configured on the AC. The value of the object is persistent at restart/reboot.""", "reference" : """Section 4.6.1 of CAPWAP Protocol Specification, RFC 5415.""", }, # scalar "capwapBaseStationSessions" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.1.3", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "parent module" : { "name" : "SNMPv2-SMI", "type" : "Gauge32", }, "ranges" : [ { "min" : "0", "max" : "65535" }, ], "range" : { "min" : "0", "max" : "65535" }, }, }, "access" : "readonly", "description" : """Represents the total number of stations that are accessing the wireless service provided by the AC.""", "reference" : """Section 4.6.1 of CAPWAP Protocol Specification, RFC 5415.""", }, # scalar "capwapBaseStationSessionsLimit" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.1.4", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "0", "max" : "65535" }, ], "range" : { "min" : "0", "max" : "65535" }, }, }, "access" : "readwrite", "description" : """Represents the maximum number of station sessions configured on the AC. The value of the object is persistent at restart/reboot.""", "reference" : """Section 4.6.1 of CAPWAP Protocol Specification, RFC 5415.""", }, # scalar "capwapBaseDataChannelDTLSPolicyOptions" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.1.5", "status" : "current", "syntax" : { "type" : { "basetype" : "Bits", "other" : { "nodetype" : "namednumber", "number" : "0" }, "clear" : { "nodetype" : "namednumber", "number" : "1" }, "dtls" : { "nodetype" : "namednumber", "number" : "2" }, }, }, "access" : "readonly", "description" : """The AC communicates its policy on the use of DTLS for the CAPWAP data channel. The AC MAY support more than one option, represented by the bit field below: other(0) - Other method, for example, vendor specific clear(1) - Clear text dtls(2) - DTLS""", "reference" : """Section 4.6.1 of CAPWAP Protocol Specification, RFC 5415.""", }, # scalar "capwapBaseControlChannelAuthenOptions" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.1.6", "status" : "current", "syntax" : { "type" : { "basetype" : "Bits", "x509" : { "nodetype" : "namednumber", "number" : "0" }, "psk" : { "nodetype" : "namednumber", "number" : "1" }, }, }, "access" : "readonly", "description" : """Represents the authentication credential type supported by the AC for CAPWAP control channel. The AC MAY support more than one option, represented by the bit field below: x509(0) - X.509 certificate based psk(1) - Pre-Shared secret""", "reference" : """Section 4.6.1 of CAPWAP Protocol Specification, RFC 5415.""", }, # scalar "capwapBaseAcNameListTable" : { "nodetype" : "table", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.1.9", "status" : "current", "description" : """A table of objects that configure the AC name list. Values of all read-create objects in this table are persistent at restart/reboot.""", "reference" : """Section 4.6.5 of CAPWAP Protocol Specification, RFC 5415.""", }, # table "capwapBaseAcNameListEntry" : { "nodetype" : "row", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.1.9.1", "create" : "true", "status" : "current", "linkage" : [ "capwapBaseAcNameListId", ], "description" : """A set of objects that configures the AC name list.""", }, # row "capwapBaseAcNameListId" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.1.9.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "1", "max" : "255" }, ], "range" : { "min" : "1", "max" : "255" }, }, }, "access" : "noaccess", "description" : """Represents the unique identifier of an AC Name list.""", }, # column "capwapBaseAcNameListName" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.1.9.1.2", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "SYSAPPL-MIB", "type" : "LongUtf8String", }, "ranges" : [ { "min" : "1", "max" : "512" }, ], "range" : { "min" : "1", "max" : "512" }, }, }, "access" : "readwrite", "description" : """Represents the name of an AC, and it is expected to be an UTF-8 encoded string.""", "reference" : """Section 4.6.5 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseAcNameListPriority" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.1.9.1.3", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "1", "max" : "255" }, ], "range" : { "min" : "1", "max" : "255" }, }, }, "access" : "readwrite", "description" : """Represents the priority order of the preferred AC. For instance, the value of one (1) is used to set the primary AC, the value of two (2) is used to set the secondary AC, etc.""", "reference" : """Section 4.6.5 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseAcNameListRowStatus" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.1.9.1.4", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"}, }, "access" : "readwrite", "description" : """This object is used to create, modify, and/or delete a row in this table. The value of capwapBaseAcNameListName and capwapBaseAcNameListPriority can be changed when this object is in state 'active' or in 'notInService'. The capwapBaseAcNameListRowStatus may be changed to 'active' if all the managed objects in the conceptual row with MAX-ACCESS read-create have been assigned valid values.""", }, # column "capwapBaseMacAclTable" : { "nodetype" : "table", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.1.10", "status" : "current", "description" : """A table of objects that configure station Access Control Lists (ACLs). The WTP will not provide service to the MAC addresses configured in this table. Values of all read-create objects in this table are persistent at AC restart/reboot.""", "reference" : """Section 4.6.7 of CAPWAP Protocol Specification, RFC 5415.""", }, # table "capwapBaseMacAclEntry" : { "nodetype" : "row", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.1.10.1", "create" : "true", "status" : "current", "linkage" : [ "capwapBaseMacAclId", ], "description" : """A set of objects that configures station Access Control Lists (ACLs).""", }, # row "capwapBaseMacAclId" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.1.10.1.1", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "noaccess", "description" : """Represents the unique identifier of an ACL.""", }, # column "capwapBaseMacAclStationId" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.1.10.1.2", "status" : "current", "syntax" : { "type" : { "module" :"CAPWAP-BASE-MIB", "name" : "CapwapBaseStationIdTC"}, }, "access" : "readwrite", "description" : """Represents the MAC address of a station to which WTPs will no longer provides service.""", "reference" : """Section 4.6.7 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseMacAclRowStatus" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.1.10.1.3", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"}, }, "access" : "readwrite", "description" : """This object is used to create, modify, and/or delete a row in this table. The value of capwapBaseMacAclStationId can be changed when this object is in state 'active' or in 'notInService'. The capwapBaseMacAclRowStatus may be changed to 'active' if all the managed objects in the conceptual row with MAX-ACCESS read-create have been assigned valid values.""", }, # column "capwapBaseWtps" : { "nodetype" : "node", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2", }, # node "capwapBaseWtpProfileTable" : { "nodetype" : "table", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.1", "status" : "current", "description" : """A table of objects that configure WTP profiles for WTPs to be managed before they connect to the AC. An operator could change a WTP's configuration by changing the values of parameters in the corresponding WTP profile, then the WTP could get the new configuration through the CAPWAP control channel. Values of all read-create objects in this table are persistent at restart/reboot.""", }, # table "capwapBaseWtpProfileEntry" : { "nodetype" : "row", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.1.1", "create" : "true", "status" : "current", "linkage" : [ "capwapBaseWtpProfileId", ], "description" : """A set of objects that configures and displays a WTP profile.""", }, # row "capwapBaseWtpProfileId" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.1.1.1", "status" : "current", "syntax" : { "type" : { "module" :"CAPWAP-BASE-MIB", "name" : "CapwapBaseWtpProfileIdTC"}, }, "access" : "noaccess", "description" : """Represents the unique identifier of a WTP profile.""", }, # column "capwapBaseWtpProfileName" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.1.1.2", "status" : "current", "syntax" : { "type" : { "module" :"SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"}, }, "access" : "readwrite", "description" : """Represents the name of a WTP profile.""", }, # column "capwapBaseWtpProfileWtpMacAddress" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.1.1.3", "status" : "current", "syntax" : { "type" : { "module" :"CAPWAP-BASE-MIB", "name" : "CapwapBaseWtpIdTC"}, }, "access" : "readwrite", "description" : """Represents the Base MAC address of a WTP. A WTP profile MUST contain the Base MAC address of the WTP because the CAPWAP message received from the WTP contains its Base MAC address and the AC uses the Base MAC address to find the corresponding WTP profile. Section 4.6.40 of [RFC5415] omits indicating that the WTP's Base MAC address must be included in the WTP Board Data message element. This is a known errata item and should be fixed in any future revision of the RFC 5415.""", "reference" : """Section 4.6.40 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpProfileWtpModelNumber" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.1.1.4", "status" : "current", "syntax" : { "type" : { "module" :"SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"}, }, "access" : "readwrite", "description" : """Represents the model number of a WTP. A WTP profile MUST include the WTP's model number, which reflects the number of Physical Layer (PHY) radios on the WTP. In this way, the creation of a WTP profile triggers the AC to automatically create the same number of WTP Virtual Radio Interfaces corresponding to the WTP's PHY radios without manual intervention. With the ifIndexes of WTP Virtual Radio Interfaces, the operator could configure and manage the WTP's PHY radios through the wireless binding MIB modules.""", "reference" : """Section 4.6.40 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpProfileWtpName" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.1.1.5", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "SYSAPPL-MIB", "type" : "LongUtf8String", }, "ranges" : [ { "min" : "1", "max" : "512" }, ], "range" : { "min" : "1", "max" : "512" }, }, }, "access" : "readwrite", "description" : """Represents the name of the WTP.""", "reference" : """Section 4.6.45 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpProfileWtpLocation" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.1.1.6", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "SYSAPPL-MIB", "type" : "LongUtf8String", }, "ranges" : [ { "min" : "1", "max" : "1024" }, ], "range" : { "min" : "1", "max" : "1024" }, }, }, "access" : "readwrite", "description" : """Represents the location of the WTP.""", "reference" : """Section 4.6.30 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpProfileWtpStaticIpEnable" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.1.1.7", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readwrite", "description" : """Represents whether the WTP SHOULD use a static IP address or not. A value of false disables the static IP address, while a value of true enables it.""", "reference" : """Section 4.6.48 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpProfileWtpStaticIpType" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.1.1.8", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "parent module" : { "name" : "INET-ADDRESS-MIB", "type" : "InetAddressType", }, "ipv4" : { "nodetype" : "namednumber", "number" : "1" }, }, }, "access" : "readwrite", "description" : """Represents the static IP address type used by the WTP. Only ipv4(1) is supported by the object. Although the CAPWAP protocol [RFC5415] supports both IPv4 and IPv6, note that the CAPWAP field modeled by this object does not support IPv6, so the object does not support ipv6(2).""", "reference" : """Section 4.6.48 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpProfileWtpStaticIpAddress" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.1.1.9", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "INET-ADDRESS-MIB", "type" : "InetAddress", }, "ranges" : [ { "min" : "4", "max" : "4" }, ], "range" : { "min" : "4", "max" : "4" }, }, }, "access" : "readwrite", "description" : """When capwapBaseWtpProfileWtpStaticIpEnable is true, it represents the static IP address to be assigned to the WTP. The format of this IP address is determined by the corresponding instance of object capwapBaseWtpProfileWtpStaticIpType.""", "reference" : """Section 4.6.48 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpProfileWtpNetmask" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.1.1.10", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "INET-ADDRESS-MIB", "type" : "InetAddress", }, "ranges" : [ { "min" : "4", "max" : "4" }, ], "range" : { "min" : "4", "max" : "4" }, }, }, "access" : "readwrite", "description" : """When capwapBaseWtpProfileWtpStaticIpEnable is true, it represents the netmask to be assigned to the WTP. The format of this netmask is determined by the corresponding instance of object capwapBaseWtpProfileWtpStaticIpType.""", "reference" : """Section 4.6.48 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpProfileWtpGateway" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.1.1.11", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "INET-ADDRESS-MIB", "type" : "InetAddress", }, "ranges" : [ { "min" : "4", "max" : "4" }, ], "range" : { "min" : "4", "max" : "4" }, }, }, "access" : "readwrite", "description" : """When capwapBaseWtpProfileWtpStaticIpEnable is true, it represents the gateway to be assigned to the WTP. The format of this IP address is determined by the corresponding instance of object capwapBaseWtpProfileWtpStaticIpType.""", "reference" : """Section 4.6.48 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpProfileWtpFallbackEnable" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.1.1.12", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "enabled" : { "nodetype" : "namednumber", "number" : "1" }, "disabled" : { "nodetype" : "namednumber", "number" : "2" }, }, }, "access" : "readwrite", "default" : "enabled", "description" : """Represents whether to enable or disable automatic CAPWAP fallback in the event that a WTP detects its preferred AC and is not currently connected to it. The following enumerated values are supported: enabled(1) - The fallback mode is enabled disabled(2) - The fallback mode is disabled""", "reference" : """Section 4.6.42 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpProfileWtpEchoInterval" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.1.1.13", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readwrite", "default" : "30", "units" : "second", "description" : """Represents the minimum time, in seconds, between sending Echo Request messages to the AC that the WTP has joined.""", "reference" : """Section 4.7.7 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpProfileWtpIdleTimeout" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.1.1.14", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readwrite", "default" : "300", "units" : "second", "description" : """Represents the idle timeout value that the WTP SHOULD enforce for its active stations.""", "reference" : """Section 4.7.8 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpProfileWtpMaxDiscoveryInterval" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.1.1.15", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "2", "max" : "180" }, ], "range" : { "min" : "2", "max" : "180" }, }, }, "access" : "readwrite", "default" : "20", "units" : "second", "description" : """Represents the maximum time allowed between sending Discovery Request messages, in seconds.""", "reference" : """Section 4.7.10 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpProfileWtpReportInterval" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.1.1.16", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readwrite", "default" : "120", "units" : "second", "description" : """Represents the interval for WTP to send the Decryption Error report.""", "reference" : """Section 4.7.11 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpProfileWtpStatisticsTimer" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.1.1.17", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readwrite", "default" : "120", "units" : "second", "description" : """Represents the interval the WTP uses between the WTP Event Requests it transmits to the AC to communicate its statistics, in seconds.""", "reference" : """Section 4.7.14 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpProfileWtpEcnSupport" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.1.1.18", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "limited" : { "nodetype" : "namednumber", "number" : "0" }, "fullAndLimited" : { "nodetype" : "namednumber", "number" : "1" }, }, }, "access" : "readwrite", "description" : """Represents the support for the Explicit Congestion Notification (ECN) bits, as defined in [RFC3168]. The following enumerated values are supported: limited(0) - Limited ECN support fullAndLimited(1) - Full and limited ECN support Note that the CAPWAP field [RFC5415] modeled by this object takes zero as starting value; this MIB object follows that rule.""", "reference" : """Section 4.6.25 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpProfileRowStatus" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.1.1.19", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"}, }, "access" : "readwrite", "description" : """This object is used to create, modify, and/or delete a row in this table. The value of capwapBaseWtpProfileName, capwapBaseWtpProfileWtpName and capwapBaseWtpProfileWtpLocation can be changed when this object is in state 'active' or in 'notInService'. The other objects in a row can be modified only when the value of this object in the corresponding conceptual row is not 'active'. Thus, to modify one or more of the objects in this conceptual row: a. change the row status to 'notInService' b. change the values of the row c. change the row status to 'active' The capwapBaseWtpProfileRowStatus may be changed to 'active' if the managed objects capwapBaseWtpProfileName, capwapBaseWtpProfileWtpMacAddress, capwapBaseWtpProfileWtpModelNumber, capwapBaseWtpProfileWtpName, and capwapBaseWtpProfileWtpLocation in the conceptual row have been assigned valid values. Deleting a WTP profile in use will disconnect the WTP from the AC. So the network management system SHOULD ask the operator to confirm such an operation. When a WTP profile entry is removed from the table, the corresponding WTP Virtual Radio Interfaces are also removed from the capwapBaseWirelessBindingTable and ifTable [RFC2863]. Also, the related object instances SHOULD be removed from the wireless binding MIB modules such as the IEEE 802.11 MIB module [IEEE.802-11.2007].""", }, # column "capwapBaseWtpStateTable" : { "nodetype" : "table", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.2", "status" : "current", "description" : """A table of objects that indicate the AC's CAPWAP FSM state for each WTP, and helps the operator to query a WTP's current configuration.""", }, # table "capwapBaseWtpStateEntry" : { "nodetype" : "row", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.2.1", "status" : "current", "linkage" : [ "capwapBaseWtpStateWtpId", ], "description" : """A set of objects that displays the AC's CAPWAP FSM state for each WTP. Also, the operator could query the current configuration of a WTP by using the identifier of the corresponding WTP profile.""", }, # row "capwapBaseWtpStateWtpId" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.2.1.1", "status" : "current", "syntax" : { "type" : { "module" :"CAPWAP-BASE-MIB", "name" : "CapwapBaseWtpIdTC"}, }, "access" : "noaccess", "description" : """Represents the unique identifier of a WTP.""", }, # column "capwapBaseWtpStateWtpIpAddressType" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.2.1.2", "status" : "current", "syntax" : { "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"}, }, "access" : "readonly", "description" : """Represents the IP address type of a WTP. Only ipv4(1) and ipv6(2) are supported by the object.""", }, # column "capwapBaseWtpStateWtpIpAddress" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.2.1.3", "status" : "current", "syntax" : { "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddress"}, }, "access" : "readonly", "description" : """Represents the IP address of a WTP that corresponds to the IP address in the IP packet header. The format of this IP address is determined by the corresponding instance of object capwapBaseWtpStateWtpIpAddressType.""", "reference" : """Section 4 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpStateWtpLocalIpAddressType" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.2.1.4", "status" : "current", "syntax" : { "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"}, }, "access" : "readonly", "description" : """Represents the local IP address type of a WTP. Only ipv4(1) and ipv6(2) are supported by the object.""", }, # column "capwapBaseWtpStateWtpLocalIpAddress" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.2.1.5", "status" : "current", "syntax" : { "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddress"}, }, "access" : "readonly", "description" : """Represents the local IP address of a WTP and models the CAPWAP Local IPv4 Address or CAPWAP Local IPv6 Address fields [RFC5415]. If a Network Address Translation (NAT) device is present between WTP and AC, the value of capwapBaseWtpStateWtpLocalIpAddress will be different from the value of capwapBaseWtpStateWtpIpAddress. The format of this IP address is determined by the corresponding instance of object capwapBaseWtpStateWtpLocalIpAddressType.""", "reference" : """Sections 4.6.11 and 4.6.12 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpStateWtpBaseMacAddress" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.2.1.6", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "SNMPv2-TC", "type" : "PhysAddress", }, "ranges" : [ { "min" : "6", "max" : "6" }, { "min" : "8", "max" : "8" }, ], "range" : { "min" : "6", "max" : "8" }, }, }, "access" : "readonly", "description" : """Represents the WTP's Base MAC Address, which MAY be assigned to the primary Ethernet interface. The instance of the object corresponds to the Base MAC Address sub-element in the CAPWAP protocol [RFC5415].""", "reference" : """Section 4.6.40 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpState" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.2.1.7", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "dtls" : { "nodetype" : "namednumber", "number" : "1" }, "join" : { "nodetype" : "namednumber", "number" : "2" }, "image" : { "nodetype" : "namednumber", "number" : "3" }, "configure" : { "nodetype" : "namednumber", "number" : "4" }, "dataCheck" : { "nodetype" : "namednumber", "number" : "5" }, "run" : { "nodetype" : "namednumber", "number" : "6" }, "reset" : { "nodetype" : "namednumber", "number" : "7" }, "dtlsTeardown" : { "nodetype" : "namednumber", "number" : "8" }, "unknown" : { "nodetype" : "namednumber", "number" : "9" }, }, }, "access" : "readonly", "description" : """Represents the various possibilities of the AC's CAPWAP FSM state for each WTP. The following enumerated values are supported: dtls(1) - DTLS negotiation states, which include DTLS setup, authorize, DTLS connect join(2) - The WTP is joining with the AC image(3) - The WTP is downloading software configure(4) - The WTP is getting configuration from the AC dataCheck(5) - The AC is waiting for the Data Channel Keep Alive Packet run(6) - The WTP enters the running state reset(7) - The AC transmits a reset request message to the WTP dtlsTeardown(8) - DTLS session is torn down unknown(9) - Operator already prepared configuration for the WTP, while the WTP has not contacted the AC until now""", "reference" : """Section 2.3.1 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpStateWtpUpTime" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.2.1.8", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "TimeTicks"}, }, "access" : "readonly", "description" : """Represents the time (in hundredths of a second) since the WTP has been in the running state (corresponding to the value run(6) of capwapBaseWtpState).""", }, # column "capwapBaseWtpStateWtpCurrWtpProfileId" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.2.1.9", "status" : "current", "syntax" : { "type" : { "module" :"CAPWAP-BASE-MIB", "name" : "CapwapBaseWtpProfileIdTC"}, }, "access" : "readonly", "description" : """Represents the current identifier of a WTP profile. The operator could query a WTP's current configuration with the identifier of a WTP profile.""", }, # column "capwapBaseWtpTable" : { "nodetype" : "table", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.3", "status" : "current", "description" : """A table of objects that display properties of the WTPs in running state.""", }, # table "capwapBaseWtpEntry" : { "nodetype" : "row", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.3.1", "status" : "current", "linkage" : [ "capwapBaseWtpCurrId", ], "description" : """A set of objects that displays properties of the WTPs in running state.""", }, # row "capwapBaseWtpCurrId" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.3.1.1", "status" : "current", "syntax" : { "type" : { "module" :"CAPWAP-BASE-MIB", "name" : "CapwapBaseWtpIdTC"}, }, "access" : "noaccess", "description" : """Represents the unique identifier of a WTP in running state.""", }, # column "capwapBaseWtpPhyIndex" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.3.1.2", "status" : "current", "syntax" : { "type" : { "module" :"ENTITY-MIB", "name" : "PhysicalIndex"}, }, "access" : "readonly", "description" : """Represents the unique physical index of a physical entity in the ENTITY-MIB module [RFC4133]. Information about a specific WTP such as its software version could be accessed through this index.""", }, # column "capwapBaseWtpBaseMacAddress" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.3.1.3", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "SNMPv2-TC", "type" : "PhysAddress", }, "ranges" : [ { "min" : "6", "max" : "6" }, { "min" : "8", "max" : "8" }, ], "range" : { "min" : "6", "max" : "8" }, }, }, "access" : "readonly", "description" : """Represents the WTP's Base MAC Address, which MAY be assigned to the primary Ethernet interface. The instance of the object corresponds to the Base MAC Address sub-element in the CAPWAP protocol [RFC5415].""", "reference" : """Section 4.6.40 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpTunnelModeOptions" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.3.1.4", "status" : "current", "syntax" : { "type" : { "module" :"CAPWAP-BASE-MIB", "name" : "CapwapBaseTunnelModeTC"}, }, "access" : "readonly", "description" : """Represents the tunneling modes of operation supported by the WTP.""", "reference" : """Section 4.6.43 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpMacTypeOptions" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.3.1.5", "status" : "current", "syntax" : { "type" : { "module" :"CAPWAP-BASE-MIB", "name" : "CapwapBaseMacTypeTC"}, }, "access" : "readonly", "description" : """Represents the MAC mode of operation supported by the WTP.""", "reference" : """Section 4.6.44 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpDiscoveryType" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.3.1.6", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "unknown" : { "nodetype" : "namednumber", "number" : "0" }, "staticConfig" : { "nodetype" : "namednumber", "number" : "1" }, "dhcp" : { "nodetype" : "namednumber", "number" : "2" }, "dns" : { "nodetype" : "namednumber", "number" : "3" }, "acRef" : { "nodetype" : "namednumber", "number" : "4" }, }, }, "access" : "readonly", "description" : """Represents how the WTP discovers the AC. The following enumerated values are supported: unknown(0) - Unknown staticConfig(1) - Static configuration dhcp(2) - DHCP dns(3) - DNS acRef(4) - AC referral Note that the CAPWAP field [RFC5415] modeled by this object takes zero as starting value; this MIB object follows that rule.""", "reference" : """Section 4.6.21 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpRadiosInUseNum" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.3.1.7", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "parent module" : { "name" : "SNMPv2-SMI", "type" : "Gauge32", }, "ranges" : [ { "min" : "0", "max" : "255" }, ], "range" : { "min" : "0", "max" : "255" }, }, }, "access" : "readonly", "description" : """Represents the number of radios in use on the WTP.""", "reference" : """Section 4.6.41 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpRadioNumLimit" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.3.1.8", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "0", "max" : "255" }, ], "range" : { "min" : "0", "max" : "255" }, }, }, "access" : "readonly", "description" : """Represents the maximum radio number supported by the WTP.""", "reference" : """Section 4.6.41 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpRetransmitCount" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.3.1.9", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "retransmissions", "description" : """Represents the number of retransmissions for a given CAPWAP packet.""", "reference" : """Section 4.8.8 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWirelessBindingTable" : { "nodetype" : "table", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.4", "status" : "current", "description" : """A table of objects that display the mappings between WTP Virtual Radio Interfaces and PHY radios, and the wireless binding type for each PHY radio. As capwapBaseWirelessBindingTable stores the mappings between PHY radios (Radio IDs) and the ifIndexes of WTP Virtual Radio Interfaces, the operator can get the ifIndex information by querying this table. Such a query operation SHOULD run from radio ID 1 to radio ID 31 according to [RFC5415], and stop when an invalid ifIndex value (0) is returned. Values of all objects in this table are persistent at restart/reboot.""", }, # table "capwapBaseWirelessBindingEntry" : { "nodetype" : "row", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.4.1", "status" : "current", "linkage" : [ "capwapBaseWtpProfileId", "capwapBaseWirelessBindingRadioId", ], "description" : """A set of objects that displays the mapping between a specific WTP Virtual Radio Interface and a PHY radio, and the wireless binding type for the PHY radio.""", }, # row "capwapBaseWirelessBindingRadioId" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.4.1.1", "status" : "current", "syntax" : { "type" : { "module" :"CAPWAP-BASE-MIB", "name" : "CapwapBaseRadioIdTC"}, }, "access" : "noaccess", "description" : """Represents the identifier of a PHY radio on a WTP, which is required to be unique on a WTP. For example, WTP A and WTP B use a same value of capwapBaseWirelessBindingRadioId for their first radio.""", "reference" : """Section 4.3 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWirelessBindingVirtualRadioIfIndex" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.4.1.2", "status" : "current", "syntax" : { "type" : { "module" :"IF-MIB", "name" : "InterfaceIndex"}, }, "access" : "readonly", "description" : """Represents the index value that uniquely identifies a WLAN Virtual Radio Interface. The interface identified by a particular value of this index is the same interface as identified by the same value of the ifIndex. Before WTPs contact the AC to get configuration, the operator configures WTP profiles for them. The creation of a WTP profile triggers the system to automatically create a specific number of WTP Virtual Radio Interfaces and add a new row object in the capwapBaseWirelessBindingTable without manual intervention. As most MIB modules use the ifIndex to identify an interface for configuration and statistical data (for example, the IEEE 802.11 MIB module [IEEE.802-11.2007]), it will be easy to reuse other wireless binding MIB modules through the WTP Virtual Radio Interface in the Centralized WLAN Architecture.""", }, # column "capwapBaseWirelessBindingType" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.4.1.3", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "dot11" : { "nodetype" : "namednumber", "number" : "1" }, "epc" : { "nodetype" : "namednumber", "number" : "3" }, }, }, "access" : "readonly", "description" : """Represents the wireless binding type for the radio. The following enumerated values are supported: dot11(1) - IEEE 802.11 epc(3) - EPCGlobal""", "reference" : """Section 4.3 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseStationTable" : { "nodetype" : "table", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.5", "status" : "current", "description" : """A table of objects that display stations that are accessing the wireless service provided by the AC.""", "reference" : """Section 4.6.8 of CAPWAP Protocol Specification, RFC 5415.""", }, # table "capwapBaseStationEntry" : { "nodetype" : "row", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.5.1", "status" : "current", "linkage" : [ "capwapBaseStationId", ], "description" : """A set of objects that displays a station that is associated with the specific radio on the WTP. Note that in some cases such as roaming that a station may simultaneously associate with two WTPs for some (short) time. The MIB implementation MUST ensure there is only one valid and meaningful entry for a specific station.""", }, # row "capwapBaseStationId" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.5.1.1", "status" : "current", "syntax" : { "type" : { "module" :"CAPWAP-BASE-MIB", "name" : "CapwapBaseStationIdTC"}, }, "access" : "noaccess", "description" : """Represents the unique identifier of the station.""", "reference" : """Section 4.6.8 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseStationWtpId" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.5.1.2", "status" : "current", "syntax" : { "type" : { "module" :"CAPWAP-BASE-MIB", "name" : "CapwapBaseWtpIdTC"}, }, "access" : "readonly", "description" : """Represents the unique identifier of a WTP in running state.""", }, # column "capwapBaseStationWtpRadioId" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.5.1.3", "status" : "current", "syntax" : { "type" : { "module" :"CAPWAP-BASE-MIB", "name" : "CapwapBaseRadioIdTC"}, }, "access" : "readonly", "description" : """Represents the identifier of a PHY radio on a WTP, which is required to be unique on a WTP. For example, WTP A and WTP B use a same value of capwapBaseStationWtpRadioId for their first radio.""", "reference" : """Section 4.3 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseStationAddedTime" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.5.1.4", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "DateAndTime"}, }, "access" : "readonly", "description" : """Represents the time when the station is added.""", "reference" : """Section 4.6.8 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseStationVlanName" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.5.1.5", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "SNMP-FRAMEWORK-MIB", "type" : "SnmpAdminString", }, "ranges" : [ { "min" : "0", "max" : "32" }, ], "range" : { "min" : "0", "max" : "32" }, }, }, "access" : "readonly", "description" : """Represents VLAN name to which the station is associated.""", "reference" : """Section 4.6.8 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpEventsStatsTable" : { "nodetype" : "table", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.6", "status" : "current", "description" : """A table of objects that display the WTPs' events statistics.""", "reference" : """Section 4.6.47 of CAPWAP Protocol Specification, RFC 5415.""", }, # table "capwapBaseWtpEventsStatsEntry" : { "nodetype" : "row", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.6.1", "status" : "current", "linkage" : [ "capwapBaseWtpCurrId", ], "description" : """A set of objects that displays the events statistics of a WTP.""", "reference" : """Section 4.6.47 of CAPWAP Protocol Specification, RFC 5415.""", }, # row "capwapBaseWtpEventsStatsRebootCount" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.6.1.1", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """Represents the number of reboots that have occurred due to a WTP crash. Note that the CAPWAP field [RFC5415] modeled by this counter takes the value 65535 to indicate that the information is not available on the WTP. This MIB object does not follow this behavior, which would not be standard in SMIv2. If the WTP does not have the information, the agent will not instantiate the object.""", "reference" : """Section 4.6.47 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpEventsStatsInitCount" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.6.1.2", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """Represents the number of reboots that have occurred at the request of a CAPWAP protocol message, such as a change in configuration that requires a reboot or an explicit CAPWAP protocol reset request. Note that the CAPWAP field [RFC5415] modeled by this counter takes the value 65535 to indicate that the information is not available on the WTP. This MIB object does not follow this behavior, which would not be standard in SMIv2. If the WTP does not have the information, the agent will not instantiate the object.""", "reference" : """Section 4.6.47 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpEventsStatsLinkFailureCount" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.6.1.3", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """Represents the number of times that a CAPWAP protocol connection with an AC has failed due to link failures.""", "reference" : """Section 4.6.47 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpEventsStatsSwFailureCount" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.6.1.4", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """Represents the number of times that a CAPWAP protocol connection with an AC has failed due to software-related reasons.""", "reference" : """Section 4.6.47 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpEventsStatsHwFailureCount" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.6.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """Represents the number of times that a CAPWAP protocol connection with an AC has failed due to hardware-related reasons.""", "reference" : """Section 4.6.47 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpEventsStatsOtherFailureCount" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.6.1.6", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """Represents the number of times that a CAPWAP protocol connection with an AC has failed due to known reasons, other than the AC-initiated, link, software or hardware failures.""", "reference" : """Section 4.6.47 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpEventsStatsUnknownFailureCount" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.6.1.7", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """Represents the number of times that a CAPWAP protocol connection with an AC has failed for unknown reasons.""", "reference" : """Section 4.6.47 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseWtpEventsStatsLastFailureType" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.6.1.8", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "unsupported" : { "nodetype" : "namednumber", "number" : "0" }, "acInit" : { "nodetype" : "namednumber", "number" : "1" }, "linkFailure" : { "nodetype" : "namednumber", "number" : "2" }, "swFailure" : { "nodetype" : "namednumber", "number" : "3" }, "hwFailure" : { "nodetype" : "namednumber", "number" : "4" }, "otherFailure" : { "nodetype" : "namednumber", "number" : "5" }, "unknown" : { "nodetype" : "namednumber", "number" : "255" }, }, }, "access" : "readonly", "description" : """Represents the failure type of the most recent WTP failure. The following enumerated values are supported: unsupported(0) - Not supported acInit(1) - The AC initiated linkFailure(2) - Link failure swFailure(3) - Software failure hwFailure(4) - Hardware failure otherFailure(5) - Other failure unknown(255) - Unknown (e.g., WTP doesn't keep track of info) Note that the CAPWAP field [RFC5415] modeled by this object takes zero as starting value; this MIB object follows that rule.""", "reference" : """Section 4.6.47 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseRadioEventsStatsTable" : { "nodetype" : "table", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.7", "status" : "current", "description" : """A table of objects that display statistics on the radios' behaviors and reasons why the WTP radio has been reset. To get the events statistics of all radios on a specific WTP (identified by the capwapBaseWtpCurrId), a query operation SHOULD run from radio ID 1 to radio ID 31 until there is no data returned. The radio ID here corresponds to the object capwapBaseRadioEventsWtpRadioId. If the previous MIB operations such as query on the capwapBaseWirelessBindingTable know the exact value of each radio ID, the query operation on the capwapBaseRadioEventsStatsTable could use that value of Radio IDs.""", "reference" : """Section 4.6.46 of CAPWAP Protocol Specification, RFC 5415.""", }, # table "capwapBaseRadioEventsStatsEntry" : { "nodetype" : "row", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.7.1", "status" : "current", "linkage" : [ "capwapBaseWtpCurrId", "capwapBaseRadioEventsWtpRadioId", ], "description" : """A set of objects that displays the statistical data of events that happened on a specific radio of a WTP.""", }, # row "capwapBaseRadioEventsWtpRadioId" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.7.1.1", "status" : "current", "syntax" : { "type" : { "module" :"CAPWAP-BASE-MIB", "name" : "CapwapBaseRadioIdTC"}, }, "access" : "noaccess", "description" : """Represents the identifier of a PHY radio on a WTP, which is required to be unique on a WTP. For example, WTP A and WTP B use the same value of capwapBaseRadioEventsWtpRadioId for their first radio.""", "reference" : """Section 4.3 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseRadioEventsStatsResetCount" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.7.1.2", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """Represents the number of times that the radio has been reset.""", "reference" : """Section 4.6.46 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseRadioEventsStatsSwFailureCount" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.7.1.3", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """Represents the number of times that the radio has failed due to software-related reasons.""", "reference" : """Section 4.6.46 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseRadioEventsStatsHwFailureCount" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.7.1.4", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """Represents the number of times that the radio has failed due to hardware-related reasons.""", "reference" : """Section 4.6.46 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseRadioEventsStatsOtherFailureCount" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.7.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """Represents the number of times that the radio has failed due to known reasons, other than software or hardware failure.""", "reference" : """Section 4.6.46 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseRadioEventsStatsUnknownFailureCount" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.7.1.6", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """Represents the number of times that the radio has failed for unknown reasons.""", "reference" : """Section 4.6.46 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseRadioEventsStatsConfigUpdateCount" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.7.1.7", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """Represents the number of times that the radio configuration has been updated.""", "reference" : """Section 4.6.46 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseRadioEventsStatsChannelChangeCount" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.7.1.8", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """Represents the number of times that the radio channel has been changed.""", "reference" : """Section 4.6.46 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseRadioEventsStatsBandChangeCount" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.7.1.9", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """Represents the number of times that the radio has changed frequency bands.""", "reference" : """Section 4.6.46 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseRadioEventsStatsCurrNoiseFloor" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.7.1.10", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Integer32"}, }, "access" : "readonly", "units" : "dBm", "description" : """Represents the noise floor of the radio receiver in units of dBm.""", "reference" : """Section 4.6.46 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseRadioEventsStatsDecryptErrorCount" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.7.1.11", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """Represents the number of decryption errors that have occurred on the WTP. Note that this field is only valid in cases where the WTP provides encryption/decryption services.""", "reference" : """Section 4.6.46 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseRadioEventsStatsLastFailureType" : { "nodetype" : "column", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.2.7.1.12", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "unsupported" : { "nodetype" : "namednumber", "number" : "0" }, "swFailure" : { "nodetype" : "namednumber", "number" : "1" }, "hwFailure" : { "nodetype" : "namednumber", "number" : "2" }, "otherFailure" : { "nodetype" : "namednumber", "number" : "3" }, "unknown" : { "nodetype" : "namednumber", "number" : "255" }, }, }, "access" : "readonly", "description" : """Represents the failure type of the most recent radio failure. The following enumerated values are supported: unsupported(0) - Not supported swFailure(1) - Software failure hwFailure(2) - Hardware failure otherFailure(3) - Other failure unknown(255) - Unknown Note that the CAPWAP field [RFC5415] modeled by this object takes zero as starting value; this MIB object follows that rule.""", "reference" : """Section 4.6.46 of CAPWAP Protocol Specification, RFC 5415.""", }, # column "capwapBaseParameters" : { "nodetype" : "node", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.3", }, # node "capwapBaseAcMaxRetransmit" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.3.1", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readwrite", "default" : "5", "description" : """Represents the maximum number of retransmissions for a given CAPWAP packet before the link layer considers the peer dead. The value of the object is persistent at restart/reboot.""", "reference" : """Section 4.8.7 of CAPWAP Protocol Specification, RFC 5415.""", }, # scalar "capwapBaseAcChangeStatePendingTimer" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.3.2", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readwrite", "default" : "25", "units" : "second", "description" : """Represents the maximum time, in seconds, the AC will wait for the Change State Event Request from the WTP after having transmitted a successful Configuration Status Response message. The value of the object is persistent at restart/reboot.""", "reference" : """Section 4.7.1 of CAPWAP Protocol Specification, RFC 5415.""", }, # scalar "capwapBaseAcDataCheckTimer" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.3.3", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readwrite", "default" : "30", "units" : "second", "description" : """Represents The number of seconds the AC will wait for the Data Channel Keep Alive, which is required by the CAPWAP state machine's Data Check state. The AC resets the state machine if this timer expires prior to transitioning to the next state. The value of the object is persistent at restart/reboot.""", "reference" : """Section 4.7.4 of CAPWAP Protocol Specification, RFC 5415.""", }, # scalar "capwapBaseAcDTLSSessionDeleteTimer" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.3.4", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readwrite", "default" : "5", "units" : "second", "description" : """Represents the minimum time, in seconds, the AC MUST wait for DTLS session deletion. The value of the object is persistent at restart/reboot.""", "reference" : """Section 4.7.6 of CAPWAP Protocol Specification, RFC 5415.""", }, # scalar "capwapBaseAcEchoInterval" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.3.5", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readwrite", "default" : "30", "units" : "second", "description" : """Represents the minimum time, in seconds, between sending Echo Request messages to the AC with which the WTP has joined. The value of the object is persistent at restart/reboot.""", "reference" : """Section 4.7.7 of CAPWAP Protocol Specification, RFC 5415.""", }, # scalar "capwapBaseAcRetransmitInterval" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.3.6", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readwrite", "default" : "3", "units" : "second", "description" : """Represents the minimum time, in seconds, in which a non-acknowledged CAPWAP packet will be retransmitted. The value of the object is persistent at restart/reboot.""", "reference" : """Section 4.7.12 of CAPWAP Protocol Specification, RFC 5415.""", }, # scalar "capwapBaseAcSilentInterval" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.3.7", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readwrite", "default" : "30", "units" : "second", "description" : """Represents the minimum time, in seconds, during which the AC SHOULD ignore all CAPWAP and DTLS packets received from the WTP that is in the Sulking state. The value of the object is persistent at restart/reboot.""", "reference" : """Section 4.7.13 of CAPWAP Protocol Specification, RFC 5415.""", }, # scalar "capwapBaseAcWaitDTLSTimer" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.3.8", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "30", "max" : "4294967295" }, ], "range" : { "min" : "30", "max" : "4294967295" }, }, }, "access" : "readwrite", "default" : "60", "units" : "second", "description" : """Represents the maximum time, in seconds, the AC MUST wait without having received a DTLS Handshake message from an AC. This timer MUST be greater than 30 seconds. The value of the object is persistent at restart/reboot.""", "reference" : """Section 4.7.15 of CAPWAP Protocol Specification, RFC 5415.""", }, # scalar "capwapBaseAcWaitJoinTimer" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.3.9", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "20", "max" : "4294967295" }, ], "range" : { "min" : "20", "max" : "4294967295" }, }, }, "access" : "readwrite", "default" : "60", "units" : "second", "description" : """Represents the maximum time, in seconds, the AC will wait after the DTLS session has been established until it receives the Join Request from the WTP. This timer MUST be greater than 20 seconds. The value of the object is persistent at restart/reboot.""", "reference" : """Section 4.7.16 of CAPWAP Protocol Specification, RFC 5415.""", }, # scalar "capwapBaseAcEcnSupport" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.3.10", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "limited" : { "nodetype" : "namednumber", "number" : "0" }, "fullAndLimited" : { "nodetype" : "namednumber", "number" : "1" }, }, }, "access" : "readwrite", "description" : """Represents the support for the Explicit Congestion Notification (ECN) bits, as defined in [RFC3168]. The value of the object is persistent at restart/reboot. The following enumerated values are supported: limited(0) - Limited ECN support fullAndLimited(1) - Full and limited ECN support Note that the CAPWAP field [RFC5415] modeled by this object takes zero as starting value; this MIB object follows that rule.""", "reference" : """Section 4.6.25 of CAPWAP Protocol Specification, RFC 5415.""", }, # scalar "capwapBaseStats" : { "nodetype" : "node", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.4", }, # node "capwapBaseFailedDTLSAuthFailureCount" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.4.1", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """Represents the number of failed DTLS session establishment attempts due to authentication failures.""", "reference" : """Section 4.8.3 of CAPWAP Protocol Specification, RFC 5415.""", }, # scalar "capwapBaseFailedDTLSSessionCount" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.4.2", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "description" : """Represents the number of failed DTLS session establishment attempts.""", "reference" : """Section 4.8.4 of CAPWAP Protocol Specification, RFC 5415.""", }, # scalar "capwapBaseNotifyVarObjects" : { "nodetype" : "node", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.5", }, # node "capwapBaseNtfWtpId" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.5.1", "status" : "current", "syntax" : { "type" : { "module" :"CAPWAP-BASE-MIB", "name" : "CapwapBaseWtpIdTC"}, }, "access" : "notifyonly", "description" : """Represents the unique identifier of a WTP.""", }, # scalar "capwapBaseNtfRadioId" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.5.2", "status" : "current", "syntax" : { "type" : { "module" :"CAPWAP-BASE-MIB", "name" : "CapwapBaseRadioIdTC"}, }, "access" : "notifyonly", "description" : """Represents the identifier of a PHY radio on a WTP, which is only required to be unique on a WTP. For example, WTP A and WTP B can use the same value of capwapBaseNtfRadioId for their first radio.""", "reference" : """Section 4.3 of CAPWAP Protocol Specification, RFC 5415.""", }, # scalar "capwapBaseNtfChannelType" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.5.3", "status" : "current", "syntax" : { "type" : { "module" :"CAPWAP-BASE-MIB", "name" : "CapwapBaseChannelTypeTC"}, }, "access" : "notifyonly", "description" : """Represents the channel type for the CAPWAP protocol.""", }, # scalar "capwapBaseNtfAuthenMethod" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.5.4", "status" : "current", "syntax" : { "type" : { "module" :"CAPWAP-BASE-MIB", "name" : "CapwapBaseAuthenMethodTC"}, }, "access" : "notifyonly", "description" : """Represents the authentication method for the CAPWAP Channel.""", }, # scalar "capwapBaseNtfChannelDownReason" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.5.5", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "timeout" : { "nodetype" : "namednumber", "number" : "1" }, "rekeyFailure" : { "nodetype" : "namednumber", "number" : "2" }, "acRebootWtp" : { "nodetype" : "namednumber", "number" : "3" }, "dtlsError" : { "nodetype" : "namednumber", "number" : "4" }, "maxRetransmit" : { "nodetype" : "namednumber", "number" : "5" }, }, }, "access" : "notifyonly", "description" : """Represents the reason the channel is down. The following enumerated values are supported: timeout(1) - The keepalive timed out rekeyFailure(2) - Rekey process failed; channel will be broken acRebootWtp(3) - The AC rebooted the WTP dtlsError(4) - DTLS notifications: DTLSAborted, DTLSReassemblyFailure, DTLSPeerDisconnect, or frequent DTLSDecapFailure maxRetransmit(5) - The underlying reliable transport's RetransmitCount counter has reached the MaxRetransmit variable""", }, # scalar "capwapBaseNtfStationIdList" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.5.6", "status" : "current", "syntax" : { "type" : { "basetype" : "OctetString", "parent module" : { "name" : "SYSAPPL-MIB", "type" : "LongUtf8String", }, "ranges" : [ { "min" : "6", "max" : "1024" }, ], "range" : { "min" : "6", "max" : "1024" }, }, }, "access" : "notifyonly", "description" : """Represents a list of station MAC addresses separated by semicolons.""", "reference" : """Section 4.6.17 of CAPWAP Protocol Specification, RFC 5415.""", }, # scalar "capwapBaseNtfAuthenFailureReason" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.5.7", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "keyMismatch" : { "nodetype" : "namednumber", "number" : "1" }, "invalidCert" : { "nodetype" : "namednumber", "number" : "2" }, "reassemblyFailure" : { "nodetype" : "namednumber", "number" : "3" }, "decapFailure" : { "nodetype" : "namednumber", "number" : "4" }, "encapFailure" : { "nodetype" : "namednumber", "number" : "5" }, "timeout" : { "nodetype" : "namednumber", "number" : "6" }, "unknown" : { "nodetype" : "namednumber", "number" : "8" }, }, }, "access" : "notifyonly", "description" : """Represents the reason for WTP authorization failure. The following enumerated values are supported: keyMismatch(1) - WTP's and AC's keys did not match invalidCert(2) - Certification is not valid reassemblyFailure(3) - Fragment reassembly failure decapFailure(4) - Decapsulation error encapFailure(5) - Encapsulation error timeout(6) - WaitDTLS timer timeout unknown(8) - Unknown reason""", "reference" : """Section 2.3.1 of CAPWAP Protocol Specification, RFC 5415.""", }, # scalar "capwapBaseNtfRadioOperStatusFlag" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.5.8", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "operable" : { "nodetype" : "namednumber", "number" : "0" }, "inoperable" : { "nodetype" : "namednumber", "number" : "1" }, }, }, "access" : "notifyonly", "description" : """Represents the operation status of a radio. The following enumerated values are supported: operable(0) - The radio is operable inoperable(1) - The radio is inoperable, and the capwapBaseNtfRadioStatusCause object gives the reason in detail Note that the CAPWAP field [RFC5415] modeled by this object takes zero as starting value; this MIB object follows that rule.""", "reference" : """Section 4.6.34 of CAPWAP Protocol Specification, RFC 5415.""", }, # scalar "capwapBaseNtfRadioStatusCause" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.5.9", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "normal" : { "nodetype" : "namednumber", "number" : "0" }, "hwError" : { "nodetype" : "namednumber", "number" : "1" }, "swError" : { "nodetype" : "namednumber", "number" : "2" }, "adminSet" : { "nodetype" : "namednumber", "number" : "3" }, }, }, "access" : "notifyonly", "description" : """Represents the reason why the radio is out of service. The following enumerated values are supported: normal(0) - Normal status hwError(1) - Radio failure swError(2) - Software failure adminSet(3) - Administratively set Note that the CAPWAP field [RFC5415] modeled by this object takes zero as starting value; this MIB object follows that rule.""", "reference" : """Section 4.6.34 of CAPWAP Protocol Specification, RFC 5415.""", }, # scalar "capwapBaseNtfJoinFailureReason" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.5.10", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "unspecified" : { "nodetype" : "namednumber", "number" : "1" }, "resDepletion" : { "nodetype" : "namednumber", "number" : "2" }, "unknownSource" : { "nodetype" : "namednumber", "number" : "3" }, "incorrectData" : { "nodetype" : "namednumber", "number" : "4" }, "sessionIdInUse" : { "nodetype" : "namednumber", "number" : "5" }, "unsupportedHw" : { "nodetype" : "namednumber", "number" : "6" }, "unsupportedBinding" : { "nodetype" : "namednumber", "number" : "7" }, }, }, "access" : "notifyonly", "description" : """Represents the reason of join failure. The following enumerated values are supported: unspecified(1) - Unspecified failure resDepletion(2) - Resource depletion unknownSource(3) - Unknown source incorrectData(4) - Incorrect data sessionIdInUse(5) - Session ID already in use unsupportedHw(6) - WTP hardware not supported unsupportedBinding(7) - Binding not supported""", "reference" : """Section 4.6.35 of CAPWAP Protocol Specification, RFC 5415.""", }, # scalar "capwapBaseNtfImageFailureReason" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.5.11", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "invalidChecksum" : { "nodetype" : "namednumber", "number" : "1" }, "invalidLength" : { "nodetype" : "namednumber", "number" : "2" }, "other" : { "nodetype" : "namednumber", "number" : "3" }, "inStorage" : { "nodetype" : "namednumber", "number" : "4" }, }, }, "access" : "notifyonly", "description" : """Represents the reason of image failure. The following enumerated values are supported: invalidChecksum(1) - Invalid checksum invalidLength(2) - Invalid data length other(3) - Other error inStorage(4) - Image already present""", "reference" : """Section 4.6.35 of CAPWAP Protocol Specification, RFC 5415.""", }, # scalar "capwapBaseNtfConfigMsgErrorType" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.5.12", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "unknownElement" : { "nodetype" : "namednumber", "number" : "1" }, "unsupportedElement" : { "nodetype" : "namednumber", "number" : "2" }, "unknownValue" : { "nodetype" : "namednumber", "number" : "3" }, "unsupportedValue" : { "nodetype" : "namednumber", "number" : "4" }, }, }, "access" : "notifyonly", "description" : """Represents the type of configuration message error. The following enumerated values are supported: unknownElement(1) - Unknown message element unsupportedElement(2) - Unsupported message element unknownValue(3) - Unknown message element value unsupportedValue(4) - Unsupported message element value""", "reference" : """Section 4.6.36 of CAPWAP Protocol Specification, RFC 5415.""", }, # scalar "capwapBaseNtfMsgErrorElements" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.5.13", "status" : "current", "syntax" : { "type" : { "module" :"SNMP-FRAMEWORK-MIB", "name" : "SnmpAdminString"}, }, "access" : "notifyonly", "description" : """Represents the message elements sent by the AC in the Configuration Status Response message that caused the error.""", "reference" : """Section 4.6.36 of CAPWAP Protocol Specification, RFC 5415.""", }, # scalar "capwapBaseNotifyControlObjects" : { "nodetype" : "node", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.6", }, # node "capwapBaseChannelUpDownNotifyEnable" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.6.1", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readwrite", "default" : "false", "description" : """Represents whether the Channel Up / Channel Down notification should be generated. A value of true(1) means that the notification is enabled. A value of false(2) means that the notification is disabled. The value of the object is persistent at restart/reboot.""", }, # scalar "capwapBaseDecryptErrorNotifyEnable" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.6.2", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readwrite", "default" : "true", "description" : """Represents whether the decryption error notification should be generated. A value of true(1) means that the notification is enabled. A value of false(2) means that the notification is disabled. The value of the object is persistent at restart/reboot.""", }, # scalar "capwapBaseJoinFailureNotifyEnable" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.6.3", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readwrite", "default" : "true", "description" : """Represents whether the notification of a WTP join failure should be generated. A value of true(1) means that the notification is enabled. A value of false(2) means that the notification is disabled. The value of the object is persistent at restart/reboot.""", }, # scalar "capwapBaseImageUpgradeFailureNotifyEnable" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.6.4", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readwrite", "default" : "true", "description" : """Represents whether the notification of a WTP image upgrade failure should be generated. A value of true(1) means that the notification is enabled. A value of false(2) means that the notification is disabled. The value of the object is persistent at restart/reboot.""", }, # scalar "capwapBaseConfigMsgErrorNotifyEnable" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.6.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readwrite", "default" : "false", "description" : """Represents whether the notification of configuration message error should be generated. A value of true(1) means that the notification is enabled. A value of false(2) means that the notification is disabled. The value of the object is persistent at restart/reboot.""", }, # scalar "capwapBaseRadioOperableStatusNotifyEnable" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.6.6", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readwrite", "default" : "false", "description" : """Represents whether the notification of a radio's operational state change should be generated. A value of true(1) means that the notification is enabled. A value of false(2) means that the notification is disabled. The value of the object is persistent at restart/reboot.""", }, # scalar "capwapBaseAuthenFailureNotifyEnable" : { "nodetype" : "scalar", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.1.6.7", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readwrite", "default" : "true", "description" : """Represents whether the notification of authentication failure should be generated. A value of true(1) means that the notification is enabled. A value of false(2) means that the notification is disabled. The value of the object is persistent at restart/reboot.""", }, # scalar "capwapBaseConformance" : { "nodetype" : "node", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.2", }, # node "capwapBaseCompliances" : { "nodetype" : "node", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.2.1", }, # node "capwapBaseGroups" : { "nodetype" : "node", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.2.2", }, # node }, # nodes "notifications" : { "capwapBaseChannelUp" : { "nodetype" : "notification", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.0.1", "status" : "current", "objects" : { "capwapBaseNtfWtpId" : { "nodetype" : "object", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseNtfChannelType" : { "nodetype" : "object", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseNtfAuthenMethod" : { "nodetype" : "object", "module" : "CAPWAP-BASE-MIB" }, }, "description" : """This notification is sent by the AC when a CAPWAP channel is established. The notification is separated for data or control channel.""", }, # notification "capwapBaseChannelDown" : { "nodetype" : "notification", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.0.2", "status" : "current", "objects" : { "capwapBaseNtfWtpId" : { "nodetype" : "object", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseNtfChannelType" : { "nodetype" : "object", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseNtfChannelDownReason" : { "nodetype" : "object", "module" : "CAPWAP-BASE-MIB" }, }, "description" : """This notification is sent by the AC when a CAPWAP channel is down. The notification is separated for data or control channel.""", }, # notification "capwapBaseDecryptErrorReport" : { "nodetype" : "notification", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.0.3", "status" : "current", "objects" : { "capwapBaseNtfWtpId" : { "nodetype" : "object", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseNtfRadioId" : { "nodetype" : "object", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseNtfStationIdList" : { "nodetype" : "object", "module" : "CAPWAP-BASE-MIB" }, }, "description" : """This notification is generated when a WTP has had a decryption error since the last report.""", "reference" : """Section 4.6.17 of CAPWAP Protocol Specification, RFC 5415.""", }, # notification "capwapBaseJoinFailure" : { "nodetype" : "notification", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.0.4", "status" : "current", "objects" : { "capwapBaseNtfWtpId" : { "nodetype" : "object", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseNtfJoinFailureReason" : { "nodetype" : "object", "module" : "CAPWAP-BASE-MIB" }, }, "description" : """This notification is generated when a WTP fails to join.""", "reference" : """Section 4.6.35 of CAPWAP Protocol Specification, RFC 5415.""", }, # notification "capwapBaseImageUpgradeFailure" : { "nodetype" : "notification", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.0.5", "status" : "current", "objects" : { "capwapBaseNtfWtpId" : { "nodetype" : "object", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseNtfImageFailureReason" : { "nodetype" : "object", "module" : "CAPWAP-BASE-MIB" }, }, "description" : """This notification is generated when a WTP fails to update the firmware image.""", "reference" : """Section 4.6.35 of CAPWAP Protocol Specification, RFC 5415.""", }, # notification "capwapBaseConfigMsgError" : { "nodetype" : "notification", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.0.6", "status" : "current", "objects" : { "capwapBaseNtfWtpId" : { "nodetype" : "object", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseNtfConfigMsgErrorType" : { "nodetype" : "object", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseNtfMsgErrorElements" : { "nodetype" : "object", "module" : "CAPWAP-BASE-MIB" }, }, "description" : """This notification is generated when a WTP receives message elements in the configuration management messages that it is unable to apply locally.""", "reference" : """Section 4.6.35 of CAPWAP Protocol Specification, RFC 5415.""", }, # notification "capwapBaseRadioOperableStatus" : { "nodetype" : "notification", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.0.7", "status" : "current", "objects" : { "capwapBaseNtfWtpId" : { "nodetype" : "object", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseNtfRadioId" : { "nodetype" : "object", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseNtfRadioOperStatusFlag" : { "nodetype" : "object", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseNtfRadioStatusCause" : { "nodetype" : "object", "module" : "CAPWAP-BASE-MIB" }, }, "description" : """The notification is generated when a radio's operational state has changed.""", "reference" : """Section 4.6.34 of CAPWAP Protocol Specification, RFC 5415.""", }, # notification "capwapBaseAuthenFailure" : { "nodetype" : "notification", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.0.8", "status" : "current", "objects" : { "capwapBaseNtfWtpId" : { "nodetype" : "object", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseNtfChannelType" : { "nodetype" : "object", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseNtfAuthenMethod" : { "nodetype" : "object", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseNtfAuthenFailureReason" : { "nodetype" : "object", "module" : "CAPWAP-BASE-MIB" }, }, "description" : """This is notification of an authentication failure event and provides the reason for it.""", }, # notification }, # notifications "groups" : { "capwapBaseAcNodeGroup" : { "nodetype" : "group", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.2.2.1", "status" : "current", "members" : { "capwapBaseWtpSessions" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpSessionsLimit" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseStationSessions" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseStationSessionsLimit" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, }, # members "description" : """A collection of objects that is used to represent the basic properties of the AC from the CAPWAP protocol perspective.""", }, # group "capwapBaseAcNodeGroup2" : { "nodetype" : "group", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.2.2.2", "status" : "current", "members" : { "capwapBaseDataChannelDTLSPolicyOptions" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseControlChannelAuthenOptions" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, }, # members "description" : """A collection of objects that is used to represent the other properties (such as security) of the AC from the CAPWAP protocol perspective.""", }, # group "capwapBaseAcNameListGroup" : { "nodetype" : "group", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.2.2.3", "status" : "current", "members" : { "capwapBaseAcNameListName" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseAcNameListPriority" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseAcNameListRowStatus" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, }, # members "description" : """A collection of objects that is used to configure the AC name list.""", }, # group "capwapBaseMacAclsGroup" : { "nodetype" : "group", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.2.2.4", "status" : "current", "members" : { "capwapBaseMacAclStationId" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseMacAclRowStatus" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, }, # members "description" : """A collection of objects that is used to configure the stations ACL.""", }, # group "capwapBaseWtpProfileGroup" : { "nodetype" : "group", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.2.2.5", "status" : "current", "members" : { "capwapBaseWtpProfileName" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpProfileWtpMacAddress" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpProfileWtpModelNumber" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpProfileWtpName" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpProfileWtpLocation" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpProfileRowStatus" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, }, # members "description" : """A collection of objects that is used to configure the WTP profile.""", }, # group "capwapBaseWtpProfileGroup2" : { "nodetype" : "group", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.2.2.6", "status" : "current", "members" : { "capwapBaseWtpProfileWtpStaticIpEnable" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpProfileWtpStaticIpType" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpProfileWtpStaticIpAddress" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpProfileWtpNetmask" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpProfileWtpGateway" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpProfileWtpFallbackEnable" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpProfileWtpEchoInterval" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpProfileWtpIdleTimeout" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpProfileWtpMaxDiscoveryInterval" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpProfileWtpReportInterval" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpProfileWtpStatisticsTimer" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpProfileWtpEcnSupport" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, }, # members "description" : """A collection of optional objects that is used to configure the WTP profile.""", }, # group "capwapBaseWtpStateGroup" : { "nodetype" : "group", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.2.2.7", "status" : "current", "members" : { "capwapBaseWtpStateWtpIpAddressType" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpStateWtpIpAddress" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpStateWtpLocalIpAddressType" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpStateWtpLocalIpAddress" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpStateWtpBaseMacAddress" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpState" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpStateWtpUpTime" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpStateWtpCurrWtpProfileId" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, }, # members "description" : """A collection of objects that is used to represent the WTP's state information.""", }, # group "capwapBaseWtpGroup" : { "nodetype" : "group", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.2.2.8", "status" : "current", "members" : { "capwapBaseWtpBaseMacAddress" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpTunnelModeOptions" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpMacTypeOptions" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpDiscoveryType" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpRadiosInUseNum" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpRadioNumLimit" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, }, # members "description" : """A collection of objects that is used to represent the properties information for the WTPs in running state.""", }, # group "capwapBaseWtpGroup2" : { "nodetype" : "group", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.2.2.9", "status" : "current", "members" : { "capwapBaseWtpPhyIndex" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpRetransmitCount" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, }, # members "description" : """A collection of optional objects that is used to represent the properties of the WTPs in running state.""", }, # group "capwapBaseRadioGroup" : { "nodetype" : "group", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.2.2.10", "status" : "current", "members" : { "capwapBaseWirelessBindingVirtualRadioIfIndex" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWirelessBindingType" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, }, # members "description" : """A collection of objects that is used to represent the wireless binding type and the mappings between the ifIndexes of WLAN Virtual Radio Interfaces and PHY radios.""", }, # group "capwapBaseStationGroup" : { "nodetype" : "group", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.2.2.11", "status" : "current", "members" : { "capwapBaseStationWtpId" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseStationWtpRadioId" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseStationAddedTime" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseStationVlanName" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, }, # members "description" : """A collection of objects that is used to represent the stations' basic properties.""", }, # group "capwapBaseWtpEventsStatsGroup" : { "nodetype" : "group", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.2.2.12", "status" : "current", "members" : { "capwapBaseWtpEventsStatsRebootCount" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpEventsStatsInitCount" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpEventsStatsLinkFailureCount" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpEventsStatsSwFailureCount" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpEventsStatsHwFailureCount" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpEventsStatsOtherFailureCount" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpEventsStatsUnknownFailureCount" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpEventsStatsLastFailureType" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, }, # members "description" : """A collection of objects that is used for collecting WTP reboot count, link failure count, hardware failure count, and so on.""", }, # group "capwapBaseRadioEventsStatsGroup" : { "nodetype" : "group", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.2.2.13", "status" : "current", "members" : { "capwapBaseRadioEventsStatsResetCount" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseRadioEventsStatsSwFailureCount" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseRadioEventsStatsHwFailureCount" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseRadioEventsStatsOtherFailureCount" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseRadioEventsStatsUnknownFailureCount" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseRadioEventsStatsConfigUpdateCount" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseRadioEventsStatsChannelChangeCount" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseRadioEventsStatsBandChangeCount" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseRadioEventsStatsCurrNoiseFloor" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseRadioEventsStatsDecryptErrorCount" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseRadioEventsStatsLastFailureType" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, }, # members "description" : """A collection of objects that is used for collecting radio reset count, channel change count, hardware failure count, and so on""", }, # group "capwapBaseParametersGroup" : { "nodetype" : "group", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.2.2.14", "status" : "current", "members" : { "capwapBaseAcMaxRetransmit" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseAcChangeStatePendingTimer" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseAcDataCheckTimer" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseAcDTLSSessionDeleteTimer" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseAcEchoInterval" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseAcRetransmitInterval" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseAcSilentInterval" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseAcWaitDTLSTimer" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseAcWaitJoinTimer" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseAcEcnSupport" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, }, # members "description" : """Objects used for the CAPWAP protocol's parameters.""", }, # group "capwapBaseStatsGroup" : { "nodetype" : "group", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.2.2.15", "status" : "current", "members" : { "capwapBaseFailedDTLSAuthFailureCount" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseFailedDTLSSessionCount" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, }, # members "description" : """Objects used for collecting the CAPWAP protocol's statistics.""", }, # group "capwapBaseNotificationsGroup" : { "nodetype" : "group", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.2.2.16", "status" : "current", "members" : { "capwapBaseChannelUp" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseChannelDown" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseDecryptErrorReport" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseJoinFailure" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseImageUpgradeFailure" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseConfigMsgError" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseRadioOperableStatus" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseAuthenFailure" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, }, # members "description" : """A collection of notifications in this MIB module.""", }, # group "capwapBaseNotifyVarsGroup" : { "nodetype" : "group", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.2.2.17", "status" : "current", "members" : { "capwapBaseNtfWtpId" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseNtfRadioId" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseNtfChannelType" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseNtfAuthenMethod" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseNtfChannelDownReason" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseNtfStationIdList" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseNtfAuthenFailureReason" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseNtfRadioOperStatusFlag" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseNtfRadioStatusCause" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseNtfJoinFailureReason" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseNtfImageFailureReason" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseNtfConfigMsgErrorType" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseNtfMsgErrorElements" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, }, # members "description" : """Objects used for notifications.""", }, # group "capwapBaseNotifyControlGroup" : { "nodetype" : "group", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.2.2.18", "status" : "current", "members" : { "capwapBaseChannelUpDownNotifyEnable" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseDecryptErrorNotifyEnable" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseJoinFailureNotifyEnable" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseImageUpgradeFailureNotifyEnable" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseConfigMsgErrorNotifyEnable" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseRadioOperableStatusNotifyEnable" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseAuthenFailureNotifyEnable" : { "nodetype" : "member", "module" : "CAPWAP-BASE-MIB" }, }, # members "description" : """Objects used to enable or disable notifications.""", }, # group }, # groups "compliances" : { "capwapBaseCompliance" : { "nodetype" : "compliance", "moduleName" : "CAPWAP-BASE-MIB", "oid" : "1.3.6.1.2.1.196.2.1.1", "status" : "current", "description" : """Describes the requirements for conformance to the CAPWAP-BASE-MIB module.""", "requires" : { "ifGeneralInformationGroup" : { "nodetype" : "mandatory", "module" : "IF-MIB" }, "capwapBaseAcNodeGroup" : { "nodetype" : "mandatory", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpProfileGroup" : { "nodetype" : "mandatory", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpStateGroup" : { "nodetype" : "mandatory", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseWtpGroup" : { "nodetype" : "mandatory", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseRadioGroup" : { "nodetype" : "mandatory", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseStationGroup" : { "nodetype" : "mandatory", "module" : "CAPWAP-BASE-MIB" }, "capwapBaseAcNodeGroup2" : { "nodetype" : "optional", "module" : "CAPWAP-BASE-MIB", "description" : """The capwapBaseAcNodeGroup2 group is optional.""", }, "capwapBaseAcNameListGroup" : { "nodetype" : "optional", "module" : "CAPWAP-BASE-MIB", "description" : """The capwapBaseAcNameListGroup group is optional.""", }, "capwapBaseMacAclsGroup" : { "nodetype" : "optional", "module" : "CAPWAP-BASE-MIB", "description" : """The capwapBaseMacAclsGroup group is optional.""", }, "capwapBaseWtpProfileGroup2" : { "nodetype" : "optional", "module" : "CAPWAP-BASE-MIB", "description" : """The capwapBaseWtpProfileGroup2 group is optional.""", }, "capwapBaseWtpGroup2" : { "nodetype" : "optional", "module" : "CAPWAP-BASE-MIB", "description" : """The capwapBaseWtpGroup2 group is optional.""", }, "capwapBaseWtpEventsStatsGroup" : { "nodetype" : "optional", "module" : "CAPWAP-BASE-MIB", "description" : """The capwapBaseWtpEventsStatsGroup group is optional.""", }, "capwapBaseRadioEventsStatsGroup" : { "nodetype" : "optional", "module" : "CAPWAP-BASE-MIB", "description" : """The capwapBaseRadioEventsStatsGroup group is optional.""", }, "capwapBaseParametersGroup" : { "nodetype" : "optional", "module" : "CAPWAP-BASE-MIB", "description" : """The capwapBaseParametersGroup group is optional.""", }, "capwapBaseStatsGroup" : { "nodetype" : "optional", "module" : "CAPWAP-BASE-MIB", "description" : """The capwapBaseStatsGroup group is optional.""", }, "capwapBaseNotificationsGroup" : { "nodetype" : "optional", "module" : "CAPWAP-BASE-MIB", "description" : """The capwapBaseNotificationsGroup group is optional.""", }, "capwapBaseNotifyVarsGroup" : { "nodetype" : "optional", "module" : "CAPWAP-BASE-MIB", "description" : """The capwapBaseNotifyVarsGroup group is optional. If capwapBaseNotificationsGroup is supported, this group must be implemented.""", }, "capwapBaseNotifyControlGroup" : { "nodetype" : "optional", "module" : "CAPWAP-BASE-MIB", "description" : """The capwapBaseNotifyControlGroup group is optional. If capwapBaseNotificationsGroup is supported, this group must be implemented.""", }, }, # requires }, # compliance }, # compliances }