SNMP Center > Mibs > Raw Text View
ALVR-BA-LB: Alvarion Textual Conventions
This MIB module contains the definitions of Management Objects for Alvarion Textual Conventions.
ALVR-BA-LB DEFINITIONS ::= BEGIN
-- *****************************************************************
-- Alvarion BreezeACCESS LB MIB
-- Original filename: ALVR-BA-LB.mib
--
-- Copyright (c) 2003 by Alvarion Inc.
-- All rights reserved.
--
-- BreezeACCESS LB Mib Version 1.20 Date: 8/5/2003
-- *****************************************************************
-- enterprises OBJECT IDENTIFIER ::= { iso org(3) dod(6) internet(1) private(4) 1 }
IMPORTS
IpAddress, Counter, TimeTicks, enterprises FROM RFC1155-SMI
OBJECT-TYPE FROM RFC-1212
TRAP-TYPE FROM RFC-1215;
DisplayString ::= OCTET STRING
alvarion OBJECT IDENTIFIER ::= {enterprises 12394 }
-- ORGANIZATION "ALVARION"
-- LAST-UPDATED "0206240000Z"
-- CONTACT-INFO "Rina Nathaniel
-- Postal: Alvarion LTD.
-- HaBarzel 21a 69710
-- ISRAEL
-- Tel: 972-3-7674554
-- Fax: 972-3-6498875
-- E-mail: Rina.Nathaniel@alvarion.com
-- Co-authors: Klara Milman Klara.Milman@alvarion.com"
-- DESCRIPTION "Alvarion MIB Textual Convention Definitions."
products OBJECT IDENTIFIER ::= { alvarion 1 }
breezeACCESS-LB OBJECT IDENTIFIER ::= { products 3 }
baLBGeneral OBJECT IDENTIFIER ::= { breezeACCESS-LB 1 }
baLBConfig OBJECT IDENTIFIER ::= { breezeACCESS-LB 2 }
baLBSiteSurvey OBJECT IDENTIFIER ::= { breezeACCESS-LB 3 }
baLBTrap OBJECT IDENTIFIER ::= { breezeACCESS-LB 4 }
--
-- Alvarion BreezeACCESS LB product OIDs.
--
alvarionOID OBJECT IDENTIFIER ::= { alvarion 4 }
brzAccessLBOID OBJECT IDENTIFIER ::= { alvarionOID 3 }
alvarionBreezeACCESS-LB OBJECT IDENTIFIER ::= { brzAccessLBOID 1 }
--
-- General Configuration Group
--
baLBGenUBR OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates the system's current uncoded burst rate.
With adaptive modulation enabled, this rate may change over time,
depending on the prevailing propagation conditions. "
::= { baLBGeneral 1 }
baLBGenRFLink OBJECT-TYPE
SYNTAX INTEGER { notConnected(1), connected(2) }
ACCESS read-only
STATUS mandatory
DESCRIPTION
"connected(2) indicates the terminal is communicating properly to the remote terminal.
notConnected(1) indicates there is no communication with the remote terminal."
::= { baLBGeneral 2 }
baLBGenFrequency OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The frequency which represents the operating channel of the link.
The system can be configured to operate over 9 distinct channels."
::= { baLBGeneral 3 }
baLBGenBuzzerEnabled OBJECT-TYPE
SYNTAX INTEGER { no (1), yes (2)}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Specifies if the antenna alignment buzzer is enabled or not."
::= { baLBGeneral 4 }
baLBGenEncryptionEnabled OBJECT-TYPE
SYNTAX INTEGER { no (1), yes (2)}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Specifies if encryption is enabled or not."
::= { baLBGeneral 5 }
baLBGenFlowControlEnabled OBJECT-TYPE
SYNTAX INTEGER { no (1), yes (2)}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This attribute specifies if flow control is enabled or not."
::= { baLBGeneral 6 }
baLBGenHttpAccessEnabled OBJECT-TYPE
SYNTAX INTEGER { no (1), yes (2)}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This attribute specifies if Http Access is enabled or not."
::= { baLBGeneral 7 }
baLBGenTelnetAccessEnabled OBJECT-TYPE
SYNTAX INTEGER { no (1), yes (2)}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This attribute specifies if Telnet Access is enabled or not."
::= { baLBGeneral 8 }
baLBGenTelnetPort OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This attribute specifies the Telnet port number."
::= { baLBGeneral 9 }
baLBGenOptionsKey OBJECT-TYPE
SYNTAX DisplayString
ACCESS read-write
STATUS mandatory
DESCRIPTION
"This attribute specifies the Product Options Key."
::= { baLBGeneral 10 }
baLBGenResetDevice OBJECT-TYPE
SYNTAX INTEGER { donothing(1), reset(2)}
ACCESS read-write
STATUS mandatory
DESCRIPTION
" Resets the device."
::= { baLBGeneral 11 }
baLBGenFault OBJECT-TYPE
SYNTAX INTEGER { off (1), on (2), unknown (3) }
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The attribute specifies the Fault LED status of the terminal."
::= { baLBGeneral 12 }
--
-- Ethernet Configuration Group
--
baLBConfigEther OBJECT IDENTIFIER ::= { baLBConfig 1 }
baLBEtherMacAddress OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The Ethernet MAC address of the local terminal."
::= { baLBConfigEther 1 }
baLBEtherGateway OBJECT-TYPE
SYNTAX IpAddress
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The IP Gateway of the device. This field is used to specify the IP address of the gateway with
which the device is communicating through the core network."
::= { baLBConfigEther 2 }
baLBEtherPortStatus OBJECT-TYPE
SYNTAX INTEGER { down (1), up (2), unknown (3) }
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The attribute specifies the status of the Ethernet Port of the device."
::= { baLBConfigEther 3 }
baLBEtherIP OBJECT-TYPE
SYNTAX IpAddress
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The IP address of the device, The default address from the factory
is 192.168.25.2. For the initial set-up, the terminal should not
be connected to the Internet network, i.e. the host computer should
be connected directly to the terminal Ethernet port, to avoid address
conflicts with other devices in a public network. Once the IP address has been set,
the terminal can be connected to the core network, where it can receive either
static or dynamic addressing (DHCP) in future configuration updates."
::= { baLBConfigEther 4 }
baLBEtherMask OBJECT-TYPE
SYNTAX IpAddress
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The IP Subnet Mask of the device, The value is typically set to 255.255.255.0 (Class C
subnet), which prevents certain local devices from going out into the wireless network."
::= { baLBConfigEther 5 }
baLBEther100 OBJECT-TYPE
SYNTAX INTEGER { s10Mbs (1), s100Mbs (2), unknown (3) }
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Specifies the 100 Mb/s Ethernet LED status of the device."
::= { baLBConfigEther 6 }
baLBEtherFd OBJECT-TYPE
SYNTAX INTEGER { halfDuplex (1), fullDuplex (2), unknown (3) }
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The attribute specifies the Ethernet FD LED status of the device."
::= { baLBConfigEther 7 }
--
-- Wireless Configuration Group
--
baLBConfigWireless OBJECT IDENTIFIER ::= { baLBConfig 2 }
baLBWrlsChannel OBJECT-TYPE
SYNTAX INTEGER { chan1-5735 (1), chan1A-5745 (2), chan2-5755 (3), chan2A-5765 (4),
chan3-5775 (5), chan3A-5785 (6), chan4-5795 (7), chan4A-5805 (8), chan5-5815 (9)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"specifies the operating channel of the system, within the 100
MHz available in the 5.8GHz UNII band.
To avoid interference, two PTP links operating in the same physical
location (co-located) or within close proximity (e.g. across the street) must
be separated by at least one channel, i.e. the gap between channels should
be 20 MHz or more (e.g. channels 1 and 3)."
::= { baLBConfigWireless 1 }
baLBWrlsTxPower OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The Tx Power of the device. Specifies the power level of the system, which is
preset at the factory and should not be usually altered."
::= { baLBConfigWireless 2 }
baLBWrlsModReduction OBJECT-TYPE
SYNTAX INTEGER (0..7)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The Modulation Reduction Level of the device. Applies when the Adaptive rate is disabled.
Specifies how many levels the system must drop in modulation before
beginning re-transmission to address packet errors.
The value can be set from 1-7, with 2 being the typical value."
::= { baLBConfigWireless 3 }
baLBWrlsAdaptiveMod OBJECT-TYPE
SYNTAX INTEGER { notAdaptiveRate(1), adaptiveRate(2) }
ACCESS read-write
STATUS mandatory
DESCRIPTION "Setting this attribute to AdaptiveRate(2) sets the system to operate in adaptive
modulation mode. It is recommended to keep the device in this mode so
that the system can automatically adjust the modulation level to the
highest possible data rate based on measured RF performance. The user
can define the minimum desired modulation level by setting the Main rate
parameter.
If the system meets this data rate, then the Signal LED on the front
panel will light continuously green. If packet errors exceed one out of a million,
the system will automatically lower the modulation level to maintain the link.
In this case, the LED will flash green.
If errors continue when the system reaches the lowest modulation level,
the LED will flash red to indicate a failed RF link.
The user can also disable the dynamic modulation mode by disabling
Adaptive Modulation. In this mode, the user is required to set the Burst Rate and the Modulation
Reduction Level. It is recommended not to operate the system in manual mode, as this mode
is intended primarily for field support.
Note the Signal LED will light solid green when the packet error rate is
less than 1 out of a million. When the errors exceed this limit, the LED
will not illuminate, indicating the RF link has failed."
::= { baLBConfigWireless 4 }
baLBWrlsUBR OBJECT-TYPE
SYNTAX INTEGER (0..7)
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Set uncoded burst rate in steps (0=6Mb/s,1=9Mb/s,2=12Mb/s,3=18Mb/s,4=24Mb/s,5=36Mb/s,6=48Mb/s,7=54Mbs).
Defines the desired net uncoded burst rate for the link."
::= { baLBConfigWireless 5 }
baLBWrlsMaster OBJECT-TYPE
SYNTAX INTEGER { notMaster(1), master(2) }
ACCESS read-write
STATUS mandatory
DESCRIPTION "A value of Master(2) sets the device system to serve as the Master system, while the
other device assumes a slave role."
::= { baLBConfigWireless 6 }
baLBWrlsVersion OBJECT-TYPE
SYNTAX INTEGER { firstFlash(1), secondFlash(2) }
ACCESS read-write
STATUS mandatory
DESCRIPTION "Sets the version of the device system software.
Software can be remotely downloaded into the device. The system
comprises sufficient memory to hold two independent software loads.
The operator can specify which load to set as the active version."
::= { baLBConfigWireless 7 }
baLBWrlsEncryptCode OBJECT-TYPE
SYNTAX OCTET STRING
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The Encryption Key used for the device. Enter the MAC address of the remote terminal
to enable over-the-air data encryption."
::= { baLBConfigWireless 8 }
baLBWrlsCableAttenuation OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The Cable Attenuation for the device"
::= { baLBConfigWireless 9 }
baLBWrlsRfPortStatus OBJECT-TYPE
SYNTAX INTEGER { down (1), up (2), unknown (3)}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The attribute specifies the status of the device Wireless Port."
::= { baLBConfigWireless 10 }
baLBWrlsSaveConfig OBJECT-TYPE
SYNTAX INTEGER { donothing(1), saveCofig(2) }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The attribute saves the entire config set of the device."
::= { baLBConfigWireless 11 }
baLBWrlsActivateConfig OBJECT-TYPE
SYNTAX INTEGER { donothing(1), activeCofig(2) }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The attribute activates the entire config set of the device."
::= { baLBConfigWireless 12 }
baLBWrlsRadioEnable OBJECT-TYPE
SYNTAX INTEGER { txOff (1), txOn (2)}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Radio Enable specifies whether radio transmission is enabled or disabled."
::= { baLBConfigWireless 13 }
baLBWrlsRfStatusErrorCode OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Specifies the Error Code for the RF Status."
::= { baLBConfigWireless 14 }
baLBWrlsRfSignal OBJECT-TYPE
SYNTAX INTEGER { off (1), on (2), blinking(3) }
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Specifies the Wireless Signal LED status."
::= { baLBConfigWireless 15 }
baLBWrlsLLMode OBJECT-TYPE
SYNTAX INTEGER { auto (1), manual (2) }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Manual Link Length Mode."
::= { baLBConfigWireless 16 }
baLBWrlsLMU OBJECT-TYPE
SYNTAX INTEGER { mile (1), km (2) }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Link Measurements Units (mile / Km)."
::= { baLBConfigWireless 17 }
baLBWrlsLL OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-write
STATUS mandatory
DESCRIPTION
"Link Length."
::= { baLBConfigWireless 18 }
--
-- Performance Data Group
--
baLBResetStatistics OBJECT-TYPE
SYNTAX INTEGER { donothing(1), reset(2) }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"A value of reset(2) resets the performance statistics on the device
a value of donothing(1) does nothing."
::= { baLBSiteSurvey 1 }
--
-- Ethernet Site Survey Group
--
baLBSiteSurveyEther OBJECT IDENTIFIER ::= { baLBSiteSurvey 2 }
baLBSiteSurveyEtherRxPackets OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Counts the number of packets successfully received by the local system."
::= { baLBSiteSurveyEther 1 }
baLBSiteSurveyEtherRxPacketsDisc OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Counts the number of packets errors received by the local system."
::= { baLBSiteSurveyEther 2 }
baLBSiteSurveyEtherTxPackets OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Counts the number of Ethernet packets transmitted by the local system."
::= { baLBSiteSurveyEther 3 }
--
-- Wireless Site Survey Group
--
baLBSiteSurveyWrls OBJECT IDENTIFIER ::= { baLBSiteSurvey 3 }
baLBSiteSurveyWrlsRxSigMin OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates the minimum received signal strength measured since the last SNMP update."
::= { baLBSiteSurveyWrls 1 }
baLBSiteSurveyWrlsRxSigMean OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates the average received signal strength measured since the last SNMP update."
::= { baLBSiteSurveyWrls 2 }
baLBSiteSurveyWrlsRxSigMax OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates the maximum received signal strength measured since the last SNMP update"
::= { baLBSiteSurveyWrls 3 }
baLBSiteSurveyWrlsAvgSinAdr OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates the average signal to noise ratio measured since the last SNMP update.
The ratio is based on the digital information provided from the output of the AtoD converter."
::= { baLBSiteSurveyWrls 4 }
baLBSiteSurveyWrlsRxPackets OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
" Indicates the number of packets received over the air from the remote terminal."
::= { baLBSiteSurveyWrls 5 }
baLBSiteSurveyWrlsRxPacketsRetx OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "Indicates the number of packets retransmitted over the air from the remoter terminal."
::= { baLBSiteSurveyWrls 6 }
baLBSiteSurveyWrlsRxPackectsDisc OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
" Indicates the number of packets, originating from the remote terminal
that were lost over the air due to degradation in the RF link."
::= { baLBSiteSurveyWrls 7 }
baLBSiteSurveyWrlsTxPackects OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
" Indicates the number of wireless packets (including Ethernet frames
and error correction bytes) transmitted over the air by the local terminal."
::= { baLBSiteSurveyWrls 8}
baLBSiteSurveyWrlsTxPacketsRetx OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION "Indicates the number of packets retransmitted
over the air by the local terminal. The retransmission scheme is based on
the Acknowledge/Request (ARQ) algorithm that detects when packets are
lost and makes a request to the MAC scheduler to repeat transmission of
the lost packets."
::= { baLBSiteSurveyWrls 9}
baLBSiteSurveyWrlsTxPacketsDisc OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Indicates the total number of packets lost over the air due to degradation
in the RF link."
::= { baLBSiteSurveyWrls 10}
baLBSiteSurveyWrlsCalcDst OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The calculated link distance."
::= { baLBSiteSurveyWrls 11}
--
-- Software Upgrade Group
--
baLBSw OBJECT IDENTIFIER ::= { baLBConfig 3 }
baLBSwServer OBJECT-TYPE
SYNTAX IpAddress
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The address of the TFTP server used for software upgrades.
If the TFTP server is unknown, return 0.0.0.0."
::= { baLBSw 1 }
baLBSwFilename OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The file name of the software image to be loaded into this device."
::= { baLBSw 2 }
baLBSwAdminStatus OBJECT-TYPE
SYNTAX INTEGER { noUpgrade(1), upgrade(2) }
ACCESS read-write
STATUS mandatory
DESCRIPTION
"If set to upgrade(2), the device will initiate a
TFTP software image download using baLBSwFilename.
If the download process is interrupted by a reset or
power failure, the device will load the previous image.
If set to noUpgrade(1), the device will
revert to the previous version of the software.
At initial startup, this object has the default value of
noUpgrade(1)."
::= { baLBSw 3 }
baLBSwOperStatus OBJECT-TYPE
SYNTAX INTEGER { inProgress(1), completeSuccess(2), failed(3), other(4) }
ACCESS read-only
STATUS mandatory
DESCRIPTION "InProgress(1) indicates that a TFTP download is underway,
completeSuccess(2) indicates that the last software upgrade was successful,
failed(3) indicates that the last attempted download
failed, ordinarily due to TFTP timeout."
::= { baLBSw 4 }
baLBSwCurrentVers OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The software version currently operating in this device's flash.
This object should be in the syntax used by the individual
vendor to identify software versions. If it is not applicable,
this MUST contain an empty string."
::= { baLBSw 5 }
baLBSwOtherVers OBJECT-TYPE
SYNTAX DisplayString (SIZE(0..32))
ACCESS read-only
STATUS mandatory
DESCRIPTION "The software version in the secondary flash.
This object should be in the syntax used by the individual
vendor to identify software versions. If it is not applicable,
this MUST contain an empty string."
::= { baLBSw 6 }
--
-- Traps Group.
--
baLBSysLastTrapTime OBJECT-TYPE
SYNTAX TimeTicks
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The value of system.sysUpTime when the last trap was generated. If no traps
have been generated since the last reset, this attribute has a value of 0.
No trap is issued as a result of a change to this value."
::= { baLBTrap 1 }
--
--
-- baLBTraps OBJECT IDENTIFIER ::= { baLBTrap 2 }
--
baLBTftpFailTrap TRAP-TYPE
ENTERPRISE alvarionBreezeACCESS-LB
VARIABLES { baLBSwServer,
baLBSwFilename,
baLBSwAdminStatus,
baLBSwOperStatus,
baLBSysLastTrapTime }
DESCRIPTION "An event to report the failure of a Software Download."
::= 1
baLBTftpSuccessTrap TRAP-TYPE
ENTERPRISE alvarionBreezeACCESS-LB
VARIABLES { baLBSwServer,
baLBSwFilename,
baLBSwAdminStatus,
baLBSwOperStatus,
baLBSysLastTrapTime }
DESCRIPTION "An event to report the success of a Software Download."
::= 2
baLBPswdChangeFailTrap TRAP-TYPE
ENTERPRISE alvarionBreezeACCESS-LB
VARIABLES { baLBSysLastTrapTime }
DESCRIPTION "An event to report the failure of a password change."
::= 3
baLBFirmwareConfigFailTrap TRAP-TYPE
ENTERPRISE alvarionBreezeACCESS-LB
VARIABLES { baLBSysLastTrapTime }
DESCRIPTION "An event to report the failure of a firmware config."
::= 4
baLBEepromCorruptedTrap TRAP-TYPE
ENTERPRISE alvarionBreezeACCESS-LB
VARIABLES { baLBSysLastTrapTime }
DESCRIPTION "An event to report the corruption of the EEPROM."
::= 5
baLBPowerSupplyFailureTrap TRAP-TYPE
ENTERPRISE alvarionBreezeACCESS-LB
VARIABLES { baLBSysLastTrapTime }
DESCRIPTION "An event to report the power supply failure."
::= 6
END
< Back (ALVR-BA-LB)

What did you think of this topic?