TB-MMW-TRANSCEIVER-MIB.txt Driver File Contents (Gigamon2.0.5.zip)

-- 
-- Terabeam Enterprise MIB
--

TB-MMW-Transceiver-MIB DEFINITIONS ::= BEGIN

IMPORTS
    MODULE-IDENTITY, OBJECT-TYPE, TimeTicks, enterprises, IpAddress 
    														FROM SNMPv2-SMI
    TRAP-TYPE                                  				FROM RFC-1215
    DisplayString                              				FROM RFC1213-MIB;
    
-- =====================================
--  Terabeam MMW Transceiver OIDs
-- =====================================
-- Author: Software Engineering, Terabeam Corporation
-- Date: Sept-23-2003
-- Terabeam enterprise ID
 

terabeam MODULE-IDENTITY
      LAST-UPDATED  "0308201000Z"
      ORGANIZATION  "Terabeam Corporation"
      CONTACT-INFO  "For technical assistance, please contact
          		     Terabeam's Technical Assistance Center (TAC)  
          		     at 1-866-837-2227 (within the United States). 
          		     Callers outside the United States should dial their 
          		     international direct dial code followed by 1-425-376-1880."          	        	     
            	     
      DESCRIPTION
          "This file defines the Terabeam MMW 60 GHz Transceiver MIB."

::= { enterprises 5993 }     

 
terabeamNode   				OBJECT IDENTIFIER ::= { terabeam 1 }
terabeamLink       			OBJECT IDENTIFIER ::= { terabeam 2 }
terabeamTransmission        OBJECT IDENTIFIER ::= { terabeam 3 }

terabeamLinkPerformance     OBJECT IDENTIFIER ::= { terabeamLink 1 }

tbMMWTransceiver MODULE-IDENTITY
    LAST-UPDATED "0308201000Z"
    ORGANIZATION "Terabeam"
    CONTACT-INFO    
               "For technical assistance, please contact
          		Terabeam's Technical Assistance Center (TAC)  
          		at 1-866-837-2227 (within the United States). 
          		Callers outside the United States should dial their 
          		international direct dial code followed by 1-425-376-1880."
    DESCRIPTION
        "This MIB module defines objects for Terabeam MMW Transceivers."
    REVISION     "0308201000Z"
    DESCRIPTION
        "Version 2.00.03"
    ::= { terabeamNode 14 }
    
tbMMWPerformance MODULE-IDENTITY
    LAST-UPDATED "0308201000Z"
    ORGANIZATION "Terabeam"
    CONTACT-INFO    
        "For technical assistance, please contact
         Terabeam's Technical Assistance Center (TAC)  
         at 1-866-837-2227 (within the United States). 
         Callers outside the United States should dial their 
         international direct dial code followed by 1-425-376-1880."
    DESCRIPTION
        "Defines Terabeam MMW Transceiver performance related objects."
    REVISION     "0308201000Z"
    DESCRIPTION
        "Version 2.00.03"
    ::= { terabeamLinkPerformance 4}


-- Groups in this MIB
tbMMWSysGroup        					OBJECT IDENTIFIER ::= { tbMMWTransceiver 1 }
tbMMWFreqGroup       					OBJECT IDENTIFIER ::= { tbMMWTransceiver 2 } 
tbMMWThresholdGroup    					OBJECT IDENTIFIER ::= { tbMMWTransceiver 3 } 
tbMMWAnalogGroup       					OBJECT IDENTIFIER ::= { tbMMWPerformance 1 }
tbMMWDigitalGroup       				OBJECT IDENTIFIER ::= { tbMMWPerformance 2 }

-- MMW Transceiver SNMP TRAPs in SNMP V1 SMI syntax
tbMMWTransceiverV1Traps                 OBJECT IDENTIFIER ::= { tbMMWTransceiver 200 }

tbMMWTrapSeverity OBJECT-TYPE
	SYNTAX	INTEGER {   
					warning(1)
					clear(2)
					}
			ACCESS	read-only
			STATUS  mandatory
			DESCRIPTION "Perceived severity of the trap generated by MMW Transceiver"
			::= { tbMMWTransceiverV1Traps 104 }
