SLA-MONITOR-MIB: View SNMP OID List / Download MIB

VENDOR: SYNOPTICS


 Home MIB: SLA-MONITOR-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
 slaMonitorMib 1.3.6.1.4.1.45.4.8
An Avaya management module containing data definitions related to the SLA Monitor Agent.
     slaMonitorMibNotifications 1.3.6.1.4.1.45.4.8.0
         slaMonitorAgentExceptionDetected 1.3.6.1.4.1.45.4.8.0.1
Indicates that an exception event that impacts the local SLA Monitor agent has been detected.
     slaMonitorMibClasses 1.3.6.1.4.1.45.4.8.1
         slaMonitorAgtClasses 1.3.6.1.4.1.45.4.8.1.1
             slaMonitorAgentStatus 1.3.6.1.4.1.45.4.8.1.1.1 integer read-write
The value of this attribute indicates whether the SLA Monitor agent is enabled or not. An agent that is enabled will respond to SLA Monitor server discovery packets. A disabled agent will remain dormant until manually enabled. Enumeration: 'disabled': 2, 'enabled': 1.
             slaMonitorAgentAddressType 1.3.6.1.4.1.45.4.8.1.1.2 inetaddresstype read-only
The type of IP address used by the agent. This object is limited to IPv4 and IPv6 addresses.
             slaMonitorAgentAddress 1.3.6.1.4.1.45.4.8.1.1.3 inetaddress read-only
The IP address currently used by the SLA Monitor agent.
             slaMonitorAgentPort 1.3.6.1.4.1.45.4.8.1.1.4 inetportnumber read-only
The UDP port currently used by the SLA Monitor agent for agent-server communication.
             slaMonitorAgentRegisteredWithServer 1.3.6.1.4.1.45.4.8.1.1.5 integer read-only
The value of this attribute indicates whether the SLA Monitor agent is registered with an SLA Monitor server or not. Enumeration: 'registered': 1, 'notRegistered': 2.
             slaMonitorAgentRegisteredServerAddrType 1.3.6.1.4.1.45.4.8.1.1.6 inetaddresstype read-only
The type of IP address used by the server. This object is limited to IPv4 and IPv6 addresses.
             slaMonitorAgentRegisteredServerAddr 1.3.6.1.4.1.45.4.8.1.1.7 inetaddress read-only
The IP address of the SLA Monitor server with which the agent is currently registered.
             slaMonitorAgentRegisteredServerPort 1.3.6.1.4.1.45.4.8.1.1.8 inetportnumber read-only
The TCP port utilized by the SLA Monitor server with which the agent is currently registered.
             slaMonitorAgentRegistrationTime 1.3.6.1.4.1.45.4.8.1.1.9 unsigned32 read-only
Specifies the maximum amount of time, in seconds, until the current registration period expires.
             slaMonitorAgentCliAvailable 1.3.6.1.4.1.45.4.8.1.1.10 integer read-write
The value of this attribute indicates whether the SLA Monitor agent CLI is available or not. Enumeration: 'available': 1, 'notAvailable': 2.
             slaMonitorAgentCliTimeout 1.3.6.1.4.1.45.4.8.1.1.11 unsigned32 read-write
Specifies the maximum amount of time, in seconds, until the CLI session is automatically terminated. The value of this attribute is pertinent only if CLI timeouts are enabled (slaMonitorAgentCliTimeoutMode equals 'enable(1)').
             slaMonitorAgentCliTimeoutMode 1.3.6.1.4.1.45.4.8.1.1.12 integer read-write
The value of this attribute indicates whether the SLA Monitor agent automatic CLI session timeout is enabled or not. When this attribute is set to 'enable(1)', a CLI session will automatically timeout after slaMonitorAgentCliTimeout seconds. Enumeration: 'enable': 1, 'disable': 2.
             slaMonitorAgentSupportedApps 1.3.6.1.4.1.45.4.8.1.1.13 bits read-only
