TE-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: TE-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
 teMIB 1.3.6.1.2.1.122
The Traffic Engineering MIB module. Copyright (C) The Internet Society (2005). This version of this MIB module is part of RFC 3970; see the RFC itself for full legal notices.
         teMIBNotifications 1.3.6.1.2.1.122.0
             teTunnelUp 1.3.6.1.2.1.122.0.1
A teTunnelUp notification is generated when the Tunnel indexed by teTunnelName transitions to the 'up' state. A tunnel is up when at least one of its paths is up. The tePathName is the name of the path whose transition to up made the tunnel go up. This notification MUST be limited to at most one every minute, in case the tunnel flaps up and down.
             teTunnelDown 1.3.6.1.2.1.122.0.2
A teTunnelDown notification is generated when the Tunnel indexed by teTunnelName transitions to the 'down' state. A tunnel is up when at least one of its paths is up. The tePathName is the name of the path whose transition to down made the tunnel go down. This notification MUST be limited to at most one every minute, in case the tunnel flaps up and down.
             teTunnelChanged 1.3.6.1.2.1.122.0.3
A teTunnelChanged notification is generated when an active path on the Tunnel indexed by teTunnelName changes or a new path becomes active. The value of tePathName is the new active path. This notification MUST be limited to at most one every minute, in case the tunnel changes quickly.
             teTunnelRerouted 1.3.6.1.2.1.122.0.4
A teTunnelRerouted notification is generated when an active path for the Tunnel indexed by teTunnelName stays the same, but its route changes. This notification MUST be limited to at most one every minute, in case the tunnel reroutes quickly.
         teMIBObjects 1.3.6.1.2.1.122.1
             teInfo 1.3.6.1.2.1.122.1.1
                 teDistProtocol 1.3.6.1.2.1.122.1.1.1 bits read-only
IGP used to distribute Traffic Engineering information and topology to each device for the purpose of automatic path computation. More than one IGP may be used to distribute TE information. Bits: 'ospf': 2, 'other': 0, 'isis': 1.
                 teSignalingProto 1.3.6.1.2.1.122.1.1.2 bits read-only
Traffic Engineering signaling protocols supported by this device. More than one protocol may be supported. Bits: 'crldp': 2, 'static': 3, 'other': 0, 'rsvpte': 1.
                 teNotificationEnable 1.3.6.1.2.1.122.1.1.3 truthvalue read-write
If this object is true, then it enables the generation of notifications from this MIB module. Otherwise notifications are not generated.
                 teNextTunnelIndex 1.3.6.1.2.1.122.1.1.4 unsigned32 read-only
An integer that may be used as a new Index in the teTunnelTable. The special value of 0 indicates that no more new entries can be created in that table. When this MIB module is used for configuration, this object always contains a legal value (if non-zero) for an index that is not currently used in that table. The Command Generator (Network Management Application) reads this variable and uses the (non-zero) value read when creating a new row with an SNMP SET. When the SET is performed, the Command Responder (agent) must determine whether the value is indeed still unused; Two Network Management Applications may attempt to create a row (configuration entry) simultaneously and use the same value. If it is currently unused, the SET succeeds, and the Command Responder (agent) changes the value of this object according to an implementation-specific algorithm. If the value is in use, however, the SET fails. The Network Management Application must then re-read this variable to obtain a new usable value.
                 teNextPathHopIndex 1.3.6.1.2.1.122.1.1.5 unsigned32 read-only
An integer that may be used as a new Index in the tePathHopTable. The special value of 0 indicates that no more new entries can be created in that table. When this MIB module is used for configuration, this object always contains a legal value (if non-zero) for an index that is not currently used in that table. The Command Generator (Network Management Application) reads this variable and uses the (non-zero) value read when creating a new row with an SNMP SET. When the SET is performed, the Command Responder (agent) must determine whether the value is indeed still unused; Two Network Management Applications may attempt to create a row (configuration entry) simultaneously and use the same value. If it is currently unused, the SET succeeds, and the Command Responder (agent) changes the value of this object according to an implementation-specific algorithm. If the value is in use, however, the SET fails. The Network Management Application must then re-read this variable to obtain a new usable value.
                 teConfiguredTunnels 1.3.6.1.2.1.122.1.1.6 gauge32 read-only
