CROSSSTREAM-MIB

File: CROSSSTREAM-MIB.mib (45568 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC-1215
RFC1213-MIB

Imported symbols

enterprises IpAddress OBJECT-TYPE
TRAP-TYPE DisplayString ifIndex

Defined Types

ConnectionStatus  
INTEGER active(1), inactive(2), underCreation(3), createAndGo(4), createAndWait(5), delete(6)    

StreamDirection  
INTEGER ingress(1), egress(2)    

StreamState  
INTEGER active(1), inactive(2)    

StreamType  
INTEGER atm(1), asi(2), ethernet(3)    

StreamIndex  
INTEGER    

ProgIndex  
INTEGER    

PidIndex  
INTEGER    

ConnectionIndex  
INTEGER    

VsarConfigEntry  
SEQUENCE    
  vsarConfigIndex INTEGER
  vsarConfigType INTEGER
  vsarConfigAction INTEGER

StreamEntry  
SEQUENCE    
  streamIndex INTEGER
  ingressState StreamState
  egressState StreamState
  streamType StreamType
  streamName DisplayString
  streamStatus ConnectionStatus

IngressStreamEntry  
SEQUENCE    
  ingressStreamCellRate INTEGER

EgressStreamEntry  
SEQUENCE    
  egressStreamTsRate INTEGER
  egressStreamNumBufs INTEGER
  egressStreamBufThreshold INTEGER
  egressStreamBufSize INTEGER
  egressStreamJitter INTEGER

AtmStreamEntry  
SEQUENCE    
  atmStreamVpi INTEGER
  atmStreamVci INTEGER

AsiStreamEntry  
SEQUENCE    
  asiStreamPort INTEGER
  asiStreamChannel INTEGER

ProgNextEntry  
SEQUENCE    
  progNextIndex INTEGER

ProgEntry  
SEQUENCE    
  progIndex INTEGER
  progNumber INTEGER
  progName DisplayString
  progTsRate INTEGER
  progTsLen INTEGER
  progStatus ConnectionStatus

PidNextEntry  
SEQUENCE    
  pidNextIndex INTEGER

PidEntry  
SEQUENCE    
  pidIndex INTEGER
  pidNumber INTEGER
  pidTableID INTEGER
  pidRate INTEGER
  pidStatus ConnectionStatus

CstrmConnEntry  
SEQUENCE    
  cstrmConnIndex INTEGER
  ingressStreamIndexVal INTEGER
  egressStreamIndexVal INTEGER
  ingressProgIndex INTEGER
  ingressPidIndex INTEGER
  egressProgNum INTEGER
  egressPidNum INTEGER
  pcrAdjust INTEGER
  cstrmConnStatus ConnectionStatus

ConnectionStreamEntry  
SEQUENCE    
  connectionStreamIndex INTEGER

ConnectionProgEntry  
SEQUENCE    
  connectionProgIndex INTEGER

ConnectionPidEntry  
SEQUENCE    
  connectionPidIndex INTEGER

Defined Values

artel 1.3.6.1.4.1.4962
OBJECT IDENTIFIER    

common 1.3.6.1.4.1.4962.1
OBJECT IDENTIFIER    

device 1.3.6.1.4.1.4962.1.1
OBJECT IDENTIFIER    

products 1.3.6.1.4.1.4962.2
OBJECT IDENTIFIER    

crossStream 1.3.6.1.4.1.4962.2.1
OBJECT IDENTIFIER    

cstrmControl 1.3.6.1.4.1.4962.2.1.1
OBJECT IDENTIFIER    

cstrmInfo 1.3.6.1.4.1.4962.2.1.2
OBJECT IDENTIFIER    

cstrmEvents 1.3.6.1.4.1.4962.2.1.3
OBJECT IDENTIFIER    

cstrmDiags 1.3.6.1.4.1.4962.2.1.4
OBJECT IDENTIFIER    

cstrmStreamGroup 1.3.6.1.4.1.4962.2.1.5
OBJECT IDENTIFIER    

cstrmStreamPrivate 1.3.6.1.4.1.4962.2.1.6
OBJECT IDENTIFIER    

deviceName 1.3.6.1.4.1.4962.1.1.1
Name of the Artel's Product
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..127)  