An enumeration of the SLA Monitor agent capabilities. Bits: 'other': 0, 'rtp': 2, 'ntr': 1.
             slaMonitorAgentConfiguredAgentAddrType 1.3.6.1.4.1.45.4.8.1.1.14 inetaddresstype read-write
The type of IP address used by the agent. This object is limited to IPv4 and IPv6 addresses.
             slaMonitorAgentConfiguredAgentAddr 1.3.6.1.4.1.45.4.8.1.1.15 inetaddress read-write
The IP address of the SLA Monitor agent. If the value of this attribute is 0.0.0.0, the SLA Monitor agent will utilize an active device IP address by default.
             slaMonitorAgentConfiguredAgentPort 1.3.6.1.4.1.45.4.8.1.1.16 inetportnumber read-write
The UDP port utilized by the SLA Monitor agent for agent-server communication. If the value of this attribute is zero, the SLA Monitor agent will utilize a default port value for communication purposes.
             slaMonitorAgentConfiguredServerAddrType 1.3.6.1.4.1.45.4.8.1.1.17 inetaddresstype read-write
The type of IP address used by the server. This object is limited to IPv4 and IPv6 addresses.
             slaMonitorAgentConfiguredServerAddr 1.3.6.1.4.1.45.4.8.1.1.18 inetaddress read-write
The IP address of the SLA Monitor server with which the agent is allowed to register. If the value of this attribute is not 0.0.0.0, the SLA Monitor agent may only respond to server requests originating at the specified IP address (or the IP address specified by the slaMonitorAgentConfiguredAltServerAddr object if it is non-zero).
             slaMonitorAgentConfiguredServerPort 1.3.6.1.4.1.45.4.8.1.1.19 inetportnumber read-write
The TCP port utilized by the SLA Monitor server with which the agent is allowed to register. If the value of this attribute is non-zero, the SLA Monitor agent may only respond to server requests originating from the specified port (or from the port specified by the slaMonitorAgentConfiguredAltServerPort object if it is non-zero).
             slaMonitorAgentConfiguredAltServerAddrType 1.3.6.1.4.1.45.4.8.1.1.20 inetaddresstype read-write
The type of IP address used by the server. This object is limited to IPv4 and IPv6 addresses.
             slaMonitorAgentConfiguredAltServerAddr 1.3.6.1.4.1.45.4.8.1.1.21 inetaddress read-write
The IP address of the alternate SLA Monitor server with which the agent is allowed to register. If the value of this attribute is not 0.0.0.0, the SLA Monitor agent may only respond to server requests originating at the specified IP address (or the IP address specified by the slaMonitorAgentConfiguredServerAddr object if it is non-zero).
             slaMonitorAgentConfiguredAltServerPort 1.3.6.1.4.1.45.4.8.1.1.22 inetportnumber read-write
The TCP port utilized by the alternate SLA Monitor server with which the agent is allowed to register. If the value of this attribute is non-zero, the SLA Monitor agent may only respond to server requests originating from the specified port (or from the port specified by the slaMonitorAgentConfiguredServerPort object if it is non-zero).
             slaMonitorAgentToAgentPort 1.3.6.1.4.1.45.4.8.1.1.23 inetportnumber read-only
The base UDP port currently used by the SLA Monitor agent for agent-agent communication. The base UDP port is used to derive multiple agent communication ports. An even base port values causes slaMonitorAgentToAgentPort and slaMonitorAgentToAgentPort+1 ports to be used. An odd base port values causes slaMonitorAgentToAgentPort and slaMonitorAgentToAgentPort-1 ports to be used.
             slaMonitorAgentConfiguredAgentToAgentPort 1.3.6.1.4.1.45.4.8.1.1.24 inetportnumber read-write
The UDP port utilized by the SLA Monitor agent for agent-agent communication. If the value of this attribute is zero, the SLA Monitor agent will utilize a default port value for the base agent-agent UDP communication port.
             slaMonitorAgentEncryptionSupport 1.3.6.1.4.1.45.4.8.1.1.25 integer read-only
