PCE-PCEP-DRAFT-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: PCE-PCEP-DRAFT-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
 pcePcepDraftMIB 1.3.6.1.3.9999
This MIB module defines a collection of objects for managing PCE communication protocol(PCEP).
           pcePcepNotifications 1.3.6.1.3.9999.0
               pcePcepSessionUp 1.3.6.1.3.9999.0.1
This notification is sent when the value of 'pcePcepSessionState' enters the 'sessionUp(1)' state.
               pcePcepSessionDown 1.3.6.1.3.9999.0.2
This notification is sent when the value of 'pcePcepSessionState' leaves the 'sessionUp(1)' state.
           pcePcepMIBObjects 1.3.6.1.3.9999.1
               pcePcepClientObjects 1.3.6.1.3.9999.1.1
                   pcePcepClientLastChange 1.3.6.1.3.9999.1.1.1 timestamp read-only
The value of sysUpTime at the time of the most recent addition or deletion of an entry to/from the pcePcepClientTable/pcePcepClientStatsTable, or the most recent change in value of any objects in the pcePcepClientTable. If no such changes have occurred since the last re-initialization of the local management subsystem, then this object contains a zero value.
                   pcePcepClientIndexNext 1.3.6.1.3.9999.1.1.2 unsigned32 read-only
This object contains an appropriate value to be used for pcePcepClientIndex when creating entries in the pcePcepClientTable. The value 0 indicates that no unassigned entries are available.
                   pcePcepClientTable 1.3.6.1.3.9999.1.1.3 no-access
This table contains information about the PCEP Client.
                       pcePcepClientEntry 1.3.6.1.3.9999.1.1.3.1 no-access
An entry in this table represents a PCEP client. An entry can be created by a network administrator or by an SNMP agent as instructed by PCEP.
                           pcePcepClientPcepId 1.3.6.1.3.9999.1.1.3.1.1 pcepcepidentifier no-access
The PCEP client identifier.
                           pcePcepClientIndex 1.3.6.1.3.9999.1.1.3.1.2 unsigned32 no-access
This index is used to uniquely identify the PCEP client. Before creating a row in this table, the 'pcePcepClientIndexNext' object should be retrieved. That value should be used for the value of this index when creating a row in this table. NOTE: if a value of zero (0) is retrieved, that indicates that no rows can be created in this table at this time.
                           pcePcepClientAdminStatus 1.3.6.1.3.9999.1.1.3.1.4 integer read-only
The administrative status of this PCEP Client. If this object is changed from 'enable' to 'disable' and this entity has already attempted to establish contact with a Peer, then all contact with that Peer is lost and all information from that Peer needs to be removed from the MIB. (This implies that the network management subsystem should clean up any related entry in the pcePcepPeerTable. This further implies that a 'tear-down' for that session is issued and the session and all information related to that session cease to exist). At this point the operator is able to change values which are related to this entity. When the admin status is set back to 'enable', then this Entity will attempt to establish a new session with the Peer. Enumeration: 'enable': 1, 'disable': 2.
                           pcePcepClientOperStatus 1.3.6.1.3.9999.1.1.3.1.5 integer read-only
The operational status of this PCEP client. The value of unknown(1) indicates that the operational status cannot be determined at this time. The value of unknown should be a transient condition before changing to enabled(2) or disabled(3). Enumeration: 'disabled': 3, 'unknown': 1, 'enabled': 2.
                           pcePcepClientTcpPort 1.3.6.1.3.9999.1.1.3.1.6 inetportnumber read-only
The TCP Port for PCEP. The default value is the well-known value of this port.
                           pcePcepClientKeepAliveTimer 1.3.6.1.3.9999.1.1.3.1.7 unsigned32 read-only
The integer value which is the proposed keep alive timer for this PCEP client.
                           pcePcepClientStorageType 1.3.6.1.3.9999.1.1.3.1.8 storagetype read-only
The storage type for this conceptual row. Conceptual rows having the value 'permanent(4)' need not allow write-access to any columnar objects in the row.
                           pcePcepClientRowStatus 1.3.6.1.3.9999.1.1.3.1.9 rowstatus read-only
The status of this conceptual row. All writable objects in this row may be modified at any time, however, as described in detail in the section entitled, 'Changing Values After Session Establishment', and again described in the DESCRIPTION clause of the pcePcepClientAdminStatus object, if a session has been initiated with a Peer, changing objects in this table will wreak havoc with the session and interrupt traffic. To repeat again: the recommended procedure is to set the pcePcepClientAdminStatus to down, thereby explicitly causing a session to be torn down. Then, change objects in this entry, then set the pcePcepClientAdminStatus to enable, which enables a new session to be initiated.
                           pcePcepClientDeadTimer 1.3.6.1.3.9999.1.1.3.1.10 unsigned32 read-only
The value which indicates a period of time after the expiration of which a PCEP peer declares the session down if no PCEP message has been received. The Deadtimer value is recommended to be 4 times the Keepalive value.
               pcePcepSessionObjects 1.3.6.1.3.9999.1.3
                   pcePcepPeerLastChange 1.3.6.1.3.9999.1.3.1 timestamp read-only
