Initial commit
This commit is contained in:
		
							
								
								
									
										173
									
								
								MIBS/terra/TERRA-DEFINITIONS-MIB
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										173
									
								
								MIBS/terra/TERRA-DEFINITIONS-MIB
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,173 @@
 | 
			
		||||
--File Name : TERRA-DEFINITIONS-MIB
 | 
			
		||||
--Date      : Thu Aug 21 10:17:18 EEST 2008
 | 
			
		||||
--Author    : Tadas Leskevicius
 | 
			
		||||
 | 
			
		||||
TERRA-DEFINITIONS-MIB DEFINITIONS ::= BEGIN
 | 
			
		||||
    IMPORTS
 | 
			
		||||
    TEXTUAL-CONVENTION
 | 
			
		||||
        FROM SNMPv2-TC
 | 
			
		||||
    terraRoot
 | 
			
		||||
        FROM TERRA-SMI
 | 
			
		||||
    Unsigned32, MODULE-IDENTITY, Gauge32, Integer32
 | 
			
		||||
        FROM SNMPv2-SMI;
 | 
			
		||||
 | 
			
		||||
    terraDefIdentMib MODULE-IDENTITY
 | 
			
		||||
        LAST-UPDATED        "199807280000Z"
 | 
			
		||||
        ORGANIZATION        "TERRA Electronics"
 | 
			
		||||
        CONTACT-INFO        "design@terraelectronics.com"
 | 
			
		||||
        DESCRIPTION         ""
 | 
			
		||||
 | 
			
		||||
        REVISION            ""
 | 
			
		||||
        DESCRIPTION         ""
 | 
			
		||||
        ::= { terraRoot 3 }
 | 
			
		||||
 | 
			
		||||
    --TEXTUAL-CONVENTIONS --
 | 
			
		||||
    DefTenthdBm ::= TEXTUAL-CONVENTION
 | 
			
		||||
        DISPLAY-HINT        "d-1"
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "This data type represents power levels that are
 | 
			
		||||
                            normally expressed in dBm. Units are in tenths
 | 
			
		||||
                            of a dBm; for example, -5.1 dBm will be represented
 | 
			
		||||
                            as -51."
 | 
			
		||||
        SYNTAX              Integer32 (-100..200)
 | 
			
		||||
 | 
			
		||||
    DefTenthVolt ::= TEXTUAL-CONVENTION
 | 
			
		||||
        DISPLAY-HINT        "d-1"
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "This data type represents voltage levels that
 | 
			
		||||
                            are normally expressed in volts. Units are in
 | 
			
		||||
                            tenths of a volt; for example, -48.1 volts will
 | 
			
		||||
                            be represented as -481."
 | 
			
		||||
        SYNTAX              Gauge32
 | 
			
		||||
 | 
			
		||||
    DefOnOffStatus ::= TEXTUAL-CONVENTION
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "An enumerated value that provides a status of
 | 
			
		||||
                            a particular hardware or software parameter that
 | 
			
		||||
                            usually represent some sort of switch.
 | 
			
		||||
                            
 | 
			
		||||
                            A value off(1) indicates the switch is off.
 | 
			
		||||
                            
 | 
			
		||||
                            A value on(2) indicates the switch is on."
 | 
			
		||||
        SYNTAX              INTEGER {
 | 
			
		||||
                                off( 1 ),
 | 
			
		||||
                                on( 2 )
 | 
			
		||||
                            }
 | 
			
		||||
 | 
			
		||||
    DefHundredthNanoMeter ::= TEXTUAL-CONVENTION
 | 
			
		||||
        DISPLAY-HINT        "d-2"
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "This data type represents wavelength values that
 | 
			
		||||
                            are normally expressed in nano meters. Units
 | 
			
		||||
                            are in hundredths of a NanoMeter; for example,
 | 
			
		||||
                            1550.56 nm will be represented as 155056."
 | 
			
		||||
        SYNTAX              Unsigned32
 | 
			
		||||
 | 
			
		||||
    DefFaultStatus ::= TEXTUAL-CONVENTION
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "An enumerated value that provides a fault status
 | 
			
		||||
                            of a particular hardware or software parameter
 | 
			
		||||
                            that usually represent some sort of condition.
 | 
			
		||||
                            
 | 
			
		||||
                            A value normal(1) indicates the normal condition.
 | 
			
		||||
                            
 | 
			
		||||
                            
 | 
			
		||||
                            A value fault(2) indicates the fault condition."
 | 
			
		||||
        SYNTAX              INTEGER {
 | 
			
		||||
                                normal( 1 ),
 | 
			
		||||
                                fault( 2 )
 | 
			
		||||
                            }
 | 
			
		||||
 | 
			
		||||
    DefMilliAmp ::= TEXTUAL-CONVENTION
 | 
			
		||||
        DISPLAY-HINT        "d-3"
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "This data type represents current levels that
 | 
			
		||||
                            are normally expressed in amperes. Units are
 | 
			
		||||
                            in milliamperes; for example, 2.1 Amperes would
 | 
			
		||||
                            be expressed as 2100."
 | 
			
		||||
        SYNTAX              Gauge32
 | 
			
		||||
 | 
			
		||||
    DefTenthAmp ::= TEXTUAL-CONVENTION
 | 
			
		||||
        DISPLAY-HINT        "d-1"
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "This data type represents current levels that
 | 
			
		||||
                            are normally expressed in Amperes. Units are
 | 
			
		||||
                            in tenths of a Ampere; for example, 1.1 Amperes
 | 
			
		||||
                            will be represented as 11."
 | 
			
		||||
        SYNTAX              Gauge32
 | 
			
		||||
 | 
			
		||||
    DefOnOffControl ::= TEXTUAL-CONVENTION
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "An enumerated value that provides a control of
 | 
			
		||||
                            a particular hardware or software parameter that
 | 
			
		||||
                            usually represent some sort of switch.
 | 
			
		||||
                            
 | 
			
		||||
                            A SET request with a value off(1) will cause
 | 
			
		||||
                            the switch to be shut off.
 | 
			
		||||
                            
 | 
			
		||||
                            A SET request with a value on(2) will cause the
 | 
			
		||||
                            switch to be turned on.
 | 
			
		||||
                            
 | 
			
		||||
                            A value meaningless(3) will be implemented by
 | 
			
		||||
                            the variables that represent a switch with write-only
 | 
			
		||||
                            access. A GET request for the value of the write-only
 | 
			
		||||
                            variable shall return a value meaningless(3).
 | 
			
		||||
                            
 | 
			
		||||
                            
 | 
			
		||||
                            A SET request with a value meaningless(3) for
 | 
			
		||||
                            the variable with write access shall have no
 | 
			
		||||
                            effect and no exception is generated.
 | 
			
		||||
                            
 | 
			
		||||
                            A value may be used by the variables with both
 | 
			
		||||
                            read-write and write-only access."
 | 
			
		||||
        SYNTAX              INTEGER {
 | 
			
		||||
                                off( 1 ),
 | 
			
		||||
                                on( 2 ),
 | 
			
		||||
                                meaningless( 3 )
 | 
			
		||||
                            }
 | 
			
		||||
 | 
			
		||||
    DefTenthCentigrade ::= TEXTUAL-CONVENTION
 | 
			
		||||
        DISPLAY-HINT        "d-1"
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "This data type represents temperature values that
 | 
			
		||||
                            are normally expressed in Centigrade. Units are
 | 
			
		||||
                            in tenths of a Centigrade; for example, -5.1
 | 
			
		||||
                            Centigrade will be represented as -51."
 | 
			
		||||
        SYNTAX              Gauge32
 | 
			
		||||
 | 
			
		||||
    DefTenthdBuV ::= TEXTUAL-CONVENTION
 | 
			
		||||
        DISPLAY-HINT        "d-1"
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "This data type represents power levels that are
 | 
			
		||||
                            normally expressed in dBmV. Units are in tenths
 | 
			
		||||
                            of a dBmV; for example, -5.1 dBmV will be represented
 | 
			
		||||
                            as -51."
 | 
			
		||||
        SYNTAX              Integer32 (-100..200)
 | 
			
		||||
 | 
			
		||||
    DefTenthdB ::= TEXTUAL-CONVENTION
 | 
			
		||||
        DISPLAY-HINT        "d-1"
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "This data type represents power levels that are
 | 
			
		||||
                            normally expressed in dB. Units are in tenths
 | 
			
		||||
                            of a dB; for example, -5.1 dB will be represented
 | 
			
		||||
                            as -51."
 | 
			
		||||
        SYNTAX              Integer32 (-100..200)
 | 
			
		||||
 | 
			
		||||
    DefStatus ::= TEXTUAL-CONVENTION
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "This data type represents base device status (error)
 | 
			
		||||
                            bits ( 0 represents normal condition, 1 - represents
 | 
			
		||||
                            fault condition)."
 | 
			
		||||
        SYNTAX              INTEGER (0..1)
 | 
			
		||||
 | 
			
		||||
    DefRelayState ::= TEXTUAL-CONVENTION
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Represents relay contact state. A value closed
 | 
			
		||||
                            (0) defines closed contact state, value opened
 | 
			
		||||
                            (1) - opened state."
 | 
			
		||||
        SYNTAX              INTEGER (0..1)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