--
-- Terabeam MMWSys group
-- this group contains system information
--
tbMMWSysSerialNumber OBJECT-TYPE
    SYNTAX      DisplayString (SIZE (0..255))
    ACCESS  	read-only
    STATUS      mandatory
    DESCRIPTION
            	"MMW transceiver serial number."
    ::= { tbMMWSysGroup 1 }

tbMMWSysMfgDate OBJECT-TYPE
    SYNTAX      DisplayString (SIZE (0..255))
    ACCESS      read-only
    STATUS      mandatory
    DESCRIPTION
            	"MMW transceiver manufactured date [MM/DD/YYYY]."
    ::= { tbMMWSysGroup 2 } 
    
tbMMWSysTrapDest1 OBJECT-TYPE
    SYNTAX      IpAddress
    ACCESS      read-only
    STATUS      mandatory
    DESCRIPTION
            	"SNMP TRAP destination ip address 1."
    ::= { tbMMWSysGroup 3 }  
    
tbMMWSysTrapDest2 OBJECT-TYPE
    SYNTAX      IpAddress
    ACCESS      read-only
    STATUS      mandatory
    DESCRIPTION
            	"SNMP TRAP destination ip address 2."
    ::= { tbMMWSysGroup 4 } 

tbMMWSysTrapDest3 OBJECT-TYPE
    SYNTAX      IpAddress
    ACCESS      read-only
    STATUS      mandatory
    DESCRIPTION
            	"SNMP TRAP destination ip address 3."
    ::= { tbMMWSysGroup 5 }  
    
tbMMWSysTrapDest4 OBJECT-TYPE
    SYNTAX      IpAddress
    ACCESS      read-only
    STATUS      mandatory
    DESCRIPTION
            	"SNMP TRAP destination ip address 4."
    ::= { tbMMWSysGroup 6 }

tbMMWSysPartNumber OBJECT-TYPE
    SYNTAX      DisplayString (SIZE (0..20))
    ACCESS      read-only
    STATUS      mandatory
    DESCRIPTION
            	"MMW transceiver part number."
    ::= { tbMMWSysGroup 7 }     
--
-- the tbMMWAnalogGroup --
-- this Group contains the analog performance parameters associated with MMW Transceiver.
--

tbMMWRSSI OBJECT-TYPE
    SYNTAX     	INTEGER 
    UNITS 		"A/D counts"
    ACCESS 		read-only
    STATUS     	mandatory
    DESCRIPTION
            	"The receive signal strength indicator (RSSI) based on the pre-AGC I/F signal."
    ::= { tbMMWAnalogGroup 1 }

tbMMWChassisTemp OBJECT-TYPE
    SYNTAX     	INTEGER
    UNITS		"Degrees-Celsius"
    ACCESS 		read-only
    STATUS     	mandatory
    DESCRIPTION
            	"MMW transceiver chassis temperature."
    ::= { tbMMWAnalogGroup 2 }
           
tbMMW6VSupplyVoltage OBJECT-TYPE
    SYNTAX     	INTEGER    
    UNITS 		"mV"
    ACCESS 		read-only
    STATUS     	mandatory
    DESCRIPTION
            	"The +6V power supply voltage."
    ::= { tbMMWAnalogGroup 3 }

tbMMW6VSupplyCurrent OBJECT-TYPE
    SYNTAX     	INTEGER    
    UNITS 		"mA"
    ACCESS 		read-only
    STATUS     	mandatory
    DESCRIPTION
            	"The current drawn from the +6V power supply."
    ::= { tbMMWAnalogGroup 4 }  
    
--
-- the tbMMWDigitalGroup group
--
-- this group contains discrete performance parameters
--
 
tbMMWMmwRxLink OBJECT-TYPE
    SYNTAX     	INTEGER {
               	up(1),
               	down(0)
               	}
    ACCESS 		read-only
    STATUS     	mandatory
    DESCRIPTION
            	"MMW side Rx(receive) Link. 0 = down, 1 = up."
    ::= { tbMMWDigitalGroup 1 } 

tbMMWNetworkRxLink OBJECT-TYPE
    SYNTAX     	INTEGER {
               	up(1),
               	down(0)
               	}
    ACCESS 		read-only
    STATUS     	mandatory
    DESCRIPTION
            	"Network side Rx(receive) Link. 0 = down, 1 = up."
    ::= { tbMMWDigitalGroup 2 }

    
