TIMETRA-PYTHON-MIB: View SNMP OID List / Download MIB

VENDOR: NOKIA


 Home MIB: TIMETRA-PYTHON-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
 timetraPythonMIBModule 1.3.6.1.4.1.6527.1.1.3.87
 tmnxPythonConformance 1.3.6.1.4.1.6527.3.1.1.87
       tmnxPythonCompliances 1.3.6.1.4.1.6527.3.1.1.87.1
       tmnxPythonGroups 1.3.6.1.4.1.6527.3.1.1.87.2
       tmnxPythonNotifGroups 1.3.6.1.4.1.6527.3.1.1.87.3
 tmnxPython 1.3.6.1.4.1.6527.3.1.2.87
       tmnxPythonObjs 1.3.6.1.4.1.6527.3.1.2.87.1
           tmnxPythonScriptTableLastCh 1.3.6.1.4.1.6527.3.1.2.87.1.1
The value tmnxPythonScriptTableLastCh indicates the sysUpTime at the time of the last modification of an entry in the tmnxPythonScriptTable.
           tmnxPythonScriptTable 1.3.6.1.4.1.6527.3.1.2.87.1.2
The table tmnxPythonScriptTable contains objects to configure Python scripts. These scripts are grouped in a script policy in the tmnxPythonPolicyMessageTable.
               tmnxPythonScriptEntry 1.3.6.1.4.1.6527.3.1.2.87.1.2.1
Each row represents a Python script. Entries in this table can be created or deleted via SNMP operations.
                   tmnxPythonScriptName 1.3.6.1.4.1.6527.3.1.2.87.1.2.1.1
The value of tmnxPythonScriptName specifies the name of this Python script policy.
                   tmnxPythonScriptRowStatus 1.3.6.1.4.1.6527.3.1.2.87.1.2.1.2
The value of tmnxPythonScriptRowStatus controls the creation and deletion of rows in the table.
                   tmnxPythonScriptLastChanged 1.3.6.1.4.1.6527.3.1.2.87.1.2.1.3
The value tmnxPythonScriptLastChanged indicates the sysUpTime at the time of the most recent management-initiated change to this Python script policy.
                   tmnxPythonScriptAdminState 1.3.6.1.4.1.6527.3.1.2.87.1.2.1.4
The value of tmnxPythonScriptAdminState specifies the administrative state of the Python script.
                   tmnxPythonScriptOperState 1.3.6.1.4.1.6527.3.1.2.87.1.2.1.5
The value of tmnxPythonScriptOperState indicates the operational state of the Python script.
                   tmnxPythonScriptDescription 1.3.6.1.4.1.6527.3.1.2.87.1.2.1.6
The value of tmnxPythonScriptDescription specifies the description of this Python script policy.
                   tmnxPythonScriptOnFail 1.3.6.1.4.1.6527.3.1.2.87.1.2.1.7
The value of tmnxPythonScriptOnFail specifies the action taken when Python fails to modify the given message. When the value is passthrough the packet will be sent out without any modifications. When the value is drop the packet will be dropped.
                   tmnxPythonScriptProtection 1.3.6.1.4.1.6527.3.1.2.87.1.2.1.8
The value of tmnxPythonScriptProtection specifies the method used to ensure the integrity and/or the confidentiality of the content of the Python script. A value of none (1) indicates the Python script is stored in plain text, without any mechanism in place to ensure the integrity nor the confidentiality of the content of the Python script. A value of hmacSha256 indicates the first line of the Python script must consist of the hash value obtained by hashing the rest of the Python script using the hmac-sha256 hashing algorithm given the key specified in tmnxPythonScriptProtectionKey. To set this field you must also set tmnxPythonScriptProtectionKey.
                   tmnxPythonScriptProtectionKey 1.3.6.1.4.1.6527.3.1.2.87.1.2.1.9
The value of tmnxPythonScriptProtectionKey specifies the secret key used for the protection mechanism specified in tmnxPythonScriptProtection. If tmnxPythonScriptProtection is set to none (1) this key must be set to the empty string. Performing an SNMP GET on this field will always return an empty string.
                   tmnxPythonScriptPrimaryUrl 1.3.6.1.4.1.6527.3.1.2.87.1.2.1.10
The value of tmnxPythonScriptPrimaryUrl specifies the URL of the primary script to change the Python message.
                   tmnxPythonScriptSecondaryUrl 1.3.6.1.4.1.6527.3.1.2.87.1.2.1.11
The value of tmnxPythonScriptSecondaryUrl specifies the URL of the secondary script to change the Python message.
                   tmnxPythonScriptTertiaryUrl 1.3.6.1.4.1.6527.3.1.2.87.1.2.1.12