deviceSerialNum 1.3.6.1.4.1.4962.1.1.2
Serial number of the device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

deviceModelNum 1.3.6.1.4.1.4962.1.1.3
Model Number of the device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

deviceFwVer 1.3.6.1.4.1.4962.1.1.4
Firmware version of the product in major.minor form
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

deviceHwVer 1.3.6.1.4.1.4962.1.1.5
Hardware version of the product in major.minor form
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

deviceTime 1.3.6.1.4.1.4962.1.1.6
The current time as measured by the device. The time is specified as YYYYMMDDHHMM, where YYYY - four digits of the year MM - month (01 through 12) DD - day of month(01 through 31) HH - hours(00 through 23) MM - minutes(00 through 59)
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(12)  

deviceUpTime 1.3.6.1.4.1.4962.1.1.7
The time when the device is intialized. The time is specified as YYYYMMDDHHMM, where YYYY - four digits of the year MM - month (01 through 12) DD - day of month(01 through 31) HH - hours(00 through 23) MM - minutes(00 through 59).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(12)  

deviceIpAddress 1.3.6.1.4.1.4962.1.1.8
This object returns the current IP address of the device when read and modifies the IP address to the new value when set.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

deviceIpNetmask 1.3.6.1.4.1.4962.1.1.9
This object returns the netmask of the interface when read and modifies the netmask when set.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

deviceGwAddress 1.3.6.1.4.1.4962.1.1.10
This object returns the default gateway address of the device when read and modifies the default gateway when set.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

deviceHostAddress 1.3.6.1.4.1.4962.1.1.11
This object has the host (TFTP) server ip address which is used for software upgrade.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

deviceReset 1.3.6.1.4.1.4962.1.1.12
Always returns '0' when read and resets the device when set with a nonzero value
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

vsarReset 1.3.6.1.4.1.4962.2.1.1.1
Setting this object to 1 resets the VSAR chip and initializes the VSAR control structures by reading from NVRAM.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

vsarConfigTable 1.3.6.1.4.1.4962.2.1.1.2
This table contains a list of configuration entries which can be loaded to VSAR chip or store current configuration to non volatile memory.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VsarConfigEntry

vsarConfigEntry 1.3.6.1.4.1.4962.2.1.1.2.1
This entry contains configurationType, action specifying load/ store.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  VsarConfigEntry  

vsarConfigIndex 1.3.6.1.4.1.4962.2.1.1.2.1.1
The index which points to the different VSAR configurations.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

vsarConfigType 1.3.6.1.4.1.4962.2.1.1.2.1.2
Configuration type can specify NVRAM configuration, Flash configuration etc.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

vsarConfigAction 1.3.6.1.4.1.4962.2.1.1.2.1.4
This specifies the action to be peformed on the configuration entry. When set is given with 'load' as action the device is loaded with the specified configuration type. If a set is given with 'store' as action, current configuration of the device is stored in the specified configuartion type.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER load(1), store(2)  

usedAtmStreamsNumber 1.3.6.1.4.1.4962.2.1.2.1
Currently used number of total available Tranport streams. This includes active and inactive streams
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

activeAtmStreamsNumber 1.3.6.1.4.1.4962.2.1.2.2
Active Number of Transport Streams running in the system
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

maxAtmStreamsNumber 1.3.6.1.4.1.4962.2.1.2.3
Max number of available Transport Streams available in the system
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

usedAsiStreamsNumber 1.3.6.1.4.1.4962.2.1.2.4
Currently used number of total available ASI Tranport streams. This includes active and inactive streams
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

activeAsiStreamsNumber 1.3.6.1.4.1.4962.2.1.2.5
Active Number of ASI Transport Streams running in the system
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

maxAsiStreamsNumber 1.3.6.1.4.1.4962.2.1.2.6
Max number of available ASI Transport Streams available in the system
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

usedProgsNumber 1.3.6.1.4.1.4962.2.1.2.7
Currently used number of programs. This includes active and inactive programs
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

