CNA-TESTPLUG-MIB

File: CNA-TESTPLUG-MIB.mib (18163 bytes)

Imported modules

SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
INET-ADDRESS-MIB

Imported symbols

OBJECT-GROUP NOTIFICATION-GROUP MODULE-COMPLIANCE
Integer32 Unsigned32 enterprises
Gauge32 Counter32 OBJECT-TYPE
MODULE-IDENTITY NOTIFICATION-TYPE RowStatus
TEXTUAL-CONVENTION TruthValue DateAndTime
TimeInterval DisplayString InetAddressType
InetAddress InetPortNumber

Defined Types

AvCnaTpConfEntry  
SEQUENCE    
  avCnaTpConfId Integer32
  avCnaTpConfBindTo INTEGER
  avCnaTpConfIfIndex Integer32
  avCnaTpConfAddressType InetAddressType
  avCnaTpConfAddress InetAddress
  avCnaTpConfControlPort InetPortNumber
  avCnaTpConfRtpTestPoint INTEGER
  avCnaTpConfRtpTestPort InetPortNumber
  avCnaTpConfRtpEchoPort InetPortNumber
  avCnaTpConfClearCounters TruthValue
  avCnaTpConfMAC OCTET STRING
  avCnaTpConfTestLimiterInterval Integer32
  avCnaTpConfTestLimiterMaxTests Integer32
  avCnaTpConfRowStatus RowStatus

AvCnaTpSchedulerEntry  
SEQUENCE    
  avCnaTpSchedulerIndex Integer32
  avCnaTpSchedulerAddressType InetAddressType
  avCnaTpSchedulerAddress InetAddress
  avCnaTpSchedulerPortNumber InetPortNumber
  avCnaTpSchedulerRowStatus RowStatus

AvCnaTpMonEntry  
SEQUENCE    
  avCnaTpMonRegStatus INTEGER
  avCnaTpMonSchedIndex Integer32
  avCnaTpMonLastTest INTEGER
  avCnaTpMonRemTestAddrType InetAddressType
  avCnaTpMonRemTestAddr InetAddress
  avCnaTpMonLastTestSchedAddrType InetAddressType
  avCnaTpMonLastTestSchedAddr InetAddress
  avCnaTpMonLastTestRes DisplayString

AvCnaTpTestEntry  
SEQUENCE    
  avCnaTpTestId Integer32
  avCnaTpTestName DisplayString
  avCnaTpTestCount Counter32
  avCnaTpTestCancelled Counter32
  avCnaTpTestFailed Counter32

Defined Values

avCnaTestPlugMIB 1.3.6.1.4.1.6889.2.13.2
This module defines an interface to control an monitor an Avaya's Converged Network Analyzer (CNA) test-plug Copyright notice: This AVAYA SNMP Management Information Base Specification (Specification) embodies AVAYA confidential and Proprietary intellectual property. AVAYA retains all Title and ownership in the Specification, including any revisionsIt is AVAYA's intent to encourage the widespread use of this Specification in connection with the management of AVAYA products. AVAYA grants vendors, end-users, and other interested parties a non-exclusive license to use this Specification in connection with the management of AVAYA products.This Specification is supplied 'as is', and AVAYA makes no warranty, either express or implied, as to the use, operation, condition, or performance of the Specification.
MODULE-IDENTITY    

avaya 1.3.6.1.4.1.6889
OBJECT IDENTIFIER    

mibs 1.3.6.1.4.1.6889.2
OBJECT IDENTIFIER    

avCnaMibs 1.3.6.1.4.1.6889.2.13
OBJECT IDENTIFIER    

avCnaTpNotification 1.3.6.1.4.1.6889.2.13.2.0
OBJECT IDENTIFIER    

avCnaTpObjects 1.3.6.1.4.1.6889.2.13.2.1
OBJECT IDENTIFIER    

avCnaTpGlobalEnable 1.3.6.1.4.1.6889.2.13.2.1.1
Enable/Disable all testplugs
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

avCnaTpVersion 1.3.6.1.4.1.6889.2.13.2.1.2
The version of the test plugs
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString  