END
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										88
									
								
								MIBS/terra/TERRA-PRODUCTS-MIB
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										88
									
								
								MIBS/terra/TERRA-PRODUCTS-MIB
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,88 @@
 | 
			
		||||
--File Name : TERRA-PRODUCTS-MIB
 | 
			
		||||
--Date      : Wed Sep 03 16:46:25 EEST 2008
 | 
			
		||||
--Author    : AdventNet Agent Toolkit C Edition - MibEditor 6
 | 
			
		||||
 | 
			
		||||
TERRA-PRODUCTS-MIB DEFINITIONS ::= BEGIN
 | 
			
		||||
    IMPORTS
 | 
			
		||||
    MODULE-IDENTITY
 | 
			
		||||
        FROM SNMPv2-SMI
 | 
			
		||||
    terraRoot
 | 
			
		||||
        FROM TERRA-SMI;
 | 
			
		||||
 | 
			
		||||
    terraProducts MODULE-IDENTITY
 | 
			
		||||
        LAST-UPDATED        "201303030000Z"
 | 
			
		||||
        ORGANIZATION        "TERRA Electronics "
 | 
			
		||||
        CONTACT-INFO        "design@terraelectronics.com"
 | 
			
		||||
        DESCRIPTION         "At this node are placed devices, that are in production."
 | 
			
		||||
 | 
			
		||||
        REVISION            "2016-09-29"
 | 
			
		||||
        DESCRIPTION         ""
 | 
			
		||||
        ::= { terraRoot 1 }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    terraOD120 OBJECT IDENTIFIER ::= { terraProducts 1 }
 | 
			
		||||
 | 
			
		||||
    terraMO411 OBJECT IDENTIFIER ::= { terraProducts 2 }
 | 
			
		||||
 | 
			
		||||
    terraMO4x8 OBJECT IDENTIFIER ::= { terraProducts 3 }
 | 
			
		||||
 | 
			
		||||
    terraUC412 OBJECT IDENTIFIER ::= { terraProducts 4 }
 | 
			
		||||
 | 
			
		||||
    terra-sda410C OBJECT IDENTIFIER ::= { terraProducts 5 }
 | 
			
		||||
   
 | 
			
		||||
    terra-sta410C OBJECT IDENTIFIER ::= { terraProducts 6 }
 | 
			
		||||
 | 
			
		||||
    terra-saa410C OBJECT IDENTIFIER ::= { terraProducts 7 }
 | 
			
		||||
 | 
			
		||||
    terra-sdi410C OBJECT IDENTIFIER ::= { terraProducts 8 }
 | 
			
		||||
   
 | 
			
		||||
    terra-sti410C OBJECT IDENTIFIER ::= { terraProducts 9 }
 | 
			
		||||
 | 
			
		||||
    terra-sai410C OBJECT IDENTIFIER ::= { terraProducts 10 }
 | 
			
		||||
 | 
			
		||||
    terra-S2C16 OBJECT IDENTIFIER ::= { terraProducts 11 }
 | 
			
		||||
 | 
			
		||||
    terraOT001M OBJECT IDENTIFIER ::= { terraProducts 12 }
 | 
			
		||||
 | 
			
		||||
    terra-S2C16P OBJECT IDENTIFIER ::= { terraProducts 13 }
 | 
			
		||||
 | 
			
		||||
	terra-ttd440 OBJECT IDENTIFIER ::= { terraProducts 14 }
 | 
			
		||||
	
 | 
			
		||||
	terra-ttx410C OBJECT IDENTIFIER ::= { terraProducts 15 }
 | 
			
		||||
	
 | 
			
		||||
	terra-tdx410C OBJECT IDENTIFIER ::= { terraProducts 16 }
 | 
			
		||||
 | 
			
		||||
	terra-sdi480 OBJECT IDENTIFIER ::= { terraProducts 17 }
 | 
			
		||||
 | 
			
		||||
	terra-sti440 OBJECT IDENTIFIER ::= { terraProducts 18 }
 | 
			
		||||
	
 | 
			
		||||
	terra-ttq440 OBJECT IDENTIFIER ::= { terraProducts 19 }
 | 
			
		||||
 | 
			
		||||
	terra-OAD514 OBJECT IDENTIFIER ::= { terraProducts 20 }
 | 
			
		||||
	
 | 
			
		||||
	terra-ttq420C OBJECT IDENTIFIER ::= { terraProducts 21 }
 | 
			
		||||
	
 | 
			
		||||
	terra-tdq420C OBJECT IDENTIFIER ::= { terraProducts 22 }
 | 
			
		||||
		
 | 
			
		||||
	terra-ttx420C OBJECT IDENTIFIER ::= { terraProducts 23 }
 | 
			
		||||
		
 | 
			
		||||
	terra-tdx420C OBJECT IDENTIFIER ::= { terraProducts 24 }
 | 
			
		||||
		
 | 
			
		||||
	terra-ttq420 OBJECT IDENTIFIER ::= { terraProducts 25 }
 | 
			
		||||
	
 | 
			
		||||
	terra-tdq420 OBJECT IDENTIFIER ::= { terraProducts 26 }
 | 
			
		||||
		
 | 
			
		||||
	terra-ttx420 OBJECT IDENTIFIER ::= { terraProducts 27 }
 | 
			
		||||
		
 | 
			
		||||
	terra-tdx420 OBJECT IDENTIFIER ::= { terraProducts 28 }
 | 
			
		||||
	
 | 
			
		||||
	terra-mhi430 OBJECT IDENTIFIER ::= { terraProducts 29 }
 | 
			
		||||
	
 | 
			
		||||
	terra-mix440 OBJECT IDENTIFIER ::= { terraProducts 30 }	
 | 
			
		||||
 | 
			
		||||
	terra-miq440 OBJECT IDENTIFIER ::= { terraProducts 31 }	
 | 
			
		||||
 | 
			
		||||
	terra-mid420 OBJECT IDENTIFIER ::= { terraProducts 32 }	
 | 
			
		||||
 | 
			
		||||