activeProgsNumber 1.3.6.1.4.1.4962.2.1.2.8
Active number of programs running in the system
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

maxProgsNumber 1.3.6.1.4.1.4962.2.1.2.9
Max number of programs available in the system
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

usedPidsNumber 1.3.6.1.4.1.4962.2.1.2.10
Currently used number of total available PIDs. This includes active and inactive PIDs
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

activePidsNumber 1.3.6.1.4.1.4962.2.1.2.11
Active number of PIDs running in the system
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

maxPidsNumber 1.3.6.1.4.1.4962.2.1.2.12
Max number of available PIDs in the system
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

usedConnectionsNumber 1.3.6.1.4.1.4962.2.1.2.13
Currently used number of total available connection objects.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

maxConnectionsNumber 1.3.6.1.4.1.4962.2.1.2.14
Max number of available connection objects.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cstrmATMPhyTrapID 1.3.6.1.4.1.4962.2.1.6.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

cstrmATMPhyTrapStatus 1.3.6.1.4.1.4962.2.1.6.1.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

cstrmOAMVCTrapID 1.3.6.1.4.1.4962.2.1.6.2
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

cstrmOAMVCTrapStatus 1.3.6.1.4.1.4962.2.1.6.2.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

cstrmOAMVPTrapID 1.3.6.1.4.1.4962.2.1.6.3
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

cstrmOAMVPTrapStatus 1.3.6.1.4.1.4962.2.1.6.3.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

cstrmSONETTrapID 1.3.6.1.4.1.4962.2.1.6.4
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

cstrmSONETTrapStatus 1.3.6.1.4.1.4962.2.1.6.4.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

cstrmActDeActTrapID 1.3.6.1.4.1.4962.2.1.6.5
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

cstrmActDeActTrapStatus 1.3.6.1.4.1.4962.2.1.6.5.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

cstrmIngressPidsChangedTrapID 1.3.6.1.4.1.4962.2.1.6.6
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

cstrmIngressPidsChangedTrapStatus 1.3.6.1.4.1.4962.2.1.6.6.1
Tok_String
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

cstrmAirTemp 1.3.6.1.4.1.4962.2.1.4.1
The ambient temperature in degrees Centigrade at the center of the main logic board.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cstrmCoreRegTemp 1.3.6.1.4.1.4962.2.1.4.2
The case temperature in degrees Centigrade of the Core 5 volt voltage regulator I.C.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cstrm3VRegTemp 1.3.6.1.4.1.4962.2.1.4.3
The case temperature in degrees Centigrade of the 3.3 volt voltage regulator I.C.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cstrmHotICTemp 1.3.6.1.4.1.4962.2.1.4.4
The case temperature in degrees Centigrade of the designated hottest I.C. on the main board.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cstrm5VCoreVoltage 1.3.6.1.4.1.4962.2.1.4.5
The voltage in 1/100ths of a volt of the 5 volt core regulator.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cstrm3VCoreVoltage 1.3.6.1.4.1.4962.2.1.4.6
The voltage in 1/100ths of a volt of the 3.3 volt core regulator.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cstrm3VIOVoltage 1.3.6.1.4.1.4962.2.1.4.7
The voltage in 1/100ths of a volt of the 3.3 volt I/O regulator.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

streamNextIndex 1.3.6.1.4.1.4962.2.1.5.1
To create a new entry in streamTable, management station has to first get this object value. The value 0 indicates that no assigned values are available. After each retrieval operation from management stations, agent should modify this to next unassigned index.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

streamTable 1.3.6.1.4.1.4962.2.1.5.2
A list of stream entries. An entry specifies the stream type, name and direction. It doesn't included stream specific parameters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    StreamEntry

streamEntry 1.3.6.1.4.1.4962.2.1.5.2.1
An entry in the stream table. This entry is used to specify the stream type, stream direction and stream status.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  StreamEntry  

