APTIS-ACTIONS-MIB

File: APTIS-ACTIONS-MIB.mib (19405 bytes)

Imported modules

APTIS-MIB APTIS-REG-MIB SNMPv2-SMI
SNMPv2-TC

Imported symbols

aptis-actions Boolean aptis-modules
MODULE-IDENTITY OBJECT-TYPE IpAddress
DisplayString RowStatus

Defined Types

ResetEntry  
SEQUENCE    
  resetInstance INTEGER
  resetStatusGeneral INTEGER
  resetResetType INTEGER

FlashWriteEntry  
SEQUENCE    
  flashWriteInstance INTEGER
  flashWriteStatusGeneral INTEGER
  flashWriteStatusSpecific INTEGER
  flashWritePathString DisplayString
  flashWriteFileName DisplayString
  flashWriteBytesWritten INTEGER
  flashWriteVerboseMode Boolean

FlashReadEntry  
SEQUENCE    
  flashReadInstance INTEGER
  flashReadStatusGeneral INTEGER
  flashReadFileName DisplayString
  flashReadLinesRead INTEGER

FlashSaveEntry  
SEQUENCE    
  flashSaveInstance INTEGER
  flashSaveStatusGeneral INTEGER
  flashSaveStatusSpecific INTEGER

SessionTerminateEntry  
SEQUENCE    
  sessionTerminateInstance INTEGER
  sessionTerminateStatusGeneral INTEGER
  sessionTerminateStatusSpecific INTEGER
  sessionTerminateBootEra INTEGER
  sessionTerminateSessionID INTEGER
  sessionTerminateSignature DisplayString

SlotControlEntry  
SEQUENCE    
  slotControlInstance INTEGER
  slotControlStatusGeneral INTEGER
  slotControlStatusSpecific INTEGER
  slotControlSlotIndex INTEGER
  slotControlSlotAction INTEGER

T1TestEntry  
SEQUENCE    
  t1TestInstance INTEGER
  t1TestTestType INTEGER
  t1TestSlotNumber INTEGER
  t1TestPortNumber INTEGER
  t1TestTestLength INTEGER
  t1TestErrorRate INTEGER
  t1TestState INTEGER

Defined Values

aptisActionsModule 1.3.6.1.4.1.2637.1.1.5
The following variables describe the administrative actions that may be invoked through SNMP.
MODULE-IDENTITY    

resetTable 1.3.6.1.4.1.2637.2.3.3510
CVX Chassis Options.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ResetEntry

resetEntry 1.3.6.1.4.1.2637.2.3.3510.1
This is the structure of entries in the resetTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  ResetEntry  

resetInstance 1.3.6.1.4.1.2637.2.3.3510.1.1
Each invocation of this action will have a unique instance number, assigned by the switch.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

resetStatusGeneral 1.3.6.1.4.1.2637.2.3.3510.1.2
This is the standard actionStatus enum used for all actions.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER started(0), succeeded(1), failed(2), errParam(4)  

resetResetType 1.3.6.1.4.1.2637.2.3.3510.1.11
Select the type of reset requested.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER hard(1), cold(2), warm(3)  

flashWriteTable 1.3.6.1.4.1.2637.2.3.3501
This action causes a portion of the configuration subtree to be written out to a text file on one of the CVX system's local flash cards.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FlashWriteEntry

flashWriteEntry 1.3.6.1.4.1.2637.2.3.3501.1
This is the structure of entries in the flashWriteTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  FlashWriteEntry  

flashWriteInstance 1.3.6.1.4.1.2637.2.3.3501.1.1
Each invocation of this action will have a unique instance number, assigned by the switch.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

flashWriteStatusGeneral 1.3.6.1.4.1.2637.2.3.3501.1.2
This is the standard actionStatus enum used for all actions.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER started(0), succeeded(1), failed(2), errParam(4)  

flashWriteStatusSpecific 1.3.6.1.4.1.2637.2.3.3501.1.3
If generalStatus is err-param or failed, this will hold a more specific error number.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER noError(0), badArgs(1), lackOfResources(2), genFail(3)  

flashWritePathString 1.3.6.1.4.1.2637.2.3.3501.1.11
The starting node in the configuration tree. The contents of all the nodes under this node will be written out to the text file.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