Number of currently configured Tunnels.
                 teActiveTunnels 1.3.6.1.2.1.122.1.1.7 gauge32 read-only
Number of currently active Tunnels.
                 tePrimaryTunnels 1.3.6.1.2.1.122.1.1.8 gauge32 read-only
Number of currently active Tunnels running on their primary paths.
                 teAdminGroupTable 1.3.6.1.2.1.122.1.1.9 no-access
A mapping of configured administrative groups. Each entry represents an Administrative Group and provides a name and index for the group. Administrative groups are used to label links in the Traffic Engineering topology in order to place constraints (include and exclude) on Tunnel paths. A groupName can only be linked to one group number. The groupNumber is the number assigned to the administrative group used in constraints, such as tePathIncludeAny or tePathIncludeAll.
                     teAdminGroupEntry 1.3.6.1.2.1.122.1.1.9.1 no-access
A mapping between a configured group number and its human-readable name. The group number should be between 1 and 32, inclusive. Group number n represents bit number (n-1) in the bit vector for Include/Exclude constraints. All entries in this table MUST be kept in stable storage so that they will re-appear in case of a restart/reboot.
                         teAdminGroupNumber 1.3.6.1.2.1.122.1.1.9.1.1 integer32 no-access
Index of the administrative group.
                         teAdminGroupName 1.3.6.1.2.1.122.1.1.9.1.2 snmpadminstring read-only
Name of the administrative group.
                         teAdminGroupRowStatus 1.3.6.1.2.1.122.1.1.9.1.3 rowstatus read-only
The status of this conceptual row. The value of this object has no effect on whether other objects in this conceptual row can be modified.
             teTunnelTable 1.3.6.1.2.1.122.1.2 no-access
Table of Configured Traffic Tunnels.
                 teTunnelEntry 1.3.6.1.2.1.122.1.2.1 no-access
Entry containing information about a particular Traffic Tunnel.
                     teTunnelIndex 1.3.6.1.2.1.122.1.2.1.1 unsigned32 no-access
A unique index that identifies a Tunnel. If the TE Tunnel is considered an interface, then this index must match the interface index of the corresponding interface. Otherwise, this index must be at least 2^24, so that it does not overlap with any existing interface index.
                     teTunnelName 1.3.6.1.2.1.122.1.2.1.2 snmpadminstring read-only
Name of the Traffic Tunnel. Note that the name of a Tunnel MUST be unique. When a SET request contains a name that is already in use for another entry, then the implementation must return an inconsistentValue error. The value of this object cannot be changed if the if the value of the corresponding teTunnelRowStatus object is 'active'.
                     teTunnelNextPathIndex 1.3.6.1.2.1.122.1.2.1.3 unsigned32 read-only
An integer that may be used as a new Index for the next Path in this Tunnel. The special value of 0 indicates that no more Paths can be created for this Tunnel, or that no more new entries can be created in tePathTable. When this MIB module is used for configuration, this object always contains a legal value (if non-zero) for an index that is not currently used in that table. The Command Generator (Network Management Application) reads this variable and uses the (non-zero) value read when creating a new row with an SNMP SET. When the SET is performed, the Command Responder (agent) must determine whether the value is indeed still unused; Two Network Management Applications may attempt to create a row (configuration entry) simultaneously and use the same value. If it is currently unused, the SET succeeds, and the Command Responder (agent) changes the value of this object according to an implementation-specific algorithm. If the value is in use, however, the SET fails. The Network Management Application must then re-read this variable to obtain a new usable value.
                     teTunnelRowStatus 1.3.6.1.2.1.122.1.2.1.4 rowstatus read-only