streamIndex 1.3.6.1.4.1.4962.2.1.5.2.1.1
A unique integer handle that identifies a stream.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ingressState 1.3.6.1.4.1.4962.2.1.5.2.1.2
This object specifies the status of the stream in ingress direction. The ingressState can be set to only 'inactive' by the management station. It is automatically set to 'active' by the agent when a valid connection is established.
Status: mandatory Access: read-write
OBJECT-TYPE    
  StreamState  

egressState 1.3.6.1.4.1.4962.2.1.5.2.1.3
This object specifies the status of the stream in egress direction.
Status: mandatory Access: read-write
OBJECT-TYPE    
  StreamState  

streamType 1.3.6.1.4.1.4962.2.1.5.2.1.4
This object specifies the type of the stream.
Status: mandatory Access: read-write
OBJECT-TYPE    
  StreamType  

streamName 1.3.6.1.4.1.4962.2.1.5.2.1.5
This object specifies the name of the stream.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

streamStatus 1.3.6.1.4.1.4962.2.1.5.2.1.6
This object specifies the status of stream entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  ConnectionStatus  

ingressStreamTable 1.3.6.1.4.1.4962.2.1.5.3
This table contains ingress stream configuration parameters, one entry per streamTable for which streamDirection is ingress.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IngressStreamEntry

ingressStreamEntry 1.3.6.1.4.1.4962.2.1.5.3.1
An ingress entry specifies the cell rate of the stream.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IngressStreamEntry  

ingressStreamCellRate 1.3.6.1.4.1.4962.2.1.5.3.1.1
Specifies the cellrate of the ingress stream.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

egressStreamTable 1.3.6.1.4.1.4962.2.1.5.4
This table contains egress stream configuration parameters, one entry per streamTable for which streamDirection is egress.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EgressStreamEntry

egressStreamEntry 1.3.6.1.4.1.4962.2.1.5.4.1
An egress entry specifies the transport stream rate, buffer control parameters, elasticity table parameters, divisor for center rate of elasticity window.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  EgressStreamEntry  

egressStreamTsRate 1.3.6.1.4.1.4962.2.1.5.4.1.1
Transport rate for this egress stream.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

egressStreamNumBufs 1.3.6.1.4.1.4962.2.1.5.4.1.2
Number of buffers to be allocated for this egress stream. Setting this '0' to will deallocate the memory. Modify this value to change the number of buffers from current value.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

egressStreamBufThreshold 1.3.6.1.4.1.4962.2.1.5.4.1.3
Specifies the uniform dealy threshold for this egress stream.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

egressStreamBufSize 1.3.6.1.4.1.4962.2.1.5.4.1.4
Size of each buffer allocated in egress pool.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

egressStreamJitter 1.3.6.1.4.1.4962.2.1.5.4.1.5
Enable/disable Jitter Attenuation for this egress stream.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

atmStreamTable 1.3.6.1.4.1.4962.2.1.5.5
This table contains ATM stream configuration parameters, one entry per streamTable for which streamType is ATM.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtmStreamEntry

atmStreamEntry 1.3.6.1.4.1.4962.2.1.5.5.1
An ATM Transport Stream entry contains vpi and vci
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AtmStreamEntry  

atmStreamVpi 1.3.6.1.4.1.4962.2.1.5.5.1.1
VPI associated with the ATM Stream
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

atmStreamVci 1.3.6.1.4.1.4962.2.1.5.5.1.2
VCI associated with the VCB.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

asiStreamTable 1.3.6.1.4.1.4962.2.1.5.6
This table contians ASI stream configuration parameters, one entry per streamTable for which streamType is ASI.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AsiStreamEntry

asiStreamEntry 1.3.6.1.4.1.4962.2.1.5.6.1
An ASI Transport stream entry specifies the port number.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AsiStreamEntry  

asiStreamPort 1.3.6.1.4.1.4962.2.1.5.6.1.1
Physical port number of the ASI stream.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

asiStreamChannel 1.3.6.1.4.1.4962.2.1.5.6.1.2
Channel associated with this ASI stream.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

progNextTable 1.3.6.1.4.1.4962.2.1.5.7
To create a new entry in progTable, management station has to first get next program index.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ProgNextEntry