flashWriteFileName 1.3.6.1.4.1.2637.2.3.3501.1.12
The relative file name to hold the text config. The CVX file system uses drive C: to refer to the bottom flash card, and D: to refer to the top flash card. If the drive letter is not specified, then C: is assumed. If this file exists, it will only be overwritten with a complete copy of the output from this action. NOTE that the file CONFIG.CVX is not accessible through this action. To save the config to flash where it will be used at the next reboot, use the flashSave action instead.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..16)  

flashWriteBytesWritten 1.3.6.1.4.1.2637.2.3.3501.1.13
On success, the total number of bytes written to flash.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

flashWriteVerboseMode 1.3.6.1.4.1.2637.2.3.3501.1.14
Setting this field to TRUE requests that the output file contain all configuration values, otherwise only those that differ from the default values.
Status: current Access: read-create
OBJECT-TYPE    
  Boolean  

flashReadTable 1.3.6.1.4.1.2637.2.3.3502
This action causes the configuration subtree to be read to one of the CVX system's local flash cards.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FlashReadEntry

flashReadEntry 1.3.6.1.4.1.2637.2.3.3502.1
This is the structure of entries in the flashReadTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  FlashReadEntry  

flashReadInstance 1.3.6.1.4.1.2637.2.3.3502.1.1
Each invocation of this action will have a unique instance number, assigned by the switch.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

flashReadStatusGeneral 1.3.6.1.4.1.2637.2.3.3502.1.2
This is the standard actionStatus enum used for all actions.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER started(0), succeeded(1), failed(2), badFile(4), genFail(5)  

flashReadFileName 1.3.6.1.4.1.2637.2.3.3502.1.12
The relative file name to hold the text config. The CVX file system uses drive C: to refer to the bottom flash card, and D: to refer to the top flash card. If the drive letter is not specified, then C: is assumed.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..16)  

flashReadLinesRead 1.3.6.1.4.1.2637.2.3.3502.1.13
On success, the total number of lines read from flash.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

flashSaveTable 1.3.6.1.4.1.2637.2.3.3503
This action saves the configuration to the flash file CONFIG.CVX. It is equivalent to the 'write' command in the CLI.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FlashSaveEntry

flashSaveEntry 1.3.6.1.4.1.2637.2.3.3503.1
This is the structure of entries in the flashSaveTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  FlashSaveEntry  

flashSaveInstance 1.3.6.1.4.1.2637.2.3.3503.1.1
Each invocation of this action will have a unique instance number, assigned by the switch.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

flashSaveStatusGeneral 1.3.6.1.4.1.2637.2.3.3503.1.2
This is the standard actionStatus enum used for all actions.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER started(0), succeeded(1), failed(2), errParam(4)  

flashSaveStatusSpecific 1.3.6.1.4.1.2637.2.3.3503.1.3
If generalStatus is err-param or failed, this will hold a more specific error number.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER noError(0), lackOfResources(2), genFail(3)  

sessionTerminateTable 1.3.6.1.4.1.2637.2.3.230
This action allows a remote manager to terminate an active session.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SessionTerminateEntry

sessionTerminateEntry 1.3.6.1.4.1.2637.2.3.230.1
This is the structure of entries in the sessionTerminateTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SessionTerminateEntry  

sessionTerminateInstance 1.3.6.1.4.1.2637.2.3.230.1.1
Each invocation of this action will have a unique instance number, assigned by the switch.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

sessionTerminateStatusGeneral 1.3.6.1.4.1.2637.2.3.230.1.2
This is the standard actionStatus enum used for all actions.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER started(0), succeeded(1), failed(2), errParam(4)  

sessionTerminateStatusSpecific 1.3.6.1.4.1.2637.2.3.230.1.3
If generalStatus is err-param or failed, this will hold a more specific error number.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER noError(0), badSignature(1), badSession(2), genFail(3)  

sessionTerminateBootEra 1.3.6.1.4.1.2637.2.3.230.1.11
An input parameter to the session-terminate action. Together with the sessionID, uniquely identifies the session to terminate. If a value is provided, it must match the current value of bootEra, so this field is only provided as a safeguard to ensure that sessions from the wrong boot era can't be terminated accidentally.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