The status of this conceptual row. When the value of this object is 'active', then the values for the corresponding objects teTunnelName, teTunnelSourceAddressType, teTunnelSourceAddress, teTunnelDestinationAddressType, and teTunnelDestinationAddress cannot be changed.
                     teTunnelStorageType 1.3.6.1.2.1.122.1.2.1.5 storagetype read-only
The storage type for this conceptual row. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row.
                     teTunnelSourceAddressType 1.3.6.1.2.1.122.1.2.1.6 tehopaddresstype read-only
The type of Traffic Engineered Tunnel hop address for the source of this Tunnel. Typically, this address type is IPv4 or IPv6, with a prefix length of 32 or 128, respectively. If the TE Tunnel path is being computed by a path computation server, however, it is possible to use more flexible source address types, such as AS numbers or prefix lengths less than host address lengths. The value of this object cannot be changed if the value of the corresponding teTunnelRowStatus object is 'active'.
                     teTunnelSourceAddress 1.3.6.1.2.1.122.1.2.1.7 tehopaddress read-only
The Source Traffic Engineered Tunnel hop address of this Tunnel. The type of this address is determined by the value of the corresponding teTunnelSourceAddressType. Note that the source and destination addresses of a Tunnel can be different address types. The value of this object cannot be changed if the value of the corresponding teTunnelRowStatus object is 'active'.
                     teTunnelDestinationAddressType 1.3.6.1.2.1.122.1.2.1.8 tehopaddresstype read-only
The type of Traffic Engineered Tunnel hop address for the destination of this Tunnel. The value of this object cannot be changed if the value of the corresponding teTunnelRowStatus object is 'active'.
                     teTunnelDestinationAddress 1.3.6.1.2.1.122.1.2.1.9 tehopaddress read-only
The Destination Traffic Engineered Tunnel hop address of this Tunnel. The type of this address is determined by the value of the corresponding teTunnelDestinationAddressType. Note that source and destination addresses of a Tunnel can be different address types. The value of this object cannot be changed if the value of the corresponding teTunnelRowStatus object is 'active'.
                     teTunnelState 1.3.6.1.2.1.122.1.2.1.10 integer read-only
The operational state of the Tunnel. Enumeration: 'down': 3, 'unknown': 1, 'testing': 4, 'up': 2.
                     teTunnelDiscontinuityTimer 1.3.6.1.2.1.122.1.2.1.11 timestamp read-only
The value of sysUpTime on the most recent occasion at which any one or more of this tunnel's counters suffered a discontinuity. The relevant counters are teTunnelOctets, teTunnelPackets, teTunnelLPOctets, and teTunnelLPPackets. If no such discontinuities have occurred since the last re-initialization of the local management subsystem then this object contains a zero value.
                     teTunnelOctets 1.3.6.1.2.1.122.1.2.1.12 counter64 read-only
The number of octets that have been forwarded over the Tunnel. 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 teTunnelDiscontinuityTimer.
                     teTunnelPackets 1.3.6.1.2.1.122.1.2.1.13 counter64 read-only
The number of packets that have been forwarded over the Tunnel. 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 teTunnelDiscontinuityTimer.
                     teTunnelLPOctets 1.3.6.1.2.1.122.1.2.1.14 counter32 read-only
The number of octets that have been forwarded over the Tunnel. 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 teTunnelDiscontinuityTimer.
                     teTunnelLPPackets 1.3.6.1.2.1.122.1.2.1.15 counter32 read-only
The number of packets that have been forwarded over the Tunnel. 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 teTunnelDiscontinuityTimer.
                     teTunnelAge 1.3.6.1.2.1.122.1.2.1.16 timeticks read-only
The age (i.e., time from creation of this conceptual row till now) of this Tunnel in hundredths of a second. Note that because TimeTicks wrap in about 16 months, this value is best used in interval measurements.
                     teTunnelTimeUp 1.3.6.1.2.1.122.1.2.1.17 timeticks read-only