progNextEntry 1.3.6.1.4.1.4962.2.1.5.7.1
This entry contains next program index that can by used by the management stations to add a program in a stream.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ProgNextEntry  

progNextIndex 1.3.6.1.4.1.4962.2.1.5.7.1.1
Returns an index that can be associated with the given stream. The value '0' indicates that no assigned values are available. After each retrieval operation from management station, agent should modify this to next unassigned index.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

progTable 1.3.6.1.4.1.4962.2.1.5.8
A list of programs linked to one VCB. The number of entries is given by numProgs.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ProgEntry

progEntry 1.3.6.1.4.1.4962.2.1.5.8.1
progEntry contains program number, program name, TS rate, TS len.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ProgEntry  

progIndex 1.3.6.1.4.1.4962.2.1.5.8.1.1
A unique handle which identies a program.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

progNumber 1.3.6.1.4.1.4962.2.1.5.8.1.2
Program number which identifies a program in a VCB.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

progName 1.3.6.1.4.1.4962.2.1.5.8.1.3
Human readable program name corresponding to the program number of this entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..31)  

progTsRate 1.3.6.1.4.1.4962.2.1.5.8.1.4
Aggregate tranport rate of the program.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

progTsLen 1.3.6.1.4.1.4962.2.1.5.8.1.5
Length of the transport stream packet.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

progStatus 1.3.6.1.4.1.4962.2.1.5.8.1.6
Status of this program associated with the VCB.
Status: mandatory Access: read-write
OBJECT-TYPE    
  ConnectionStatus  

pidNextTable 1.3.6.1.4.1.4962.2.1.5.9
To create a new entry pidTable, management stations has to first retrieve a next available pid index.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PidNextEntry

pidNextEntry 1.3.6.1.4.1.4962.2.1.5.9.1
This entry contains next pid index that can by used by the mangement stations to add a pid to the given stream and program.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PidNextEntry  

pidNextIndex 1.3.6.1.4.1.4962.2.1.5.9.1.1
Returns an index that can be associated with the given stream and program. The value '0' indicates taht no assigned values are available. After each retrieval operation from management station, agent should modify this to next unassigned index.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pidTable 1.3.6.1.4.1.4962.2.1.5.10
List of pids linked to one program. The number of entries is given by numPIDs.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PidEntry

pidEntry 1.3.6.1.4.1.4962.2.1.5.10.1
pidEntry contains pid number, remap pid number, table identifier, pid transport rate.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PidEntry  

pidIndex 1.3.6.1.4.1.4962.2.1.5.10.1.1
A unique integer pid Handle identifying a PID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

pidNumber 1.3.6.1.4.1.4962.2.1.5.10.1.2
pid number which uniquely identifies a PID in a program.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

pidTableID 1.3.6.1.4.1.4962.2.1.5.10.1.3
table type identifier of this PID. This is 0 - Program Association Table 1 - Program MAP Table 2 - PCR PID >2 - Check the manual.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

pidRate 1.3.6.1.4.1.4962.2.1.5.10.1.4
Tranport rate of a specific PID.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

pidStatus 1.3.6.1.4.1.4962.2.1.5.10.1.5
The status of this PID.
Status: mandatory Access: read-write
OBJECT-TYPE    
  ConnectionStatus  

cstrmConnNextIndex 1.3.6.1.4.1.4962.2.1.5.11
Returns the next free Index in the connection table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cstrmConnTable 1.3.6.1.4.1.4962.2.1.5.12
A list of Dipersal Entries..
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CstrmConnEntry

cstrmConnEntry 1.3.6.1.4.1.4962.2.1.5.12.1
An cstrmConnEntry contains source program, source pid, dest program dest pid and asiStreamIndex values. This is the entry through which management station connect source programs to destination programs.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  CstrmConnEntry  

cstrmConnIndex 1.3.6.1.4.1.4962.2.1.5.12.1.1
Index to identify a Connection Table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ingressStreamIndexVal 1.3.6.1.4.1.4962.2.1.5.12.1.2
Index of the ingress stream.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

