# python version 1.0 DO NOT EDIT # # This python file has been generated by smidump version 0.5.0: # # smidump -f python RBRIDGE-MIB FILENAME = "./libsmi-0.5.0/mibs/ietf/RBRIDGE-MIB" MIB = { "moduleName" : "RBRIDGE-MIB", "RBRIDGE-MIB" : { "nodetype" : "module", "language" : "SMIv2", "organization" : """IETF TRILL Working Group""", "contact" : """http://datatracker.ietf.org/wg/trill/charter/ Email: trill@ietf.org Anil Rijhsinghani Hewlett-Packard Tel: +1 508 323 1251 Email: anil@charter.net Kate Zebrose HW Embedded Tel: +1 617 840 9673 Email: zebrose@alum.mit.edu""", "description" : """The RBridge MIB module for managing switches that support the TRILL protocol.""", "revisions" : ( { "date" : "2013-01-07 00:00", "description" : """Initial version, published as RFC 6850. Copyright (c) 2013 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).""", }, ), "identity node" : "rbridgeMIB", }, "imports" : ( {"module" : "SNMPv2-SMI", "name" : "MODULE-IDENTITY"}, {"module" : "SNMPv2-SMI", "name" : "OBJECT-TYPE"}, {"module" : "SNMPv2-SMI", "name" : "NOTIFICATION-TYPE"}, {"module" : "SNMPv2-SMI", "name" : "Counter32"}, {"module" : "SNMPv2-SMI", "name" : "Counter64"}, {"module" : "SNMPv2-SMI", "name" : "Unsigned32"}, {"module" : "SNMPv2-SMI", "name" : "mib-2"}, {"module" : "SNMPv2-TC", "name" : "TEXTUAL-CONVENTION"}, {"module" : "SNMPv2-TC", "name" : "TruthValue"}, {"module" : "SNMPv2-TC", "name" : "MacAddress"}, {"module" : "SNMPv2-TC", "name" : "RowStatus"}, {"module" : "SNMPv2-CONF", "name" : "MODULE-COMPLIANCE"}, {"module" : "SNMPv2-CONF", "name" : "OBJECT-GROUP"}, {"module" : "SNMPv2-CONF", "name" : "NOTIFICATION-GROUP"}, {"module" : "Q-BRIDGE-MIB", "name" : "VlanId"}, {"module" : "Q-BRIDGE-MIB", "name" : "PortList"}, {"module" : "INET-ADDRESS-MIB", "name" : "InetAddress"}, {"module" : "INET-ADDRESS-MIB", "name" : "InetAddressType"}, {"module" : "BRIDGE-MIB", "name" : "BridgeId"}, {"module" : "IF-MIB", "name" : "InterfaceIndex"}, ), "typedefs" : { "RbridgeAddress" : { "basetype" : "OctetString", "status" : "current", "ranges" : [ { "min" : "6", "max" : "6" }, ], "range" : { "min" : "6", "max" : "6" }, "format" : "1x:", "description" : """The Media Access Control (MAC) address used by an RBridge port. This may match the RBridge IS-IS SystemID.""", }, "RbridgeNickname" : { "basetype" : "Unsigned32", "status" : "current", "ranges" : [ { "min" : "0", "max" : "65471" }, ], "range" : { "min" : "0", "max" : "65471" }, "format" : "d", "description" : """The 16-bit identifier used in TRILL as an abbreviation for the RBridge's 48-bit IS-IS System ID. The value 0 means a nickname is not specified, the values 0xFFC0 through 0xFFFE are reserved for future allocation, and the value 0xFFFF is permanently reserved.""", "reference" : """RFC 6325, Section 3.7""", }, }, # typedefs "nodes" : { "rbridgeMIB" : { "nodetype" : "node", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214", "status" : "current", }, # node "rbridgeNotifications" : { "nodetype" : "node", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.0", }, # node "rbridgeObjects" : { "nodetype" : "node", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1", }, # node "rbridgeBase" : { "nodetype" : "node", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.1", }, # node "rbridgeBaseTrillVersion" : { "nodetype" : "scalar", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.1.1", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readonly", "description" : """The maximum TRILL version number that this RBridge supports.""", "reference" : """RFC 6325, Section 3.2""", }, # scalar "rbridgeBaseNumPorts" : { "nodetype" : "scalar", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.1.2", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readonly", "units" : "ports", "description" : """The number of ports controlled by this RBridge.""", "reference" : """RFC 6325, Section 2.6.1""", }, # scalar "rbridgeBaseForwardDelay" : { "nodetype" : "scalar", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.1.3", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "4", "max" : "30" }, ], "range" : { "min" : "4", "max" : "30" }, }, }, "access" : "readwrite", "units" : "seconds", "description" : """Modified aging time for address entries after an appointed forwarder change. The value of this object MUST be retained across re-initializations of the management system.""", "reference" : """RFC 6325, Section 4.8.3""", }, # scalar "rbridgeBaseUniMultipathEnable" : { "nodetype" : "scalar", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.1.4", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readwrite", "description" : """The enabled status of unicast TRILL multipathing. It is enabled when true. The value of this object MUST be retained across re-initializations of the management system.""", "reference" : """RFC 6325, Appendix C""", }, # scalar "rbridgeBaseMultiMultipathEnable" : { "nodetype" : "scalar", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readwrite", "description" : """The enabled status of multi-destination TRILL multipathing. It is enabled when true. The value of this object MUST be retained across re-initializations of the management system.""", "reference" : """RFC 6325, Appendix C""", }, # scalar "rbridgeBaseAcceptEncapNonadj" : { "nodetype" : "scalar", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.1.6", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readwrite", "description" : """Accept TRILL-encapsulated frames from a neighbor with which this RBridge does not have an IS-IS adjacency, when the value of this object is 'true'. The value of this object MUST be retained across re-initializations of the management system.""", "reference" : """RFC 6325, Section 4.6.2""", }, # scalar "rbridgeBaseNicknameNumber" : { "nodetype" : "scalar", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.1.7", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "1", "max" : "256" }, ], "range" : { "min" : "1", "max" : "256" }, }, }, "access" : "readwrite", "description" : """The number of nicknames this RBridge should acquire. These can be acquired dynamically or configured statically. This value represents the maximum number of entries in rbridgeBaseNicknameTable. The value of this object MUST be retained across re-initializations of the management system.""", "reference" : """RFC 6325, Section 3.7.3""", }, # scalar "rbridgeBaseNicknameTable" : { "nodetype" : "table", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.1.8", "status" : "current", "description" : """A table that contains information about nicknames configured by an operator or learned dynamically by this RBridge.""", "reference" : """RFC 6325, Section 3.7""", }, # table "rbridgeBaseNicknameEntry" : { "nodetype" : "row", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.1.8.1", "create" : "true", "status" : "current", "linkage" : [ "rbridgeBaseNicknameName", ], "description" : """A list of information for each nickname of the RBridge.""", "reference" : """RFC 6325, Section 3.7""", }, # row "rbridgeBaseNicknameName" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.1.8.1.1", "status" : "current", "syntax" : { "type" : { "module" :"RBRIDGE-MIB", "name" : "RbridgeNickname"}, }, "access" : "noaccess", "description" : """Nicknames are 16-bit quantities that act as abbreviations for RBridge's 48-bit IS-IS System ID to achieve a more compact encoding.""", "reference" : """RFC 6325, Section 3.7""", }, # column "rbridgeBaseNicknamePriority" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.1.8.1.2", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "0", "max" : "255" }, ], "range" : { "min" : "0", "max" : "255" }, }, }, "access" : "readwrite", "default" : "192", "description" : """This RBridge's priority to hold this nickname. When the nickname is configured, the default value of this object is 192. When the nickname is configured, the most significant bit (0x80) must be set and the bottom 7 bits have the default value of 0x40, so 0x80 + 0x40 == 0xC0, which is 192 decimal. Additionally, the bottom 7 bits could be configured to a value other than 0x40. The value of this object MUST be retained across re-initializations of the management system.""", "reference" : """RFC 6325, Section 3.7""", }, # column "rbridgeBaseNicknameDtrPriority" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.1.8.1.3", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "1", "max" : "65535" }, ], "range" : { "min" : "1", "max" : "65535" }, }, }, "access" : "readwrite", "default" : "32768", "description" : """The distribution tree root priority for this nickname. The default value of this object is 32768. The value of this object MUST be retained across re-initializations of the management system.""", "reference" : """RFC 6325, Section 4.5""", }, # column "rbridgeBaseNicknameType" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.1.8.1.4", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "static" : { "nodetype" : "namednumber", "number" : "1" }, "dynamic" : { "nodetype" : "namednumber", "number" : "2" }, }, }, "access" : "readonly", "default" : "static", "description" : """This object indicates the status of the entry. The default value is static(1). static(1) - this entry has been configured and will remain after the next reset of the RBridge. dynamic(2) - this entry has been acquired by the RBridge nickname acquisition protocol.""", "reference" : """RFC 6325, Section 3.7""", }, # column "rbridgeBaseNicknameRowStatus" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.1.8.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"}, }, "access" : "readwrite", "description" : """This object indicates the status of the entry.""", }, # column "rbridgeBasePortTable" : { "nodetype" : "table", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.1.9", "status" : "current", "description" : """A table that contains generic information about every port that is associated with this RBridge.""", "reference" : """RFC 6325, Section 5.3""", }, # table "rbridgeBasePortEntry" : { "nodetype" : "row", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.1.9.1", "status" : "current", "linkage" : [ "rbridgeBasePort", ], "description" : """A list of information for each port of the bridge.""", "reference" : """RFC 6325, Section 5.3""", }, # row "rbridgeBasePort" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.1.9.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "1", "max" : "65535" }, ], "range" : { "min" : "1", "max" : "65535" }, }, }, "access" : "noaccess", "description" : """The port number of the port for which this entry contains RBridge management information.""", "reference" : """RFC 6325, Section 5.3""", }, # column "rbridgeBasePortIfIndex" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.1.9.1.2", "status" : "current", "syntax" : { "type" : { "module" :"IF-MIB", "name" : "InterfaceIndex"}, }, "access" : "readonly", "description" : """The value of the instance of the ifIndex object, defined in the IF-MIB, for the interface corresponding to this port. The RBridge port sits on top of this interface.""", }, # column "rbridgeBasePortDisable" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.1.9.1.3", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readwrite", "default" : "false", "description" : """Disable port bit. When this bit is set (true), all frames received or to be transmitted are discarded, with the possible exception of some layer 2 control frames that may be generated and transmitted or received and processed locally. Default value is 'false'. The value of this object MUST be retained across re-initializations of the management system.""", "reference" : """RFC 6325, Section 4.9.1""", }, # column "rbridgeBasePortTrunkPort" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.1.9.1.4", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readwrite", "default" : "false", "description" : """End-station service disable (trunk port) bit. When this bit is set (true), all native frames received on the port and all native frames that would have been sent on the port are discarded. Default value is 'false'. The value of this object MUST be retained across re-initializations of the management system.""", "reference" : """RFC 6325, Section 4.9.1""", }, # column "rbridgeBasePortAccessPort" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.1.9.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readwrite", "default" : "false", "description" : """TRILL traffic disable (access port) bit. If this bit is set, the goal is to avoid sending any TRILL frames, except TRILL-Hello frames, on the port, since it is intended only for native end-station traffic. This ensures that the link is not on the shortest path for any destination. Default value is 'false'. The value of this object MUST be retained across re-initializations of the management system.""", "reference" : """RFC 6325, Section 4.9.1""", }, # column "rbridgeBasePortP2pHellos" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.1.9.1.6", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readwrite", "default" : "false", "description" : """Use point-to-point (P2P) Hellos bit. If this bit is set, Hellos sent on this port are IS-IS P2P Hellos, not the default TRILL-Hellos. In addition, the IS-IS P2P three-way handshake is used on P2P RBridge links. Default value is 'false'. The value of this object MUST be retained across re-initializations of the management system.""", "reference" : """RFC 6325, Section 4.9.1""", }, # column "rbridgeBasePortState" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.1.9.1.7", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "uninhibited" : { "nodetype" : "namednumber", "number" : "1" }, "portInhibited" : { "nodetype" : "namednumber", "number" : "2" }, "vlanInhibited" : { "nodetype" : "namednumber", "number" : "3" }, "disabled" : { "nodetype" : "namednumber", "number" : "4" }, "broken" : { "nodetype" : "namednumber", "number" : "5" }, }, }, "access" : "readonly", "description" : """The port's current state. If the entire port is inhibited, its state is portInhibited(2). If specific VLANs are inhibited, the state is vlanInhibited(3), and rbridgeVlanPortTable will tell which VLANs are inhibited. For ports that are disabled (see rbridgeBasePortDisable), this object will have a value of disabled(4). If the RBridge has detected a port that is malfunctioning, it will place that port into the broken(5) state.""", "reference" : """RFC 6325, Section 4.2.4.3""", }, # column "rbridgeBasePortInhibitionTime" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.1.9.1.8", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readwrite", "default" : "30", "units" : "seconds", "description" : """Time in seconds that this RBridge will inhibit forwarding on this port after it observes a spanning tree root bridge change on a link or receives conflicting VLAN forwarder information. The default value is 30. The value of this object MUST be retained across re-initializations of the management system.""", "reference" : """RFC 6325, Section 4.2.4.3""", }, # column "rbridgeBasePortDisableLearning" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.1.9.1.9", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readwrite", "default" : "false", "description" : """Disable learning of MAC addresses seen on this port. To disable learning, the value of this object must be set to 'true'. The default is 'false'. The value of this object MUST be retained across re-initializations of the management system.""", "reference" : """RFC 6325, Section 4.8""", }, # column "rbridgeBasePortDesiredDesigVlan" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.1.9.1.10", "status" : "current", "syntax" : { "type" : { "module" :"Q-BRIDGE-MIB", "name" : "VlanId"}, }, "access" : "readwrite", "description" : """The VLAN that a Designated RBridge (DRB) will specify in its TRILL-Hellos as the VLAN to be used by all RBridges on the link for TRILL frames. This VLAN must be enabled on this port. The value of this object MUST be retained across re-initializations of the management system.""", "reference" : """RFC 6325, Section 4.4.3""", }, # column "rbridgeBasePortDesigVlan" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.1.9.1.11", "status" : "current", "syntax" : { "type" : { "module" :"Q-BRIDGE-MIB", "name" : "VlanId"}, }, "access" : "readonly", "description" : """The VLAN being used on this link for TRILL frames.""", "reference" : """RFC 6325, Section 4.4.3""", }, # column "rbridgeBasePortStpRoot" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.1.9.1.12", "status" : "current", "syntax" : { "type" : { "module" :"BRIDGE-MIB", "name" : "BridgeId"}, }, "access" : "readonly", "description" : """The bridge identifier of the root of the spanning tree, as learned from a Bridge PDU (BPDU) received on this port. For the Multiple Spanning Tree Protocol (MSTP), this is the root bridge of the Common and Internal Spanning Tree (CIST). If no BPDU has been heard, the value returned is a string of zeros.""", "reference" : """RFC 6325, Section 4.2.4.3""", }, # column "rbridgeBasePortStpRootChanges" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.1.9.1.13", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "changes", "description" : """The number of times a change in the root bridge is seen from spanning tree BPDUs received on this port, indicating a change in bridged LAN topology. Each such change may cause the port to be inhibited for a period of time. This counter should be synchronized with ifCounterDiscontinuityTime. Discontinuities in the value of this counter can occur at re-initialization of the management system.""", "reference" : """RFC 6325, Section 4.9.3.2""", }, # column "rbridgeBasePortStpWiringCloset" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.1.9.1.14", "status" : "current", "syntax" : { "type" : { "module" :"BRIDGE-MIB", "name" : "BridgeId"}, }, "access" : "readwrite", "description" : """The Bridge ID to be used as the spanning tree root in BPDUs sent for the Wiring Closet topology solution described in [RFC6325]. Note that the same value of this object must be set on all RBridge ports participating in this solution. The default value is all 0s. A non-zero value configured into this object indicates that this solution is in use. The value of this object MUST be retained across re-initializations of the management system.""", "reference" : """RFC 6325, Appendix A.3.3""", }, # column "rbridgeFdb" : { "nodetype" : "node", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.2", }, # node "rbridgeConfidenceNative" : { "nodetype" : "scalar", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.2.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "0", "max" : "255" }, ], "range" : { "min" : "0", "max" : "255" }, }, }, "access" : "readwrite", "description" : """The confidence level associated with MAC addresses learned from native frames. This is applicable to all RBridge ports. The value of this object MUST be retained across re-initializations of the management system.""", "reference" : """RFC 6325, Section 4.8.1""", }, # scalar "rbridgeConfidenceDecap" : { "nodetype" : "scalar", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.2.2", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "0", "max" : "255" }, ], "range" : { "min" : "0", "max" : "255" }, }, }, "access" : "readwrite", "description" : """The confidence level associated with inner MAC addresses learned after decapsulation of a TRILL data frame. This is applicable to all RBridge ports. The value of this object MUST be retained across re-initializations of the management system.""", "reference" : """RFC 6325, Section 4.8.1""", }, # scalar "rbridgeConfidenceStatic" : { "nodetype" : "scalar", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.2.3", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "0", "max" : "255" }, ], "range" : { "min" : "0", "max" : "255" }, }, }, "access" : "readwrite", "default" : "255", "description" : """The confidence level associated with MAC addresses that are statically configured. The default value is 255. The value of this object MUST be retained across re-initializations of the management system.""", "reference" : """RFC 6325, Section 4.8.2""", }, # scalar "rbridgeUniFdbTable" : { "nodetype" : "table", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.2.4", "status" : "current", "description" : """A table that contains information about unicast entries for which the device has forwarding and/or filtering information. This information is used by the transparent bridging function in determining how to propagate a received frame.""", "reference" : """RFC 6325, Section 4.8""", }, # table "rbridgeUniFdbEntry" : { "nodetype" : "row", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.2.4.1", "status" : "current", "linkage" : [ "rbridgeFdbId", "rbridgeUniFdbAddr", ], "description" : """Information about a specific unicast MAC address for which the RBridge has some forwarding and/or filtering information.""", }, # row "rbridgeFdbId" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.2.4.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "0", "max" : "4294967295" }, ], "range" : { "min" : "0", "max" : "4294967295" }, }, }, "access" : "noaccess", "description" : """The identity of this Filtering Database.""", }, # column "rbridgeUniFdbAddr" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.2.4.1.2", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "MacAddress"}, }, "access" : "noaccess", "description" : """A unicast MAC address for which the device has forwarding information.""", }, # column "rbridgeUniFdbPort" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.2.4.1.3", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "0", "max" : "65535" }, ], "range" : { "min" : "0", "max" : "65535" }, }, }, "access" : "readonly", "description" : """Either the value '0', or the RBridge port number of the port on which a frame having a source address equal to the value of the corresponding instance of rbridgeUniFdbAddr has been seen. A value of '0' indicates that the port number has not been learned but that the device does have some information about this MAC address. Implementors are encouraged to assign the port value to this object whenever it is available, even for addresses for which the corresponding value of rbridgeUniFdbStatus is not learned(3).""", }, # column "rbridgeUniFdbNickname" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.2.4.1.4", "status" : "current", "syntax" : { "type" : { "module" :"RBRIDGE-MIB", "name" : "RbridgeNickname"}, }, "access" : "readonly", "description" : """The RBridge nickname that is placed in the egress nickname field of a TRILL frame sent to this rbridgeFdbAddress in this rbridgeFdbId.""", "reference" : """RFC 6325, Section 4.8.1""", }, # column "rbridgeUniFdbConfidence" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.2.4.1.5", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "0", "max" : "255" }, ], "range" : { "min" : "0", "max" : "255" }, }, }, "access" : "readonly", "description" : """The confidence level associated with this entry.""", "reference" : """RFC 6325, Section 4.8.1""", }, # column "rbridgeUniFdbStatus" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.2.4.1.6", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "other" : { "nodetype" : "namednumber", "number" : "1" }, "invalid" : { "nodetype" : "namednumber", "number" : "2" }, "learned" : { "nodetype" : "namednumber", "number" : "3" }, "self" : { "nodetype" : "namednumber", "number" : "4" }, "mgmt" : { "nodetype" : "namednumber", "number" : "5" }, "esadi" : { "nodetype" : "namednumber", "number" : "6" }, }, }, "access" : "readonly", "description" : """The status of this entry. The meanings of the values are: other(1) - none of the following. invalid(2) - this entry is no longer valid (e.g., it was learned but has since aged out) but has not yet been flushed from the table. learned(3) - the information in this entry was learned and is being used. self(4) - the value of the corresponding instance of rbridgeFdbAddress represents one of the device's addresses. The corresponding instance of rbridgeFdbPort indicates which of the device's ports has this address. mgmt(5) - the value of the corresponding instance of rbridgeFdbAddress was configured by management. esadi(6) - the value of the corresponding instance of rbridgeFdbAddress was learned from ESADI.""", }, # column "rbridgeUniFibTable" : { "nodetype" : "table", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.2.5", "status" : "current", "description" : """A table that contains information about nicknames known by the RBridge. If Equal-Cost Multipath (ECMP) is implemented, there are as many entries for a nickname as there are ECMP paths available for it.""", }, # table "rbridgeUniFibEntry" : { "nodetype" : "row", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.2.5.1", "status" : "current", "linkage" : [ "rbridgeUniFibNickname", "rbridgeUniFibPort", "rbridgeUniFibNextHop", ], "description" : """A list of information about nicknames known by the RBridge. If ECMP is implemented, there are as many entries as there are ECMP paths available for a given nickname.""", }, # row "rbridgeUniFibNickname" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.2.5.1.1", "status" : "current", "syntax" : { "type" : { "module" :"RBRIDGE-MIB", "name" : "RbridgeNickname"}, }, "access" : "noaccess", "description" : """An RBridge nickname for which this RBridge has forwarding information.""", }, # column "rbridgeUniFibPort" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.2.5.1.2", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "0", "max" : "65535" }, ], "range" : { "min" : "0", "max" : "65535" }, }, }, "access" : "noaccess", "description" : """The RBridge port number of the port attached to the next-hop RBridge for the path towards the RBridge whose nickname is specified in this entry.""", }, # column "rbridgeUniFibNextHop" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.2.5.1.3", "status" : "current", "syntax" : { "type" : { "module" :"RBRIDGE-MIB", "name" : "RbridgeNickname"}, }, "access" : "noaccess", "description" : """The nickname of the next-hop RBridge for the path towards the RBridge whose nickname is specified in this entry.""", }, # column "rbridgeUniFibHopCount" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.2.5.1.4", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readonly", "description" : """The hop count from this ingress RBridge to the egress RBridge whose nickname is specified in rbridgeUniFibNickname.""", }, # column "rbridgeMultiFibTable" : { "nodetype" : "table", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.2.6", "status" : "current", "description" : """A table that contains information about egress nicknames used for multi-destination frame forwarding by this RBridge.""", }, # table "rbridgeMultiFibEntry" : { "nodetype" : "row", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.2.6.1", "status" : "current", "linkage" : [ "rbridgeMultiFibNickname", ], "description" : """A list of information about egress nicknames used for multi-destination frame forwarding by this RBridge.""", }, # row "rbridgeMultiFibNickname" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.2.6.1.1", "status" : "current", "syntax" : { "type" : { "module" :"RBRIDGE-MIB", "name" : "RbridgeNickname"}, }, "access" : "noaccess", "description" : """The nickname of the multicast distribution tree.""", }, # column "rbridgeMultiFibPorts" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.2.6.1.2", "status" : "current", "syntax" : { "type" : { "module" :"Q-BRIDGE-MIB", "name" : "PortList"}, }, "access" : "readonly", "description" : """The list of ports to which a frame destined to this multicast distribution tree is flooded. This may be pruned further based on other forwarding information.""", }, # column "rbridgeVlan" : { "nodetype" : "node", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.3", }, # node "rbridgeVlanTable" : { "nodetype" : "table", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.3.1", "status" : "current", "description" : """A table that contains information about VLANs on the RBridge.""", }, # table "rbridgeVlanEntry" : { "nodetype" : "row", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.3.1.1", "status" : "current", "linkage" : [ "rbridgeVlanIndex", ], "description" : """A list of information about VLANs on the RBridge.""", }, # row "rbridgeVlanIndex" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.3.1.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "1", "max" : "4094" }, { "min" : "4096", "max" : "4294967295" }, ], "range" : { "min" : "1", "max" : "4294967295" }, }, }, "access" : "noaccess", "description" : """The VLAN-ID referring to this VLAN.""", }, # column "rbridgeVlanForwarderLosts" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.3.1.1.2", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "times", "description" : """The number of times this RBridge has lost appointed forwarder status for this VLAN on any of its ports. Discontinuities in the value of this counter can occur at re-initialization of the management system.""", "reference" : """RFC 6325, Section 4.8.3""", }, # column "rbridgeVlanDisableLearning" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.3.1.1.3", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readwrite", "default" : "false", "description" : """Disable learning of MAC addresses seen in this VLAN. One application of this may be to restrict learning to ESADI. To disable learning, the value of this object should be set to 'true'. The default is 'false'. The value of this object MUST be retained across re-initializations of the management system.""", "reference" : """RFC 6325, Section 4.8""", }, # column "rbridgeVlanSnooping" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.3.1.1.4", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "notSupported" : { "nodetype" : "namednumber", "number" : "1" }, "ipv4" : { "nodetype" : "namednumber", "number" : "2" }, "ipv6" : { "nodetype" : "namednumber", "number" : "3" }, "ipv4v6" : { "nodetype" : "namednumber", "number" : "4" }, }, }, "access" : "readonly", "description" : """IP Multicast Snooping on this VLAN. For RBridges performing both IPv4 and IPv6 IP Multicast Snooping, the value returned is ipv4v6(4).""", "reference" : """RFC 6325, Section 4.7""", }, # column "rbridgeVlanPortTable" : { "nodetype" : "table", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.3.2", "status" : "current", "description" : """A table that contains information about VLANs on an RBridge port.""", }, # table "rbridgeVlanPortEntry" : { "nodetype" : "row", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.3.2.1", "status" : "current", "linkage" : [ "rbridgeBasePort", "rbridgeVlanIndex", ], "description" : """A list of information about VLANs on the RBridge port.""", }, # row "rbridgeVlanPortInhibited" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.3.2.1.1", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """This VLAN has been inhibited by the RBridge due to conflicting forwarder information received from another RBridge, when the value of this object is 'true'.""", "reference" : """RFC 6325, Section 4.2.4.3""", }, # column "rbridgeVlanPortForwarder" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.3.2.1.2", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """This RBridge is an appointed forwarder for this VLAN on this port, when the value of this object is 'true'.""", "reference" : """RFC 6325, Section 4.2.4.3""", }, # column "rbridgeVlanPortAnnouncing" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.3.2.1.3", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readwrite", "default" : "true", "description" : """TRILL-Hellos tagged with this VLAN can be sent by this RBridge on this port, when the value of this object is 'true'. The value of this object MUST be retained across re-initializations of the management system.""", "reference" : """RFC 6325, Section 4.4.3""", }, # column "rbridgeVlanPortDetectedVlanMapping" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.3.2.1.4", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """VLAN mapping has been detected on the link attached to this port, when the value of this object is 'true'.""", "reference" : """RFC 6325, Section 4.4.5""", }, # column "rbridgeEsadi" : { "nodetype" : "node", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.4", }, # node "rbridgeEsadiTable" : { "nodetype" : "table", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.4.1", "status" : "current", "description" : """A table that contains information about ESADI instances on VLANs, if available.""", "reference" : """RFC 6325, Section 4.2.5""", }, # table "rbridgeEsadiEntry" : { "nodetype" : "row", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.4.1.1", "create" : "true", "status" : "current", "linkage" : [ "rbridgeVlanIndex", ], "description" : """Information about an ESADI instance on a VLAN.""", }, # row "rbridgeEsadiEnable" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.4.1.1.1", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readwrite", "default" : "true", "description" : """If the RBridge is participating in an ESADI instance for this VLAN, the value of this object is 'true'. To disable participation, set it to 'false'. The value of this object MUST be retained across re-initializations of the management system.""", "reference" : """RFC 6325, Section 4.2.5""", }, # column "rbridgeEsadiConfidence" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.4.1.1.2", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "0", "max" : "255" }, ], "range" : { "min" : "0", "max" : "255" }, }, }, "access" : "readwrite", "default" : "16", "description" : """Confidence level of address entries sent by this ESADI instance. The default is 16. The value of this object MUST be retained across re-initializations of the management system.""", "reference" : """RFC 6325, Section 4.2.5""", }, # column "rbridgeEsadiDrbPriority" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.4.1.1.3", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "0", "max" : "127" }, ], "range" : { "min" : "0", "max" : "127" }, }, }, "access" : "readwrite", "description" : """The priority of this RBridge for being selected as the DRB for this ESADI instance. The value of this object MUST be retained across re-initializations of the management system.""", "reference" : """RFC 6325, Section 4.2.5""", }, # column "rbridgeEsadiDrb" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.4.1.1.4", "status" : "current", "syntax" : { "type" : { "module" :"RBRIDGE-MIB", "name" : "RbridgeAddress"}, }, "access" : "readonly", "description" : """The DRB on this ESADI instance's virtual link.""", "reference" : """RFC 6325, Section 4.2.5""", }, # column "rbridgeEsadiDrbHoldingTime" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.4.1.1.5", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "0", "max" : "127" }, ], "range" : { "min" : "0", "max" : "127" }, }, }, "access" : "readwrite", "description" : """The holding time for this ESADI instance. The value of this object MUST be retained across re-initializations of the management system.""", "reference" : """RFC 6325, Section 4.2.5""", }, # column "rbridgeEsadiRowStatus" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.4.1.1.6", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "RowStatus"}, }, "access" : "readwrite", "description" : """This object indicates the status of the entry.""", }, # column "rbridgeCounter" : { "nodetype" : "node", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.5", }, # node "rbridgePortCounterTable" : { "nodetype" : "table", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.5.1", "status" : "current", "description" : """A table that contains per-port counters for this RBridge.""", }, # table "rbridgePortCounterEntry" : { "nodetype" : "row", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.5.1.1", "status" : "current", "linkage" : [ "rbridgeBasePort", ], "description" : """Counters for a port on this RBridge.""", }, # row "rbridgePortRpfCheckFails" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.5.1.1.1", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "frames", "description" : """The number of times a multi-destination frame was dropped on this port because the Reverse Path Forwarding (RPF) check failed. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of the ifCounterDiscontinuityTime object of the associated interface.""", "reference" : """RFC 6325, Section 4.5.2""", }, # column "rbridgePortHopCountExceeds" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.5.1.1.2", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "frames", "description" : """The number of times a frame was dropped on this port because its hop count was zero. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of the ifCounterDiscontinuityTime object of the associated interface.""", "reference" : """RFC 6325, Section 3.6""", }, # column "rbridgePortOptionDrops" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.5.1.1.3", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter32"}, }, "access" : "readonly", "units" : "frames", "description" : """The number of times a frame was dropped on this port because it contained unsupported options. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of the ifCounterDiscontinuityTime object of the associated interface.""", "reference" : """RFC 6325, Section 3.5""", }, # column "rbridgePortTrillInFrames" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.5.1.1.4", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "units" : "frames", "description" : """The number of TRILL-encapsulated frames that have been received by this port from its attached link, including management frames. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of the ifCounterDiscontinuityTime object of the associated interface.""", "reference" : """RFC 6325, Section 2.3""", }, # column "rbridgePortTrillOutFrames" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.5.1.1.5", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-SMI", "name" : "Counter64"}, }, "access" : "readonly", "units" : "frames", "description" : """The number of TRILL-encapsulated frames that have been transmitted by this port to its attached link, including management frames. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of the ifCounterDiscontinuityTime object of the associated interface.""", "reference" : """RFC 6325, Section 2.3""", }, # column "rbridgeSnooping" : { "nodetype" : "node", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.6", }, # node "rbridgeSnoopingPortTable" : { "nodetype" : "table", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.6.1", "status" : "current", "description" : """For RBridges implementing IP Multicast Snooping, information about ports on which the presence of IPv4 or IPv6 multicast routers has been detected.""", "reference" : """RFC 6325, Section 4.7""", }, # table "rbridgeSnoopingPortEntry" : { "nodetype" : "row", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.6.1.1", "status" : "current", "linkage" : [ "rbridgeBasePort", "rbridgeVlanIndex", ], "description" : """Information about ports on which the presence of IPv4 or IPv6 multicast routers has been detected for a VLAN.""", }, # row "rbridgeSnoopingPortAddrType" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.6.1.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Enumeration", "ipv4" : { "nodetype" : "namednumber", "number" : "1" }, "ipv6" : { "nodetype" : "namednumber", "number" : "2" }, "ipv4v6" : { "nodetype" : "namednumber", "number" : "3" }, }, }, "access" : "readonly", "description" : """The IP address type of an IP multicast router detected on this port and VLAN. If only IPv4 router(s) are detected, the value returned is 'ipv4'. If only IPv6 routers are detected, the value returned is 'ipv6'. If both IPv4 and IPv6 routers are detected on this port and VLAN, the value returned is 'ipv4v6'.""", "reference" : """RFC 6325, Section 4.7""", }, # column "rbridgeSnoopingAddrTable" : { "nodetype" : "table", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.6.2", "status" : "current", "description" : """For RBridges implementing IP Multicast Snooping, information about IP multicast addresses being snooped.""", "reference" : """RFC 6325, Section 4.8""", }, # table "rbridgeSnoopingAddrEntry" : { "nodetype" : "row", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.6.2.1", "status" : "current", "linkage" : [ "rbridgeVlanIndex", "rbridgeSnoopingAddrType", "rbridgeSnoopingAddr", ], "description" : """Information about IP multicast addresses being snooped.""", }, # row "rbridgeSnoopingAddrType" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.6.2.1.1", "status" : "current", "syntax" : { "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddressType"}, }, "access" : "noaccess", "description" : """The IP multicast address type for which a listener has been detected by this RBridge. This MIB requires support for only IPv4 and IPv6 address types.""", "reference" : """RFC 6325, Section 4.7""", }, # column "rbridgeSnoopingAddr" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.6.2.1.2", "status" : "current", "syntax" : { "type" : { "module" :"INET-ADDRESS-MIB", "name" : "InetAddress"}, }, "access" : "noaccess", "description" : """The IP multicast address for which a listener has been detected by this RBridge. The address type of this object is specified in rbridgeSnoopingAddrType. This MIB requires support for only global IPv4 and IPv6 addresses, so the length of the object can be either 4 or 16 bytes. Hence, the index will not exceed the OID size limit.""", "reference" : """RFC 6325, Section 4.7""", }, # column "rbridgeSnoopingAddrPorts" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.6.2.1.3", "status" : "current", "syntax" : { "type" : { "module" :"Q-BRIDGE-MIB", "name" : "PortList"}, }, "access" : "readonly", "description" : """The set of ports on which a listener has been detected for this IP multicast address.""", "reference" : """RFC 6325, Section 4.7""", }, # column "rbridgeDtree" : { "nodetype" : "node", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.7", }, # node "rbridgeDtreePriority" : { "nodetype" : "scalar", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.7.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "1", "max" : "65535" }, ], "range" : { "min" : "1", "max" : "65535" }, }, }, "access" : "readwrite", "description" : """The distribution tree root priority for this RBridge. The default value of this object is 32768. The value of this object MUST be retained across re-initializations of the management system.""", "reference" : """RFC 6325, Section 4.5""", }, # scalar "rbridgeDtreeActiveTrees" : { "nodetype" : "scalar", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.7.2", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readonly", "description" : """The total number of trees being computed by all RBridges in the campus.""", "reference" : """RFC 6325, Section 4.5""", }, # scalar "rbridgeDtreeMaxTrees" : { "nodetype" : "scalar", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.7.3", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readonly", "description" : """The maximum number of trees this RBridge can compute.""", "reference" : """RFC 6325, Section 4.5""", }, # scalar "rbridgeDtreeDesiredUseTrees" : { "nodetype" : "scalar", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.7.4", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readonly", "description" : """The maximum number of trees this RBridge would like to use for transmission of ingress multi-destination frames.""", "reference" : """RFC 6325, Section 4.5""", }, # scalar "rbridgeDtreeTable" : { "nodetype" : "table", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.7.5", "status" : "current", "description" : """Information about distribution trees being computed by this RBridge.""", "reference" : """RFC 6325, Section 4.5""", }, # table "rbridgeDtreeEntry" : { "nodetype" : "row", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.7.5.1", "status" : "current", "linkage" : [ "rbridgeDtreeNumber", ], "description" : """List of information about distribution trees being computed by this RBridge.""", }, # row "rbridgeDtreeNumber" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.7.5.1.1", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "0", "max" : "65535" }, ], "range" : { "min" : "0", "max" : "65535" }, }, }, "access" : "noaccess", "description" : """The tree number of a distribution tree being computed by this RBridge.""", "reference" : """RFC 6325, Section 4.5""", }, # column "rbridgeDtreeNickname" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.7.5.1.2", "status" : "current", "syntax" : { "type" : { "module" :"RBRIDGE-MIB", "name" : "RbridgeNickname"}, }, "access" : "readonly", "description" : """The nickname of the distribution tree.""", "reference" : """RFC 6325, Section 4.5""", }, # column "rbridgeDtreeIngress" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.7.5.1.3", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """Indicates whether this RBridge might choose this distribution tree to ingress a multi-destination frame.""", "reference" : """RFC 6325, Section 4.5""", }, # column "rbridgeTrill" : { "nodetype" : "node", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.8", }, # node "rbridgeTrillMinMtuDesired" : { "nodetype" : "scalar", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.8.1", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readwrite", "description" : """The desired minimum acceptable inter-RBridge link MTU for the campus, that is, originatingLSPBufferSize. The value of this object MUST be retained across re-initializations of the management system.""", "reference" : """RFC 6325, Section 4.3""", }, # scalar "rbridgeTrillSz" : { "nodetype" : "scalar", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.8.2", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readonly", "description" : """The minimum acceptable inter-RBridge link size for the campus for the proper operation of TRILL IS-IS.""", "reference" : """RFC 6325, Section 4.3""", }, # scalar "rbridgeTrillMaxMtuProbes" : { "nodetype" : "scalar", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.8.3", "status" : "current", "syntax" : { "type" : { "basetype" : "Unsigned32", "ranges" : [ { "min" : "1", "max" : "255" }, ], "range" : { "min" : "1", "max" : "255" }, }, }, "access" : "readwrite", "description" : """The number of failed MTU-probes before the RBridge concludes that a particular MTU is not supported by a neighbor. The value of this object MUST be retained across re-initializations of the management system.""", "reference" : """RFC 6325, Section 4.3""", }, # scalar "rbridgeTrillNbrTable" : { "nodetype" : "table", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.8.4", "status" : "current", "description" : """Information about this RBridge's TRILL neighbors.""", "reference" : """RFC 6325, Section 4.4.2.1""", }, # table "rbridgeTrillNbrEntry" : { "nodetype" : "row", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.8.4.1", "status" : "current", "linkage" : [ "rbridgeTrillNbrMacAddr", ], "description" : """List of information about this RBridge's TRILL neighbors.""", }, # row "rbridgeTrillNbrMacAddr" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.8.4.1.1", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "MacAddress"}, }, "access" : "noaccess", "description" : """The MAC address of a neighbor of this RBridge.""", "reference" : """RFC 6325, Section 4.4.2.1""", }, # column "rbridgeTrillNbrMtu" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.8.4.1.2", "status" : "current", "syntax" : { "type" : { "module" :"", "name" : "Unsigned32"}, }, "access" : "readonly", "description" : """MTU size for this neighbor for IS-IS communication purposes.""", "reference" : """RFC 6325, Section 4.3.2""", }, # column "rbridgeTrillNbrFailedMtuTest" : { "nodetype" : "column", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.1.8.4.1.3", "status" : "current", "syntax" : { "type" : { "module" :"SNMPv2-TC", "name" : "TruthValue"}, }, "access" : "readonly", "description" : """If true, indicates that the neighbor's tested MTU is less than the minimum acceptable inter-bridge link MTU for the campus (1470).""", "reference" : """RFC 6325, Section 4.3.1""", }, # column "rbridgeConformance" : { "nodetype" : "node", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.2", }, # node "rbridgeCompliances" : { "nodetype" : "node", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.2.1", }, # node "rbridgeGroup" : { "nodetype" : "node", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.2.2", }, # node }, # nodes "notifications" : { "rbridgeBaseNewDrb" : { "nodetype" : "notification", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.0.1", "status" : "current", "objects" : { }, "description" : """The rbridgeBaseNewDrb notification indicates that the sending agent has become the new Designated RBridge; the notification is sent by an RBridge soon after its election as the new DRB root, e.g., upon expiration of the Topology Change Timer, immediately subsequent to its election.""", }, # notification "rbridgeBaseTopologyChange" : { "nodetype" : "notification", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.0.2", "status" : "current", "objects" : { }, "description" : """The rbridgeBaseTopologyChange notification is sent by an RBridge when any of its configured ports transition to/from the VLAN-x designated forwarder. The notification is not sent if an rbridgeBaseNewDrb notification is sent for the same transition.""", }, # notification }, # notifications "groups" : { "rbridgeBaseGroup" : { "nodetype" : "group", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.2.2.1", "status" : "current", "members" : { "rbridgeBaseTrillVersion" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeBaseNumPorts" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeBaseForwardDelay" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeBaseUniMultipathEnable" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeBaseMultiMultipathEnable" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeBaseAcceptEncapNonadj" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeBaseNicknameNumber" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, }, # members "description" : """A collection of objects providing basic control and status information for the RBridge.""", }, # group "rbridgeBaseNicknameGroup" : { "nodetype" : "group", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.2.2.2", "status" : "current", "members" : { "rbridgeBaseNicknamePriority" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeBaseNicknameDtrPriority" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeBaseNicknameType" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeBaseNicknameRowStatus" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, }, # members "description" : """A collection of objects providing basic control and status information for RBridge nicknames.""", }, # group "rbridgeBasePortGroup" : { "nodetype" : "group", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.2.2.3", "status" : "current", "members" : { "rbridgeBasePortIfIndex" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeBasePortDisable" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeBasePortTrunkPort" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeBasePortAccessPort" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeBasePortP2pHellos" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeBasePortState" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeBasePortDesiredDesigVlan" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeBasePortDesigVlan" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeBasePortInhibitionTime" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeBasePortDisableLearning" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeBasePortStpRoot" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeBasePortStpRootChanges" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeBasePortStpWiringCloset" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, }, # members "description" : """A collection of objects providing basic control and status information for RBridge ports.""", }, # group "rbridgeFdbGroup" : { "nodetype" : "group", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.2.2.4", "status" : "current", "members" : { "rbridgeConfidenceNative" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeConfidenceDecap" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeConfidenceStatic" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeUniFdbPort" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeUniFdbNickname" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeUniFdbConfidence" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeUniFdbStatus" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, }, # members "description" : """A collection of objects providing information about the Unicast Address Database.""", }, # group "rbridgeFibGroup" : { "nodetype" : "group", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.2.2.5", "status" : "current", "members" : { "rbridgeUniFibHopCount" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeMultiFibPorts" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, }, # members "description" : """A collection of objects providing information about the Unicast and Multicast FIBs.""", }, # group "rbridgeVlanGroup" : { "nodetype" : "group", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.2.2.6", "status" : "current", "members" : { "rbridgeVlanForwarderLosts" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeVlanDisableLearning" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeVlanSnooping" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeVlanPortInhibited" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeVlanPortForwarder" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeVlanPortAnnouncing" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeVlanPortDetectedVlanMapping" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, }, # members "description" : """A collection of objects providing information about VLANs on the RBridge.""", }, # group "rbridgePortCounterGroup" : { "nodetype" : "group", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.2.2.7", "status" : "current", "members" : { "rbridgePortRpfCheckFails" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgePortHopCountExceeds" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgePortOptionDrops" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgePortTrillInFrames" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgePortTrillOutFrames" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, }, # members "description" : """A collection of objects providing per-port counters for the RBridge.""", }, # group "rbridgeEsadiGroup" : { "nodetype" : "group", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.2.2.8", "status" : "current", "members" : { "rbridgeEsadiEnable" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeEsadiConfidence" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeEsadiDrbPriority" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeEsadiDrb" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeEsadiDrbHoldingTime" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeEsadiRowStatus" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, }, # members "description" : """A collection of objects providing information about ESADI instances on the RBridge.""", }, # group "rbridgeSnoopingGroup" : { "nodetype" : "group", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.2.2.9", "status" : "current", "members" : { "rbridgeSnoopingPortAddrType" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeSnoopingAddrPorts" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, }, # members "description" : """A collection of objects providing information about IP Multicast Snooping. This MIB requires support for only global IPv4 and IPv6 address types in rbridgeSnoopingPortAddrType and rbridgeSnoopingAddrType, so the length of rbridgeSnoopingAddr can be either 4 or 16 bytes.""", }, # group "rbridgeDtreeGroup" : { "nodetype" : "group", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.2.2.10", "status" : "current", "members" : { "rbridgeDtreePriority" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeDtreeActiveTrees" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeDtreeMaxTrees" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeDtreeDesiredUseTrees" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeDtreeNickname" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeDtreeIngress" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, }, # members "description" : """A collection of objects providing information about distribution trees.""", }, # group "rbridgeTrillGroup" : { "nodetype" : "group", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.2.2.11", "status" : "current", "members" : { "rbridgeTrillMinMtuDesired" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeTrillSz" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeTrillMaxMtuProbes" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeTrillNbrMtu" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeTrillNbrFailedMtuTest" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, }, # members "description" : """A collection of objects providing information about TRILL neighbors.""", }, # group "rbridgeNotificationGroup" : { "nodetype" : "group", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.2.2.12", "status" : "current", "members" : { "rbridgeBaseNewDrb" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, "rbridgeBaseTopologyChange" : { "nodetype" : "member", "module" : "RBRIDGE-MIB" }, }, # members "description" : """A collection of objects describing notifications (traps).""", }, # group }, # groups "compliances" : { "rbridgeCompliance" : { "nodetype" : "compliance", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.2.1.1", "status" : "current", "description" : """The compliance statement for support of RBridge services.""", "requires" : { "rbridgeBaseGroup" : { "nodetype" : "mandatory", "module" : "RBRIDGE-MIB" }, "rbridgeBaseNicknameGroup" : { "nodetype" : "mandatory", "module" : "RBRIDGE-MIB" }, "rbridgeBasePortGroup" : { "nodetype" : "mandatory", "module" : "RBRIDGE-MIB" }, "rbridgeFdbGroup" : { "nodetype" : "mandatory", "module" : "RBRIDGE-MIB" }, "rbridgeFibGroup" : { "nodetype" : "mandatory", "module" : "RBRIDGE-MIB" }, "rbridgeVlanGroup" : { "nodetype" : "mandatory", "module" : "RBRIDGE-MIB" }, "rbridgeDtreeGroup" : { "nodetype" : "mandatory", "module" : "RBRIDGE-MIB" }, "rbridgeTrillGroup" : { "nodetype" : "mandatory", "module" : "RBRIDGE-MIB" }, "rbridgeNotificationGroup" : { "nodetype" : "mandatory", "module" : "RBRIDGE-MIB" }, "rbridgePortCounterGroup" : { "nodetype" : "optional", "module" : "RBRIDGE-MIB", "description" : """Implementation of this group is optional.""", }, "rbridgeEsadiGroup" : { "nodetype" : "optional", "module" : "RBRIDGE-MIB", "description" : """Implementation of this group is optional.""", }, "rbridgeSnoopingGroup" : { "nodetype" : "optional", "module" : "RBRIDGE-MIB", "description" : """Implementation of this group is optional.""", }, }, # requires }, # compliance "rbridgeReadOnlyCompliance" : { "nodetype" : "compliance", "moduleName" : "RBRIDGE-MIB", "oid" : "1.3.6.1.2.1.214.2.1.2", "status" : "current", "description" : """When this MIB is implemented in read-only mode, then the implementation can claim read-only compliance. In that case, RBridge objects can be monitored but cannot be configured with this implementation.""", "requires" : { "rbridgeBaseGroup" : { "nodetype" : "mandatory", "module" : "RBRIDGE-MIB" }, "rbridgeBaseNicknameGroup" : { "nodetype" : "mandatory", "module" : "RBRIDGE-MIB" }, "rbridgeBasePortGroup" : { "nodetype" : "mandatory", "module" : "RBRIDGE-MIB" }, "rbridgeFdbGroup" : { "nodetype" : "mandatory", "module" : "RBRIDGE-MIB" }, "rbridgeFibGroup" : { "nodetype" : "mandatory", "module" : "RBRIDGE-MIB" }, "rbridgeVlanGroup" : { "nodetype" : "mandatory", "module" : "RBRIDGE-MIB" }, "rbridgeDtreeGroup" : { "nodetype" : "mandatory", "module" : "RBRIDGE-MIB" }, "rbridgeTrillGroup" : { "nodetype" : "mandatory", "module" : "RBRIDGE-MIB" }, "rbridgeNotificationGroup" : { "nodetype" : "mandatory", "module" : "RBRIDGE-MIB" }, "rbridgePortCounterGroup" : { "nodetype" : "optional", "module" : "RBRIDGE-MIB", "description" : """Implementation of this group is optional.""", }, "rbridgeEsadiGroup" : { "nodetype" : "optional", "module" : "RBRIDGE-MIB", "description" : """Implementation of this group is optional.""", }, "rbridgeSnoopingGroup" : { "nodetype" : "optional", "module" : "RBRIDGE-MIB", "description" : """Implementation of this group is optional.""", }, }, # requires "refinements" : { "rbridgeBaseForwardDelay" : { "module" : "RBRIDGE-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "rbridgeBaseUniMultipathEnable" : { "module" : "RBRIDGE-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "rbridgeBaseMultiMultipathEnable" : { "module" : "RBRIDGE-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "rbridgeBaseAcceptEncapNonadj" : { "module" : "RBRIDGE-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "rbridgeBaseNicknameNumber" : { "module" : "RBRIDGE-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "rbridgeBaseNicknamePriority" : { "module" : "RBRIDGE-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "rbridgeBaseNicknameDtrPriority" : { "module" : "RBRIDGE-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "rbridgeBaseNicknameRowStatus" : { "module" : "RBRIDGE-MIB", "syntax" : { "type" : { "basetype" : "Enumeration", "parent module" : { "name" : "SNMPv2-TC", "type" : "RowStatus", }, "active" : { "nodetype" : "namednumber", "number" : "1" }, }, }, # syntax "access" : "readonly", "description" : """Write access is not required, and 'active' is the only status that needs to be supported.""", }, "rbridgeBasePortDisable" : { "module" : "RBRIDGE-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "rbridgeBasePortTrunkPort" : { "module" : "RBRIDGE-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "rbridgeBasePortAccessPort" : { "module" : "RBRIDGE-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "rbridgeBasePortP2pHellos" : { "module" : "RBRIDGE-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "rbridgeBasePortInhibitionTime" : { "module" : "RBRIDGE-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "rbridgeBasePortDisableLearning" : { "module" : "RBRIDGE-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "rbridgeBasePortDesiredDesigVlan" : { "module" : "RBRIDGE-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "rbridgeBasePortStpWiringCloset" : { "module" : "RBRIDGE-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "rbridgeConfidenceNative" : { "module" : "RBRIDGE-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "rbridgeConfidenceDecap" : { "module" : "RBRIDGE-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "rbridgeConfidenceStatic" : { "module" : "RBRIDGE-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "rbridgeVlanDisableLearning" : { "module" : "RBRIDGE-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "rbridgeVlanPortAnnouncing" : { "module" : "RBRIDGE-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "rbridgeEsadiEnable" : { "module" : "RBRIDGE-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "rbridgeEsadiConfidence" : { "module" : "RBRIDGE-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "rbridgeEsadiDrbPriority" : { "module" : "RBRIDGE-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "rbridgeEsadiDrbHoldingTime" : { "module" : "RBRIDGE-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "rbridgeEsadiRowStatus" : { "module" : "RBRIDGE-MIB", "syntax" : { "type" : { "basetype" : "Enumeration", "parent module" : { "name" : "SNMPv2-TC", "type" : "RowStatus", }, "active" : { "nodetype" : "namednumber", "number" : "1" }, }, }, # syntax "access" : "readonly", "description" : """Write access is not required, and 'active' is the only status that needs to be supported.""", }, "rbridgeDtreePriority" : { "module" : "RBRIDGE-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "rbridgeTrillMinMtuDesired" : { "module" : "RBRIDGE-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, "rbridgeTrillMaxMtuProbes" : { "module" : "RBRIDGE-MIB", "access" : "readonly", "description" : """Write access is not required.""", }, }, # refinements }, # compliance }, # compliances }