Specifies if encrypted agent-server communication is supported by the agent. Enumeration: 'available': 1, 'notAvailable': 2.
             slaMonitorAgentConfiguredAgentVrfName 1.3.6.1.4.1.45.4.8.1.1.26 displaystring read-write
The name of the virtual Router which SLA Monitor Agent IP address (slaMonitorAgentConfiguredAgentAddr) is associated with. This is only supported on VSP9K for now
             slaMonitorAgentSlaParameter 1.3.6.1.4.1.45.4.8.1.1.27 displaystring read-write
String directly passed to the SLA Agent as parameter
             slaMonitorAgentCertFileInstallAction 1.3.6.1.4.1.45.4.8.1.1.28 integer read-write
Operation object to install and deinstall the certificate file to a platform specific location. 'noactio' -is default setting and always is returned when this object is queried. 'install', object slaMonitorAgentCertFile will be used as source certificate file to install . 'deinstall', will ignore object slaMonitorAgentCertFile and just deinstall or remove the certificate file from the installed location Enumeration: 'deinstall': 3, 'install': 2, 'noAction': 1.
             slaMonitorAgentCertFile 1.3.6.1.4.1.45.4.8.1.1.29 displaystring read-write
the certification file name for installation. It is only valid or used when object slaMonitorAgentCertFileInstallAction is set to install. Otherwise, it will be ignored
             slaMonitorAgentServerBypass 1.3.6.1.4.1.45.4.8.1.1.30 integer read-write
The value of this attribute determines whether the SLA Monitor agent can perform certain operations without being registered with a server. When this attribute is set to 'enable(1)', an agent will respond to agent-to-agent test requests regardless of the server registration status. A 'disable(2)' setting will restrict agent responses when the agent is not registered with an SLA Monitor server. Enumeration: 'enable': 1, 'disable': 2.
             slaMonitorAgentRefuseServerTests 1.3.6.1.4.1.45.4.8.1.1.31 integer read-write
The value of this attribute determines whether the SLA Monitor agent will refuse test requests from the server. When this attribute is set to 'allow(1)', an agent will accept test requests from the server. A 'refuse(2)' setting will cause the agent to reject test requests from the server. From a usage perspective, it may be necessary to temporarily refuse server test requests if the agent is being actively managed by a server but the administrator wishes to use the CLI or SNMP interfaces to initiate tests manually. Enumeration: 'refuse': 2, 'allow': 1.
         slaMonitorAgtTestClasses 1.3.6.1.4.1.45.4.8.1.2
             slaMonitorNtrCtrlTable 1.3.6.1.4.1.45.4.8.1.2.1 no-access
Defines the SLAMon agent NTR test control table supporting the ability to initiate NTR tests remotely. The results of NTR test operations are stored in the slaMonitorNtrResultsTable and the slaMonitorNtrHopsTable.
                 slaMonitorNtrCtrlEntry 1.3.6.1.4.1.45.4.8.1.2.1.1 no-access
Defines an entry in the slaMonitorNtrCtrlTable. The first index element, slaMonitorNtrCtrlOwnerId, is of type SnmpAdminString, allowing for a management application to identify its entries. The second index, slaMonitorNtrCtrlTestName (also an SnmpAdminString), enables the same management application to have multiple requests configured.
                     slaMonitorNtrCtrlOwnerId 1.3.6.1.4.1.45.4.8.1.2.1.1.1 snmpadminstring no-access
The owner of an NTR test.
                     slaMonitorNtrCtrlTestName 1.3.6.1.4.1.45.4.8.1.2.1.1.2 snmpadminstring no-access
The name of an NTR test. This value is locally unique, within the scope of an slaMonitorNtrCtrlOwnerId.
                     slaMonitorNtrCtrlTargetAddressType 1.3.6.1.4.1.45.4.8.1.2.1.1.3 inetaddresstype read-only
Specifies the target address type.
                     slaMonitorNtrCtrlTargetAddress 1.3.6.1.4.1.45.4.8.1.2.1.1.4 inetaddress read-only
