-- -- zhoneRadio-TC.mib -- MIB generated by MG-SOFT Visual MIB Builder Version 2.1 Build 205 -- Wednesday, July 11, 2001 at 12:47:59 -- -- zhoneRadio-TC - Textual conventions for SkyZhone radio family. -- -- On the Use of ifTable for Radio Layer as table indices -- -- ifTable Object Use for Radio Layer -- ====================================================================== -- ifIndex Interface Index, -- ifDescr 'Zhone Wireless Transport Radio' -- ifType propWirelessP2P (157) = Proprietary point-to-point wireless interface -- ifMtu Not applicable -- ifSpeed For SkyZhone45 ifSpeed = 45888000 -- For SkyZhone155 ifSpeed = 157500000 (est) -- ifPhysAddress 0 -- ifAdminStatus up(1), down(2), testing(3) -- ifOperStatus up(1) - operating within normal margins -- down(2) - operating outside normal margins -- testing(3) - maintenance mode, antenna alignment -- unknown(4) - NOT SUPPORTED -- dormant(5) - up but without a payload -- lowerLayerDown(7) - NOT SUPPORTED -- ifLastChange supported -- ifInOctets NOT SUPPORTED -- ifInUcastPkts NOT SUPPORTED -- ifInNUcastPkts NOT SUPPORTED-- -- ifInDiscards NOT SUPPORTED -- ifInErrors NOT SUPPORTED -- ifInUnknownProtos NOT SUPPORTED -- ifOutOctets NOT SUPPORTED -- ifOutUcastPkts NOT SUPPORTED -- ifOutNUcastPkts NOT SUPPORTED-- -- ifOutDiscards NOT SUPPORTED -- ifOutErrors NOT SUPPORTED -- ifOutQLen NOT SUPPORTED-- -- ifSpecific NOT SUPPORTED -- -- -- ZHONE-RADIO-TC-MIB DEFINITIONS ::= BEGIN IMPORTS Integer32 FROM SNMPv2-SMI TEXTUAL-CONVENTION FROM SNMPv2-TC; -- -- Textual conventions -- SinglePrecisionFloatingPoint ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "IEEE 754 Single Precision Floating Point format: ------------------------------------------------- Represented as 32-bit float numbered from 0 to 31, left to right. The first bit is the sign bit, S, the next eight bits are exponent bits, E, and the final 23 bits are the fraction F: S EEEEEEEE FFFFFFFFFFFFFFFFFFFFFFF 0 1 8 9 31 The value V represented by the word may be determined as follows: If E=255 and F is nonzero, then V=NaN (Not a number) If E=255 and F is zero and S is 1, then V=-Infinity If E=255 and F is zero and S is 0, then V=Infinity If 0