tbMMWVoltageState OBJECT-TYPE
    SYNTAX     INTEGER {
               crossedThreshold(0),
               withinThreshold(1)
               }
    ACCESS     read-only
    STATUS     mandatory
    DESCRIPTION
            	"State of the transceiver power supply voltage thresholds.
            	 0 -> crossed specified thresholds
            	 1 -> within specified thresholds  "
    ::= { tbMMWDigitalGroup 3 }
    
--
-- the tbMMWFreq group
--
-- Group contains SNMP agent update frequency information
--

tbMMWInfoTrapFreq OBJECT-TYPE
    SYNTAX		INTEGER    
    UNITS		"Seconds"
    ACCESS     	read-only
    STATUS     	mandatory
    DESCRIPTION
            	"The SNMP informational TRAP reporting frequency."
    ::= { tbMMWFreqGroup 1 }
    
    
--
-- the tbMMWThresholdGroup group
--
-- Group contains SNMP agent threshold parameters' values. These values are settable using
-- Gigamon configuration tool.  The agent will send a trap when the applicable reading is outside
-- of these settable thresholds and if the threshold is triggered ON.
--

tbMMWRSSILow OBJECT-TYPE
    SYNTAX     	INTEGER 
    UNITS 		"A/D-counts"
    ACCESS 		read-only
    STATUS     	mandatory
    DESCRIPTION
            	"Low RSSI level threshold."
    ::= { tbMMWThresholdGroup 1 }

tbMMWRSSIHigh OBJECT-TYPE
    SYNTAX     	INTEGER  
    UNITS 		"A/D-counts"
    ACCESS 		read-only
    STATUS     	mandatory
    DESCRIPTION
            	"High RSSI level threshold."
    ::= { tbMMWThresholdGroup 2 }

tbMMWChassisTempLow OBJECT-TYPE
    SYNTAX     	INTEGER  
    UNITS 		"Degrees-Celsius"
    ACCESS 		read-only
    STATUS     	mandatory
    DESCRIPTION
            	"The MMW Transceiver chassis temperature low threshold."
    ::= { tbMMWThresholdGroup 3 }

tbMMWChassisTempHigh OBJECT-TYPE
    SYNTAX     	INTEGER  
    UNITS 		"Degrees-Celsius"
    ACCESS 		read-only
    STATUS     	mandatory
    DESCRIPTION
            	"The MMW Transceiver chassis temperature high threshold."
    ::= { tbMMWThresholdGroup 4 }

tbMMW6VCurrentLow OBJECT-TYPE
    SYNTAX     	INTEGER
    UNITS 		"mA"
    ACCESS 		read-only
    STATUS     	mandatory
    DESCRIPTION
            	"The 6V power supply current low threshold."
    ::= { tbMMWThresholdGroup 5 }

tbMMW6VCurrentHigh OBJECT-TYPE
    SYNTAX     	INTEGER
    UNITS 		"mA"
    ACCESS 		read-only
    STATUS     	mandatory
    DESCRIPTION
            	"The 6V power supply current high threshold."
    ::= { tbMMWThresholdGroup 6 } 
             
--    
-- Trap Definitions
--

-- The radio will periodically send out an informational trap at the interval specified in
-- tbMMWFreqReportInterval.  This trap is tbMMWTrapInfo and it will contain all of the 
-- available information from the SNMP agent. If threshold violation occurs then radio will 
-- send out emergency trap like tbMMWRSSIViolated depending on which parameter's
-- value is out of range. When emergency/Warning stage is recovered, then appropriate traps  
-- like tbMMWRSSIRestored will be sent out.

tbMMWInformation TRAP-TYPE
   ENTERPRISE  	tbMMWTransceiverV1Traps
   DESCRIPTION
                " This trap contains all of the available information from the SNMP agent."
    ::= 1

tbMMWRSSIRestored  TRAP-TYPE
    ENTERPRISE  tbMMWTransceiverV1Traps
    VARIABLES	{   tbMMWTrapSeverity,
    				tbMMWRSSI,
    				tbMMWRSSILow,
    				tbMMWRSSIHigh
    			}
    DESCRIPTION
                "The RSSI level is within specified threshold range."
    ::= 2 
      