The value of tmnxPythonScriptTertiaryUrl specifies the URL of the tertiary script to change the Python message.
                   tmnxPythonScriptActiveUrl 1.3.6.1.4.1.6527.3.1.2.87.1.2.1.13
The value of tmnxPythonScriptActiveUrl indicates from which URL the script has been loaded. A value of primary(1) indicates the URL in tmnxPythonScriptPrimaryUrl has been used. A value of secondary(2) indicates the URL in tmnxPythonScriptSecondaryUrl has been used. A value of tertiary(3) indicates the URL in tmnxPythonScriptTertiaryUrl has been used. A value of none(0) indicates no script has been loaded.
                   tmnxPythonScriptOperStateDistrib 1.3.6.1.4.1.6527.3.1.2.87.1.2.1.14
The value of tmnxPythonScriptOperStateDistrib indicates the operational state of the distributed deployment of the Python script.
                   tmnxPythonScriptCodeSize 1.3.6.1.4.1.6527.3.1.2.87.1.2.1.15
The value of tmnxPythonScriptCodeSize indicates the bytecode size of the Python script.
                   tmnxPythonScriptReloadAction 1.3.6.1.4.1.6527.3.1.2.87.1.2.1.50
The value of tmnxPythonScriptReloadAction specifies whether to reload the Python script file specified by this Python script. When SET to the value of doAction the system will load and parse the file specified in the primary, secondary or tertiary url. An SNMP GET request on this object should return notApplicable.
           tmnxPythonPolicyTableLastCh 1.3.6.1.4.1.6527.3.1.2.87.1.3
The value tmnxPythonPolicyTableLastCh indicates the sysUpTime at the time of the last modification of an entry in the tmnxPythonPolicyTable.
           tmnxPythonPolicyTable 1.3.6.1.4.1.6527.3.1.2.87.1.4
The table tmnxPythonPolicyTable contains objects to configure Python policies.
               tmnxPythonPolicyEntry 1.3.6.1.4.1.6527.3.1.2.87.1.4.1
Each row represents a Python policy. Entries in this table can be created or deleted via SNMP operations.
                   tmnxPyPlcyName 1.3.6.1.4.1.6527.3.1.2.87.1.4.1.1
The value of tmnxPyPlcyName specifies the name of this Python policy.
                   tmnxPyPlcyRowStatus 1.3.6.1.4.1.6527.3.1.2.87.1.4.1.2
The value of tmnxPyPlcyRowStatus controls the creation and deletion of rows in the table.
                   tmnxPyPlcyLastChanged 1.3.6.1.4.1.6527.3.1.2.87.1.4.1.3
The value tmnxPyPlcyLastChanged indicates the sysUpTime at the time of the most recent management-initiated change to this Python policy.
                   tmnxPyPlcyDescription 1.3.6.1.4.1.6527.3.1.2.87.1.4.1.4
The value of tmnxPyPlcyDescription specifies the description of this Python policy.
                   tmnxPyPlcyWlanGwGroup 1.3.6.1.4.1.6527.3.1.2.87.1.4.1.6
The value of tmnxPyPlcyWlanGwGroup specifies the Wireless Local Access Network Gateway (WLAN Gateway) ISA group of this Python policy. While a nonzero value for this object is specified, the scripts associated with this Python policy run on the ISA cards associated with the WLAN Gateway group. The value zero means that no WLAN Gateway group is specified. A nonzero value for this object can only be set while this row is created; a nonzero value must correspond to a row in the TIMETRA-WLAN-GW-MIB::tmnxWlanGwGrpTable. The value of this object cannot be modified while this row is active.
                   tmnxPyPlcyNatGroup 1.3.6.1.4.1.6527.3.1.2.87.1.4.1.7
The value of tmnxPyPlcyNatGroup specifies the identifier of the Network Address Translation (NAT) ISA group of this Python policy. While a nonzero value for this object is specified, the scripts associated with this Python policy run on the ISA cards associated with the NAT group. The value zero means that no NAT group is specified. A nonzero value for this object can only be set while this row is created; a nonzero value must correspond to a row in the TIMETRA-NAT-MIB::tmnxNatIsaGrpTable. The value of this object cannot be modified while this row is active.
           tmnxPythonPolicyCacheTableLastCh 1.3.6.1.4.1.6527.3.1.2.87.1.5
The value tmnxPythonPolicyCacheTableLastCh indicates the sysUpTime at the time of the last modification of an entry in the tmnxPythonPolicyCacheTable.
           tmnxPythonPolicyCacheTable 1.3.6.1.4.1.6527.3.1.2.87.1.6
The table tmnxPythonPolicyCacheTable contains objects to configure Python policy caches.
               tmnxPythonPolicyCacheEntry 1.3.6.1.4.1.6527.3.1.2.87.1.6.1