The total time in hundredths of a second that this Tunnel has been operational. Note that because TimeTicks wrap in about 16 months, this value is best used in interval measurements. An example of usage of this object would be to compute the percentage up time over a period of time by obtaining values of teTunnelAge and teTunnelTimeUp at two points in time and computing the following ratio: ((teTunnelTimeUp2 - teTunnelTimeUp1)/ (teTunnelAge2 - teTunnelAge1)) * 100 %. In doing so, the management station must account for wrapping of the values of teTunnelAge and teTunnelTimeUp between the two measurements.
                     teTunnelPrimaryTimeUp 1.3.6.1.2.1.122.1.2.1.18 timeticks read-only
The total time in hundredths of a second that this Tunnel's primary path has been operational. Note that because TimeTicks wrap in about 16 months, this value is best used in interval measurements. An example of usage of this field would be to compute what percentage of time that a TE Tunnel was on the primary path over a period of time by computing ((teTunnelPrimaryTimeUp2 - teTunnelPrimaryTimeUp1)/ (teTunnelTimeUp2 - teTunnelTimeUp1))*100 %. In doing so, the management station must account for wrapping of the values of teTunnelPrimaryTimeUp and teTunnelTimeUp between the two measurements.
                     teTunnelTransitions 1.3.6.1.2.1.122.1.2.1.19 counter32 read-only
The number of operational state transitions (up -> down and down -> up) this Tunnel has undergone.
                     teTunnelLastTransition 1.3.6.1.2.1.122.1.2.1.20 timeticks read-only
The time in hundredths of a second since the last operational state transition occurred on this Tunnel. Note that if the last transition was over 16 months ago, this value will be inaccurate.
                     teTunnelPathChanges 1.3.6.1.2.1.122.1.2.1.21 counter32 read-only
The number of path changes this Tunnel has had.
                     teTunnelLastPathChange 1.3.6.1.2.1.122.1.2.1.22 timeticks read-only
The time in hundredths of a second since the last path change occurred on this Tunnel. Note that if the last transition was over 16 months ago, this value will be inaccurate. Path changes may be caused by network events or by reconfiguration that affects the path.
                     teTunnelConfiguredPaths 1.3.6.1.2.1.122.1.2.1.23 gauge32 read-only
The number of paths configured for this Tunnel.
                     teTunnelStandbyPaths 1.3.6.1.2.1.122.1.2.1.24 gauge32 read-only
The number of standby paths configured for this Tunnel.
                     teTunnelOperationalPaths 1.3.6.1.2.1.122.1.2.1.25 gauge32 read-only
The number of operational paths for this Tunnel. This includes the path currently active, as well as operational standby paths.
             tePathTable 1.3.6.1.2.1.122.1.3 no-access
Table of Configured Traffic Tunnels.
                 tePathEntry 1.3.6.1.2.1.122.1.3.1 no-access
Entry containing information about a particular Traffic Tunnel. Each Traffic Tunnel can have zero or more Traffic Paths. As a Traffic Path can only exist over an existing Traffic Tunnel, all tePathEntries with a value of n for teTunnelIndex MUST be removed by the implementation when the corresponding teTunnelEntry with a value of n for teTunnelIndex is removed.
                     tePathIndex 1.3.6.1.2.1.122.1.3.1.1 unsigned32 no-access
An index that uniquely identifies a path within a Tunnel. The combination of thus uniquely identifies a path among all paths on this router.
                     tePathName 1.3.6.1.2.1.122.1.3.1.2 snmpadminstring read-only
The name of this path. A pathName must be unique within the set of paths over a single tunnel. If a SET request is received with a duplicate name, then the implementation MUST return an inconsistentValue error. The value of this object cannot be changed if the value of the corresponding teTunnelRowStatus object is 'active'.
                     tePathRowStatus 1.3.6.1.2.1.122.1.3.1.3 rowstatus read-only