Specifies the target address used for the NTR test. The address type can be determined by examining the value of the corresponding slaMonitorNtrCtrlTargetAddressType. A value for this object MUST be provided during entry creation.
                     slaMonitorNtrCtrlDscp 1.3.6.1.4.1.45.4.8.1.2.1.1.5 dscp read-only
Specifies the DSCP value for use in packets that are generated by the NTR test.
                     slaMonitorNtrCtrlAttempts 1.3.6.1.4.1.45.4.8.1.2.1.1.6 integer32 read-only
Specifies the number of attempts are generated by the NTR test.
                     slaMonitorNtrCtrlPeriod 1.3.6.1.4.1.45.4.8.1.2.1.1.7 integer32 read-only
Specifies the interval between packets, in microseconds, generated by the NTR test.
                     slaMonitorNtrCtrlAdminStatus 1.3.6.1.4.1.45.4.8.1.2.1.1.8 integer read-only
Used to initiate an NTR test: enabled(1) - initiate the test as defined by this slaMonitorNtrCtrlEntry. disabled(2) - deactivate the test defined by this slaMonitorNtrCtrlEntry, if possible. Refer to the corresponding slaMonitorNtrResultsOperStatus to determine the operational state of the test defined by this entry. When queried, 'disabled(2)' is always returned for this attribute. Enumeration: 'disabled': 2, 'enabled': 1.
                     slaMonitorNtrCtrlLabel 1.3.6.1.4.1.45.4.8.1.2.1.1.9 snmpadminstring read-only
A label used to reference the NTR control entry in a textual manner.
                     slaMonitorNtrCtrlStorageType 1.3.6.1.4.1.45.4.8.1.2.1.1.10 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.
                     slaMonitorNtrCtrlRowStatus 1.3.6.1.4.1.45.4.8.1.2.1.1.11 rowstatus read-only
This object allows entries to be created and deleted in the slaMonitorNtrCtrlTable. Deletion of an entry in this table results in the deletion of all corresponding (i.e., entries with the same slaMonitorNtrCtrlOwnerId and slaMonitorNtrCtrlTestName index values) entries in the slaMonitorNtrResultsTable and the slaMonitorNtrHopsTable. Initiation of an NTR test corresponding to this entry is controlled via slaMonitorNtrCtrlAdminStatus and not by entry creation. The operational state of an NTR test can be determined by examining the corresponding slaMonitorNtrResultsOperStatus object.
             slaMonitorNtrResultsTable 1.3.6.1.4.1.45.4.8.1.2.2 no-access
Defines the SLAMon agent NTR results table that is used to track the status of NTR tests initiated through the the slaMonitorNtrCtrlTable. An entry is added to the slaMonitorNtrResultsTable when an NTR test defined by an slaMonitorNtrCtrlEntry is started by transition of its slaMonitorNtrCtrlAdminStatus object to 'enabled(1)'. If the object slaMonitorNtrCtrlAdminStatus has the value 'disabled(2)', then successfully writing 'enabled(1)' to the object slaMonitorNtrCtrlAdminStatus re-initializes an already existing entry in the slaMonitorNtrResultsTable. The values of objects in the re-initialized entry are the same as the values of objects in a new entry would be. An entry is removed from the slaMonitorNtrResultsTable when its corresponding slaMonitorNtrCtrlEntry is deleted.
                 slaMonitorNtrResultsEntry 1.3.6.1.4.1.45.4.8.1.2.2.1 no-access
Defines an entry in the slaMonitorNtrResultsTable. The slaMonitorNtrResultsTable has the same indexing as the slaMonitorNtrCtrlTable so that a slaMonitorNtrResultsEntry corresponds to the slaMonitorNtrCtrlEntry that caused it to be created.
                     slaMonitorNtrResultsOperStatus 1.3.6.1.4.1.45.4.8.1.2.2.1.1 integer read-only