The value of sysUpTime at the time of the most recent addition or deletion to/from the pcePcepPeerTable/pcePcepSessionTable.
                   pcePcepPeerTable 1.3.6.1.3.9999.1.3.2 no-access
Information about PCEP peers known by Entities in the pcePcepClientTable. The information in this table is based on information from the Client-Peer interaction during session initialization but is not appropriate for the pcePcepSessionTable, because objects in this table may or may not be used in session establishment.
                       pcePcepPeerEntry 1.3.6.1.3.9999.1.3.2.1 no-access
Information about a single Peer which is related to a Session. This table is augmented by the pcePcepSessionTable.
                           pcePcepPeerPcepId 1.3.6.1.3.9999.1.3.2.1.1 pcepcepidentifier no-access
The PCEP identifier of this PCE Peer.
                           pcePcepPeerTransportAddrType 1.3.6.1.3.9999.1.3.2.1.2 inetaddresstype read-only
The type of the Internet address for the pcePcepPeerTransportAddr object. The PCEP specification describes this as being either an IPv4 Transport Address or IPv6 Transport This object specifies how the value of the pcePcepPeerTransportAddr object should be interpreted.
                           pcePcepPeerTransportAddr 1.3.6.1.3.9999.1.3.2.1.3 inetaddress read-only
The Internet address advertised by the peer. The type of this address is specified by the value of the pcePcepPeerTransportAddrType object.
                   pcePcepSessionTable 1.3.6.1.3.9999.1.3.3 no-access
A table of Sessions between PCEP clients. This table AUGMENTS the pcePcepPeerTable. Each row in this table represents a single session.
                       pcePcepSessionEntry 1.3.6.1.3.9999.1.3.3.1 no-access
An entry in this table represents information on a single session between two PCEP clients. The information contained in a row is read-only.
                           pcePcepSessionStateLastChange 1.3.6.1.3.9999.1.3.3.1.1 timestamp read-only
The value of sysUpTime at the time this Session entered its current state as denoted by the pcePcepSessionState object.
                           pcePcepSessionState 1.3.6.1.3.9999.1.3.3.1.2 integer read-only
The current state of the session, all of the states 1 to 5 are based on the state machine for session negotiation behavior. Enumeration: 'tcpPending': 4, 'sessionUp': 1, 'openWait': 3, 'keepWait': 2, 'idle': 5.
                           pcePcepSessionKeepAliveHoldTimeRem 1.3.6.1.3.9999.1.3.3.1.3 timeinterval read-only
The keep alive hold time remaining for this session.
                           pcePcepSessionKeepAliveTime 1.3.6.1.3.9999.1.3.3.1.4 unsigned32 read-only
The negotiated KeepAlive Time which represents the amount of seconds between keep alive messages. The pcePcepClientKeepAliveHoldTimer related to this Session is the value that was proposed as the KeepAlive Time for this session. This value is negotiated during session initialization between the entity's proposed value (i.e., the value configured in pcePcepClientKeepAliveHoldTimer) and the peer's proposed KeepAlive Hold Timer value. This value is the smaller of the two proposed values.
                           pcePcepSessionDiscontinuityTime 1.3.6.1.3.9999.1.3.3.1.5 timestamp read-only
The value of sysUpTime on the most recent occasion at which any one or more of this session's counters suffered a discontinuity. The relevant counters are the specific instances associated with this session of any Counter32 object contained in the pcePcepSessionStatsTable. The initial value of this object is the value of sysUpTime when the entry was created in this table. Also, a command generator can distinguish when a session between a given Entity and Peer goes away and a new session is established. This value would change and thus indicate to the command generator that this is a different session.
                           pcePcepSessionSpeakerRole 1.3.6.1.3.9999.1.3.3.1.6 integer read-only
The value of this object indicates the PCEP speaker role in this session. Enumeration: 'pcc': 1, 'pccandpce': 3, 'pce': 2.
                   pcePcepSessionMax 1.3.6.1.3.9999.1.3.4 unsigned32 read-only
The maximum number of sessions that can be setup on this PCEP client.
           pcePcepConformance 1.3.6.1.3.9999.2
               pcePcepGroups 1.3.6.1.3.9999.2.1
                   pcePcepGeneralGroup 1.3.6.1.3.9999.2.1.1
Objects that apply to all PCEP MIB implementations.
                   pcePcepNotificationsGroup 1.3.6.1.3.9999.2.1.2
The notifications for a PCEP MIB implementation.
               pcePcepCompliances 1.3.6.1.3.9999.2.2
                   pcePcepModuleFullCompliance 1.3.6.1.3.9999.2.2.1
The Module is implemented with support for read-create and read-write. In other words, both monitoring and configuration are available when using this MODULE-COMPLIANCE.
                   pcePcepModuleReadOnlyCompliance 1.3.6.1.3.9999.2.2.2
The Module is implemented with support for read-only. In other words, only monitoring is available by implementing this MODULE-COMPLIANCE.