The status of this conceptual row. When the value of this object is 'active', then the value of tePathName cannot be changed. All other writable objects may be changed; however, these changes may affect traffic going over the TE tunnel or require the path to be computed and/or re-signaled.
                     tePathStorageType 1.3.6.1.2.1.122.1.3.1.4 storagetype read-only
The storage type for this conceptual row. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row.
                     tePathType 1.3.6.1.2.1.122.1.3.1.5 integer read-only
The type for this PathEntry; i.e., whether this path is a primary path, a standby path, or a secondary path. Enumeration: 'standby': 3, 'other': 1, 'primary': 2, 'secondary': 4.
                     tePathConfiguredRoute 1.3.6.1.2.1.122.1.3.1.6 unsigned32 read-only
The route that this TE path is configured to follow; i.e., an ordered list of hops. The value of this object gives the primary index into the Hop Table. The secondary index is the hop count in the path, so to get the route, one could get the first hop with index in the Hop Table and do a getnext to get subsequent hops.
                     tePathBandwidth 1.3.6.1.2.1.122.1.3.1.7 mplsbitrate read-only
The configured bandwidth for this Tunnel, in units of thousands of bits per second (Kbps).
                     tePathIncludeAny 1.3.6.1.2.1.122.1.3.1.8 unsigned32 read-only
This is a configured set of administrative groups specified as a bit vector (i.e., bit n is 1 if group n is in the set, where n = 0 is the LSB). For each link that this path goes through, the link must have at least one of the groups specified in IncludeAny to be acceptable. If IncludeAny is zero, all links are acceptable.
                     tePathIncludeAll 1.3.6.1.2.1.122.1.3.1.9 unsigned32 read-only
This is a configured set of administrative groups specified as a bit vector (i.e., bit n is 1 if group n is in the set, where n = 0 is the LSB). For each link that this path goes through, the link must have all of the groups specified in IncludeAll to be acceptable. If IncludeAll is zero, all links are acceptable.
                     tePathExclude 1.3.6.1.2.1.122.1.3.1.10 unsigned32 read-only
This is a configured set of administrative groups specified as a bit vector (i.e., bit n is 1 if group n is in the set, where n = 0 is the LSB). For each link that this path goes through, the link MUST have groups associated with it, and the intersection of the link's groups and the 'exclude' set MUST be null.
                     tePathSetupPriority 1.3.6.1.2.1.122.1.3.1.11 integer32 read-only
The setup priority configured for this path, with 0 as the highest priority and 7 as the lowest.
                     tePathHoldPriority 1.3.6.1.2.1.122.1.3.1.12 integer32 read-only
The hold priority configured for this path, with 0 as the highest priority and 7 as the lowest.
                     tePathProperties 1.3.6.1.2.1.122.1.3.1.13 bits read-only
The set of configured properties for this path, expressed as a bit map. For example, if the path supports 'make before break', then bit 2 is set. Bits: 'fastReroute': 4, 'recordRoute': 0, 'protected': 5, 'mergeable': 3, 'makeBeforeBreak': 2, 'cspf': 1.
                     tePathOperStatus 1.3.6.1.2.1.122.1.3.1.14 integer read-only
The operational status of the path: unknown: down: Signaling failed. testing: Administratively set aside for testing. dormant: Not signaled (for a backup tunnel). ready: Signaled but not yet carrying traffic. operational: Signaled and carrying traffic. Enumeration: 'dormant': 3, 'unknown': 0, 'testing': 2, 'operational': 5, 'down': 1, 'ready': 4.
                     tePathAdminStatus 1.3.6.1.2.1.122.1.3.1.15 integer read-only
The operational status of the path: normal: Used normally for forwarding. testing: Administratively set aside for testing. Enumeration: 'testing': 2, 'normal': 1.
                     tePathComputedRoute 1.3.6.1.2.1.122.1.3.1.16 unsigned32 read-only