Reflects the operational state of an slaMonitorNtrCtrlEntry: inProgress(1) - test is active. aborted(2) - test has been stopped. Refer to object slaMonitorNtrResultsAbortData for details. completed(3) - test is completed. Refer to objects slaMonitorNtrResultsCompletionData and slaMonitorNtrResultsCompletionSummary for details. Enumeration: 'inProgress': 1, 'completed': 3, 'aborted': 2.
                     slaMonitorNtrResultsSrcAddressType 1.3.6.1.4.1.45.4.8.1.2.2.1.2 inetaddresstype read-only
Specifies the address type of the source IP address used for this test.
                     slaMonitorNtrResultsSrcAddress 1.3.6.1.4.1.45.4.8.1.2.2.1.3 inetaddress read-only
Specifies the source IP address used for this test.
                     slaMonitorNtrResultsDstAddressType 1.3.6.1.4.1.45.4.8.1.2.2.1.4 inetaddresstype read-only
Specifies the address type of the destination IP address used for this test.
                     slaMonitorNtrResultsDstAddress 1.3.6.1.4.1.45.4.8.1.2.2.1.5 inetaddress read-only
Specifies the destination IP address used for this test.
                     slaMonitorNtrResultsSrcPort 1.3.6.1.4.1.45.4.8.1.2.2.1.6 inetportnumber read-only
Specifies the Layer 4 source port used for this test.
                     slaMonitorNtrResultsDstPort 1.3.6.1.4.1.45.4.8.1.2.2.1.7 inetportnumber read-only
Specifies the Layer 4 destination port used for this test.
                     slaMonitorNtrResultsDscp 1.3.6.1.4.1.45.4.8.1.2.2.1.8 dscp read-only
Specifies the DSCP value contained in NTR test packets generated by the agent for this test.
                     slaMonitorNtrResultsTTL 1.3.6.1.4.1.45.4.8.1.2.2.1.9 unsigned32 read-only
The maximum time-to-live (TTL) value used during the execution of this test.
                     slaMonitorNtrResultsCompletionData 1.3.6.1.4.1.45.4.8.1.2.2.1.10 bits read-only
Provides details related to test completion. Multiple bits may be set to convey test status. Bits: 'remoteProtocolUnreachable': 5, 'remoteFirewalledUnreachable': 6, 'remoteNetUnreachable': 3, 'remoteResponded': 7, 'remoteHostUnreachable': 4, 'remotePortUnreachable': 2, 'remoteUnreachable': 1, 'other': 0, 'remoteNoResponse': 9, 'remoteResponseLikely': 8.
                     slaMonitorNtrResultsCompletionSummary 1.3.6.1.4.1.45.4.8.1.2.2.1.11 snmpadminstring read-only
A user-readable string that is used to convey test results for completed tests in an easy-to-understand format.
                     slaMonitorNtrResultsAbortData 1.3.6.1.4.1.45.4.8.1.2.2.1.12 bits read-only
Provides details for tests that were aborted. Multiple bits may be set to convey test status. Bits: 'cancelled': 4, 'timeout': 3, 'other': 0, 'agentBusy': 2, 'agentDisabled': 1.
                     slaMonitorNtrResultsHopCount 1.3.6.1.4.1.45.4.8.1.2.2.1.13 unsigned32 read-only
The total number of hops for which information has been acquired during the execution of this test.
             slaMonitorNtrHopsTable 1.3.6.1.4.1.45.4.8.1.2.3 no-access
Defines the SLAMon agent NTR test hop table for keeping track of the results of NTR tests on a per-hop basis.
                 slaMonitorNtrHopsEntry 1.3.6.1.4.1.45.4.8.1.2.3.1 no-access
Defines an entry in the slaMonitorNtrHopsTable. The first two index elements identify the slaMonitorNtrCtrlEntry with which this slaMonitorNtrHopsEntry is associated. The third index element, slaMonitorNtrHopsHopIndex, selects a hop in an NTR test path.
                     slaMonitorNtrHopsHopIndex 1.3.6.1.4.1.45.4.8.1.2.3.1.1 unsigned32 no-access