sessionTerminateSessionID 1.3.6.1.4.1.2637.2.3.230.1.12
An input parameter to the session-terminate action, naming the session which should be terminated.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

sessionTerminateSignature 1.3.6.1.4.1.2637.2.3.230.1.13
An input parameter to the session-terminate action, providing a cryptographically secure verification that the manager requesting the termination has the appropriate credentials to do so. NOTE: the exact algorithm for generating the signature has not yet been determined.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString  

slotControlTable 1.3.6.1.4.1.2637.2.3.203
slot control
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SlotControlEntry

slotControlEntry 1.3.6.1.4.1.2637.2.3.203.1
This is the structure of entries in the slotControlTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SlotControlEntry  

slotControlInstance 1.3.6.1.4.1.2637.2.3.203.1.1
Each invocation of this action will have a unique instance number, assigned by the switch.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

slotControlStatusGeneral 1.3.6.1.4.1.2637.2.3.203.1.2
like, did it work, or what? This is the standard actionStatus enum used for all actions.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER started(0), succeeded(1), failed(2), errParam(4)  

slotControlStatusSpecific 1.3.6.1.4.1.2637.2.3.203.1.3
like, did it work, or what? If the generalStatus is err-param or failed, this will hold a more specific error number.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER unknown(0), noCard(1), notAllowed(2), badSlot(3), inUse(4), inappropriate(5)  

slotControlSlotIndex 1.3.6.1.4.1.2637.2.3.203.1.11
The physical slot number.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..18  

slotControlSlotAction 1.3.6.1.4.1.2637.2.3.203.1.12
The action requested for this slot.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER slotNoChange(0), slotDown(1), slotDownPend(2), slotUp(3), slotReset(4), slotDownTimed(5), slotAbortDry(6)  

t1TestTable 1.3.6.1.4.1.2637.2.3.2106
T1 Testing Control.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    T1TestEntry

t1TestEntry 1.3.6.1.4.1.2637.2.3.2106.1
This is the structure of entries in the t1TestTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  T1TestEntry  

t1TestInstance 1.3.6.1.4.1.2637.2.3.2106.1.1
T1 Test Instance.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER  

t1TestTestType 1.3.6.1.4.1.2637.2.3.2106.1.2
type of test to run.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER ones(1), zeros(2), fives(3), qrss(4)  

t1TestSlotNumber 1.3.6.1.4.1.2637.2.3.2106.1.3
ID of the slot to run the test on.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER slot1(1), slot2(2), slot3(3), slot4(4), slot5(5), slot6(6), slot7(7), slot8(8), slot11(11), slot12(12), slot13(13), slot14(14), slot15(15), slot16(16), slot17(17), slot18(18)  

t1TestPortNumber 1.3.6.1.4.1.2637.2.3.2106.1.4
ID of the DS1 to run the test on.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER ds11(1), ds12(2), ds13(3), ds14(4), ds15(5), ds16(6), ds17(7), ds18(8), ds19(9), ds110(10), ds111(11), ds112(12), ds113(13), ds114(14), ds115(15), ds116(16), ds117(17), ds118(18), ds119(19), ds120(20), ds121(21), ds122(22), ds123(23), ds124(24), ds125(25), ds126(26), ds127(27), ds128(28), ds129(29), ds130(30), ds131(31), ds132(32), ds133(33), ds134(34), ds135(35), ds136(36), ds137(37), ds138(38), ds139(39), ds140(40), ds141(41), ds142(42), ds143(43), ds144(44), ds145(45), ds146(46), ds147(47), ds148(48), ds149(49), ds150(50), ds151(51), ds152(52), ds153(53), ds154(54), ds155(55), ds156(56)  

t1TestTestLength 1.3.6.1.4.1.2637.2.3.2106.1.5
number of bytes of data to send.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 1..30000  

t1TestErrorRate 1.3.6.1.4.1.2637.2.3.2106.1.6
percentage of data received with errors.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..100  

t1TestState 1.3.6.1.4.1.2637.2.3.2106.1.7
current state of test.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER initializing(1), loopingUp(2), sendingData(3), checkingResults(4), loopingDown(5), complete(6), failed(7), cancelled(8)