PCC-PCEDP-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: PCC-PCEDP-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 pccPcedpMIB 1.3.6.1.3.10000
This MIB module defines a collection of objects for managing Path Computation Elements (PCEs) Discovery Protocol inside a Path Computation Client (PCC) application.
             pccPcedpNotifications 1.3.6.1.3.10000.0
             pccPcedpMIBObjects 1.3.6.1.3.10000.1
                 pccPcedpDiscoveryObjects 1.3.6.1.3.10000.1.1
                     pccPcedpDiscAdminStatus 1.3.6.1.3.10000.1.1.1 integer read-write
Setting this object to disabled(2) disables the discovery of PCEs. Once disabled, The discovery must be explicitly enabled to restore discovery of PCEs. Setting this object to enabled(1) enables the discovery of PCEs. Enumeration: 'disabled': 2, 'enabled': 1.
                     pccPcedpDiscKnowPCEs 1.3.6.1.3.10000.1.1.2 counter32 read-only
The number of PCEs the PCC is potentially in relation with. This includes PCE manually declared and active PCEs
                     pccPcedpDiscActivePCEs 1.3.6.1.3.10000.1.1.3 counter32 read-only
The number of active PCEs. The detection of the activity a a PCE depends on the nature discovery mechanism. PCE discovered using PCED information received: The relation between the PCC and a PCE is active while the PCE discovery protocol maintains a communication between the PCC and this PCE. PCE Manually declared: The relation between the PCC and a PCE is active and the discovery mechanism is implementation specific;
                     pccPcedpDiscPceTable 1.3.6.1.3.10000.1.1.4 no-access
Information describing the PCEs discovered by the PCC.
                         pccPcedpDiscPceEntry 1.3.6.1.3.10000.1.1.4.1 no-access
Information describing the general information of each PCE discovered by the PCC.
                             pccPcedpDiscPceIndex 1.3.6.1.3.10000.1.1.4.1.1 integer32 no-access
This object identifies locally the PCE for which this entry contains information.
                             pccPcedpDiscMechanism 1.3.6.1.3.10000.1.1.4.1.2 ianaiprouteprotocol read-only
This object identifies the type of discovery mechanism used by PCC to discover the PCE. The acceptable value are : local (2), -- local interface isIs (9), -- Dual IS-IS ospf (13), -- Open Shortest Path First bgp (14), -- Border Gateway Protocol
                             pccPcedpDiscPceIPv4Address 1.3.6.1.3.10000.1.1.4.1.3 ipaddress read-only
This object is the IP address to be used to reach the PCE. It corresponds to the PCED PCE-ADDRESS. . A value of 0.0.0.0 indicates the absence of this address.
                             pccPcedpDiscPceIPv6Address 1.3.6.1.3.10000.1.1.4.1.4 ipv6address read-only
This object is the IPv6 address to be used to reach the PCE. It corresponds to the PCED PCE-ADDRESS. A value of ::0 indicates the absence of this address.
                             pccPcedpDiscPceTime 1.3.6.1.3.10000.1.1.4.1.5 timestamp read-only
The value of sysUpTime at the time this entry was created. local entry: the value of sysUpTime at the time PCC restarted.
                             pccPcedpDiscPceLastUpdated 1.3.6.1.3.10000.1.1.4.1.6 timestamp read-only
The value of sysUpTime at the time this entry was last updated. Static entry: if the entry values keep unchanged since the re- initialization of the PCC then this object contains a zero value.
                     pccPcedpDiscActTable 1.3.6.1.3.10000.1.1.5 no-access
Information describing for each PCE the activity of the discovery mechanism.
                         pccPcedpDiscActEntry 1.3.6.1.3.10000.1.1.5.1 no-access
Information describing the activity of the discovery mechanism of a PCE discovered by the PCC.
                             pccPcedpDiscActCongestion 1.3.6.1.3.10000.1.1.5.1.1 truthvalue read-only
This object indicates whether a PCE experiences a processing congestion state or not.
                             pccPcedpDiscActCongestionDuration 1.3.6.1.3.10000.1.1.5.1.2 unsigned32 read-only
This object specifies, in seconds, the congestion duration. When the value of pccPcedpDiscActCongestion is 'false' then this objet MUST be to '0'
                 pccPcedpCapabilityObjects 1.3.6.1.3.10000.1.2
                     pccPcedpCapPathScopeTable 1.3.6.1.3.10000.1.2.1 no-access
Information describing the capacity of the PCEs discovered by the PCC.
                         pccPcedpCapPathScopeEntry 1.3.6.1.3.10000.1.2.1.1 no-access
Information describing the capacity of each PCE discovered by the PCC.
                             pccPcedpCapPathScopeIntraArea 1.3.6.1.3.10000.1.2.1.1.1 truthvalue read-only
Indicates whether the PCE supports the L option of the PATH- SCOPE sub TLV: The value is 'true' if the PCE can compute intra-area path.
                             pccPcedpCapPathScopeInterArea 1.3.6.1.3.10000.1.2.1.1.2 truthvalue read-only
Indicates whether the PCE supports the R option of the PATH- SCOPE sub TLV: The value is 'true' if the PCE can act as PCE for inter-area TE LSPs computation.
                             pccPcedpCapPathScopeDefaultInterArea 1.3.6.1.3.10000.1.2.1.1.3 truthvalue read-only