Specifies the hop index for an NTR test hop. Values for this object with respect to the same slaMonitorNtrCtrlOwnerId and slaMonitorNtrCtrlTestName MUST start at 1 and be given increasing values for subsequent hops. The value of slaMonitorNtrHopsHopIndex does not necessarily represent the number of the hop on the traced path, though this is normally the case.
                     slaMonitorNtrHopsTgtAddressType 1.3.6.1.4.1.45.4.8.1.2.3.1.2 inetaddresstype read-only
This object indicates the type of address stored in the corresponding slaMonitorNtrHopsTgtAddress object.
                     slaMonitorNtrHopsTgtAddress 1.3.6.1.4.1.45.4.8.1.2.3.1.3 inetaddress read-only
This object reports the IP address associated with the NTR test hop.
                     slaMonitorNtrHopsRtt 1.3.6.1.4.1.45.4.8.1.2.3.1.4 unsigned32 read-only
The NTR test round-trip-time (RTT), in microseconds, computed for this hop.
                     slaMonitorNtrHopsIngressDscp 1.3.6.1.4.1.45.4.8.1.2.3.1.5 dscp read-only
The DSCP value in the NTR test packet received by the target host (slaMonitorNtrHopsTgtAddress) for this hop.
                     slaMonitorNtrHopsEgressDscp 1.3.6.1.4.1.45.4.8.1.2.3.1.6 dscp read-only
The DSCP value in the NTR test response packet received by the SLAMon agent for this hop.
             slaMonitorRtpCtrlTable 1.3.6.1.4.1.45.4.8.1.2.4 no-access
Defines the SLAMon agent RTP test control table supporting the ability to initiate RTP tests remotely. The results of RTP test operations are stored in the slaMonitorRtpResultsTable.
                 slaMonitorRtpCtrlEntry 1.3.6.1.4.1.45.4.8.1.2.4.1 no-access
Defines an entry in the slaMonitorRtpCtrlTable. The first index element, slaMonitorRtpCtrlOwnerId, is of type SnmpAdminString, allowing for a management application to identify its entries. The second index, slaMonitorRtpCtrlTestName (also an SnmpAdminString), enables the same management application to have multiple requests configured.
                     slaMonitorRtpCtrlOwnerId 1.3.6.1.4.1.45.4.8.1.2.4.1.1 snmpadminstring no-access
The owner of an RTP test.
                     slaMonitorRtpCtrlTestName 1.3.6.1.4.1.45.4.8.1.2.4.1.2 snmpadminstring no-access
The name of an RTP test. This is locally unique, within the scope of an slaMonitorRtpCtrlOwnerId.
                     slaMonitorRtpCtrlTargetAddressType 1.3.6.1.4.1.45.4.8.1.2.4.1.3 inetaddresstype read-only
Specifies the target address type.
                     slaMonitorRtpCtrlTargetAddress 1.3.6.1.4.1.45.4.8.1.2.4.1.4 inetaddress read-only
Specifies the target address used for the RTP test. The address type can be determined by examining the value of the corresponding slaMonitorRtpCtrlTargetAddressType. A value for this object MUST be provided during entry creation.
                     slaMonitorRtpCtrlDscp 1.3.6.1.4.1.45.4.8.1.2.4.1.5 dscp read-only
Specifies the DSCP value for use in packets that are generated by the RTP test.
                     slaMonitorRtpCtrlTestPackets 1.3.6.1.4.1.45.4.8.1.2.4.1.6 integer32 read-only
Specifies the number of test packets that are generated by the RTP test. Test packets are used for jitter determination.
                     slaMonitorRtpCtrlSyncPackets 1.3.6.1.4.1.45.4.8.1.2.4.1.7 integer32 read-only
Specifies the number of synchronization packets that are generated by the RTP test. Sync packets are used for network delay determination.
                     slaMonitorRtpCtrlPeriod 1.3.6.1.4.1.45.4.8.1.2.4.1.8 integer32 read-only
Specifies the interval between packets (in microseconds) generated by the RTP test.
                     slaMonitorRtpCtrlAdminStatus 1.3.6.1.4.1.45.4.8.1.2.4.1.9 integer read-only