END
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										57
									
								
								MIBS/terra/TERRA-SMI
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										57
									
								
								MIBS/terra/TERRA-SMI
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,57 @@
 | 
			
		||||
--File Name : TERRA-SMI
 | 
			
		||||
--Date      : Thu Aug 21 10:59:28 EEST 2008
 | 
			
		||||
--Author    : Tadas Leskevicius
 | 
			
		||||
 | 
			
		||||
TERRA-SMI DEFINITIONS ::= BEGIN
 | 
			
		||||
    IMPORTS
 | 
			
		||||
    enterprises, MODULE-IDENTITY, OBJECT-IDENTITY
 | 
			
		||||
        FROM SNMPv2-SMI;
 | 
			
		||||
 | 
			
		||||
    terraRoot MODULE-IDENTITY
 | 
			
		||||
        LAST-UPDATED        "199505160000Z"
 | 
			
		||||
        ORGANIZATION        "TERRA Electronics"
 | 
			
		||||
        CONTACT-INFO        "TERRA Electronics    
 | 
			
		||||
                            Draugystes
 | 
			
		||||
                            22
 | 
			
		||||
                            Kaunas
 | 
			
		||||
                            Lithuania
 | 
			
		||||
                            LT-51256
 | 
			
		||||
                            E-mail design@terraelectronics.com"
 | 
			
		||||
        DESCRIPTION         "The Structure of Management Information for the
 | 
			
		||||
                            TERRA enterprise."
 | 
			
		||||
 | 
			
		||||
        REVISION            "200808191104Z"
 | 
			
		||||
        DESCRIPTION         ""
 | 
			
		||||
        ::= { enterprises 30631 }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    terraProducts OBJECT-IDENTITY
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "terraProducts is the root OBJECT IDENTIFIER from
 | 
			
		||||
                            which sysObjectID values are assigned. Actual
 | 
			
		||||
                            values are defined in TERRA-PRODUCTS-MIB."
 | 
			
		||||
        ::= { terraRoot 1 }
 | 
			
		||||
 | 
			
		||||
    terraExperimental OBJECT-IDENTITY
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "terraExperimental provides a root object identifier
 | 
			
		||||
                            from which experimental mibs may be temporarily
 | 
			
		||||
                            based. mibs are typicially based here if they
 | 
			
		||||
                            are TERRA work-in-process which has not been
 | 
			
		||||
                            assigned a permanent object identifier by the
 | 
			
		||||
                            TERRA assigned number authority, typicially because
 | 
			
		||||
                            the mib is not ready for deployment. NOTE WELL:
 | 
			
		||||
                            support for mibs in the terraExperimental subtree
 | 
			
		||||
                            will be deleted when a permanent object identifier
 | 
			
		||||
                            assignment is made."
 | 
			
		||||
        ::= { terraRoot 2 }
 | 
			
		||||
 | 
			
		||||
    terraDefIdent OBJECT-IDENTITY
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "The MIB module represents specific Textual Conventions"
 | 
			
		||||
        ::= { terraRoot 3 }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