Indicates whether the PCE supports the Rd option of the PATH- SCOPE sub TLV: The value is 'true' if the PCE can act as a default PCE for inter-area TE LSPs computation.
                             pccPcedpCapPathScopeInterAS 1.3.6.1.3.10000.1.2.1.1.4 truthvalue read-only
Indicates whether the PCE supports the S option of the PATH- SCOPE sub TLV: The value is 'true' if the PCE can act as PCE for inter-AS TE LSPs computation.
                             pccPcedpCapPathScopeDefaultInterAS 1.3.6.1.3.10000.1.2.1.1.5 truthvalue read-only
Indicates whether the PCE supports the Sd option of the PATH- SCOPE sub TLV: The value is 'true' if the PCE can act as a default PCE for inter-AS TE LSPs computation.
                             pccPcedpCapPathScopeInterLayer 1.3.6.1.3.10000.1.2.1.1.6 truthvalue read-only
Indicates whether the PCE supports the Y option of the PATH- SCOPE sub TLV: The value is 'true' if the PCE can compute or take part into the computation of paths across layers.
                             pccPcedpCapPathScopePrefIntraArea 1.3.6.1.3.10000.1.2.1.1.7 integer32 read-only
Indicates the level of preference of the option of computation 'L' compared to other computation options: A value of 7 reflects the highest preference. When the value of PccPcedpCapCompIntraArea is 'false' then this objet MUST be to '0'.
                             pccPcedpCapPathScopePrefInterArea 1.3.6.1.3.10000.1.2.1.1.8 integer32 read-only
Indicates the level of preference of the option of computation 'R' compared to other computation options: A value of 7 reflects the highest preference. When the value of PccPcedpCapCompInterArea is 'false' then this objet MUST be to '0'.
                             pccPcedpCapPathScopePrefInterAS 1.3.6.1.3.10000.1.2.1.1.9 integer32 read-only
Indicates the level of preference of the option of computation 'S' compared to other computation options: A value of 7 reflects the highest preference. When the value of PccPcedpCapCompInterAS is 'false' then this objet MUST be to '0'.
                             pccPcedpCapPathScopePrefInterLayer 1.3.6.1.3.10000.1.2.1.1.10 integer32 read-only
Indicates the level of preference of the option of computation 'Y' compared to other computation options: A value of 7 reflects the highest preference. When the value of PccPcedpCapCompInterLayer is 'false' then this objet MUST be to '0'.
                     pccPcedpCapDomainTable 1.3.6.1.3.10000.1.2.2 no-access
Information describing the set of domains where the PCE has topology visibility and can compute paths.
                         pccPcedpCapDomainEntry 1.3.6.1.3.10000.1.2.2.1 no-access
Information describing the domains of each PCE discovered by the PCC.
                             pccPcedpCapDomainIndex 1.3.6.1.3.10000.1.2.2.1.1 integer32 no-access
This object identifies locally a domain for which the PCE identified by pccPcedpDiscPceIndex has topology visibility and can compute paths.
                             pccPcedpCapDomainIDType 1.3.6.1.3.10000.1.2.2.1.2 addressfamilynumbers read-only
This object identifies the type of the domainID of a PCE- DOMAIN SUB TLV. Acceptable types are : ipV4(1) and ipV6(2) for an OSPF area ID; nsap(3) for and ISIS area ID; asNumber(18) for an BGP AS number
                             pccPcedpCapDomainID 1.3.6.1.3.10000.1.2.2.1.3 pccpcedproutingdomainid read-only
The ID (area,AS) of the routing domain for which this entry contains information.
                     pccPcedpCapDestDomainTable 1.3.6.1.3.10000.1.2.3 no-access
Information describing the set of destination domains toward which a PCE can compute path.
                         pccPcedpCapDestDomainEntry 1.3.6.1.3.10000.1.2.3.1 no-access
Information describing the destination domains of each PCE.
                             pccPcedpCapDestDomainIndex 1.3.6.1.3.10000.1.2.3.1.1 integer32 no-access
This object identifies locally a destination domain toward which a PCE identified by pccPcedpDiscPceIndex can compute path.
                             pccPcedpCapDestDomainIDType 1.3.6.1.3.10000.1.2.3.1.2 addressfamilynumbers read-only
This object identifies the type of the routing domain. Acceptable types are : ipV4(1) and ipV6(2) for an OSPF area ID; nsap(3) for and ISIS area ID; asNumber(18) for an BGP AS number
                             pccPcedpCapDestDomainID 1.3.6.1.3.10000.1.2.3.1.3 pccpcedproutingdomainid read-only
The ID (area,AS) of the routing domain for which this entry contains information.
                 pccPcedpPceActivityGroup 1.3.6.1.3.10000.1.3
             pccPcedpConformance 1.3.6.1.3.10000.2
                 pccPcedpGroups 1.3.6.1.3.10000.2.1
                 pccPcedpCompliances 1.3.6.1.3.10000.2.2
                     pccPcedpGeneralPceInformation 1.3.6.1.3.10000.2.2.1
The compliance statement for SNMP entities that implement only general information monitoring as proposed in the 2nd S. of the section 6.1 of [I-D.ietf-pce-discovery-reqs].
                     pccPcedpDetailledPceInformation 1.3.6.1.3.10000.2.2.2
The compliance statement for SNMP entities that implement detailled monitoring as proposed in the 3rd S. of the section 6.1 of [I-D.ietf-pce-discovery-reqs].