egressStreamIndexVal 1.3.6.1.4.1.4962.2.1.5.12.1.3
Index of the egress stream
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ingressProgIndex 1.3.6.1.4.1.4962.2.1.5.12.1.4
Source program number associated with the connection table. Source program number is linked to an ingress stream. A value of 'zero' indicates that all programs in the parent stream are connected to the egress stream.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ingressPidIndex 1.3.6.1.4.1.4962.2.1.5.12.1.5
Source PID number associated with the connection table. Source PID number is linked to an ingress stream. A value of 'zero' indicates that all pids in the parent program are connected to the egress stream.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

egressProgNum 1.3.6.1.4.1.4962.2.1.5.12.1.6
Destination program number associated with the connection table. Destination program number is linked to an egress stream.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

egressPidNum 1.3.6.1.4.1.4962.2.1.5.12.1.7
Destination PID number associated with the connection table. Destination PID number is linked to an egress stream.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

pcrAdjust 1.3.6.1.4.1.4962.2.1.5.12.1.8
Enable/Disable PCR Time Stamp Adjustment for this connection.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

cstrmConnStatus 1.3.6.1.4.1.4962.2.1.5.12.1.9
Status of the this connection table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  ConnectionStatus  

connectionStreamTable 1.3.6.1.4.1.4962.2.1.5.13
Connection Stream table is used to traverse the stream connections.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ConnectionStreamEntry

connectionStreamEntry 1.3.6.1.4.1.4962.2.1.5.13.1
This entry has the connection index for the associated stream. If the ConnectionIndex is zero, connectionStreamIndex will return first connection object for this association.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ConnectionStreamEntry  

connectionStreamIndex 1.3.6.1.4.1.4962.2.1.5.13.1.1
Returns an active connection object index connected to/from the given stream index.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

connectionProgTable 1.3.6.1.4.1.4962.2.1.5.14
Connection Prog table is used to traverse the program connections.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ConnectionProgEntry

connectionProgEntry 1.3.6.1.4.1.4962.2.1.5.14.1
This entry has the connection index for the given program in the specified stream object. If the ConnectionIndex is zero, connectionProgIndex will return first conneciton object for this association.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ConnectionProgEntry  

connectionProgIndex 1.3.6.1.4.1.4962.2.1.5.14.1.1
Returns an active connection object index connected to/from the given program index.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

connectionPidTable 1.3.6.1.4.1.4962.2.1.5.15
Connection pid table is used to traverse the pid connections.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ConnectionPidEntry

connectionPidEntry 1.3.6.1.4.1.4962.2.1.5.15.1
This entry has the connection index for the given pid in the specified program & stream object. If the ConnectionIndex is zero, connectionPidIndex will return first connection object for this association.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ConnectionPidEntry  

connectionPidIndex 1.3.6.1.4.1.4962.2.1.5.15.1.1
Returns an active connection object index connected to/from the given pid index.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

cstrmOverTemp 1
A cstrmOverTemp trap signifies that one or more of the temperature sensors has exceeded its high threshhold level. The values of the 4 temperature sensors are sent in Degrees Celsius with the trap.
TRAP-TYPE    

cstrmCoolFail 2
A cstrmCoolFail trap signifies that a cooling system failure has occured.
TRAP-TYPE    

cstrmPowerMonitor 3
A cstrmPowerMonitor trap signifies that one or more of the voltage sensors is out of acceptable range. The values of the 3 voltage sensors are sent in 100ths of milivolts.
TRAP-TYPE    

cstrmATMPhyTrap 4
Tok_String
TRAP-TYPE    

cstrmOAMVPTrap 5
Tok_String
TRAP-TYPE    

cstrmOAMVCTrap 6
Tok_String
TRAP-TYPE    

cstrmSONETTrap 7
Tok_String
TRAP-TYPE    

cstrmActDeActTrap 8
This Trap is generated for each of Activate and Deactivate event Alarm.
TRAP-TYPE    

cstrmIngressPidsChangedTrap 9
This Trap is generated for each of Activate and Deactivate event Alarm.
TRAP-TYPE