mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	git-svn-id: http://www.observium.org/svn/observer/trunk@1575 61d68cd4-352d-0410-923a-c4978735b2b8
		
			
				
	
	
		
			162 lines
		
	
	
		
			4.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			162 lines
		
	
	
		
			4.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
RBTWS-INFO-RF-DETECT-MIB DEFINITIONS ::= BEGIN
 | 
						|
 | 
						|
IMPORTS
 | 
						|
    MODULE-COMPLIANCE, OBJECT-GROUP
 | 
						|
        FROM SNMPv2-CONF
 | 
						|
    MODULE-IDENTITY, OBJECT-TYPE
 | 
						|
        FROM SNMPv2-SMI
 | 
						|
    DisplayString, MacAddress
 | 
						|
        FROM SNMPv2-TC
 | 
						|
    RbtwsChannelNum, RbtwsRssi
 | 
						|
        FROM RBTWS-AP-TC
 | 
						|
    rbtwsMibs
 | 
						|
        FROM RBTWS-ROOT-MIB;
 | 
						|
 | 
						|
 | 
						|
rbtwsInfoRFDetectMib MODULE-IDENTITY
 | 
						|
    LAST-UPDATED "200610251700Z"
 | 
						|
    ORGANIZATION "Enterasys Networks"
 | 
						|
    CONTACT-INFO
 | 
						|
        "www.enterasys.com"
 | 
						|
    DESCRIPTION
 | 
						|
        "RF Detect MIB.
 | 
						|
 | 
						|
        Copyright 2006 Enterasys Networks, Inc.
 | 
						|
        All rights reserved.
 | 
						|
        This SNMP Management Information Base
 | 
						|
        Specification (Specification) embodies
 | 
						|
        confidential and proprietary intellectual property.
 | 
						|
 | 
						|
        This Specification is supplied 'AS IS' and Enterasys Networks
 | 
						|
        makes no warranty, either express or implied, as to the use,
 | 
						|
        operation, condition, or performance of the Specification."
 | 
						|
 | 
						|
    REVISION "200610110003Z"
 | 
						|
    DESCRIPTION "v1.0.3: Initial version, for 6.0 release"
 | 
						|
 | 
						|
    ::= { rbtwsMibs 9 }
 | 
						|
 | 
						|
 | 
						|
--
 | 
						|
-- The RF Detect MIB Tree
 | 
						|
--
 | 
						|
 | 
						|
rbtwsInfoRFDetectObjects      OBJECT IDENTIFIER ::= { rbtwsInfoRFDetectMib 1 }
 | 
						|
rbtwsInfoRFDetectDataObjects  OBJECT IDENTIFIER ::= { rbtwsInfoRFDetectObjects 1 }
 | 
						|
 | 
						|
--
 | 
						|
-- Object definitions
 | 
						|
--
 | 
						|
 | 
						|
-- Transmitter table
 | 
						|
 | 
						|
rbtwsInfoRFDetectXmtrTable OBJECT-TYPE
 | 
						|
    SYNTAX      SEQUENCE OF RbtwsInfoRFDetectXmtrEntry
 | 
						|
    MAX-ACCESS  not-accessible
 | 
						|
    STATUS      current
 | 
						|
    DESCRIPTION
 | 
						|
        "Transmitter table.
 | 
						|
        May contain tens of thousands of entries
 | 
						|
        (different Transmitter-Listener-Channel combinations)."
 | 
						|
    ::= { rbtwsInfoRFDetectDataObjects 1 }
 | 
						|
 | 
						|
rbtwsInfoRFDetectXmtrEntry OBJECT-TYPE
 | 
						|
    SYNTAX      RbtwsInfoRFDetectXmtrEntry
 | 
						|
    MAX-ACCESS  not-accessible
 | 
						|
    STATUS      current
 | 
						|
    DESCRIPTION
 | 
						|
        "Transmitter-Listener-Channel combination."
 | 
						|
    INDEX { rbtwsInfoRFDetectXmtrTransmitterMacAddress,
 | 
						|
            rbtwsInfoRFDetectXmtrListenerMacAddress,
 | 
						|
            rbtwsInfoRFDetectXmtrChannelNum }
 | 
						|
    ::= { rbtwsInfoRFDetectXmtrTable 1 }
 | 
						|
 | 
						|
RbtwsInfoRFDetectXmtrEntry ::= SEQUENCE {
 | 
						|
    rbtwsInfoRFDetectXmtrTransmitterMacAddress  MacAddress,
 | 
						|
    rbtwsInfoRFDetectXmtrListenerMacAddress     MacAddress,
 | 
						|
    rbtwsInfoRFDetectXmtrChannelNum             RbtwsChannelNum,
 | 
						|
 | 
						|
    rbtwsInfoRFDetectXmtrRssi        RbtwsRssi,
 | 
						|
    rbtwsInfoRFDetectXmtrSsid        DisplayString
 | 
						|
    }
 | 
						|
 | 
						|