tbMMWRSSIViolated  TRAP-TYPE
    ENTERPRISE  tbMMWTransceiverV1Traps
    VARIABLES	{   tbMMWTrapSeverity,
    				tbMMWRSSI,
    				tbMMWRSSILow,
    				tbMMWRSSIHigh
    			}
    DESCRIPTION
                "The RSSI level is outside the specified threshold range."
    ::= 3  
                       
tbMMWMmwRxLinkUp  TRAP-TYPE
    ENTERPRISE  tbMMWTransceiverV1Traps
    VARIABLES	{   tbMMWTrapSeverity
       			}
    DESCRIPTION
                "The Mmw side Rx(receive) Link is up."
    ::= 4 
      
tbMMWMmwRxLinkDown  TRAP-TYPE
    ENTERPRISE  tbMMWTransceiverV1Traps
    VARIABLES	{   tbMMWTrapSeverity
       			}
    DESCRIPTION
                "The Mmw side Rx(receive) Link is down."
    ::= 5 

tbMMWNetworkRxLinkUp  TRAP-TYPE
    ENTERPRISE  tbMMWTransceiverV1Traps
    VARIABLES	{   tbMMWTrapSeverity
       			}
    DESCRIPTION
                "The Network side Rx(receive) Link is up."
    ::= 6 
      
tbMMWNetworkRxLinkDown  TRAP-TYPE
    ENTERPRISE  tbMMWTransceiverV1Traps
    VARIABLES	{   tbMMWTrapSeverity
       			}

    DESCRIPTION
                "The Network side Rx(receive) Link is down."
    ::= 7 

tbMMWChassisTempRestored  TRAP-TYPE
    ENTERPRISE  tbMMWTransceiverV1Traps
    VARIABLES	{   tbMMWTrapSeverity,
    				tbMMWChassisTemp,
    				tbMMWChassisTempLow,
    				tbMMWChassisTempHigh
    			}

    DESCRIPTION
                "The MMW Transceiver chassis temperature is within specified threshold range."
    ::= 8 
      
tbMMWChassisTempViolated  TRAP-TYPE
    ENTERPRISE  tbMMWTransceiverV1Traps
    VARIABLES	{   tbMMWTrapSeverity,
    				tbMMWChassisTemp,
    				tbMMWChassisTempLow,
    				tbMMWChassisTempHigh
    			}
    DESCRIPTION
                "The MMW Transceiver chassis temperature is outside specified threshold range."
    ::= 9
   
tbMMWVoltageThresholdsRestored  TRAP-TYPE
    ENTERPRISE  tbMMWTransceiverV1Traps
    VARIABLES	{   tbMMWTrapSeverity,
                    tbMMW6VPwrSupply
       		}
    DESCRIPTION
                "The +6V, +5V or -7V power supply voltage thresholds are restored."
    ::= 10 

tbMMWVoltageThresholdsViolated  TRAP-TYPE
    ENTERPRISE  tbMMWTransceiverV1Traps
    VARIABLES	{   tbMMWTrapSeverity,
    	            tbMMW6VPwrSupply
       		}
    DESCRIPTION
                "The +6V, +5V or -7V power supply voltage thresholds are violated."
    ::= 11

tbMMW6VPwrSupplyCurrentRestored  TRAP-TYPE
    ENTERPRISE  tbMMWTransceiverV1Traps
    VARIABLES	{   tbMMWTrapSeverity,
    				tbMMW6VPwrSupplyCurrent,
    				tbMMW6VCurrentLow,
    				tbMMW6VCurrentHigh
       			}
    DESCRIPTION
                "The +6V power supply current specified threshold is restored."
    ::= 12

tbMMW6VPwrSupplyCurrentViolated  TRAP-TYPE
    ENTERPRISE  tbMMWTransceiverV1Traps
    VARIABLES	{   tbMMWTrapSeverity,
    				tbMMW6VPwrSupplyCurrent,
    				tbMMW6VCurrentLow,
    				tbMMW6VCurrentHigh
       			}
    DESCRIPTION
                "The +6V power supply current specified threshold is violated."
    ::= 13


END
  
  
  
  
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web3, load: 1.52