avCnaTpMaxNumber 1.3.6.1.4.1.6889.2.13.2.1.3
The maximum number of testplugs supported by the device
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

avCnaTpConfTable 1.3.6.1.4.1.6889.2.13.2.1.4
Testplug creation and configuration table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AvCnaTpConfEntry

avCnaTpConfEntry 1.3.6.1.4.1.6889.2.13.2.1.4.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  AvCnaTpConfEntry  

avCnaTpConfId 1.3.6.1.4.1.6889.2.13.2.1.4.1.1
The test plug instance identifier.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

avCnaTpConfBindTo 1.3.6.1.4.1.6889.2.13.2.1.4.1.2
The test plug interface binding method: none(1) - the tesplug is disabled pmi(2) - bind to the primary management interface (i.e. the SNMP agent interface). This method is applicable to devices with only one interface (like IP phones) and to G350 R4. ifIndex(3) - bind to a specific interface. This method is applicable to devices that supports dynamic IP addresses (like security gateways). ipAddress(4) - bind to a specific IP interface. This method is applicable to L2 interfaces with multiple L3 interface (e.g. two IP interfaces over a VLAN).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER none(1), pmi(2), ifIndex(3), ipAddress(4)  

avCnaTpConfIfIndex 1.3.6.1.4.1.6889.2.13.2.1.4.1.3
The interface number (RFC1213-MIB/IfIndex) for this test-plug. This item is writeable when avCnaTpConfBindTo is 'none(1) or ifIndex(3).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

avCnaTpConfAddressType 1.3.6.1.4.1.6889.2.13.2.1.4.1.4
The address type for the test plug. This item is writeable when avCnaTpConfBindTo is 'none(1) or ipAddress (4).
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

avCnaTpConfAddress 1.3.6.1.4.1.6889.2.13.2.1.4.1.5
The address for the test plug. This item is writeable when avCnaTpConfBindTo is 'none(1) or ipAddress (4).
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

avCnaTpConfControlPort 1.3.6.1.4.1.6889.2.13.2.1.4.1.6
The UDP port on which the test plug listens for commands from the scheduler.
Status: current Access: read-write
OBJECT-TYPE    
  InetPortNumber  

avCnaTpConfRtpTestPoint 1.3.6.1.4.1.6889.2.13.2.1.4.1.7
Select the test point for RTP test to be either the 'network' or the 'voip-app' (including internal delays)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER network(1), voip-app(2)  

avCnaTpConfRtpTestPort 1.3.6.1.4.1.6889.2.13.2.1.4.1.8
The UDP port for RTP tests.
Status: current Access: read-write
OBJECT-TYPE    
  InetPortNumber  

avCnaTpConfRtpEchoPort 1.3.6.1.4.1.6889.2.13.2.1.4.1.9
The UDP RTP tests echo port.
Status: current Access: read-write
OBJECT-TYPE    
  InetPortNumber  

avCnaTpConfClearCounters 1.3.6.1.4.1.6889.2.13.2.1.4.1.10
Clear the test plug activity counters
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

avCnaTpConfMAC 1.3.6.1.4.1.6889.2.13.2.1.4.1.11
The MAC address used to uniquely identify the test plug
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING  

avCnaTpConfTestLimiterInterval 1.3.6.1.4.1.6889.2.13.2.1.4.1.12
The Test rate limiter interval in seconds
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

avCnaTpConfTestLimiterMaxTests 1.3.6.1.4.1.6889.2.13.2.1.4.1.13
The Test rate limiter interval in seconds
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

avCnaTpConfRowStatus 1.3.6.1.4.1.6889.2.13.2.1.4.1.14
Create/Delete a test-plug.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

avCnaTpSchedulerTable 1.3.6.1.4.1.6889.2.13.2.1.5
Scheduler list configuration table
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AvCnaTpSchedulerEntry

avCnaTpSchedulerEntry 1.3.6.1.4.1.6889.2.13.2.1.5.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  AvCnaTpSchedulerEntry  

avCnaTpSchedulerIndex 1.3.6.1.4.1.6889.2.13.2.1.5.1.1
The index of this scheduler in the Scheduler-list.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