Used to initiate an RTP test: enabled(1) - initiate the test as defined by this slaMonitorRtpCtrlEntry. disabled(2) - deactivate the test defined by this slaMonitorRtpCtrlEntry, if possible. Refer to the corresponding slaMonitorRtpResultsOperStatus to determine the operational state of the test defined by this entry. When queried, 'disabled(2)' is always returned for this attribute. Enumeration: 'disabled': 2, 'enabled': 1.
                     slaMonitorRtpCtrlLabel 1.3.6.1.4.1.45.4.8.1.2.4.1.10 snmpadminstring read-only
A label used to reference the RTP control entry in a textual manner.
                     slaMonitorRtpCtrlStorageType 1.3.6.1.4.1.45.4.8.1.2.4.1.11 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.
                     slaMonitorRtpCtrlRowStatus 1.3.6.1.4.1.45.4.8.1.2.4.1.12 rowstatus read-only
This object allows entries to be created and deleted in the slaMonitorRtpCtrlTable. Deletion of an entry in this table results in the deletion of all corresponding (i.e., entries with the same slaMonitorRtpCtrlOwnerId and slaMonitorRtpCtrlTestName index values) entries in the slaMonitorRtpResultsTable. Initiation of an RTP test corresponding to this entry is controlled via slaMonitorRtpCtrlAdminStatus and not by entry creation. The operational state of an RTP test can be determined by examining the corresponding slaMonitorRtpResultsOperStatus object.
             slaMonitorRtpResultsTable 1.3.6.1.4.1.45.4.8.1.2.5 no-access
Defines the SLAMon agent RTP results table that is used to track the status of RTP tests initiated through the the slaMonitorRtpCtrlTable. An entry is added to the slaMonitorRtpResultsTable when an RTP test defined by an slaMonitorRtpCtrlEntry is started by transition of its slaMonitorRtpCtrlAdminStatus object to 'enabled(1)'. If the object slaMonitorRtpCtrlAdminStatus has the value 'disabled(2)', then successfully writing 'enabled(1)' to the object slaMonitorRtpCtrlAdminStatus re-initializes an already existing entry in the slaMonitorRtpResultsTable. The values of objects in the re-initialized entry are the same as the values of objects in a new entry would be. An entry is removed from the slaMonitorRtpResultsTable when its corresponding slaMonitorRtpCtrlEntry is deleted.
                 slaMonitorRtpResultsEntry 1.3.6.1.4.1.45.4.8.1.2.5.1 no-access
Defines an entry in the slaMonitorRtpResultsTable. The slaMonitorRtpResultsTable has the same indexing as the slaMonitorRtpCtrlTable so that a slaMonitorRtpResultsEntry corresponds to the slaMonitorRtpCtrlEntry that caused it to be created.
                     slaMonitorRtpResultsOperStatus 1.3.6.1.4.1.45.4.8.1.2.5.1.1 integer read-only
Reflects the operational state of an slaMonitorRtpCtrlEntry: inProgress(1) - test is active. aborted(2) - test has been stopped. Refer to object slaMonitorRtpResultsAbortData for details. completed(3) - test is completed. Refer to objects that contain completed test results (all attributes except slaMonitorRtpResultsAbortData) for details. Enumeration: 'inProgress': 1, 'completed': 3, 'aborted': 2.
                     slaMonitorRtpResultsSrcAddressType 1.3.6.1.4.1.45.4.8.1.2.5.1.2 inetaddresstype read-only
Specifies the address type of the source IP address used for this test.
                     slaMonitorRtpResultsSrcAddress 1.3.6.1.4.1.45.4.8.1.2.5.1.3 inetaddress read-only
Specifies the source IP address used for this test.
                     slaMonitorRtpResultsDstAddressType 1.3.6.1.4.1.45.4.8.1.2.5.1.4 inetaddresstype read-only
Specifies the address type of the destination IP address used for this test.
                     slaMonitorRtpResultsDstAddress 1.3.6.1.4.1.45.4.8.1.2.5.1.5 inetaddress read-only