Each row represents the cache of a Python policy. Entries in this table can be created or deleted via SNMP operations.
                   tmnxPyPlcyCacheRowStatus 1.3.6.1.4.1.6527.3.1.2.87.1.6.1.1
The value of tmnxPyPlcyCacheRowStatus controls the creation and deletion of rows in the table.
                   tmnxPyPlcyCacheEntrySize 1.3.6.1.4.1.6527.3.1.2.87.1.6.1.2
The value of tmnxPyPlcyCacheEntrySize specifies the maximum size of the data structure that can be stored in a single Python cache entry. When requesting to store a data structure the size of the serialized object is compared with the value specified in this MIB field. If its larger, the object will not be stored and Python will throw an exception.
                   tmnxPyPlcyCacheMaxEntries 1.3.6.1.4.1.6527.3.1.2.87.1.6.1.3
The value of tmnxPyPlcyCacheMaxEntries specifies the maximum number of Python cache entries that can be stored in the cache of this Python policy. If the limit has been reached, a Python exception will be thrown when requested to store another data structure.
                   tmnxPyPlcyCacheMaxLifetime 1.3.6.1.4.1.6527.3.1.2.87.1.6.1.4
The value of tmnxPyPlcyCacheMaxLifetime specifies the maximum allowed lifetime for each entry of the Python cache of this Python policy. When adding data to the Python cache the lifetime of the given object must always be specified. If the specified lifetime is bigger than the value of tmnxPyPlcyCacheMaxLifetime, the value of tmnxPyPlcyCacheMaxLifetime will be used instead of the lifetime that was specified.
                   tmnxPyPlcyCacheAdminState 1.3.6.1.4.1.6527.3.1.2.87.1.6.1.5
The value of tmnxPyPlcyCacheAdminState specifies the administrative state of the cache of this Python policy.
                   tmnxPyPlcyCacheLastChanged 1.3.6.1.4.1.6527.3.1.2.87.1.6.1.6
The value tmnxPyPlcyCacheLastChanged indicates the sysUpTime at the time of the most recent management-initiated change to the cache of this Python policy.
                   tmnxPyPlcyCachePersistent 1.3.6.1.4.1.6527.3.1.2.87.1.6.1.10
The value of tmnxPyPlcyCachePersistent specifies if the cache of this Python policy is persistent.
                   tmnxPyPlcyCacheMinLifetimeMcs 1.3.6.1.4.1.6527.3.1.2.87.1.6.1.11
The value of tmnxPyPlcyCacheMinLifetimeMcs specifies the minimum value for the remaining lifetime of any cache entry to be be synchronized with the peer system using Multi-Chassis Redundancy Synchronization.
                   tmnxPyPlcyCacheMinLifetimeHa 1.3.6.1.4.1.6527.3.1.2.87.1.6.1.12
The value of tmnxPyPlcyCacheMinLifetimeHa specifies the minimum value for the remaining lifetime of any cache entry to be be synchronized with the standby CPM using High Availability.
                   tmnxPyPlcyCacheMinLifetimePers 1.3.6.1.4.1.6527.3.1.2.87.1.6.1.13
The value of tmnxPyPlcyCacheMinLifetimePers specifies the minimum value for the remaining lifetime of any cache entry to be be written to the system persistence file.
                   tmnxPyPlcyCacheNumberOfEntries 1.3.6.1.4.1.6527.3.1.2.87.1.6.1.14
The value of tmnxPyPlcyCacheNumberOfEntries indicates the current number of Python cache entries that are stored in the cache of this Python policy.
           tmnxPythonPolicyMessageTblLstCh 1.3.6.1.4.1.6527.3.1.2.87.1.7
The value tmnxPythonPolicyMessageTblLstCh indicates the sysUpTime at the time of the last modification of an entry in the tmnxPythonPolicyMessageTable.
           tmnxPythonPolicyMessageTable 1.3.6.1.4.1.6527.3.1.2.87.1.8
The table tmnxPythonPolicyMessageTable specifies when a Python script must be invoked.
               tmnxPythonPolicyMessageEntry 1.3.6.1.4.1.6527.3.1.2.87.1.8.1
Each row represents an event that triggers the execution of the specified Python script. Entries in this table can be created or deleted via SNMP operations.
                   tmnxPyPlcyMessageType 1.3.6.1.4.1.6527.3.1.2.87.1.8.1.2
The value of tmnxPyPlcyMessageType specifies the message type of the event.
                   tmnxPyPlcyMessageDirection 1.3.6.1.4.1.6527.3.1.2.87.1.8.1.3