END
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										692
									
								
								MIBS/terra/TERRA-sdi410C-MIB
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										692
									
								
								MIBS/terra/TERRA-sdi410C-MIB
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,692 @@
 | 
			
		||||
--File Name : sdi410C-TERRA-MIB
 | 
			
		||||
--Date      : October 09 2017
 | 
			
		||||
--****************************************************
 | 
			
		||||
--sdi410C-TERRA-MIB:     sdi410C Platform Specific MIB
 | 
			
		||||
--
 | 
			
		||||
--October 2017, Virginijus Bieliauskas
 | 
			
		||||
--
 | 
			
		||||
--Copyright (c) 2017 by TERRA Electronics.
 | 
			
		||||
--All rights reserved.
 | 
			
		||||
--
 | 
			
		||||
--****************************************************
 | 
			
		||||
 | 
			
		||||
TERRA-sdi410C-MIB DEFINITIONS ::= BEGIN
 | 
			
		||||
    IMPORTS
 | 
			
		||||
    MODULE-IDENTITY, OBJECT-TYPE, Integer32,
 | 
			
		||||
    NOTIFICATION-TYPE
 | 
			
		||||
        FROM SNMPv2-SMI
 | 
			
		||||
    DisplayString
 | 
			
		||||
        FROM SNMPv2-TC
 | 
			
		||||
    OBJECT-GROUP, NOTIFICATION-GROUP
 | 
			
		||||
        FROM SNMPv2-CONF
 | 
			
		||||
    DefStatus
 | 
			
		||||
        FROM TERRA-DEFINITIONS-MIB
 | 
			
		||||
    terraProducts
 | 
			
		||||
        FROM TERRA-PRODUCTS-MIB;
 | 
			
		||||
 | 
			
		||||
    terra-sdi410C MODULE-IDENTITY
 | 
			
		||||
        LAST-UPDATED        "201710090000Z"
 | 
			
		||||
        ORGANIZATION        "TERRA Electronics"
 | 
			
		||||
        CONTACT-INFO        "TERRA Electronics
 | 
			
		||||
                            
 | 
			
		||||
                            Draugystes 22
 | 
			
		||||
                            Kaunas
 | 
			
		||||
                            Lithuania
 | 
			
		||||
                            LT-51256
 | 
			
		||||
                            E-mail: design@terraelectronics.com"
 | 
			
		||||
        DESCRIPTION         "This MIB provides Terra DVB-S/S2 to IP streamer sdi410C information."
 | 
			
		||||
 | 
			
		||||
        REVISION            "201710091100Z"
 | 
			
		||||
        DESCRIPTION         "Production version"
 | 
			
		||||
        ::= { terraProducts 8 }
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    sdi410cstatus OBJECT IDENTIFIER ::= { terra-sdi410C 1 }
 | 
			
		||||
 | 
			
		||||
    mainStatus OBJECT IDENTIFIER ::= { sdi410cstatus 1 }
 | 
			
		||||
 | 
			
		||||
    inBR OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "kbps"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Input bitrate in kbps"
 | 
			
		||||
        ::= { mainStatus 1 }
 | 
			
		||||
 | 
			
		||||
    outBR OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "kbps"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Output bitrate in kbps"
 | 
			
		||||
        ::= { mainStatus 2 }
 | 
			
		||||
 | 
			
		||||
    load OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "percents"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Processor load in percents"
 | 
			
		||||
        ::= { mainStatus 3 }
 | 
			
		||||
 | 
			
		||||
    temp OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "deg C"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Internal temperature in deg C"
 | 
			
		||||
        ::= { mainStatus 4 }
 | 
			
		||||
 | 
			
		||||
    supply OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "volts V"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Supply voltage in tenths V"
 | 
			
		||||
        ::= { mainStatus 5 }
 | 
			
		||||
 | 
			
		||||
    outStream1 OBJECT IDENTIFIER ::= { sdi410cstatus 2 }
 | 
			
		||||
 | 
			
		||||
    outBr1 OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "kbps"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Output bitrate of the all transport stream in kbps"
 | 
			
		||||
        ::= { outStream1 1 }
 | 
			
		||||
 | 
			
		||||
    outStream2 OBJECT IDENTIFIER ::= { sdi410cstatus 3 }
 | 
			
		||||
 | 
			
		||||
    outBr2 OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "kbps"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Output bitrate of the individual service in kbps"
 | 
			
		||||
        ::= { outStream2 1 }
 | 
			
		||||
 | 
			
		||||
    outStream3 OBJECT IDENTIFIER ::= { sdi410cstatus 4 }
 | 
			
		||||
 | 
			
		||||
    outBr3 OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "kbps"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Output bitrate of the individual service in kbps"
 | 
			
		||||
        ::= { outStream3 1 }
 | 
			
		||||
 | 
			
		||||
    outStream4 OBJECT IDENTIFIER ::= { sdi410cstatus 5 }
 | 
			
		||||
 | 
			
		||||
    outBr4 OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "kbps"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Output bitrate of the individual service in kbps"
 | 
			
		||||
        ::= { outStream4 1 }
 | 
			
		||||
 | 
			
		||||
    outStream5 OBJECT IDENTIFIER ::= { sdi410cstatus 6 }
 | 
			
		||||
 | 
			
		||||
    outBr5 OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "kbps"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Output bitrate of the individual service in kbps"
 | 
			
		||||
        ::= { outStream5 1 }
 | 
			
		||||
 | 
			
		||||
    outStream6 OBJECT IDENTIFIER ::= { sdi410cstatus 7 }
 | 
			
		||||
 | 
			
		||||
    outBr6 OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "kbps"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Output bitrate of the individual service in kbps"
 | 
			
		||||
        ::= { outStream6 1 }
 | 
			
		||||
 | 
			
		||||
    outStream7 OBJECT IDENTIFIER ::= { sdi410cstatus 8 }
 | 
			
		||||
 | 
			
		||||
    outBr7 OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "kbps"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Output bitrate of the individual service in kbps"
 | 
			
		||||
        ::= { outStream7 1 }
 | 
			
		||||
 | 
			
		||||
    outStream8 OBJECT IDENTIFIER ::= { sdi410cstatus 9 }
 | 
			
		||||
 | 
			
		||||
    outBr8 OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "kbps"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Output bitrate of the individual service in kbps"
 | 
			
		||||
        ::= { outStream8 1 }
 | 
			
		||||
 | 
			
		||||
    outStream9 OBJECT IDENTIFIER ::= { sdi410cstatus 10 }
 | 
			
		||||
 | 
			
		||||
    outBr9 OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "kbps"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Output bitrate of the individual service in kbps"
 | 
			
		||||
        ::= { outStream9 1 }
 | 
			
		||||
 | 
			
		||||
    outStream10 OBJECT IDENTIFIER ::= { sdi410cstatus 11 }
 | 
			
		||||
 | 
			
		||||
    outBr10 OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "kbps"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Output bitrate of the individual service in kbps"
 | 
			
		||||
        ::= { outStream10 1 }
 | 
			
		||||
 | 
			
		||||
    outStream11 OBJECT IDENTIFIER ::= { sdi410cstatus 12 }
 | 
			
		||||
 | 
			
		||||
    outBr11 OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "kbps"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Output bitrate of the individual service in kbps"
 | 
			
		||||
        ::= { outStream11 1 }
 | 
			
		||||
 | 
			
		||||
    outStream12 OBJECT IDENTIFIER ::= { sdi410cstatus 13 }
 | 
			
		||||
 | 
			
		||||
    outBr12 OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "kbps"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Output bitrate of the individual service in kbps"
 | 
			
		||||
        ::= { outStream12 1 }
 | 
			
		||||
 | 
			
		||||
    outStream13 OBJECT IDENTIFIER ::= { sdi410cstatus 14 }
 | 
			
		||||
 | 
			
		||||
    outBr13 OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "kbps"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Output bitrate of the individual service in kbps"
 | 
			
		||||
        ::= { outStream13 1 }
 | 
			
		||||
 | 
			
		||||
    outStream14 OBJECT IDENTIFIER ::= { sdi410cstatus 15 }
 | 
			
		||||
 | 
			
		||||
    outBr14 OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "kbps"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Output bitrate of the individual service in kbps"
 | 
			
		||||
        ::= { outStream14 1 }
 | 
			
		||||
 | 
			
		||||
    outStream15 OBJECT IDENTIFIER ::= { sdi410cstatus 16 }
 | 
			
		||||
 | 
			
		||||
    outBr15 OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "kbps"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Output bitrate of the individual service in kbps"
 | 
			
		||||
        ::= { outStream15 1 }
 | 
			
		||||
 | 
			
		||||
    outStream16 OBJECT IDENTIFIER ::= { sdi410cstatus 17 }
 | 
			
		||||
 | 
			
		||||
    outBr16 OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "kbps"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Output bitrate of the individual service in kbps"
 | 
			
		||||
        ::= { outStream16 1 }
 | 
			
		||||
 | 
			
		||||
    outStream17 OBJECT IDENTIFIER ::= { sdi410cstatus 18 }
 | 
			
		||||
 | 
			
		||||
    outBr17 OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "kbps"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Output bitrate of the individual service in kbps"
 | 
			
		||||
        ::= { outStream17 1 }
 | 
			
		||||
 | 
			
		||||
    outStream18 OBJECT IDENTIFIER ::= { sdi410cstatus 19 }
 | 
			
		||||
 | 
			
		||||
    outBr18 OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "kbps"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Output bitrate of the individual service in kbps"
 | 
			
		||||
        ::= { outStream18 1 }
 | 
			
		||||
 | 
			
		||||
    outStream19 OBJECT IDENTIFIER ::= { sdi410cstatus 20 }
 | 
			
		||||
 | 
			
		||||
    outBr19 OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "kbps"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Output bitrate of the individual service in kbps"
 | 
			
		||||
        ::= { outStream19 1 }
 | 
			
		||||
 | 
			
		||||
    outStream20 OBJECT IDENTIFIER ::= { sdi410cstatus 21 }
 | 
			
		||||
 | 
			
		||||
    outBr20 OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "kbps"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Output bitrate of the individual service in kbps"
 | 
			
		||||
        ::= { outStream20 1 }
 | 
			
		||||
 | 
			
		||||
    outStream21 OBJECT IDENTIFIER ::= { sdi410cstatus 22 }
 | 
			
		||||
 | 
			
		||||
    outBr21 OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "kbps"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Output bitrate of the individual service in kbps"
 | 
			
		||||
        ::= { outStream21 1 }
 | 
			
		||||
 | 
			
		||||
    outStream22 OBJECT IDENTIFIER ::= { sdi410cstatus 23 }
 | 
			
		||||
 | 
			
		||||
    outBr22 OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "kbps"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Output bitrate of the individual service in kbps"
 | 
			
		||||
        ::= { outStream22 1 }
 | 
			
		||||
 | 
			
		||||
    outStream23 OBJECT IDENTIFIER ::= { sdi410cstatus 24 }
 | 
			
		||||
 | 
			
		||||
    outBr23 OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "kbps"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Output bitrate of the individual service in kbps"
 | 
			
		||||
        ::= { outStream23 1 }
 | 
			
		||||
 | 
			
		||||
    outStream24 OBJECT IDENTIFIER ::= { sdi410cstatus 25 }
 | 
			
		||||
 | 
			
		||||
    outBr24 OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "kbps"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Output bitrate of the individual service in kbps"
 | 
			
		||||
        ::= { outStream24 1 }
 | 
			
		||||
 | 
			
		||||
    outStream25 OBJECT IDENTIFIER ::= { sdi410cstatus 26 }
 | 
			
		||||
 | 
			
		||||
    outBr25 OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "kbps"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Output bitrate of the individual service in kbps"
 | 
			
		||||
        ::= { outStream25 1 }
 | 
			
		||||
 | 
			
		||||
    inputStatus OBJECT IDENTIFIER ::= { sdi410cstatus 27 }
 | 
			
		||||
 | 
			
		||||
    lock OBJECT-TYPE
 | 
			
		||||
        SYNTAX              DisplayString
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Tuner lock status"
 | 
			
		||||
        ::= { inputStatus 1 }
 | 
			
		||||
 | 
			
		||||
    std OBJECT-TYPE
 | 
			
		||||
        SYNTAX              DisplayString
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Modulation standard"
 | 
			
		||||
        ::= { inputStatus 2 }
 | 
			
		||||
 | 
			
		||||
    level OBJECT-TYPE
 | 
			
		||||
        SYNTAX              DisplayString
 | 
			
		||||
        UNITS               "dbuV"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Input signal level  in dbuV"
 | 
			
		||||
        ::= { inputStatus 3 }
 | 
			
		||||
 | 
			
		||||
    mod OBJECT-TYPE
 | 
			
		||||
        SYNTAX              DisplayString
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Modulation"
 | 
			
		||||
        ::= { inputStatus 4 }
 | 
			
		||||
 | 
			
		||||
    freq OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "MHz"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Frequency in MHz"
 | 
			
		||||
        ::= { inputStatus 5 }
 | 
			
		||||
 | 
			
		||||
    sr OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "Ks/s"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Symbol rate in Ks/s"
 | 
			
		||||
        ::= { inputStatus 6 }
 | 
			
		||||
 | 
			
		||||
    fec OBJECT-TYPE
 | 
			
		||||
        SYNTAX              DisplayString
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Forward error correction"
 | 
			
		||||
        ::= { inputStatus 7 }
 | 
			
		||||
 | 
			
		||||
    snr OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        UNITS               "tenths of dB"
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Signal to noise ratio in tenths of dB"
 | 
			
		||||
        ::= { inputStatus 8 }
 | 
			
		||||
 | 
			
		||||
    vber OBJECT-TYPE
 | 
			
		||||
        SYNTAX              DisplayString
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Viterbi bit error ratio (DVB-S only)"
 | 
			
		||||
        ::= { inputStatus 9 }
 | 
			
		||||
 | 
			
		||||
    per OBJECT-TYPE
 | 
			
		||||
        SYNTAX              DisplayString
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Packet error ratio"
 | 
			
		||||
        ::= { inputStatus 10 }
 | 
			
		||||
 | 
			
		||||
    inCCerr OBJECT-TYPE
 | 
			
		||||
        SYNTAX              Integer32
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Input CC error count"
 | 
			
		||||
        ::= { inputStatus 11 }
 | 
			
		||||
 | 
			
		||||
    sdi410calarms OBJECT IDENTIFIER ::= { terra-sdi410C 2 }
 | 
			
		||||
 | 
			
		||||
    alarmCam OBJECT-TYPE
 | 
			
		||||
        SYNTAX              DefStatus
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "CAM initialisation error"
 | 
			
		||||
        ::= { sdi410calarms 1 }
 | 
			
		||||
 | 
			
		||||
    alarmDesc OBJECT-TYPE
 | 
			
		||||
        SYNTAX              DefStatus
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Descrambling error"
 | 
			
		||||
        ::= { sdi410calarms 2 }
 | 
			
		||||
 | 
			
		||||
    alarmInpsig OBJECT-TYPE
 | 
			
		||||
        SYNTAX              DefStatus
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "No input signal"
 | 
			
		||||
        ::= { sdi410calarms 3 }
 | 
			
		||||
 | 
			
		||||
    alarmBitovf OBJECT-TYPE
 | 
			
		||||
        SYNTAX              DefStatus
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Output bitrate overflow"
 | 
			
		||||
        ::= { sdi410calarms 4 }
 | 
			
		||||
 | 
			
		||||
    alarmLinks OBJECT-TYPE
 | 
			
		||||
        SYNTAX              DefStatus
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Streaming ETH interface link down"
 | 
			
		||||
        ::= { sdi410calarms 5 }
 | 
			
		||||
 | 
			
		||||
    alarmLinkc OBJECT-TYPE
 | 
			
		||||
        SYNTAX              DefStatus
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Control ETH interface link down"
 | 
			
		||||
        ::= { sdi410calarms 6 }
 | 
			
		||||
 | 
			
		||||
    alarmPowovl OBJECT-TYPE
 | 
			
		||||
        SYNTAX              DefStatus
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "LNB power overloaded"
 | 
			
		||||
        ::= { sdi410calarms 7 }
 | 
			
		||||
 | 
			
		||||
    alarmPowv OBJECT-TYPE
 | 
			
		||||
        SYNTAX              DefStatus
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Power voltage is out of limits"
 | 
			
		||||
        ::= { sdi410calarms 8 }
 | 
			
		||||
 | 
			
		||||
    alarmTemps OBJECT-TYPE
 | 
			
		||||
        SYNTAX              DefStatus
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Temperature sensor error"
 | 
			
		||||
        ::= { sdi410calarms 9 }
 | 
			
		||||
 | 
			
		||||
    alarmOvh OBJECT-TYPE
 | 
			
		||||
        SYNTAX              DefStatus
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Module is overheated"
 | 
			
		||||
        ::= { sdi410calarms 10 }
 | 
			
		||||
 | 
			
		||||
    alarmTsErr OBJECT-TYPE
 | 
			
		||||
        SYNTAX              DefStatus
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Input transport stream error"
 | 
			
		||||
        ::= { sdi410calarms 11 }
 | 
			
		||||
 | 
			
		||||
    sdi410cnotifications OBJECT IDENTIFIER ::= { terra-sdi410C 3 }
 | 
			
		||||
 | 
			
		||||
    notifyCam NOTIFICATION-TYPE
 | 
			
		||||
        OBJECTS {           
 | 
			
		||||
                        alarmCam
 | 
			
		||||
                }
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "CAM initialisation error"
 | 
			
		||||
        ::= { sdi410cnotifications 1 }
 | 
			
		||||
 | 
			
		||||
    notifyDesc NOTIFICATION-TYPE
 | 
			
		||||
        OBJECTS {           
 | 
			
		||||
                        alarmDesc
 | 
			
		||||
                }
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Descrambling error"
 | 
			
		||||
        ::= { sdi410cnotifications 2 }
 | 
			
		||||
 | 
			
		||||
    notifyInpsig NOTIFICATION-TYPE
 | 
			
		||||
        OBJECTS {           
 | 
			
		||||
                        alarmInpsig
 | 
			
		||||
                }
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "No input signal"
 | 
			
		||||
        ::= { sdi410cnotifications 3 }
 | 
			
		||||
 | 
			
		||||
    notifyBitovf NOTIFICATION-TYPE
 | 
			
		||||
        OBJECTS {           
 | 
			
		||||
                        alarmBitovf
 | 
			
		||||
                }
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Output bitrate overflow"
 | 
			
		||||
        ::= { sdi410cnotifications 4 }
 | 
			
		||||
 | 
			
		||||
    notifyLinks NOTIFICATION-TYPE
 | 
			
		||||
        OBJECTS {           
 | 
			
		||||
                        alarmLinks
 | 
			
		||||
                }
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Streaming ETH interface link down"
 | 
			
		||||
        ::= { sdi410cnotifications 5 }
 | 
			
		||||
 | 
			
		||||
    notifyLinkc NOTIFICATION-TYPE
 | 
			
		||||
        OBJECTS {           
 | 
			
		||||
                        alarmLinkc
 | 
			
		||||
                }
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Control ETH interface link down"
 | 
			
		||||
        ::= { sdi410cnotifications 6 }
 | 
			
		||||
 | 
			
		||||
    notifyPowovl NOTIFICATION-TYPE
 | 
			
		||||
        OBJECTS {           
 | 
			
		||||
                        alarmPowovl
 | 
			
		||||
                }
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "LNB power overloaded"
 | 
			
		||||
        ::= { sdi410cnotifications 7 }
 | 
			
		||||
 | 
			
		||||
    notifyPowv NOTIFICATION-TYPE
 | 
			
		||||
        OBJECTS {           
 | 
			
		||||
                        alarmPowv
 | 
			
		||||
                }
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Power voltage is out of limits"
 | 
			
		||||
        ::= { sdi410cnotifications 8 }
 | 
			
		||||
 | 
			
		||||
    notifyTemps NOTIFICATION-TYPE
 | 
			
		||||
        OBJECTS {           
 | 
			
		||||
                        alarmTemps
 | 
			
		||||
                }
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Temperature sensor error"
 | 
			
		||||
        ::= { sdi410cnotifications 9 }
 | 
			
		||||
 | 
			
		||||
    notifyOvh NOTIFICATION-TYPE
 | 
			
		||||
        OBJECTS {           
 | 
			
		||||
                        alarmOvh
 | 
			
		||||
                }
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Module is overheated"
 | 
			
		||||
        ::= { sdi410cnotifications 10 }
 | 
			
		||||
 | 
			
		||||
    notifyTsErr NOTIFICATION-TYPE
 | 
			
		||||
        OBJECTS {           
 | 
			
		||||
                        alarmTsErr
 | 
			
		||||
                }
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Input transport stream error"
 | 
			
		||||
        ::= { sdi410cnotifications 11 }
 | 
			
		||||
 | 
			
		||||
    sdi410cInfo OBJECT IDENTIFIER ::= { terra-sdi410C 4 }
 | 
			
		||||
 | 
			
		||||
    infVersion OBJECT-TYPE
 | 
			
		||||
        SYNTAX              DisplayString
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Represents device firmware version number"
 | 
			
		||||
        ::= { sdi410cInfo 1 }
 | 
			
		||||
 | 
			
		||||
    infSerNum OBJECT-TYPE
 | 
			
		||||
        SYNTAX              DisplayString
 | 
			
		||||
        MAX-ACCESS          read-only
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "Represents device Serial Number"
 | 
			
		||||
        ::= { sdi410cInfo 2 }
 | 
			
		||||
 | 
			
		||||
    terrasdi410cMIBConformance OBJECT IDENTIFIER ::= { terra-sdi410C 5 }
 | 
			
		||||
 | 
			
		||||
    terrasdi410cMIBGroups OBJECT IDENTIFIER ::= { terrasdi410cMIBConformance 1 }
 | 
			
		||||
 | 
			
		||||
    sdi410cTerraMibAllObjects OBJECT-GROUP
 | 
			
		||||
        OBJECTS {           
 | 
			
		||||
                        inBR,
 | 
			
		||||
                        outBR,
 | 
			
		||||
                        load,
 | 
			
		||||
                        temp,
 | 
			
		||||
                        outBr1,
 | 
			
		||||
                        outBr2,
 | 
			
		||||
                        outBr3,
 | 
			
		||||
                        outBr4,
 | 
			
		||||
                        outBr5,
 | 
			
		||||
                        outBr6,
 | 
			
		||||
                        outBr7,
 | 
			
		||||
                        outBr8,
 | 
			
		||||
                        outBr9,
 | 
			
		||||
                        outBr10,
 | 
			
		||||
                        outBr11,
 | 
			
		||||
                        outBr12,
 | 
			
		||||
                        outBr13,
 | 
			
		||||
                        outBr14,
 | 
			
		||||
                        outBr15,
 | 
			
		||||
                        outBr16,
 | 
			
		||||
                        outBr17,
 | 
			
		||||
                        outBr18,
 | 
			
		||||
                        outBr19,
 | 
			
		||||
                        outBr20,
 | 
			
		||||
                        outBr21,
 | 
			
		||||
                        outBr22,
 | 
			
		||||
                        outBr23,
 | 
			
		||||
                        outBr24,
 | 
			
		||||
                        outBr25,
 | 
			
		||||
                        lock,
 | 
			
		||||
                        std,
 | 
			
		||||
                        level,
 | 
			
		||||
                        mod,
 | 
			
		||||
                        freq,
 | 
			
		||||
                        sr,
 | 
			
		||||
                        fec,
 | 
			
		||||
                        snr,
 | 
			
		||||
                        vber,
 | 
			
		||||
                        per,
 | 
			
		||||
                        inCCerr,
 | 
			
		||||
                        alarmCam,
 | 
			
		||||
                        alarmDesc,
 | 
			
		||||
                        alarmInpsig,
 | 
			
		||||
                        alarmBitovf,
 | 
			
		||||
                        alarmLinks,
 | 
			
		||||
                        alarmLinkc,
 | 
			
		||||
                        alarmPowovl,
 | 
			
		||||
                        alarmPowv,
 | 
			
		||||
                        alarmTemps,
 | 
			
		||||
                        alarmOvh,
 | 
			
		||||
                        alarmTsErr,
 | 
			
		||||
                        infVersion,
 | 
			
		||||
                        infSerNum
 | 
			
		||||
                }
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "This automatically created object group contains
 | 
			
		||||
                            all those objects that do not belong to any other
 | 
			
		||||
                            OBJECT-GROUP"
 | 
			
		||||
        ::= { terrasdi410cMIBGroups 1 }
 | 
			
		||||
 | 
			
		||||
    sdi410cTerraMibAllNotifications NOTIFICATION-GROUP
 | 
			
		||||
        NOTIFICATIONS       {
 | 
			
		||||
                                notifyCam,
 | 
			
		||||
                                notifyDesc,
 | 
			
		||||
                                notifyInpsig,
 | 
			
		||||
                                notifyBitovf,
 | 
			
		||||
                                notifyLinks,
 | 
			
		||||
                                notifyLinkc,
 | 
			
		||||
                                notifyPowovl,
 | 
			
		||||
                                notifyPowv,
 | 
			
		||||
                                notifyTemps,
 | 
			
		||||
                                notifyOvh,
 | 
			
		||||
                                notifyTsErr
 | 
			
		||||
                            }
 | 
			
		||||
        STATUS              current
 | 
			
		||||
        DESCRIPTION         "This automatically created notification group
 | 
			
		||||
                            contains all notifications that do not belong
 | 
			
		||||
                            to any other NOTIFICATION-GROUP"
 | 
			
		||||
        ::= { terrasdi410cMIBGroups 2 }
 | 
			
		||||
 | 
			
		||||
END
 | 
			
		||||
							
								
								
									
										7176
									
								
								MIBS/terra/TERRA-sdi480-MIB
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7176
									
								
								MIBS/terra/TERRA-sdi480-MIB
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Reference in New Issue
	
	Block a user