Specifies the destination IP address used for this test.
                     slaMonitorRtpResultsSrcPort 1.3.6.1.4.1.45.4.8.1.2.5.1.6 inetportnumber read-only
Specifies the Layer 4 source port used for this test.
                     slaMonitorRtpResultsDstPort 1.3.6.1.4.1.45.4.8.1.2.5.1.7 inetportnumber read-only
Specifies the Layer 4 destination port used for this test.
                     slaMonitorRtpResultsDscp 1.3.6.1.4.1.45.4.8.1.2.5.1.8 dscp read-only
Specifies the DSCP value contained in RTP test packets generated by the agent for this test.
                     slaMonitorRtpResultsAverageDelay 1.3.6.1.4.1.45.4.8.1.2.5.1.9 unsigned32 read-only
The average network delay (RTT) experienced during this test sequence, in microseconds.
                     slaMonitorRtpResultsMedianDelay 1.3.6.1.4.1.45.4.8.1.2.5.1.10 unsigned32 read-only
The median network delay (RTT) experienced during this test sequence, in microseconds.
                     slaMonitorRtpResultsPacketLoss 1.3.6.1.4.1.45.4.8.1.2.5.1.11 unsigned32 read-only
A count of packets lost during this test sequence.
                     slaMonitorRtpResultsOutOfOrderArrivals 1.3.6.1.4.1.45.4.8.1.2.5.1.12 unsigned32 read-only
The number of out-of-order arrivals detected during this test sequence.
                     slaMonitorRtpResultsJitterQuartile0 1.3.6.1.4.1.45.4.8.1.2.5.1.13 unsigned32 read-only
The quartile 0 network jitter value, in microseconds, experienced during this test sequence.
                     slaMonitorRtpResultsJitterQuartile1 1.3.6.1.4.1.45.4.8.1.2.5.1.14 unsigned32 read-only
The quartile 1 network jitter value, in microseconds, experienced during this test sequence.
                     slaMonitorRtpResultsJitterQuartile2 1.3.6.1.4.1.45.4.8.1.2.5.1.15 unsigned32 read-only
The quartile 2 network jitter value, in microseconds, experienced during this test sequence.
                     slaMonitorRtpResultsJitterQuartile3 1.3.6.1.4.1.45.4.8.1.2.5.1.16 unsigned32 read-only
The quartile 3 network jitter value, in microseconds, experienced during this test sequence.
                     slaMonitorRtpResultsJitterQuartile4 1.3.6.1.4.1.45.4.8.1.2.5.1.17 unsigned32 read-only
The quartile 4 network jitter value, in microseconds, experienced during this test sequence.
                     slaMonitorRtpResultsAbortData 1.3.6.1.4.1.45.4.8.1.2.5.1.18 bits read-only
Provides details for tests that were aborted. Multiple bits may be set to convey test status. Bits: 'networkIssue': 6, 'agentBusy': 2, 'agentDisabled': 1, 'deniedByTarget': 5, 'other': 0, 'timeout': 3, 'cancelled': 4, 'timeSync': 7.
     slaMonitorMibConformance 1.3.6.1.4.1.45.4.8.2
         slaMonitorMibCompliances 1.3.6.1.4.1.45.4.8.2.1
             slaMonitorMibCompliance 1.3.6.1.4.1.45.4.8.2.1.1
Describes the requirements for conformance to the Avaya Networks SLA Monitor Agent MIB.
         slaMonitorMibGroups 1.3.6.1.4.1.45.4.8.2.2
             slaMonitorAgentConfigGroup 1.3.6.1.4.1.45.4.8.2.2.1
Objects used for SLA Monitor Agent configuration and monitoring.
             slaMonitorAgentNtrTestGroup 1.3.6.1.4.1.45.4.8.2.2.2
Objects used for SLA Monitor Agent NTR test execution and results reporting.
             slaMonitorAgentRtpTestGroup 1.3.6.1.4.1.45.4.8.2.2.3
Objects used for SLA Monitor Agent RTP test execution and results reporting.