avCnaTpSchedulerAddressType 1.3.6.1.4.1.6889.2.13.2.1.5.1.2
Address type for the scheduler
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressType  

avCnaTpSchedulerAddress 1.3.6.1.4.1.6889.2.13.2.1.5.1.3
Address of the scheduler.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddress  

avCnaTpSchedulerPortNumber 1.3.6.1.4.1.6889.2.13.2.1.5.1.4
Scheduler registration TCP port (default: 8888).
Status: current Access: read-write
OBJECT-TYPE    
  InetPortNumber  

avCnaTpSchedulerRowStatus 1.3.6.1.4.1.6889.2.13.2.1.5.1.5
Create/Delete a scheduler to the list.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

avCnaTpMonTable 1.3.6.1.4.1.6889.2.13.2.1.6
This table monitors test plugs activity.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AvCnaTpMonEntry

avCnaTpMonEntry 1.3.6.1.4.1.6889.2.13.2.1.6.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  AvCnaTpMonEntry  

avCnaTpMonRegStatus 1.3.6.1.4.1.6889.2.13.2.1.6.1.1
Test Plug status where: unregistered ::= The test plug is attempting to register and is currently unregistered. schedListExhausted ::= The test plug has exhausted its scheduler list at least once, and is now attempting to register. idle ::= Test Plug is registering but idle. test ::= The test plug is running a test. suspended ::= The test plug is idle because a test was cancelled. noIp ::= No IP address is configured for the test-plug interface badIP ::= The configured test plug address is not configured for the test-plug interface. schedListEmpty ::= The scheduler list is empty (test plug disabled) controlPortBindFailed ::= cannot bind the UDP control port rtpPortBindFailed ::= cannot bind the UDP port for RTP tests.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unregistered(1), schedListExhausted(2), idle(3), test(4), suspended(5), noIp(6), badIP(7), schedListEmpty(8), controlPortBindFailed(9), rtpPortBindFailed(10)  

avCnaTpMonSchedIndex 1.3.6.1.4.1.6889.2.13.2.1.6.1.2
The index of the scheduler on which the test plug is registered or attempting to register (avCnaTpSchedulerIndex)
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

avCnaTpMonLastTest 1.3.6.1.4.1.6889.2.13.2.1.6.1.3
The current/last test performed by the test plug.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER none(0), traceRoute(1), rtp(2), ping(3), tcpConnect(4), merge(5)  

avCnaTpMonRemTestAddrType 1.3.6.1.4.1.6889.2.13.2.1.6.1.4
The Remote test peer address type
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

avCnaTpMonRemTestAddr 1.3.6.1.4.1.6889.2.13.2.1.6.1.5
The remote test peer address.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

avCnaTpMonLastTestSchedAddrType 1.3.6.1.4.1.6889.2.13.2.1.6.1.6
Tok_String
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

avCnaTpMonLastTestSchedAddr 1.3.6.1.4.1.6889.2.13.2.1.6.1.7
Address of scheduler which initiated the last test.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

avCnaTpMonLastTestRes 1.3.6.1.4.1.6889.2.13.2.1.6.1.8
Last test result string
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

avCnaTpTestTable 1.3.6.1.4.1.6889.2.13.2.1.7
Per test activity counters
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AvCnaTpTestEntry

avCnaTpTestEntry 1.3.6.1.4.1.6889.2.13.2.1.7.1
Tok_String
Status: current Access: not-accessible
OBJECT-TYPE    
  AvCnaTpTestEntry  

avCnaTpTestId 1.3.6.1.4.1.6889.2.13.2.1.7.1.1
Test ID
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

avCnaTpTestName 1.3.6.1.4.1.6889.2.13.2.1.7.1.2
The test name (e.g. 'ping')
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

avCnaTpTestCount 1.3.6.1.4.1.6889.2.13.2.1.7.1.3
Number of executed tests
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

avCnaTpTestCancelled 1.3.6.1.4.1.6889.2.13.2.1.7.1.4
Number of cancelled tests
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

avCnaTpTestFailed 1.3.6.1.4.1.6889.2.13.2.1.7.1.5
Number of failed tests
Status: current Access: read-only
OBJECT-TYPE    
  Counter32