The route computed for this path, perhaps using some form of Constraint-based Routing. The algorithm is implementation dependent. This object returns the computed route as an ordered list of hops. The value of this object gives the primary index into the Hop Table. The secondary index is the hop count in the path, so to get the route, one could get the first hop with index in the Hop Table and do a getnext to get subsequent hops. A value of zero (0) means there is no computedRoute.
                     tePathRecordedRoute 1.3.6.1.2.1.122.1.3.1.17 unsigned32 read-only
The route actually used for this path, as recorded by the signaling protocol. This is again an ordered list of hops; each hop is expected to be strict. The value of this object gives the primary index into the Hop Table. The secondary index is the hop count in the path, so to get the route, one can get the first hop with index in the Hop Table and do a getnext to get subsequent hops. A value of zero (0) means there is no recordedRoute.
             tePathHopTable 1.3.6.1.2.1.122.1.4 no-access
Table of Tunnel Path Hops.
                 tePathHopEntry 1.3.6.1.2.1.122.1.4.1 no-access
Entry containing information about a particular hop.
                     teHopListIndex 1.3.6.1.2.1.122.1.4.1.1 unsigned32 no-access
An index that identifies a list of hops. This is the primary index to access hops.
                     tePathHopIndex 1.3.6.1.2.1.122.1.4.1.2 unsigned32 no-access
An index that identifies a particular hop among the list of hops for a path. An index of i identifies the ith hop. This is the secondary index for a hop entry.
                     tePathHopRowStatus 1.3.6.1.2.1.122.1.4.1.3 rowstatus read-only
The status of this conceptual row. Any field in this table can be changed, even if the value of this object is 'active'. However, such a change may cause traffic to be rerouted or even disrupted.
                     tePathHopStorageType 1.3.6.1.2.1.122.1.4.1.4 storagetype read-only
The storage type for this conceptual row. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row.
                     tePathHopAddrType 1.3.6.1.2.1.122.1.4.1.5 tehopaddresstype read-only
The type of Traffic Engineered Tunnel hop Address of this hop. The value of this object cannot be changed if the value of the corresponding tePathRowStatus object is 'active'.
                     tePathHopAddress 1.3.6.1.2.1.122.1.4.1.6 tehopaddress read-only
The Traffic Engineered Tunnel hop Address of this hop. The type of this address is determined by the value of the corresponding tePathHopAddressType. The value of this object cannot be changed if the value of the corresponding teTunnelRowStatus object is 'active'.
                     tePathHopType 1.3.6.1.2.1.122.1.4.1.7 integer read-only
The type of hop: unknown: loose: This hop is a LOOSE hop. strict: This hop is a STRICT hop. Enumeration: 'unknown': 0, 'loose': 1, 'strict': 2.
         teMIBConformance 1.3.6.1.2.1.122.2
             teGroups 1.3.6.1.2.1.122.2.1
                 teTrafficEngineeringGroup 1.3.6.1.2.1.122.2.1.1
Objects for Traffic Engineering in this MIB module.
                 teNotificationGroup 1.3.6.1.2.1.122.2.1.2
Notifications specified in this MIB module.
             teModuleCompliance 1.3.6.1.2.1.122.2.2
                 teModuleReadOnlyCompliance 1.3.6.1.2.1.122.2.2.1
When this MIB module is implemented without support for read-create (i.e., in read-only mode), then such an implementation can claim read-only compliance. Such a device can be monitored but cannot be configured with this MIB module.
                 teModuleFullCompliance 1.3.6.1.2.1.122.2.2.2
When this MIB module is implemented with support for read-create, then the implementation can claim full compliance. Such devices can be both monitored and configured with this MIB module.
                 teModuleServerReadOnlyCompliance 1.3.6.1.2.1.122.2.2.3
When this MIB module is implemented by a path computation server without support for read-create (i.e., in read-only mode), then the implementation can claim read-only compliance. Such a device can be monitored but cannot be configured with this MIB module.
                 teModuleServerFullCompliance 1.3.6.1.2.1.122.2.2.4
When this MIB module is implemented by a path computation server with support for read-create, then the implementation can claim full compliance.