rbtwsInfoRFDetectXmtrTransmitterMacAddress OBJECT-TYPE
 | 
						|
    SYNTAX      MacAddress
 | 
						|
    MAX-ACCESS  not-accessible
 | 
						|
    STATUS      current
 | 
						|
    DESCRIPTION
 | 
						|
        "The MAC Address of this Transmitter."
 | 
						|
    ::= { rbtwsInfoRFDetectXmtrEntry 1 }
 | 
						|
 | 
						|
rbtwsInfoRFDetectXmtrListenerMacAddress OBJECT-TYPE
 | 
						|
    SYNTAX      MacAddress
 | 
						|
    MAX-ACCESS  not-accessible
 | 
						|
    STATUS      current
 | 
						|
    DESCRIPTION
 | 
						|
        "The MAC Address of this Listener."
 | 
						|
    ::= { rbtwsInfoRFDetectXmtrEntry 2 }
 | 
						|
 | 
						|
rbtwsInfoRFDetectXmtrChannelNum OBJECT-TYPE
 | 
						|
    SYNTAX      RbtwsChannelNum
 | 
						|
    MAX-ACCESS  not-accessible
 | 
						|
    STATUS      current
 | 
						|
    DESCRIPTION
 | 
						|
        "Channel Number this transmitter was using
 | 
						|
        when this listener detected it."
 | 
						|
    ::= { rbtwsInfoRFDetectXmtrEntry 3 }
 | 
						|
 | 
						|
rbtwsInfoRFDetectXmtrRssi OBJECT-TYPE
 | 
						|
    SYNTAX      RbtwsRssi
 | 
						|
    MAX-ACCESS  read-only
 | 
						|
    STATUS      current
 | 
						|
    DESCRIPTION
 | 
						|
        "Received Signal Strength Indicator at this listener."
 | 
						|
    ::= { rbtwsInfoRFDetectXmtrEntry 4 }
 | 
						|
 | 
						|
rbtwsInfoRFDetectXmtrSsid OBJECT-TYPE
 | 
						|
    SYNTAX      DisplayString (SIZE(0..32))
 | 
						|
    MAX-ACCESS  read-only
 | 
						|
    STATUS      current
 | 
						|
    DESCRIPTION
 | 
						|
        "The service/SSID name this transmitter was using.
 | 
						|
        Zero-length string when unknown or not applicable."
 | 
						|
    ::= { rbtwsInfoRFDetectXmtrEntry 5 }
 | 
						|
 | 
						|
 | 
						|
-- =========================================================================
 | 
						|
--
 | 
						|
-- Conformance
 | 
						|
--
 | 
						|
 | 
						|
rbtwsInfoRFDetectConformance  OBJECT IDENTIFIER ::= { rbtwsInfoRFDetectObjects 2 }
 | 
						|
rbtwsInfoRFDetectCompliances  OBJECT IDENTIFIER ::= { rbtwsInfoRFDetectConformance 1 }
 | 
						|
rbtwsInfoRFDetectGroups       OBJECT IDENTIFIER ::= { rbtwsInfoRFDetectConformance 2 }
 | 
						|
 | 
						|
-- Compliance
 | 
						|
 | 
						|
rbtwsInfoRFDetectCompliance MODULE-COMPLIANCE
 | 
						|
    STATUS      current
 | 
						|
    DESCRIPTION
 | 
						|
        "The compliance statement for devices that implement
 | 
						|
        the RF Detect MIB."
 | 
						|
    MODULE  -- rbtwsInfoRFDetectMib
 | 
						|
 | 
						|
    MANDATORY-GROUPS { rbtwsInfoRFDetectXmtrGroup }
 | 
						|
 | 
						|
    ::= { rbtwsInfoRFDetectCompliances 1 }
 | 
						|
 | 
						|
-- Units of Conformance
 | 
						|
 | 
						|
rbtwsInfoRFDetectXmtrGroup OBJECT-GROUP
 | 
						|
        OBJECTS {
 | 
						|
                 rbtwsInfoRFDetectXmtrRssi,
 | 
						|
                 rbtwsInfoRFDetectXmtrSsid
 | 
						|
                }
 | 
						|
        STATUS      current
 | 
						|
        DESCRIPTION
 | 
						|
            "Mandatory group of objects implemented to provide
 | 
						|
             RF Detect Transmitter info."
 | 
						|
        ::= { rbtwsInfoRFDetectGroups 1 }
 | 
						|
 | 
						|
END
 |