The value of tmnxPyPlcyMessageDirection specifies whether the event is incoming or outgoing.
                   tmnxPyPlcyMessageRowStatus 1.3.6.1.4.1.6527.3.1.2.87.1.8.1.4
The value of tmnxPyPlcyMessageRowStatus controls the creation and deletion of rows in the table.
                   tmnxPyPlcyMessageLastChanged 1.3.6.1.4.1.6527.3.1.2.87.1.8.1.5
The value tmnxPyPlcyMessageLastChanged indicates the sysUpTime at the time of the most recent management-initiated change to this Python policy protocol.
                   tmnxPyPlcyMessagePyScript 1.3.6.1.4.1.6527.3.1.2.87.1.8.1.6
The value of tmnxPyPlcyMessagePyScript specifies the name of the Python script that will be used to handle the message specified by this row.
           tmnxPythonProtectAction 1.3.6.1.4.1.6527.3.1.2.87.1.9
               tmnxPythonProtectFileUrl 1.3.6.1.4.1.6527.3.1.2.87.1.9.1
The value of tmnxPythonProtectFileUrl specifies the URL of the Python script to protect.
               tmnxPythonProtectDestFileUrl 1.3.6.1.4.1.6527.3.1.2.87.1.9.2
The value of tmnxPythonProtectDestFileUrl specifies the URL where the protected Python script must be stored.
               tmnxPythonProtectType 1.3.6.1.4.1.6527.3.1.2.87.1.9.3
The value of tmnxPythonProtectType specifies the method used to ensure the integrity and/or the confidentiality of the content of the Python script.
               tmnxPythonProtectKey 1.3.6.1.4.1.6527.3.1.2.87.1.9.4
The value of tmnxPythonProtectKey specifies the secret key used for the protection mechanism specified in tmnxPythonProtectType.
               tmnxPythonProtectActionGo 1.3.6.1.4.1.6527.3.1.2.87.1.9.5
Setting this object to doAction triggers an attempt to protect the Python script file specified in tmnxPythonProtectFileUrl. Reading this object returns the value notApplicable.
               tmnxPythonProtectActionSuccess 1.3.6.1.4.1.6527.3.1.2.87.1.9.6
The value of the object tmnxPythonProtectActionSuccess indicates if the last action request was successful. If the value of the object equals false, a row in the TIMETRA-LOG-MIB::tmnxSnmpSetErrsTable is created.
               tmnxPythonProtectActionTime 1.3.6.1.4.1.6527.3.1.2.87.1.9.7
The value of the object tmnxPythonProtectActionTime indicates the value of sysUpTime at the last time that the object tmnxPythonProtectActionSuccess was written by the system.
           tmnxPythonScrStatsTable 1.3.6.1.4.1.6527.3.1.2.87.1.10
The table tmnxPythonScrStatsTable contains statistics about Python scripts. Conceptual rows in this table are created and destroyed automatically by the system.
                 tmnxPythonScrStatsEntry 1.3.6.1.4.1.6527.3.1.2.87.1.10.1
Each row represents statistics about a particular Python script executed on a particular ISA MDA that is part of a NAT group or WLAN-GW group.
                     tmnxPythonScrStatsIsaGrpId 1.3.6.1.4.1.6527.3.1.2.87.1.10.1.1
The value of the object tmnxPythonScrStatsIsaGrpId indicates the identifier of a NAT Integrated Service Adaptor group or WLAN Gateway Integrated Service Adaptor group.
                     tmnxPythonScrStatsRunsSuccess 1.3.6.1.4.1.6527.3.1.2.87.1.10.1.2
The value of the object tmnxPythonScrStatsRunsSuccess indicates the number of times the Python script has run successfully on the ISA MDA.
                     tmnxPythonScrStatsRunsFailed 1.3.6.1.4.1.6527.3.1.2.87.1.10.1.3
The value of the object tmnxPythonScrStatsRunsFailed indicates the number of times the Python script has run unsuccessfully on the ISA MDA.
                     tmnxPythonScrStatsRunsTimeout 1.3.6.1.4.1.6527.3.1.2.87.1.10.1.4
The value of the object tmnxPythonScrStatsRunsTimeout indicates the number of times the Python script timed out while running on the ISA MDA.
                     tmnxPythonScrStatsRunsRateLimit 1.3.6.1.4.1.6527.3.1.2.87.1.10.1.5
The value of the object tmnxPythonScrStatsRunsRateLimit indicates the number of times the Python script was aborted due to rate limitation while running on the ISA MDA.
       tmnxPythonNotificationObjs 1.3.6.1.4.1.6527.3.1.2.87.2
 tmnxPythonNotifyPrefix 1.3.6.1.4.1.6527.3.1.3.87
       tmnxPythonNotifications 1.3.6.1.4.1.6527.3.1.3.87.0