ceragon-mib_6.6.1.15

Upload: yansenjani

Post on 07-Jul-2018

213 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    1/131

    --AIDU-MIB VERSION 6.6.1.15AIDU-MIB DEFINITIONS ::= BEGIN

    IMPORTS-- Ipv6Address FROM IPV6-TC-- Counter, enterprises, Gauge, IpAddress FROM RFC1155-SMI

    Counter, enterprises, Gauge, IpAddress FROM SNMPv2-SMIDisplayString, ifIndex FROM RFC1213-MIBRowStatus FROM

     SNMPv2-TCOBJECT-TYPE FROM SNMPv2-SMITRAP-TYPE FROM RFC-1215;

    EnableDisable ::= INTEGER { enable(2), disable(3) }EnableDisableSMI2 ::= INTEGER { disable(0), enable(1) }OffOn ::= INTEGER { off(0), on(1) }MetricImperial ::= INTEGER { metric(0), imperial(1) }AllowedNotAllowed ::= INTEGER { not-allowed(0), allowed(1)}

    ProgressStatus ::= INTEGER{ready(0),inProgress(1),success(2),

    failure(3)}

    Severity ::= INTEGER {indeterminate(0),critical(1),major(2),minor(3),warning(4),cleared(5)}

    -- New 6.6 declaration type.

    NoYes ::= INTEGER { no(0), yes(1) }DownUp ::= INTEGER { down(0), up(1) }

    TrailIfType ::= INTEGER {unknown(-1),line(0),radio(1),stm-1(2),chain(3),sync(4)}

    PmTableType ::= INTEGER {

    pm15mincurr(1),pm15min(2),pm24hrcurr(3),pm24hr(4)}

    RateMbps ::= INTEGER { n10(0), n100(1), n1000(2) }

    HalfFull ::= INTEGER { half(0), full(1), auto(2) }

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    2/131

    BerLevel ::= INTEGER { n1e-3(2), n1e-4(3), n1e-5(4), n1e-6(5), n1e-7(6), n1e-8(7), n1e-9(8), n1e-10(9) , n1e-11(10) , n1e-12(11) , n1e-13(12) , n1e-14(13), n1e-15(14) , n1e-16(15) , n1e-17(16) , n1e-18(17) , n0(18) }

    LoopbackType ::= INTEGER {off(0),towardsLine(1),towardsRadio(2)}

    QueueName ::= INTEGER {first-queue(0),second-queue(1),third-queue(2),fourth-queue(3),none(4)

    }

    RadioId ::= INTEGERRfuId ::= INTEGER

    SwCommand ::= INTEGER{noOperation(0),downloadUpgradeVersion(1),

    upgrade(2),rollback(3),downgrade(4),downloadDowngradeVersion(5)

    }

    TrailProtectedType ::= INTEGER {none(0),primary(1),secondary(2),idle(30)

    }

    -- 6.6.1 New emumsClockSrc ::= INTEGER {local-clock(0),system-clock-source(1)

    }

    ceragon OBJECT IDENTIFIER ::= { enterprises 2281 }genEquip OBJECT IDENTIFIER ::= { ceragon 10}genEquipUnit OBJECT IDENTIFIER ::= { genEquip 1}

    --- Unit informationgenEquipUnitInfo OBJECT IDENTIFIER ::= { genEquipUnit 1}

    genEquipLastCfgTimeStamp OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION  "This parameter represents the configuration change counter.  On every conf. change this counter is increased by 1."  ::= { genEquipUnitInfo 1 }

    genEquipRealTimeandDate OBJECT-TYPE

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    3/131

      SYNTAX OCTET STRING(SIZE(8))  ACCESS read-write  STATUS mandatory  DESCRIPTION  "This parameter specifies the real time and date  Format 'YYYY-MM-DD,HH:MM:SS' (Hexadecimal).  A date-time specification:

      field octets contents range  ----- ------ -------- -----  1 1-2 year 0..65536  2 3 month 1..12  3 4 day 1..31  4 5 hour 0..23  5 6 minutes 0..59  6 7 seconds 0..60  (use 60 for leap-second)  7 8 deci-seconds 0..9

      For example, Tuesday May 26, 1992 at 1:30:15 PM EDT  would be displayed as: 07 c8 05 1a 0d 1e 0f 00  (1992 -5 -26, 13:30:15 )  "

      ::= { genEquipUnitInfo 2 }

    genEquipPMGenTime OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION"This value indicates the generation time of the Performance Monitor file.The value is presented in time_t format."::= { genEquipUnitInfo 3 }

    genEquipInvGenTime OBJECT-TYPE  SYNTAX INTEGER

      ACCESS read-only  STATUS mandatory  DESCRIPTION"This value indicates the generation time of the Inventory information file.The inventory file holds the configuration information of the unit.The value is presented in time_t format."::= { genEquipUnitInfo 4 }

    genEquipOperation OBJECT-TYPESYNTAX INTEGER{

    noAction(0),idcHwReset(1)}

      ACCESS read-write  STATUS mandatory  DESCRIPTION

    "Enables to perform HW reset to the indoor unit."::= { genEquipUnitInfo 5 }

    genEquipMIBVersion OBJECT-TYPE  SYNTAX DisplayString  ACCESS read-only  STATUS mandatory

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    4/131

      DESCRIPTION"This value indicates MIB version."::= { genEquipUnitInfo 6 }

    genEquipUnitCLLI OBJECT-TYPESYNTAX DisplayString (SIZE(0..255))

      ACCESS read-write  STATUS mandatory  DESCRIPTION"This value represents a general purpose CLLI-like text field.The CLLI field is attached to traps generated from this NE."::= { genEquipUnitInfo 7 }

    genEquipUnitMeasurementSystem OBJECT-TYPE  SYNTAX MetricImperial  ACCESS read-write  STATUS mandatory  DESCRIPTION"This value represents the measurement system used by the system. (metric or imperal)."::= { genEquipUnitInfo 8 }

    genEquipUnitIduTemperature OBJECT-TYPE

      SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION"This value indicates the IDU temperature, according to the measurement system choosen.(genEquipUnitMeasurementSystem)"::= { genEquipUnitInfo 9 }

    genEquipUnitIduVoltageInput OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory

      DESCRIPTION"Voltages Input."::= { genEquipUnitInfo 10 }

    genEquipUnitInfoTime OBJECT IDENTIFIER ::= { genEquipUnitInfo 11}

    genEquipUnitGMTHours OBJECT-TYPE  SYNTAX INTEGER (-12..13)  ACCESS read-write  STATUS mandatory  DESCRIPTION  "This parameter represent the offset in hours from GMT."  ::= { genEquipUnitInfoTime 1 }

    genEquipUnitGMTMins OBJECT-TYPE  SYNTAX INTEGER (0..59)  ACCESS read-write  STATUS mandatory  DESCRIPTION  "This parameter represents the offset in minutes from GMT."  ::= { genEquipUnitInfoTime 2 }

    genEquipUnitDaylightSavingTimeStartMonth OBJECT-TYPE

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    5/131

      SYNTAX INTEGER (1..12)  ACCESS read-write  STATUS mandatory  DESCRIPTION

    "This parameter represents the start Month of the daylight saving time."  ::= { genEquipUnitInfoTime 7 }

    genEquipUnitDaylightSavingTimeStartDay OBJECT-TYPE  SYNTAX INTEGER (1..31)  ACCESS read-write  STATUS mandatory  DESCRIPTION

    "This parameter represents the start Day of the daylight savingtime."  ::= { genEquipUnitInfoTime 8 }

    genEquipUnitDaylightSavingTimeEndMonth OBJECT-TYPE  SYNTAX INTEGER (1..12)  ACCESS read-write  STATUS mandatory  DESCRIPTION

    "This parameter represents the end month of the daylight saving

    time."  ::= { genEquipUnitInfoTime 9 } genEquipUnitDaylightSavingTimeEndDay OBJECT-TYPE  SYNTAX INTEGER (1..31)  ACCESS read-write  STATUS mandatory  DESCRIPTION

    "This parameter represents the end day of the daylight saving time."  ::= { genEquipUnitInfoTime 10 }

    genEquipUnitDaylightSavingTimeOffset OBJECT-TYPE  SYNTAX INTEGER (0..23)  ACCESS read-write  STATUS mandatory  DESCRIPTION

    "Daylight saving offset hours.for a value different then '0', at the starting date of the dayl

    ight saving timethe time will jump forward in this value.at the end date of the daylight saving time, the time will jump

    backwards in this value."  ::= { genEquipUnitInfoTime 11 } 

    genEquipUnitIduPowerSupply1AlarmAdmin OBJECT-TYPE  SYNTAX EnableDisable  ACCESS read-write  STATUS mandatory  DESCRIPTION

    "This parameter is relevant only for IDU with more than 1 Powersupply units.

    The user can choose to disable (inore the alarm) of one of the power supply units.

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    6/131

    This attribute is not supported by IP-10 platform, but only by IP-10G platform."::= { genEquipUnitInfo 12 }

    genEquipUnitIduPowerSupply2AlarmAdmin OBJECT-TYPE  SYNTAX EnableDisable  ACCESS read-write  STATUS mandatory  DESCRIPTION

    "This parameter is relevant only for IDU with more than 1 Powersupply units.

    The user can choose to disable (inore the alarm) of one of the power supply units.

    This attribute is not supported by IP-10 platform, but only by IP-10G platform."::= { genEquipUnitInfo 13 }

    --- Unit NTP informationgenEquipUnitInfoNTP OBJECT IDENTIFIER ::= { genEquipUnitInfoTime 6}

    genEquipUnitInfoNTPAdmin OBJECT-TYPE  SYNTAX EnableDisable

    ACCESS read-write

      STATUS mandatory  DESCRIPTION"This parameter represents the NTP Admin state"

    ::= { genEquipUnitInfoNTP 1 }

    genEquipUnitInfoNTPServerIP OBJECT-TYPE  SYNTAX IpAddress

    ACCESS read-write  STATUS mandatory  DESCRIPTION

    "This parameter represents the IP address of the NTP Server"::= { genEquipUnitInfoNTP 2 }

    genEquipUnitInfoNTPStatus OBJECT-TYPE  SYNTAX INTEGER {down(0),up(1)

    }  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This parameter represents the NTP Service status"::= { genEquipUnitInfoNTP 3 }

    genEquipUnitInfoNTPSync OBJECT-TYPE  SYNTAX DisplayString

    ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This parameter returns the IP address of the NTP server, with which the system is currently synchronized.

    Returned strings:(i) - the IP address of the reference NTP server, acco

    rding to IPv4/v6 format.(ii) - 'LOCAL' if synchronized on local clock.(iii) - 'N/A' if not synchronized. Valid only when admin

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    7/131

     is 'disabled'."::= { genEquipUnitInfoNTP 4 }

    genEquipUnitInfoNTPPollInterval OBJECT-TYPE  SYNTAX INTEGER (64..1024)

    ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This parameter represents the NTP polling interval in minutes"::= { genEquipUnitInfoNTP 5 }

    --- Unit Serial informationgenEquipUnitInventory OBJECT IDENTIFIER ::= { genEquipUnit 2}

    genEquipUnitIDUSerialNumber OBJECT-TYPE  SYNTAX DisplayString  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "IDU Serial number."::= { genEquipUnitInventory 1 }

    genEquipUnitIDUPartNumber OBJECT-TYPE  SYNTAX DisplayString

      ACCESS read-only  STATUS mandatory  DESCRIPTION

    "IDU Part number."::= { genEquipUnitInventory 2 }

    --- Unit Licensing informationgenEquipUnitLicenseInfo OBJECT IDENTIFIER ::= { genEquipUnit 3}

    genEquipUnitLicenseType OBJECT-TYPE  SYNTAX INTEGER {

    default(0),normal(1),

    demo(2)}  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "The unit license type."::= { genEquipUnitLicenseInfo 1 }

    genEquipUnitLicenseCode OBJECT-TYPE  SYNTAX DisplayString  ACCESS read-write  STATUS mandatory  DESCRIPTION

    "The user license code that determines the NE license rights."::= { genEquipUnitLicenseInfo 2 }

    genEquipUnitACMLicense OBJECT-TYPE  SYNTAX AllowedNotAllowed  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "The ACM rights for the NE on the current license"::= { genEquipUnitLicenseInfo 3 }

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    8/131

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    9/131

    This attribute is not supported by IP-10 platform, but only by IP-10G platform."::= { genEquipUnitLicenseInfo 9}

    genEquipUnitLicenseTDMCapacity OBJECT-TYPE  SYNTAX AllowedNotAllowed  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "this parameter indicates the number of TDM trails per radioallowed by the current license, if allowed. When TDM capacity license is allowed all scripts are allowed in

     the radio.This attribute is not supported by IP-10 platform, but only by I

    P-10G platform."::= { genEquipUnitLicenseInfo 10}

    genEquipUnitLicenseTDMCapacityValue OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "this parameter indicates the number of TDM trails per radioallowed by the current license, if relevant.

     The TDM capacity value is not relevant if the genEquipUnitLicenseTDMCapacity is not allowed.This attribute is not supported by IP-10 platform, but only by I

    P-10G platform."::= { genEquipUnitLicenseInfo 11}

    genEquipUnitLicensePerUsage OBJECT-TYPE  SYNTAX AllowedNotAllowed  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "this parameter indicates whether the per-usage license is allowed,

     this license allows configuring all features and causes their use to be reported to NMS. If the usage license is allowed, all other licenses are not rel

    evant, as all the licenses are open for configuration.This attribute is not supported by IP-10 platform, but only by I

    P-10G platform."::= { genEquipUnitLicenseInfo 12}

    --- External AlarmsgenEquipUnitExternalAlarms OBJECT IDENTIFIER ::= { genEquipUnit 4}

    --- External Alarms - Alram Input

    genEquipUnitAlarmInput OBJECT IDENTIFIER ::= { genEquipUnitExternalAlarms 1}

    genEquipUnitAlarmInputTable OBJECT-TYPE  SYNTAX SEQUENCE OF GenEquipUnitAlarmInputEntry  ACCESS not-accessible  STATUS mandatory  DESCRIPTION  "External input alarm table.

    using the table to manage the admin state of the external input alarm (Enable or Disable it),

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    10/131

      set a description and severity."  ::= { genEquipUnitAlarmInput 1 }

    genEquipUnitAlarmInputEntry OBJECT-TYPE  SYNTAX GenEquipUnitAlarmInputEntry  ACCESS not-accessible  STATUS mandatory  DESCRIPTION  "External input alarm table.

    using the table to manage the admin state of the external input alarm (Enable or Disable it),  set a description and severity."  INDEX { genEquipUnitAlarmInputCounter }  ::= { genEquipUnitAlarmInputTable 1 }

    GenEquipUnitAlarmInputEntry ::=SEQUENCE {

    genEquipUnitAlarmInputCounterINTEGER,

    genEquipUnitAlarmInputAdminEnableDisableSMI2,

    genEquipUnitAlarmInputText  DisplayString,

    genEquipUnitAlarmInputSeverity

    Severity}

    genEquipUnitAlarmInputCounter OBJECT-TYPESYNTAX INTEGERACCESS read-only

      STATUS mandatory  DESCRIPTION

    "External input alarm table index."::= { genEquipUnitAlarmInputEntry 1 }

    genEquipUnitAlarmInputAdmin OBJECT-TYPESYNTAX EnableDisableSMI2

    ACCESS read-write  STATUS mandatory  DESCRIPTION

    "The Admin state of the External input alarm table."::= { genEquipUnitAlarmInputEntry 2 }

    genEquipUnitAlarmInputText OBJECT-TYPESYNTAX DisplayStringACCESS read-write

      STATUS mandatory  DESCRIPTION

    "External input alarm description."::= { genEquipUnitAlarmInputEntry 3 }

    genEquipUnitAlarmInputSeverity OBJECT-TYPESYNTAX SeverityACCESS read-write

      STATUS mandatory  DESCRIPTION

    "External input alarm severity."::= { genEquipUnitAlarmInputEntry 4 }

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    11/131

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    12/131

    mally closed) contact will remain opened.When 'Test' option is selected, the dry contacts behave as an al

    arms is raised in the system,as described in case (ii) above."

    ::= { genEquipUnitAlarmOutputEntry 2 }

    genEquipUnitAlarmOutputStatus OBJECT-TYPESYNTAX INTEGER {

    off(0),on(1),on-test(2)

    }ACCESS read-only

      STATUS mandatory  DESCRIPTION

    "The current stauts of the External output alarm table." 

    ::= { genEquipUnitAlarmOutputEntry 3 }

    genEquipUnitAlarmOutputGroup OBJECT-TYPESYNTAX INTEGER {

    communication(1),quality-of-service(2),processing(3),

    equipment(4),environmental(5),all-groups(6)

    }ACCESS read-write

      STATUS mandatory  DESCRIPTION

    "The description of the group to which the external output alarm belongs."::= { genEquipUnitAlarmOutputEntry 4 }

    -- Shelf ManagmentgenEquipUnitShelf OBJECT IDENTIFIER ::= { genEquipUnit 5}

    genEquipUnitShelfInstallation OBJECT-TYPESYNTAX INTEGER {

    standalone (0),chassisModule(1) -- xc

    }ACCESS read-only

      STATUS mandatory  DESCRIPTION

    "This value indicates the NE installation type (standalone or module/card within a chassis).

    This attribute is not supported by IP-10 platform, but only by IP-10G platform"

    ::= { genEquipUnitShelf 1 }

    genEquipUnitShelfModuleRole OBJECT-TYPESYNTAX INTEGER {

    main(0),extention(1)

    }ACCESS read-only

      STATUS mandatory  DESCRIPTION

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    13/131

    "This value indicates the NE module role (main unit or extention).

    This attribute is not supported by IP-10 platform, but only by IP-10G platform."::= { genEquipUnitShelf 2 }

    genEquipUnitShelfSlotLabel OBJECT-TYPESYNTAX DisplayStringACCESS read-write

      STATUS mandatory  DESCRIPTION

    "Slot label is a user defined description for the module in theslot.

    This attribute is not supported by IP-10 platform, but only by IP-10G platform."::= { genEquipUnitShelf 3 }

    genEquipUnitShelfArchivesOperationStatus OBJECT-TYPESYNTAX ProgressStatusACCESS read-onlySTATUS mandatoryDESCRIPTION"Shelf-wide configuration archives [backup/restore] operation st

    atus.

    used also when creating archive for unit info.Relevant only for main units. - ready(0) - inProgress(1), - success(2), - failure(3)This attribute is not supported by IP-10 platform, but only by I

    P-10G platform."::= { genEquipUnitShelf 4 }

    genEquipUnitShelfManagmentTable OBJECT-TYPE  SYNTAX SEQUENCE OF GenEquipUnitShelfManagmentEntry  ACCESS not-accessible

      STATUS mandatory  DESCRIPTION  "This table contains information about the IDUs that may be in the shelf (population, communication status, most severe alarm) and  provides the ability to backup/restore SW for each IDU.

      Relevant only for main units.  This attribute is not supported by IP-10 platform, but only by IP-10G

    platform."  ::= { genEquipUnitShelf 5 }

    genEquipUnitShelfManagmentEntry OBJECT-TYPE  SYNTAX GenEquipUnitShelfManagmentEntry  ACCESS not-accessible

      STATUS mandatory  DESCRIPTION  "This table keeps the shelf information on all the modules in the shelf(population, status, most severe alarm) and  provides the ability for backup/restore command or SW download.

    Relevant only for main units. This attribute is not supported by IP-10 platform, but only by IP-10G platform."  INDEX { genEquipUnitShelfManagmentSlot }  ::= { genEquipUnitShelfManagmentTable 1 }

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    14/131

    GenEquipUnitShelfManagmentEntry ::=SEQUENCE {

    genEquipUnitShelfManagmentSlotINTEGER,

    genEquipUnitShelfManagmentSlotPopulationINTEGER,

    genEquipUnitShelfManagmentCommunicationStatus  INTEGER,

    genEquipUnitShelfManagmentSlotMostSevereAlarmSeverity,

    genEquipUnitShelfManagmentMngSwCommandSwCommand

    }

    genEquipUnitShelfManagmentSlot OBJECT-TYPESYNTAX INTEGERACCESS read-only

      STATUS mandatory  DESCRIPTION

    "This value is the slot number used as an index for this table.Possible values: - standalone(0) - slot1(1) - slot2(2)

     - slot3(3) - slot4(4) - slot5(5)- slot6(6)Relevant only for main units. This attribute is not supported by

     IP-10 platform, but only by IP-10G platform."::= { genEquipUnitShelfManagmentEntry 1 }

    genEquipUnitShelfManagmentSlotPopulation OBJECT-TYPESYNTAX INTEGER {

    not-present(0),present(1)

    }

    ACCESS read-only  STATUS mandatory  DESCRIPTION

    "Slot population state, which indicates if the slot is occupiedor not.

    Relevant only for main units. This attribute is not supported by IP-10 platform, but only by IP-10G platform."::= { genEquipUnitShelfManagmentEntry 2 }

    genEquipUnitShelfManagmentCommunicationStatus OBJECT-TYPESYNTAX INTEGER {

    communicationDown(0), -- not alive

    communicationUp(1)-- alive

    }ACCESS read-only

      STATUS mandatory  DESCRIPTION

    "This value indicates if the slot can be reached or not.Relevant only for main units. This attribute is not supported by

     IP-10 platform, but only by IP-10G platform."::= { genEquipUnitShelfManagmentEntry 3 }

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    15/131

    genEquipUnitShelfManagmentSlotMostSevereAlarm OBJECT-TYPESYNTAX SeverityACCESS read-only

      STATUS mandatory  DESCRIPTION

    "This value is the most severe alarm for the module on this slot.

    Relevant only for main unit. This attribute is not supported byIP-10 platform, but only by IP-10G platform."::= { genEquipUnitShelfManagmentEntry 4 }

    genEquipUnitShelfManagmentMngSwCommand OBJECT-TYPESYNTAX SwCommandACCESS read-writeSTATUS mandatoryDESCRIPTION"The command to be executed to manage SW versions.Relevant only for main units.Possible values are: - noOperation(0) - downloadUpgradeVersion(1) - upgrade(2) - rollback(3)

     - downgrade(4) - downloadDowngradeVersion(5)This attribute is not supported by IP-10 platform, but only by I

    P-10G platform."::= { genEquipUnitShelfManagmentEntry 5 }

    -- ProtectiongenEquipProtection OBJECT IDENTIFIER ::= {genEquipUnit 6}

    genEquipProtectionAdmin OBJECT-TYPE  SYNTAX EnableDisable  ACCESS read-write

      STATUS mandatory  DESCRIPTION  "The Admin mode of the protection for the main card. This attribute is not supported by IP-10 platform, but only by IP-10G platform."  ::= { genEquipProtection 1 }

    genEquipProtectionMode OBJECT-TYPE  SYNTAX INTEGER {

    active(0),standby(1)

    }  ACCESS read-only  STATUS mandatory

      DESCRIPTION  "In protection mode, the card can be either active or standby"  ::= { genEquipProtection 2 }

    genEquipProtectionMateIPAddr OBJECT-TYPE  SYNTAX IpAddress  ACCESS read-only  STATUS mandatory  DESCRIPTION  "same parameter as genEquipNetworkMateIp.

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    16/131

      In case of 1+1 protection it is the protected card (Mate) IP address.  In case of 2+2 protection it is the IP address of the protected unit."  ::= { genEquipProtection 3 }

    genEquipProtectionMateMACAddr OBJECT-TYPE  SYNTAX OCTET STRING (SIZE(6))  ACCESS read-only  STATUS mandatory  DESCRIPTION  "In case of 1+1 protection it is protected card (Mate) Mac address  In case of 2+2 protection it is the IP address of the protected unit."  ::= { genEquipProtection 4 }

    genEquipProtectionRadioExcessiveBERSwitch OBJECT-TYPE  SYNTAX EnableDisable  ACCESS read-write  STATUS mandatory  DESCRIPTION  "The Admin state of an Excessive BER threshold. When enabled, crossing the Excessive BER threshold will cause

    a protection switch."  ::= { genEquipProtection 5 }

    genEquipProtectionLockout OBJECT-TYPE

      SYNTAX OffOn  ACCESS read-write  STATUS mandatory  DESCRIPTION  "This parameter provides the ability to Lock the mode of each card in the protection,  meaning to force the fact that protection switch will not occur."  ::= { genEquipProtection 6 }

    genEquipProtectionForceSwitch OBJECT-TYPE  SYNTAX OffOn  ACCESS read-write  STATUS mandatory

      DESCRIPTION  "This parameter is a command that forces a protection switch regardlessof the state of the standby card."  ::= { genEquipProtection 7 }

    genEquipProtectionManualSwitch OBJECT-TYPE  SYNTAX OffOn  ACCESS read-write  STATUS mandatory  DESCRIPTION  "This parameter is a command that performs manaual protection switch."  ::= { genEquipProtection 8 }

    genEquipProtectionCopyToMateComand OBJECT-TYPE  SYNTAX OffOn  ACCESS read-write  STATUS mandatory  DESCRIPTION  "Setting this parameter to On will copy configured parameters from the active to the standby unit."  ::= { genEquipProtection 9 }

    genEquipProtectionCopyToMateStatus OBJECT-TYPE

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    17/131

      SYNTAX ProgressStatus  ACCESS read-only  STATUS mandatory  DESCRIPTION  "This parameter represents the status of the copy-to-mate command when protection is enabled.  - ready(0)

     - inProgress(1), - success(2), - failure(3)"

      ::= { genEquipProtection 10 }

    -- NetworkgenEquipNetwork OBJECT IDENTIFIER ::= {genEquip 2}

    genEquipNetworkRemoteIp OBJECT-TYPESYNTAX IpAddressACCESS read-only

      STATUS mandatory  DESCRIPTION"This value indicates the Remote IP address."::= { genEquipNetwork 1 }

    genEquipNetworkMateIp OBJECT-TYPE  SYNTAX IpAddress  ACCESS read-only  STATUS mandatory  DESCRIPTION"This value indicates the Mate IP address. (same as genEquipProtectionMateIPAddr)"::= { genEquipNetwork 2 }

    genEquipNetworkAgentIp OBJECT-TYPE  SYNTAX IpAddress  ACCESS read-only  STATUS mandatory

      DESCRIPTION"This value indicates the Agent IP address. (same as genEquipNetworkManagmentLocalIp)"::= { genEquipNetwork 3 }

    --- Network Managment informationgenEquipNetworkManagment OBJECT IDENTIFIER ::= { genEquipNetwork 4}

    genEquipNetworkManagmentLocalIp OBJECT-TYPESYNTAX IpAddressACCESS read-write

      STATUS mandatory

      DESCRIPTION"This value indicates the Local IP address. (same as genEquipNet

    workAgentIp)"::= { genEquipNetworkManagment 1 }

    genEquipNetworkManagmentLocalSubnetMask OBJECT-TYPESYNTAX IpAddressACCESS read-write

      STATUS mandatory  DESCRIPTION

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    18/131

    "This value indicates the Local subnet mask. (for example 255.255.255.0)"::= { genEquipNetworkManagment 2 }

    genEquipNetworkManagmentLocalDefaultGateway OBJECT-TYPESYNTAX IpAddressACCESS read-write

      STATUS mandatory  DESCRIPTION

    "This value indicates the Local default gateway."::= { genEquipNetworkManagment 3 }

    genEquipNetworkManagmentLocalHWAddr OBJECT-TYPESYNTAX OCTET STRING (SIZE(0..6))ACCESS read-only

      STATUS mandatory  DESCRIPTION

    "This value indicates the MAC Address used for management (related to the management IP address of the system)."::= { genEquipNetworkManagment 4 }

    genEquipNetworkManagmentRemoteSubnetMask OBJECT-TYPESYNTAX IpAddressACCESS read-write

      STATUS mandatory  DESCRIPTION"This value indicates the Remote subnet mask.(for example 255.25

    5.255.0)"::= { genEquipNetworkManagment 5 }

    genEquipNetworkManagmentNumOfPorts OBJECT-TYPESYNTAX INTEGER (0..3)ACCESS read-write

      STATUS mandatory  DESCRIPTION

    "This value indicates the number of management ports."::= { genEquipNetworkManagment 6 }

    genEquipNetworkManagmentInBandVLAN OBJECT-TYPESYNTAX INTEGER (1..4090)ACCESS read-write

      STATUS mandatory  DESCRIPTION

    "This value indicates the number of in-band VLANs."::= { genEquipNetworkManagment 7 }

    genEquipNetworkManagmentPortType OBJECT-TYPESYNTAX INTEGER { outOfBand(0), inBand(1) }ACCESS read-write

      STATUS mandatory

      DESCRIPTION"This is a configurable option to use in-band or out-of-band man

    agement."::= { genEquipNetworkManagment 8 }

    genEquipNetworkManagmentPortCapacity OBJECT-TYPESYNTAX INTEGER {

    n64(0),n128(1),n256(2),

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    19/131

    n512(3),n1024(4),n2048(5)

    }ACCESS read-write

      STATUS mandatory  DESCRIPTION

    "This value indicates a limit rate for the management port capacity in kbps."::= { genEquipNetworkManagment 9 }

    genEquipNetworkManagmentPortAutoNegotiation OBJECT-TYPESYNTAX OffOnACCESS read-write

      STATUS mandatory  DESCRIPTION

    "Enable or disable the Auto Negotiation option, on all management ports."::= { genEquipNetworkManagment 10 }

    genEquipNetworkManagmentPortRate OBJECT-TYPESYNTAX RateMbpsACCESS read-write

      STATUS mandatory

      DESCRIPTION"This value indicates the port rate in Mbps (all management ports).

    Possible values are:- n10(0) 10Mbps- n100(1) 100Mbps- n1000(2) 1000Mbps"

    ::= { genEquipNetworkManagment 11 }

    genEquipNetworkManagmentPortDuplex OBJECT-TYPESYNTAX INTEGER { half(0), full(1) }ACCESS read-write

      STATUS mandatory

      DESCRIPTION"This value indicates the port duplex value, for all managementports."::= { genEquipNetworkManagment 12 }

    --- IP Table informationgenEquipNetworkIP OBJECT IDENTIFIER ::= { genEquipNetwork 5}

    genEquipNetworkIPTable OBJECT-TYPE  SYNTAX SEQUENCE OF GenEquipNetworkIPEntry  ACCESS not-accessible  STATUS mandatory  DESCRIPTION

      "This table keeps the information about the neighbour attributes, such as IP address, MAC address, slot,  port number and description. It can be used by the NMS for topology discovery."  ::= { genEquipNetworkIP 1 }

    genEquipNetworkIPEntry OBJECT-TYPE  SYNTAX GenEquipNetworkIPEntry  ACCESS not-accessible  STATUS mandatory

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    20/131

      DESCRIPTION  "This table keeps the information about the neighbour attributes, such as IP address, MAC address, slot,  port number and description. It can be used by the NMS for topology discovery."  INDEX { ifIndex }  ::= { genEquipNetworkIPTable 1 }

    GenEquipNetworkIPEntry ::=SEQUENCE {

    genEquipNetworkIPEthernetPortINTEGER,

    genEquipNetworkIPPeerMacAddrOCTET STRING,

    genEquipNetworkIPPeerIPAddr  IpAddress,

    genEquipNetworkIPPeerSlotIDINTEGER,

    genEquipNetworkIPPeerPortNumberINTEGER,

    genEquipNetworkIPPeerDescrDisplayString,

    genEquipNetworkIPPeerNodeToNodeConnectionEnableDisable

    }

    genEquipNetworkIPEthernetPort OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION  "Ethernet port (local port) is the index of the table, to be taken fromifIndex."  ::= { genEquipNetworkIPEntry 1 }

    genEquipNetworkIPPeerMacAddr OBJECT-TYPE  SYNTAX OCTET STRING (SIZE(6))

      ACCESS read-write  STATUS mandatory  DESCRIPTION  "The Peer (far-end) Mac address of the managed NE (CPU) connected on the local Ethernet port"  ::= { genEquipNetworkIPEntry 2 }

    genEquipNetworkIPPeerIPAddr OBJECT-TYPE  SYNTAX IpAddress  ACCESS read-write  STATUS mandatory  DESCRIPTION  "The Peer (far-end) IP address of the managed NE (CPU) connected on the

     local Ethernet port"  ::= { genEquipNetworkIPEntry 3 }

    genEquipNetworkIPPeerSlotID OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-write  STATUS mandatory  DESCRIPTION  "The Peer (far-end) slot-id of the managed NE connected on the local Ethernet port."

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    21/131

      ::= { genEquipNetworkIPEntry 4 }

    genEquipNetworkIPPeerPortNumber OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-write  STATUS mandatory  DESCRIPTION  "The Peer (far-end) port number of the managed NE connected on the local Ethernet port. The port number is sequential  starting with 1"  ::= { genEquipNetworkIPEntry 5 }

    genEquipNetworkIPPeerDescr OBJECT-TYPE  SYNTAX DisplayString  ACCESS read-write  STATUS mandatory  DESCRIPTION  "User defined description for the peer port"  ::= { genEquipNetworkIPEntry 6 } genEquipNetworkIPPeerNodeToNodeConnection OBJECT-TYPE  SYNTAX EnableDisable  ACCESS read-write  STATUS mandatory

      DESCRIPTION  "Node To Node Connection.  This column is relevant only for STM-1/Oc3 connections.  if this parameter is enabled, it means that the STM-1 port is connectedwith another Ceragon NE,  the STM-1/Oc3 port is not an access port, it is used by the NMS to findTDM trails."  ::= { genEquipNetworkIPEntry 7 } 

    genEquipNetworkIPClearAllPeerInfo OBJECT-TYPE  SYNTAX OffOn  ACCESS read-write

      STATUS mandatory  DESCRIPTION  "This parameter is a command to clear the neighbor IP table info"  ::= { genEquipNetworkIP 2 }

    genEquipNetworkFloatingIp OBJECT-TYPE  SYNTAX IpAddress  ACCESS read-write  STATUS mandatory  DESCRIPTION"This value indicates the floating IP used when system is in protection mode.This address must differ from system's own IP address (genEquipNetworkAgentIp)as well as mate unit's (genEquipProtectionMateIPAddr)and must be in the same sub

    net.A value of 0.0.0.0 will disable the feature.This attribute is not supported by IP-10 platform, but only by IP-10G platform."::= { genEquipNetwork 6 }

    -- FaultsgenEquipFault OBJECT IDENTIFIER ::= { genEquip 3}

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    22/131

    -- Current AlarmsgenEquipCurrentAlarm OBJECT IDENTIFIER ::= {genEquipFault 1}

    genEquipCurrentAlarmLastChangeCounter OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION  "This counter is initialized with a random number after resest,

    and incremented on each change in the CurrentAlarmTable"  ::= { genEquipCurrentAlarm 1 }

    genEquipCurrentAlarmTable OBJECT-TYPE  SYNTAX SEQUENCE OF GenEquipCurrentAlarmEntry  ACCESS not-accessible  STATUS mandatory  DESCRIPTION  "This table includes the current alarm (when a RAISED trap is  sent, an alarm is added to the table, when a CLEAR trap is sent,  the alarm is removed)."  ::= { genEquipCurrentAlarm 2 }

    genEquipCurrentAlarmEntry OBJECT-TYPE  SYNTAX GenEquipCurrentAlarmEntry

      ACCESS not-accessible  STATUS mandatory  DESCRIPTION  "Entry containing the info of a current RAISED traps."  INDEX { genEquipCurrentAlarmCounter }  ::= { genEquipCurrentAlarmTable 1 }

    GenEquipCurrentAlarmEntry ::=SEQUENCE {

    genEquipCurrentAlarmCounterINTEGER,

    genEquipCurrentAlarmRaisedTimeTINTEGER,

    genEquipCurrentAlarmId  INTEGER,genEquipCurrentAlarmName

    DisplayString,genEquipCurrentAlarmInstance

    INTEGER,genEquipCurrentAlarmSeverity

    Severity,genEquipCurrentAlarmIfIndex

    INTEGER,genEquipCurrentAlarmModule

    DisplayString,genEquipCurrentAlarmDesc

    DisplayString,genEquipCurrentAlarmProbableCause

    DisplayString,genEquipCurrentAlarmCorrectiveActions

    DisplayString,genEquipCurrentAlarmState

    INTEGER,genEquipCurrentAlarmSlotId

    INTEGER}

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    23/131

    genEquipCurrentAlarmCounter OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION  "A running counter of open alarms, incremented upon each new alarm.  It is cleared after reset."  ::= { genEquipCurrentAlarmEntry 1 }

    genEquipCurrentAlarmRaisedTimeT OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION  "The rasied time of this alarm.  Time in seconds since January 1, 1970 00:00 UTC."  ::= { genEquipCurrentAlarmEntry 2 }

    genEquipCurrentAlarmId OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory

      DESCRIPTION  "Alarm ID. list of alarm IDs is available in the MIB ref. guide."  ::= { genEquipCurrentAlarmEntry 3 }

    genEquipCurrentAlarmName OBJECT-TYPE  SYNTAX DisplayString  ACCESS read-only  STATUS mandatory  DESCRIPTION  "Alarm name (the parameter and entity in the CLI) for example  'radio/framer/radio-lof'"  ::= { genEquipCurrentAlarmEntry 4 }

    genEquipCurrentAlarmInstance OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION  "In the case of alarms that may have several appereances (at intervaces, channels, VCs, etc...), this parameter indicates the instance of the alarm."  ::= { genEquipCurrentAlarmEntry 5 }

    genEquipCurrentAlarmSeverity OBJECT-TYPE  SYNTAX Severity  ACCESS read-only  STATUS mandatory

      DESCRIPTION  "The current Alarm severity  the values can be:  - indeterminate(0)

     - critical(1) - major(2) - minor(3) - warning(4) - cleared(5)"

      DEFVAL { indeterminate }

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    24/131

      ::= { genEquipCurrentAlarmEntry 6 }

    genEquipCurrentAlarmIfIndex OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION  "Interface Index where the alarm occurred, alarms that are  not associated with specific interfaces will have the following value:  For a non-interface alarm, the value is: 65001"  ::= { genEquipCurrentAlarmEntry 7 }

    genEquipCurrentAlarmModule OBJECT-TYPE  SYNTAX DisplayString  ACCESS read-only  STATUS mandatory  DESCRIPTION  "The module of the alarm.  Possible values are 'IDU' or 'RFU'."  ::= {genEquipCurrentAlarmEntry 8}

    genEquipCurrentAlarmDesc OBJECT-TYPE  SYNTAX DisplayString

      ACCESS read-only  STATUS mandatory  DESCRIPTION  "The alarm description (same as the description in the sent trap)."  ::= { genEquipCurrentAlarmEntry 9}

    genEquipCurrentAlarmProbableCause OBJECT-TYPE  SYNTAX DisplayString  ACCESS read-only  STATUS mandatory  DESCRIPTION  "The alarm probable cause."  ::= { genEquipCurrentAlarmEntry 10}

    genEquipCurrentAlarmCorrectiveActions OBJECT-TYPE  SYNTAX DisplayString  ACCESS read-only  STATUS mandatory  DESCRIPTION  "The alarm corrective actions."  ::= { genEquipCurrentAlarmEntry 11 }

    genEquipCurrentAlarmState OBJECT-TYPESYNTAX INTEGER{

    cleared(0),raised(1)

    }  ACCESS read-only  STATUS mandatory  DESCRIPTION  "The state of the alarm (cleared or rasied)."  ::= { genEquipCurrentAlarmEntry 12 }

    genEquipCurrentAlarmSlotId OBJECT-TYPESYNTAX INTEGER

      ACCESS read-only

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    25/131

      STATUS mandatory  DESCRIPTION  "The ID of the slot originating the alarm.

    Possible values: - standalone(0) - slot1(1) - slot2(2) - slot3(3) - slot4(4) - slot5(5)- slot6(6)"

      ::= { genEquipCurrentAlarmEntry 13 }

    -- Just like current alarmgenEquipMostSevereAlarm OBJECT-TYPE  SYNTAX Severity  ACCESS read-only  STATUS mandatory  DESCRIPTION  "The severity of the most severe alarm in the system"

    ::= { genEquipCurrentAlarm 3 }

    -- Traps configuration.

    genEquipTrapCfg OBJECT IDENTIFIER ::= {genEquipFault 2} genEquipTrapCfgMgrTable OBJECT-TYPE  SYNTAX SEQUENCE OF GenEquipTrapCfgMgrEntry  ACCESS not-accessible  STATUS mandatory  DESCRIPTION  "This table indicates the Trap manager list."  ::= { genEquipTrapCfg 1 }

    genEquipTrapCfgMgrEntry OBJECT-TYPE  SYNTAX GenEquipTrapCfgMgrEntry  ACCESS not-accessible

      STATUS mandatory  DESCRIPTION  "Entry containing the manager IP addresses and the trap filter options."  INDEX { genEquipTrapCfgMgrId}  ::= { genEquipTrapCfgMgrTable 1 }

    GenEquipTrapCfgMgrEntry ::=  SEQUENCE {  genEquipTrapCfgMgrId INTEGER,  genEquipTrapCfgMgrAdmin EnableDisable,  genEquipTrapCfgMgrIP IpAddress,  genEquipTrapCfgMgrPort INTEGER,  genEquipTrapCfgMgrName DisplayString,

    genEquipTrapCfgMgrCommunity DisplayString,  genEquipTrapCfgMgrSeverityFilter INTEGER,  genEquipTrapCfgMgrStatusChangeFilter OffOn,

    genEquipTrapCfgMgrCLLI DisplayString,

    genEquipTrapCfgMgrHeartbeatPeriod INTEGER}

    genEquipTrapCfgMgrId OBJECT-TYPE  SYNTAX INTEGER

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    26/131

      ACCESS read-only  STATUS mandatory  DESCRIPTION  "This value indicates an index of a specific manager"  ::= { genEquipTrapCfgMgrEntry 1 }

    genEquipTrapCfgMgrAdmin OBJECT-TYPE  SYNTAX EnableDisable  ACCESS read-write  STATUS mandatory  DESCRIPTION  "This value indicates an administrative state of a specific manager.  disable - will not send traps to this trap manager."  ::= { genEquipTrapCfgMgrEntry 2 } genEquipTrapCfgMgrIP OBJECT-TYPE  SYNTAX IpAddress  ACCESS read-write  STATUS mandatory  DESCRIPTION  "This value indicates the manager's IP address."  ::= { genEquipTrapCfgMgrEntry 3 }

    genEquipTrapCfgMgrPort OBJECT-TYPE

      SYNTAX INTEGER (70..65535)  ACCESS read-write  STATUS mandatory  DESCRIPTION  "The Port for sending the trap for each manager (possible values: 70-65535)"  DEFVAL { 162 }  ::= { genEquipTrapCfgMgrEntry 4 }

    genEquipTrapCfgMgrName OBJECT-TYPE  SYNTAX DisplayString (SIZE(0..30))  ACCESS read-write  STATUS mandatory

      DESCRIPTION  "The name of the manager configured to receive the traps"  ::= { genEquipTrapCfgMgrEntry 5 } genEquipTrapCfgMgrCommunity OBJECT-TYPE  SYNTAX DisplayString (SIZE(0..30))  ACCESS read-write  STATUS mandatory  DESCRIPTION  "The manager trap community configured."  ::= { genEquipTrapCfgMgrEntry 6 }

     genEquipTrapCfgMgrSeverityFilter OBJECT-TYPE

      SYNTAX INTEGER  ACCESS read-write  STATUS mandatory  DESCRIPTION  "This is a bit mask value for masking traps according to its severity.  There is a bit for each severity. If the relevant bit is on (1),  the Agent will send traps with this severity. It won't send traps if the  bit is off (0).  The list of bits from LSB to MSB:

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    27/131

    Bit 1 (LSB) - indeterminateBit 2 - criticalBit 3 - majorBit 4 - minorBit 5 - warningBit 6 - cleared "

      ::= { genEquipTrapCfgMgrEntry 7 } genEquipTrapCfgMgrStatusChangeFilter OBJECT-TYPE  SYNTAX OffOn  ACCESS read-write  STATUS mandatory  DESCRIPTION  "This value represents the mode in which the traps are sent:  If the filter is set to ON - only traps that change the severity of thesystem are sent.  If the filter is set to OFF - all traps (that are not screened by otherfilters) are sent."  ::= { genEquipTrapCfgMgrEntry 8 }

    genEquipTrapCfgMgrCLLI OBJECT-TYPE  SYNTAX DisplayString (SIZE(0..100))  ACCESS read-write

      STATUS mandatory  DESCRIPTION  "Common Language Location Identifier (maximum length: 100)"  ::= { genEquipTrapCfgMgrEntry 9 }

    genEquipTrapCfgMgrHeartbeatPeriod OBJECT-TYPE  SYNTAX INTEGER (0..1440)  ACCESS read-write  STATUS mandatory  DESCRIPTION  "This item defines the interval (in minutes) between each heartbeat trap.  A value of '0' disables this feature."

      DEFVAL { 0 }  ::= { genEquipTrapCfgMgrEntry 10 }

    -- Event LoggenEquipEventLog OBJECT IDENTIFIER ::= {genEquipFault 3}

    genEquipEventLogTable OBJECT-TYPE  SYNTAX SEQUENCE OF GenEquipEventLogEntry  ACCESS not-accessible  STATUS mandatory  DESCRIPTION  "This table includes the event log."  ::= { genEquipEventLog 1 }

    genEquipEventLogEntry OBJECT-TYPE  SYNTAX GenEquipEventLogEntry  ACCESS not-accessible  STATUS mandatory  DESCRIPTION  "Entry containing the info of the event log table."  INDEX { genEquipEventLogCounter }  ::= { genEquipEventLogTable 1 }

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    28/131

    GenEquipEventLogEntry ::=SEQUENCE {

    genEquipEventLogCounterINTEGER,

    genEquipEventLogRaisedTimeTINTEGER,

    genEquipEventLogSeveritySeverity,

    genEquipEventLogModuleDisplayString,

    genEquipEventLogDescDisplayString,

    genEquipEventLogStateINTEGER

    }

    genEquipEventLogCounter OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION  "The event counter."  ::= { genEquipEventLogEntry 1 }

    genEquipEventLogRaisedTimeT OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION  "The rasied time of this event.  Time in seconds since January 1, 1970 00:00 UTC. (time_t format)"  ::= { genEquipEventLogEntry 2 }

    genEquipEventLogSeverity OBJECT-TYPE  SYNTAX Severity  ACCESS read-only

      STATUS mandatory  DESCRIPTION  "The event severity, possible values are:  - indeterminate(0),

     - critical(1) - major(2) - minor(3) - warning(4) - cleared(5)"

      ::= { genEquipEventLogEntry 3 }

    genEquipEventLogModule OBJECT-TYPE  SYNTAX DisplayString

      ACCESS read-only  STATUS mandatory  DESCRIPTION  "The module of the event. ('IDU' or 'RFU')"  ::= { genEquipEventLogEntry 4 }

    genEquipEventLogDesc OBJECT-TYPE  SYNTAX DisplayString  ACCESS read-only  STATUS mandatory

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    29/131

      DESCRIPTION  "The event description (same as the description in the sent trap)."  ::= { genEquipEventLogEntry 5 }

    genEquipEventLogState OBJECT-TYPESYNTAX INTEGER{

    cleared(0),raised(1),event(2)}

      ACCESS read-only  STATUS mandatory  DESCRIPTION  "The state of the event or alarm.

    in case of alarm, 'cleard' or 'raised'.  in case of event, 'event'."  ::= { genEquipEventLogEntry 6 }

    -- Clear event log commandgenEquipEventLogClear OBJECT-TYPE  SYNTAX OffOn  ACCESS read-write  STATUS mandatory  DESCRIPTION

      "The clear event log command. If enabled, will clear the event log."::= { genEquipEventLog 2 }

    -- Application last error (number and description)genEquipFaultErrno OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION  "The application last error number. list of Errnos are located in the MIB ref guide."  ::= { genEquipFault 4 }

    genEquipFaultErrDescr OBJECT-TYPE  SYNTAX DisplayString  ACCESS read-only  STATUS mandatory  DESCRIPTION  "The application last error description. list of Errnos are located in the MIB ref guide."  ::= { genEquipFault 5 }

    -- ManagementgenEquipMng OBJECT IDENTIFIER ::= { genEquip 4}

    genEquipMngSw OBJECT IDENTIFIER ::= { genEquipMng 1}

    genEquipMngSwServerUrl OBJECT-TYPESYNTAX DisplayStringACCESS read-writeSTATUS mandatoryDESCRIPTION

    "Remote SW Update Server URL where SW updates reside"::= { genEquipMngSw 1 }

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    30/131

    genEquipMngSwServerLogin OBJECT-TYPESYNTAX DisplayStringACCESS read-writeSTATUS mandatoryDESCRIPTION

    "Remote server login"::= { genEquipMngSw 2 }

    genEquipMngSwServerPassword OBJECT-TYPESYNTAX DisplayStringACCESS read-writeSTATUS mandatoryDESCRIPTION

    "Remote server password"::= { genEquipMngSw 3 }

    genEquipMngSwProxyUrl OBJECT-TYPESYNTAX DisplayStringACCESS read-onlySTATUS obsoleteDESCRIPTION

    "Proxy Server Url. This parameter is obsolete and should not be in used."::= { genEquipMngSw 4 }

    genEquipMngSwProxyLogin OBJECT-TYPESYNTAX DisplayStringACCESS read-onlySTATUS obsoleteDESCRIPTION

    "Proxy server loginThis parameter is obsolete and should not be in used."::= { genEquipMngSw 5 }

    genEquipMngSwProxyPassword OBJECT-TYPESYNTAX DisplayStringACCESS read-only

    STATUS obsoleteDESCRIPTION"Proxy server passwordThis parameter is obsolete and should not be in used."::= { genEquipMngSw 6 }

    genEquipMngSwDownloadStatus OBJECT-TYPESYNTAX ProgressStatusACCESS read-onlySTATUS mandatoryDESCRIPTION"Download software status.Possible values are:

     - ready(0) - inProgress(1) - success(2) - failure(3)"

    ::= { genEquipMngSw 7 }

    genEquipMngSwInstallStatus OBJECT-TYPESYNTAX ProgressStatusACCESS read-onlySTATUS mandatory

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    31/131

    DESCRIPTION"Install software status.Possible values are: - ready(0) - inProgress(1) - success(2) - failure(3)"

    ::= { genEquipMngSw 8 }

    genEquipMngSwCommand OBJECT-TYPESYNTAX SwCommandACCESS read-writeSTATUS mandatoryDESCRIPTION"The command to be executed to manage SW versions.Depending on the value given, a different operation will be carr

    ied out involving FTP and/or version installing.Possible values are: - noOperation(0) - downloadUpgradeVersion(1) - load a newer version from FTP sit

    e - upgrade(2) - upgrade to newer version which has already been

    loaded - rollback(3) - install a previously working version without do

    wnloading  - downgrade(4) - downgrade to an older version which has alredy been loaded

     - downloadDowngradeVersion(5) - load an older version from FTPsite"::= { genEquipMngSw 9 }

    genEquipMngSwInstalledIduVersion OBJECT-TYPESYNTAX DisplayStringACCESS read-onlySTATUS mandatoryDESCRIPTION

    "This value indicates the Package Version of the installed IDU SW"

    ::= { genEquipMngSw 10 }

    genEquipMngSwInstalledRfuVersion OBJECT-TYPE  SYNTAX DisplayString  ACCESS read-only  STATUS mandatory  DESCRIPTION"This value indicates the Package version of the installed RFU SW."::= { genEquipMngSw 11 }

    -- VersionsgenEquipMngSwVersions OBJECT IDENTIFIER ::= { genEquipMngSw 13}

    genEquipMngSwIDUVersionsTable OBJECT-TYPE  SYNTAX SEQUENCE OF GenEquipMngSwIDUVersionsEntry  ACCESS not-accessible  STATUS mandatory  DESCRIPTION  "This table contains all IDU running versions."  ::= { genEquipMngSwVersions 1 }

    genEquipMngSwIDUVersionsEntry OBJECT-TYPE  SYNTAX GenEquipMngSwIDUVersionsEntry

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    32/131

      ACCESS not-accessible  STATUS mandatory  DESCRIPTION  "Entry containing the info of the IDU Versions table."  INDEX { genEquipMngSwIDUVersionsCounter }  ::= { genEquipMngSwIDUVersionsTable 1 }

    GenEquipMngSwIDUVersionsEntry ::=SEQUENCE {

    genEquipMngSwIDUVersionsCounterINTEGER,

    genEquipMngSwIDUVersionsPackageNameDisplayString,

    genEquipMngSwIDUVersionsTargetDeviceDisplayString,

    genEquipMngSwIDUVersionsRunningVersionDisplayString,

    genEquipMngSwIDUVersionsInstalledVersionDisplayString,

    genEquipMngSwIDUVersionsUpgradePackageDisplayString,

    genEquipMngSwIDUVersionsDowngradePackageDisplayString

    }

    genEquipMngSwIDUVersionsCounter OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION  "This is the index of this table."  ::= { genEquipMngSwIDUVersionsEntry 1 }

    genEquipMngSwIDUVersionsPackageName OBJECT-TYPE  SYNTAX DisplayString  ACCESS read-only  STATUS mandatory

      DESCRIPTION  "The Package name"  ::= { genEquipMngSwIDUVersionsEntry 2 }

    genEquipMngSwIDUVersionsTargetDevice OBJECT-TYPE  SYNTAX DisplayString  ACCESS read-only  STATUS mandatory  DESCRIPTION  "The Target device within the NE (i.e. Modem, FPGA, IDU)"  ::= { genEquipMngSwIDUVersionsEntry 3 }

    genEquipMngSwIDUVersionsRunningVersion OBJECT-TYPE

      SYNTAX DisplayString  ACCESS read-only  STATUS mandatory  DESCRIPTION  "The running version."  ::= { genEquipMngSwIDUVersionsEntry 4 }

    genEquipMngSwIDUVersionsInstalledVersion OBJECT-TYPE  SYNTAX DisplayString  ACCESS read-only

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    33/131

      STATUS mandatory  DESCRIPTION  "The installed version is similar to the running version, besides packages that are not currnelty running.  those packages will have in the running version 'N/A' while in the installed version a version number.  for exmaple for IP-10G without daughter-board, some of the packages will be installed but not running."  ::= { genEquipMngSwIDUVersionsEntry 5 }

    genEquipMngSwIDUVersionsUpgradePackage OBJECT-TYPE  SYNTAX DisplayString  ACCESS read-only  STATUS mandatory  DESCRIPTION  "In case the user performs upgrade, this version will be the running/installed version"  ::= { genEquipMngSwIDUVersionsEntry 6 }

    genEquipMngSwIDUVersionsDowngradePackage OBJECT-TYPE  SYNTAX DisplayString  ACCESS read-only  STATUS mandatory  DESCRIPTION

      "In case the user performs downgrade, this version will be the running/installed version."  ::= { genEquipMngSwIDUVersionsEntry 7 }

    genEquipMngCfg OBJECT IDENTIFIER ::= { genEquipMng 2}

    genEquipMngCfgBackupStatus OBJECT-TYPESYNTAX ProgressStatusACCESS read-onlySTATUS mandatoryDESCRIPTION"This parameter shows the current state of the configuration bac

    kup files creation in the IDU.Possible values are: - ready(0) - inProgress(1) - success(2) - failure(3)"

    ::= { genEquipMngCfg 1 }

    genEquipMngCfgRestoreStatus OBJECT-TYPESYNTAX ProgressStatusACCESS read-onlySTATUS mandatoryDESCRIPTION

    "This parameter shows the current state of configuration restoring from downloaded backup files.

    Possible values are: - ready(0) - inProgress(1) - success(2) - failure(3)"

    ::= { genEquipMngCfg 2 }

    genEquipMngCfgUploadStatus OBJECT-TYPE

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    34/131

    SYNTAX ProgressStatusACCESS read-onlySTATUS mandatoryDESCRIPTION"This parameter shows the current state of configuration backup

    files transfer from IDU to external FTP site.Possible values are: - ready(0) - inProgress(1) - success(2) - failure(3)"

    ::= { genEquipMngCfg 3 }

    genEquipMngCfgDownloadStatus OBJECT-TYPESYNTAX ProgressStatusACCESS read-onlySTATUS mandatoryDESCRIPTION"This parameter shows the current state of configuration backup

    files transfer from external FTP site to IDU.Possible values are: - ready(0) - inProgress(1)

     - success(2) - failure(3)"::= { genEquipMngCfg 4 }

    genEquipMngCfgCommand OBJECT-TYPESYNTAX INTEGER{

    no-operation(0),backup(1),restore(2),upload(3),download(4)

    }ACCESS read-write

    STATUS mandatoryDESCRIPTION"The command to be executed to backup/restore or upload/download configu

    ration.If there is more then 1 slot in the NE, it is done for all the shelf."

    ::= { genEquipMngCfg 5 }

    genEquipMngCfgEthernetSwitchStoreConfiguration OBJECT-TYPESYNTAX OffOnACCESS read-writeSTATUS mandatoryDESCRIPTION"This parameter writes the current configuration in the database

    .This command should be called after any change to the following

    sections:- Bridge configuration- WaySide configuration- Protection configuration."

    ::= { genEquipMngCfg 6 }

    genEquipMngCfgSetToDefaultKeepIp OBJECT-TYPESYNTAX OffOn

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    35/131

    ACCESS read-writeSTATUS mandatoryDESCRIPTION"Set to Default configuration without changing the network param

    eters such as IP address, and subnet mask."::= { genEquipMngCfg 7 }

    -- RFUgenEquipRFU OBJECT IDENTIFIER ::= {genEquip 5}

    genEquipRfuStatusTable OBJECT-TYPE  SYNTAX SEQUENCE OF GenEquipRfuStatusEntry  ACCESS not-accessible  STATUS mandatory  DESCRIPTION  "This table indicates the RFU Status Data."

    ::= { genEquipRFU 1 }

    genEquipRfuStatusEntry OBJECT-TYPE  SYNTAX GenEquipRfuStatusEntry  ACCESS not-accessible  STATUS mandatory  DESCRIPTION

      "Entry containing the data of the RFU."  INDEX { genEquipRfuStatusId }  ::= { genEquipRfuStatusTable 1 }

    GenEquipRfuStatusEntry ::=  SEQUENCE {

    genEquipRfuStatusIdRfuId,

      genEquipRfuStatusRxLevelINTEGER,

      genEquipRfuStatusTxLevelINTEGER,

      genEquipRfuStatusTemperature

    INTEGER,  genEquipRfuStatusRunningVersionDisplayString,

    genEquipRfuStatusRFUTypeINTEGER,

    genEquipRfuStatusRFUGradeINTEGER,

    genEquipRfuStatusTxRxFreqSeparationINTEGER,

    genEquipRfuStatusRFUModeINTEGER,

    genEquipRfuStatusRxLevelDiversityINTEGER,

    genEquipRfuStatusRxLevelCombinedINTEGER,

    genEquipRfuStatusAutoDelayCalStatus  INTEGER,genEquipRfuStatusRFUSerialNumber

    DisplayString,genEquipRfuStatusRFUPartNumber

    DisplayString,genEquipRfuStatusRFUmateCarrier

    INTEGER,

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    36/131

    genEquipRfuStatusRFUMaxTxFreqINTEGER,

    genEquipRfuStatusRFUMinTxFreqINTEGER,

    genEquipRfuStatusRFUMaxRxFreqINTEGER,

    genEquipRfuStatusRFUMinRxFreqINTEGER,

    genEquipRfuStatusInstallationINTEGER

    } genEquipRfuStatusId OBJECT-TYPE  SYNTAX RfuId  ACCESS read-only  STATUS mandatory  DESCRIPTION  "This value indicates an index of a specific RFU"  ::= { genEquipRfuStatusEntry 1 }

    genEquipRfuStatusRxLevel OBJECT-TYPESYNTAX INTEGER (-199..0)

      ACCESS read-only  STATUS mandatory

      DESCRIPTION"This value indicates the RFU Receive Level Status."::= { genEquipRfuStatusEntry 2 }

    genEquipRfuStatusTxLevel OBJECT-TYPE  SYNTAX INTEGER (-99..34)  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the RFU Transmit Level Status."::= { genEquipRfuStatusEntry 3 }

    genEquipRfuStatusTemperature OBJECT-TYPE

      SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION  "This value indicates the RFU temperature.

    The value depends on the represented measurement system.with genEquipUnitMeasurementSystem parameter."

      ::= { genEquipRfuStatusEntry 4 }

    genEquipRfuStatusRunningVersion OBJECT-TYPE  SYNTAX DisplayString  ACCESS read-only  STATUS mandatory

      DESCRIPTION  "This value indicates the running SW version on the RFU."  ::= { genEquipRfuStatusEntry 5 }

    genEquipRfuStatusRFUType OBJECT-TYPE  SYNTAX INTEGER {

    unknown(2),rfu-1500p(3),rfu-1500hp(5),

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    37/131

      rfu-1500sp(6),rfu-c(7),rfu-h(8),rfu-h(9),rfu-c(10),rfu-sp(11),rfu-1500p(32),rfu-1500hp(34),rfu-1500sp(35),rfu-c(36),rfu-h(37),rfu-c(38),rfu-h(39),rfu-sp(40)

    }  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "The different types of the supported RFUs"::= { genEquipRfuStatusEntry 6 }

    genEquipRfuStatusRFUGrade OBJECT-TYPE  SYNTAX INTEGER {

    unknown(0),

    grade-1(1),grade-2(2),grade-3(3)

    }  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "The grade of the RFU"::= { genEquipRfuStatusEntry 7 }

    genEquipRfuStatusTxRxFreqSeparation OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only

      STATUS mandatory  DESCRIPTION"Tx to Rx frequency separation (MHz),For some RFUs the user cannot set the tx and rx frequencies sepa

    rately (one of them affects the other one's value)."::= { genEquipRfuStatusEntry 8 }

    genEquipRfuStatusRFUMode OBJECT-TYPE  SYNTAX INTEGER {

    main(2),diversity(3),combined(4)

    }  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "IF combining parameter - The mode of the RFU"::= { genEquipRfuStatusEntry 9 }

    genEquipRfuStatusRxLevelDiversity OBJECT-TYPE  SYNTAX INTEGER (-199..0)  ACCESS read-only

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    38/131

      STATUS mandatory  DESCRIPTION

    "IF combining parameter - The Rx Diversity level (dBm)"::= { genEquipRfuStatusEntry 10 }

    genEquipRfuStatusRxLevelCombined OBJECT-TYPE  SYNTAX INTEGER (-199..0)  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "IF combining parameter - The Rx Combined level (dBm)"::= { genEquipRfuStatusEntry 11 }

    genEquipRfuStatusAutoDelayCalStatus OBJECT-TYPE  SYNTAX INTEGER {

    no-action(2),pass(3),error(4)

    }ACCESS read-only

      STATUS mandatory  DESCRIPTION

    "IF combining parameter - the automatic delay calibration status

    . Supported only for specific RFUs."::= { genEquipRfuStatusEntry 12 }

    genEquipRfuStatusRFUSerialNumber OBJECT-TYPE  SYNTAX DisplayString  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "RFU Serial number."::= { genEquipRfuStatusEntry 13 }

    genEquipRfuStatusRFUPartNumber OBJECT-TYPE

      SYNTAX DisplayString  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "RFU Part number."::= { genEquipRfuStatusEntry 14 }

    genEquipRfuStatusRFUmateCarrier OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "The returned value indicates the slot number of the copartner RF

    U-D carrier.The returned value will be -1 when the RFU is not RFU-D, or if the

     copartner RFU-D carrier is not found.This attribute is not supported by IP-10 platform, but only by I

    P-10G platform."::= { genEquipRfuStatusEntry 15 }

     genEquipRfuStatusRFUMaxTxFreq OBJECT-TYPE  SYNTAX INTEGER

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    39/131

      ACCESS read-only  STATUS mandatory  DESCRIPTION

    "The maximum TX frequency of the RFU that is allowed by the RFU."

    ::= { genEquipRfuStatusEntry 16 }

    genEquipRfuStatusRFUMinTxFreq OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "The minimum TX frequency of the RFU that is allowed by the RFU."

    ::= { genEquipRfuStatusEntry 17 }

    genEquipRfuStatusRFUMaxRxFreq OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "The maximum RX frequency of the RFU that is allowed by the RFU."

    ::= { genEquipRfuStatusEntry 18 }

    genEquipRfuStatusRFUMinRxFreq OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "The minimum RX frequency of the RFU that is allowed by the RFU."

    ::= { genEquipRfuStatusEntry 19 }

    genEquipRfuStatusInstallation OBJECT-TYPE  SYNTAX INTEGER {  split-mount(0),

    all-indoor(1)  }  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "Returns 'all-indoor' or 'split' according to the RFU installation."

    ::= { genEquipRfuStatusEntry 20 }

    -- RFU CFG TABLEgenEquipRfuCfgTable OBJECT-TYPE  SYNTAX SEQUENCE OF GenEquipRfuCfgEntry  ACCESS not-accessible

      STATUS mandatory  DESCRIPTION  "This table indicates the RFU Configuration."  ::= { genEquipRFU 2 }

    genEquipRfuCfgEntry OBJECT-TYPE  SYNTAX GenEquipRfuCfgEntry  ACCESS not-accessible  STATUS mandatory  DESCRIPTION

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    40/131

      "This table indicates the RFU Configuration."  INDEX { genEquipRfuCfgId }  ::= { genEquipRfuCfgTable 1 }

    GenEquipRfuCfgEntry ::=  SEQUENCE {

    genEquipRfuCfgIdRfuId,

    genEquipRfuCfgMaxTxLevelINTEGER,

    genEquipRfuCfgTxFreqINTEGER,

    genEquipRfuCfgRxFreqINTEGER,

    genEquipRfuCfgATPCAdminEnableDisable,

    genEquipRfuCfgATPCRefRSLINTEGER,

    genEquipRfuCfgMuteTxEnableDisable,

    genEquipRfuCfgRSLConnSrcINTEGER,

    genEquipRfuCfgDelayCalINTEGER,

    genEquipRfuCfgLoopbackLoopbackType,genEquipRfuCfgLogAdmin

    EnableDisable}

     genEquipRfuCfgId OBJECT-TYPE  SYNTAX RfuId  ACCESS read-only  STATUS mandatory  DESCRIPTION  "This value indicates an index of a specific RFU"  ::= { genEquipRfuCfgEntry 1 }

    genEquipRfuCfgMaxTxLevel OBJECT-TYPESYNTAX INTEGER (-50..34)ACCESS read-write

      STATUS mandatory  DESCRIPTION

    "This value indicates the RFU Maximum Transmit Level Configuration."

    ::= { genEquipRfuCfgEntry 2 }

    genEquipRfuCfgTxFreq OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-write

      STATUS mandatory  DESCRIPTION

    "Tx Frequancy configuration (Mhz)"::= { genEquipRfuCfgEntry 3 }

    genEquipRfuCfgRxFreq OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-write  STATUS mandatory  DESCRIPTION

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    41/131

    "Rx Frequancy configuration (Mhz)"::= { genEquipRfuCfgEntry 4 }

    genEquipRfuCfgATPCAdmin OBJECT-TYPE  SYNTAX EnableDisable  ACCESS read-write  STATUS mandatory  DESCRIPTION

    "ATPC configuration - Admin modePossible values:- enable(2) - disable(3)"::= { genEquipRfuCfgEntry 5 }

    genEquipRfuCfgATPCRefRSL OBJECT-TYPE  SYNTAX INTEGER (-70..-30)  ACCESS read-write  STATUS mandatory  DESCRIPTION

    "ATPC configuration - reference RSL level (dBm)"::= { genEquipRfuCfgEntry 6 }

    genEquipRfuCfgMuteTx OBJECT-TYPE

      SYNTAX EnableDisable  ACCESS read-write  STATUS mandatory  DESCRIPTION

    "Mute the Tx output of the RFUPossible values:- enable(2) - disable(3)"::= { genEquipRfuCfgEntry 7 }

    genEquipRfuCfgRSLConnSrc OBJECT-TYPE  SYNTAX INTEGER {

    main(2),diversity(3)}

      ACCESS read-write  STATUS mandatory  DESCRIPTION

    "IF combining - RFU RSL (Received Signal Level) connector source "

    ::= { genEquipRfuCfgEntry 8 }

    genEquipRfuCfgDelayCal OBJECT-TYPE  SYNTAX INTEGER (-130..130)  ACCESS read-write

      STATUS mandatory  DESCRIPTION

    "IF combining - Delay calibration"::= { genEquipRfuCfgEntry 9 }

    genEquipRfuCfgLoopback OBJECT-TYPE  SYNTAX INTEGER {

    off(0),towardsSystem(1)}

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    42/131

      ACCESS read-write  STATUS mandatory  DESCRIPTION

    "RFU RF loopback command"::= { genEquipRfuCfgEntry 10 }

    genEquipRfuCfgLogAdmin OBJECT-TYPE  SYNTAX EnableDisable  ACCESS read-write  STATUS mandatory  DESCRIPTION

    "RFU internal log file adminPossible values:- enable(2) - disable(3)"::= { genEquipRfuCfgEntry 11 }

    genEquipRfuUploadTable OBJECT-TYPE  SYNTAX SEQUENCE OF GenEquipRfuUploadEntry  ACCESS not-accessible  STATUS mandatory  DESCRIPTION  "RFU Upload Data table."

      ::= { genEquipRFU 3 }

    genEquipRfuUploadEntry OBJECT-TYPE  SYNTAX GenEquipRfuUploadEntry  ACCESS not-accessible  STATUS mandatory  DESCRIPTION  "Entry containing the data of the RFU."  INDEX { genEquipRfuUploadId }  ::= { genEquipRfuUploadTable 1 }

    GenEquipRfuUploadEntry ::=  SEQUENCE {

    genEquipRfuUploadId RadioId,genEquipRfuUploadSwCommand INTEGER,  genEquipRfuUploadSwStatus INTEGER,  genEquipRfuUploadCounter INTEGER}

     genEquipRfuUploadId OBJECT-TYPE  SYNTAX RadioId  ACCESS read-only  STATUS mandatory  DESCRIPTION  "This value indicates an index of a specific RFU"  ::= { genEquipRfuUploadEntry 1 }

    genEquipRfuUploadSwCommand OBJECT-TYPE  SYNTAX INTEGER{

    uploadSW(1),noOperation(2)}

      ACCESS read-write  STATUS mandatory  DESCRIPTION  "This value initiates SW upload to the RFU."

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    43/131

      ::= { genEquipRfuUploadEntry 2 }

    genEquipRfuUploadSwStatus OBJECT-TYPE  SYNTAX INTEGER{

    noLoad(0),loadError(1),loadStart(2),loadSendBlock(3),loadDone(5)

      }  ACCESS read-only  STATUS mandatory  DESCRIPTION  "This value indicates the status of the SW load operation on the RFU."  ::= { genEquipRfuUploadEntry 3 }

    genEquipRfuUploadCounter OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION  "this parameter shows the progress (in blocks) of RFU software download"  ::= { genEquipRfuUploadEntry 4 }

     -- Performance Monitoring Tables

    genEquipPM OBJECT IDENTIFIER ::= {genEquip 6}

    genEquipPmRfu OBJECT IDENTIFIER ::= {genEquipPM 1}

    genEquipPmRfuCommon OBJECT IDENTIFIER ::= {genEquipPmRfu 1}

    genEquipPmRfuCommonSL15minTable OBJECT-TYPE  SYNTAX SEQUENCE OF GenEquipPmRfuCommonSL15minEntry  ACCESS not-accessible  STATUS mandatory  DESCRIPTION  "This table indicates the RFU Signal Level PM data."  ::= { genEquipPmRfuCommon 1 }

    genEquipPmRfuCommonSL15minEntry OBJECT-TYPE  SYNTAX GenEquipPmRfuCommonSL15minEntry  ACCESS not-accessible  STATUS mandatory

      DESCRIPTION  "Entry containing the data of the RFU SL PM."  INDEX { genEquipPmRfuCommonSL15minId }  ::= { genEquipPmRfuCommonSL15minTable 1 }

    GenEquipPmRfuCommonSL15minEntry ::=  SEQUENCE {

    genEquipPmRfuCommonSL15minId INTEGER,genEquipPmRfuCommonSL15minIfIndex INTEGER,

      genEquipPmRfuCommonSL15minTimeAndDate DisplayString,

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    44/131

      genEquipPmRfuCommonSL15minMinRsl INTEGER,  genEquipPmRfuCommonSL15minMaxRsl INTEGER,  genEquipPmRfuCommonSL15minRslExceed1 INTEGER,  genEquipPmRfuCommonSL15minRslExceed2 INTEGER,  genEquipPmRfuCommonSL15minMinTsl INTEGER,  genEquipPmRfuCommonSL15minMaxTsl INTEGER,  genEquipPmRfuCommonSL15minTslExceed INTEGER,  genEquipPmRfuCommonSL15minIDF OffOn

    }

    genEquipPmRfuCommonSL15minId OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION  "This value indicates an index of a specific RFU"  ::= { genEquipPmRfuCommonSL15minEntry 1 }

    genEquipPmRfuCommonSL15minIfIndex OBJECT-TYPESYNTAX INTEGERACCESS read-onlySTATUS mandatoryDESCRIPTION"This value indicates the interface index of a specific RFU (as

    appears in the ifTable)"::= { genEquipPmRfuCommonSL15minEntry 2 }

    genEquipPmRfuCommonSL15minTimeAndDate OBJECT-TYPESYNTAX DisplayString

      ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the Time and date for the specific PM."::= { genEquipPmRfuCommonSL15minEntry 3 }

    genEquipPmRfuCommonSL15minMinRsl OBJECT-TYPE  SYNTAX INTEGER

      ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the minimum RSL value."::= { genEquipPmRfuCommonSL15minEntry 4 }

    genEquipPmRfuCommonSL15minMaxRsl OBJECT-TYPESYNTAX INTEGERACCESS read-only

      STATUS mandatory  DESCRIPTION

    "This value indicates the maximum RSL value."::= { genEquipPmRfuCommonSL15minEntry 5 }

    genEquipPmRfuCommonSL15minRslExceed1 OBJECT-TYPESYNTAX INTEGERACCESS read-only

      STATUS mandatory  DESCRIPTION

    "This value indicates the number of seconds RSL exceeded threshold number 1."

    ::= { genEquipPmRfuCommonSL15minEntry 6 }

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    45/131

    genEquipPmRfuCommonSL15minRslExceed2 OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the number of seconds RSL exceeded threshold number 2."  ::= { genEquipPmRfuCommonSL15minEntry 7 }

    genEquipPmRfuCommonSL15minMinTsl OBJECT-TYPESYNTAX INTEGER

      ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the Min TSL value."  ::= { genEquipPmRfuCommonSL15minEntry 8 }

    genEquipPmRfuCommonSL15minMaxTsl OBJECT-TYPESYNTAX INTEGER

      ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the Max TSL value."  ::= { genEquipPmRfuCommonSL15minEntry 9 }

     genEquipPmRfuCommonSL15minTslExceed OBJECT-TYPESYNTAX INTEGER

      ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the number of seconds TSL exceeded the threshold"  ::= { genEquipPmRfuCommonSL15minEntry 10 } genEquipPmRfuCommonSL15minIDF OBJECT-TYPE

    SYNTAX OffOn  ACCESS read-only

      STATUS mandatory  DESCRIPTION"This value indicates the IDF of the interval (valid (Off)/inval

    id (On))."  ::= { genEquipPmRfuCommonSL15minEntry 11 } 

    -- SL 15 min CURRENT table --

    genEquipPmRfuCommonSL15minCurrTable OBJECT-TYPE  SYNTAX SEQUENCE OF GenEquipPmRfuCommonSL15minCurrEntry  ACCESS not-accessible  STATUS mandatory

      DESCRIPTION  "This table indicates the RFU Signal Level PM data for the current 15 min. interval."  ::= { genEquipPmRfuCommon 2 }

    genEquipPmRfuCommonSL15minCurrEntry OBJECT-TYPE  SYNTAX GenEquipPmRfuCommonSL15minCurrEntry  ACCESS not-accessible  STATUS mandatory  DESCRIPTION

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    46/131

      "Entry containing the data of the Rfu SL PM."  INDEX { genEquipPmRfuCommonSL15minCurrId }  ::= { genEquipPmRfuCommonSL15minCurrTable 1 }

    GenEquipPmRfuCommonSL15minCurrEntry ::=  SEQUENCE {

    genEquipPmRfuCommonSL15minCurrId INTEGER,genEquipPmRfuCommonSL15minCurrIfIndex INTEGER,

      genEquipPmRfuCommonSL15minCurrTimeAndDate DisplayString,  genEquipPmRfuCommonSL15minCurrMinRsl INTEGER,  genEquipPmRfuCommonSL15minCurrMaxRsl INTEGER,  genEquipPmRfuCommonSL15minCurrRslExceed1 INTEGER,  genEquipPmRfuCommonSL15minCurrRslExceed2 INTEGER,  genEquipPmRfuCommonSL15minCurrMinTsl INTEGER,  genEquipPmRfuCommonSL15minCurrMaxTsl INTEGER,  genEquipPmRfuCommonSL15minCurrTslExceed INTEGER,  genEquipPmRfuCommonSL15minCurrIDF OffOn

    }

    genEquipPmRfuCommonSL15minCurrId OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION

      "This value indicates an index of a specific RFU"  ::= { genEquipPmRfuCommonSL15minCurrEntry 1 }

    genEquipPmRfuCommonSL15minCurrIfIndex OBJECT-TYPESYNTAX INTEGERACCESS read-onlySTATUS mandatoryDESCRIPTION"This value indicates the interface index of a specific RFU (as

    appears in the ifTable)"::= { genEquipPmRfuCommonSL15minCurrEntry 2 }

    genEquipPmRfuCommonSL15minCurrTimeAndDate OBJECT-TYPE

    SYNTAX DisplayString  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the Time and date for the specific PM."::= { genEquipPmRfuCommonSL15minCurrEntry 3 }

    genEquipPmRfuCommonSL15minCurrMinRsl OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the minimum RSL value."

    ::= { genEquipPmRfuCommonSL15minCurrEntry 4 }

    genEquipPmRfuCommonSL15minCurrMaxRsl OBJECT-TYPESYNTAX INTEGERACCESS read-only

      STATUS mandatory  DESCRIPTION

    "This value indicates the maximum RSL value."::= { genEquipPmRfuCommonSL15minCurrEntry 5 }

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    47/131

    genEquipPmRfuCommonSL15minCurrRslExceed1 OBJECT-TYPESYNTAX INTEGERACCESS read-only

      STATUS mandatory  DESCRIPTION

    "This value indicates the number of seconds RSL exceeded threshold number 1."

    ::= { genEquipPmRfuCommonSL15minCurrEntry 6 }

    genEquipPmRfuCommonSL15minCurrRslExceed2 OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the number of seconds RSL exceeded threshold number 2."  ::= { genEquipPmRfuCommonSL15minCurrEntry 7 }

    genEquipPmRfuCommonSL15minCurrMinTsl OBJECT-TYPESYNTAX INTEGER

      ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the Min TSL value."

      ::= { genEquipPmRfuCommonSL15minCurrEntry 8 }

    genEquipPmRfuCommonSL15minCurrMaxTsl OBJECT-TYPESYNTAX INTEGER

      ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the Max TSL value."  ::= { genEquipPmRfuCommonSL15minCurrEntry 9 } genEquipPmRfuCommonSL15minCurrTslExceed OBJECT-TYPE

    SYNTAX INTEGER  ACCESS read-only

      STATUS mandatory  DESCRIPTION"This value indicates the number of seconds TSL exceeded the thr

    eshold"  ::= { genEquipPmRfuCommonSL15minCurrEntry 10 } genEquipPmRfuCommonSL15minCurrIDF OBJECT-TYPE

    SYNTAX OffOn  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the IDF of the interval (valid (Off)/invalid (On))."

      ::= { genEquipPmRfuCommonSL15minCurrEntry 11 } -- PM Tables for SL 24 hour intervals

    genEquipPmRfuCommonSL24hrTable OBJECT-TYPE  SYNTAX SEQUENCE OF GenEquipPmRfuCommonSL24hrEntry  ACCESS not-accessible  STATUS mandatory  DESCRIPTION  "This table indicates the RFU Signal Level 24 hr PM data."

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    48/131

      ::= { genEquipPmRfuCommon 3 }

    genEquipPmRfuCommonSL24hrEntry OBJECT-TYPE  SYNTAX GenEquipPmRfuCommonSL24hrEntry  ACCESS not-accessible  STATUS mandatory  DESCRIPTION  "Entry containing the data of the RFU SL PM."  INDEX { genEquipPmRfuCommonSL24hrId }  ::= { genEquipPmRfuCommonSL24hrTable 1 }

    GenEquipPmRfuCommonSL24hrEntry ::=  SEQUENCE {

    genEquipPmRfuCommonSL24hrId INTEGER,genEquipPmRfuCommonSL24hrIfIndex INTEGER,

      genEquipPmRfuCommonSL24hrTimeAndDate DisplayString,  genEquipPmRfuCommonSL24hrMinRsl INTEGER,  genEquipPmRfuCommonSL24hrMaxRsl INTEGER,  genEquipPmRfuCommonSL24hrRslExceed1 INTEGER,  genEquipPmRfuCommonSL24hrRslExceed2 INTEGER,  genEquipPmRfuCommonSL24hrMinTsl INTEGER,  genEquipPmRfuCommonSL24hrMaxTsl INTEGER,  genEquipPmRfuCommonSL24hrTslExceed INTEGER,  genEquipPmRfuCommonSL24hrIDF OffOn

    }

    genEquipPmRfuCommonSL24hrId OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION  "This value indicates an index of a specific RFU"  ::= { genEquipPmRfuCommonSL24hrEntry 1 }

    genEquipPmRfuCommonSL24hrIfIndex OBJECT-TYPESYNTAX INTEGERACCESS read-only

    STATUS mandatoryDESCRIPTION"This value indicates the interface index of a specific RFU (as

    appears in the ifTable)"::= { genEquipPmRfuCommonSL24hrEntry 2 }

    genEquipPmRfuCommonSL24hrTimeAndDate OBJECT-TYPESYNTAX DisplayString

      ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the time and date for the specific PM."::= { genEquipPmRfuCommonSL24hrEntry 3 }

    genEquipPmRfuCommonSL24hrMinRsl OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the min RSL value."::= { genEquipPmRfuCommonSL24hrEntry 4 }

    genEquipPmRfuCommonSL24hrMaxRsl OBJECT-TYPE

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    49/131

    SYNTAX INTEGERACCESS read-only

      STATUS mandatory  DESCRIPTION

    "This value indicates the max RSL value."::= { genEquipPmRfuCommonSL24hrEntry 5 }

    genEquipPmRfuCommonSL24hrRslExceed1 OBJECT-TYPESYNTAX INTEGERACCESS read-only

      STATUS mandatory  DESCRIPTION

    "This value indicates the number of seconds RSL exceeded threshold number 1."

    ::= { genEquipPmRfuCommonSL24hrEntry 6 }

    genEquipPmRfuCommonSL24hrRslExceed2 OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the number of seconds RSL exceeded threshold number 2."  ::= { genEquipPmRfuCommonSL24hrEntry 7 }

    genEquipPmRfuCommonSL24hrMinTsl OBJECT-TYPESYNTAX INTEGER

      ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the Min TSL value."  ::= { genEquipPmRfuCommonSL24hrEntry 8 }

    genEquipPmRfuCommonSL24hrMaxTsl OBJECT-TYPESYNTAX INTEGER

      ACCESS read-only  STATUS mandatory

      DESCRIPTION"This value indicates the Max TSL value."  ::= { genEquipPmRfuCommonSL24hrEntry 9 } genEquipPmRfuCommonSL24hrTslExceed OBJECT-TYPE

    SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the number of seconds RSL exceeded the threshold"  ::= { genEquipPmRfuCommonSL24hrEntry 10 } 

    genEquipPmRfuCommonSL24hrIDF OBJECT-TYPESYNTAX OffOn

      ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the IDF of the interval (valid (Off)/invalid (On))."  ::= { genEquipPmRfuCommonSL24hrEntry 11 } 

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    50/131

    -- SL 24 HR CURRENT table --

    genEquipPmRfuCommonSL24hrCurrTable OBJECT-TYPE  SYNTAX SEQUENCE OF GenEquipPmRfuCommonSL24hrCurrEntry  ACCESS not-accessible  STATUS mandatory  DESCRIPTION  "This table indicates the RFU Signal Level PM data for the current 24 hour interval."  ::= { genEquipPmRfuCommon 4 }

    genEquipPmRfuCommonSL24hrCurrEntry OBJECT-TYPE  SYNTAX GenEquipPmRfuCommonSL24hrCurrEntry  ACCESS not-accessible  STATUS mandatory  DESCRIPTION  "Entry containing the data of the RFU SL PM."  INDEX { genEquipPmRfuCommonSL24hrCurrId }  ::= { genEquipPmRfuCommonSL24hrCurrTable 1 }

    GenEquipPmRfuCommonSL24hrCurrEntry ::=  SEQUENCE {

    genEquipPmRfuCommonSL24hrCurrId INTEGER,genEquipPmRfuCommonSL24hrCurrIfIndex INTEGER,

      genEquipPmRfuCommonSL24hrCurrTimeAndDate DisplayString,  genEquipPmRfuCommonSL24hrCurrMinRsl INTEGER,  genEquipPmRfuCommonSL24hrCurrMaxRsl INTEGER,  genEquipPmRfuCommonSL24hrCurrRslExceed1 INTEGER,  genEquipPmRfuCommonSL24hrCurrRslExceed2 INTEGER,  genEquipPmRfuCommonSL24hrCurrMinTsl INTEGER,  genEquipPmRfuCommonSL24hrCurrMaxTsl INTEGER,  genEquipPmRfuCommonSL24hrCurrTslExceed INTEGER,  genEquipPmRfuCommonSL24hrCurrIDF OffOn

    }

    genEquipPmRfuCommonSL24hrCurrId OBJECT-TYPE  SYNTAX INTEGER

      ACCESS read-only  STATUS mandatory  DESCRIPTION  "This value indicates an index of a specific RFU"  ::= { genEquipPmRfuCommonSL24hrCurrEntry 1 }

    genEquipPmRfuCommonSL24hrCurrIfIndex OBJECT-TYPESYNTAX INTEGERACCESS read-onlySTATUS mandatoryDESCRIPTION"This value indicates the interface index of a specific RFU (as

    appears in the ifTable)"

    ::= { genEquipPmRfuCommonSL24hrCurrEntry 2 }

    genEquipPmRfuCommonSL24hrCurrTimeAndDate OBJECT-TYPESYNTAX DisplayString

      ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the time and date for the specific PM."::= { genEquipPmRfuCommonSL24hrCurrEntry 3 }

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    51/131

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    52/131

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    53/131

    appears in the ifTable)"::= { genEquipPmTrafficRadioAgg15minEntry 2 }

    genEquipPmTrafficRadioAgg15minTimeAndDate OBJECT-TYPESYNTAX DisplayString

      ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the time and date for the specific PM."::= { genEquipPmTrafficRadioAgg15minEntry 3 }

    genEquipPmTrafficRadioAgg15minES OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the ES value."::= { genEquipPmTrafficRadioAgg15minEntry 4 }

    genEquipPmTrafficRadioAgg15minSES OBJECT-TYPESYNTAX INTEGERACCESS read-only

      STATUS mandatory  DESCRIPTION

    "This value indicates the SES value."::= { genEquipPmTrafficRadioAgg15minEntry 5 }

    genEquipPmTrafficRadioAgg15minUAS OBJECT-TYPESYNTAX INTEGERACCESS read-only

      STATUS mandatory  DESCRIPTION

    "This value indicates the UAS value."::= { genEquipPmTrafficRadioAgg15minEntry 6 }

    genEquipPmTrafficRadioAgg15minBBE OBJECT-TYPE  SYNTAX INTEGER

      ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the BBE value."  ::= { genEquipPmTrafficRadioAgg15minEntry 7 }

     genEquipPmTrafficRadioAgg15minIDF OBJECT-TYPE

    SYNTAX OffOn  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the IDF of the interval (valid (Off)/inval

    id (On))."  ::= { genEquipPmTrafficRadioAgg15minEntry 8 }

    -- PM for Radio Agg. - 15min - Current interval

    genEquipPmTrafficRadioAgg15minCurrTable OBJECT-TYPE  SYNTAX SEQUENCE OF GenEquipPmTrafficRadioAgg15minCurrEntry  ACCESS not-accessible  STATUS mandatory  DESCRIPTION

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    54/131

      "This table indicates the Radio Aggregate PM data for all 15 min intervals."  ::= { genEquipPmTraffic 2 }

    genEquipPmTrafficRadioAgg15minCurrEntry OBJECT-TYPE  SYNTAX GenEquipPmTrafficRadioAgg15minCurrEntry  ACCESS not-accessible  STATUS mandatory  DESCRIPTION  "This table indicates the Radio Aggregate PM data for all 15 min intervals."  INDEX { genEquipPmTrafficRadioAgg15minCurrId }  ::= { genEquipPmTrafficRadioAgg15minCurrTable 1 }

    GenEquipPmTrafficRadioAgg15minCurrEntry ::=  SEQUENCE {

    genEquipPmTrafficRadioAgg15minCurrIdINTEGER,

    genEquipPmTrafficRadioAgg15minCurrIfIndex INTEGER,  genEquipPmTrafficRadioAgg15minCurrTimeAndDate DisplayString,  genEquipPmTrafficRadioAgg15minCurrES INTEGER,  genEquipPmTrafficRadioAgg15minCurrSES INTEGER,  genEquipPmTrafficRadioAgg15minCurrUAS INTEGER,  genEquipPmTrafficRadioAgg15minCurrBBE INTEGER,

      genEquipPmTrafficRadioAgg15minCurrIDF OffOn}

    genEquipPmTrafficRadioAgg15minCurrId OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION  "This value indicates an index of a specific RFU"  ::= { genEquipPmTrafficRadioAgg15minCurrEntry 1 }

    genEquipPmTrafficRadioAgg15minCurrIfIndex OBJECT-TYPESYNTAX INTEGER

    ACCESS read-onlySTATUS mandatoryDESCRIPTION"This value indicates the interface index of a specific RFU (as

    appears in the ifTable)"::= { genEquipPmTrafficRadioAgg15minCurrEntry 2 }

    genEquipPmTrafficRadioAgg15minCurrTimeAndDate OBJECT-TYPESYNTAX DisplayString

      ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the time and date for the specific PM."

    ::= { genEquipPmTrafficRadioAgg15minCurrEntry 3 }

    genEquipPmTrafficRadioAgg15minCurrES OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the ES value."::= { genEquipPmTrafficRadioAgg15minCurrEntry 4 }

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    55/131

    genEquipPmTrafficRadioAgg15minCurrSES OBJECT-TYPESYNTAX INTEGERACCESS read-only

      STATUS mandatory  DESCRIPTION

    "This value indicates the SES value."::= { genEquipPmTrafficRadioAgg15minCurrEntry 5 }

    genEquipPmTrafficRadioAgg15minCurrUAS OBJECT-TYPESYNTAX INTEGERACCESS read-only

      STATUS mandatory  DESCRIPTION

    "This value indicates the UAS value."::= { genEquipPmTrafficRadioAgg15minCurrEntry 6 }

    genEquipPmTrafficRadioAgg15minCurrBBE OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the BBE value."  ::= { genEquipPmTrafficRadioAgg15minCurrEntry 7 }

     genEquipPmTrafficRadioAgg15minCurrIDF OBJECT-TYPESYNTAX OffOn

      ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the IDF of the interval (valid (Off)/invalid (On))."  ::= { genEquipPmTrafficRadioAgg15minCurrEntry 8 } -- PM for Radio Aggregate - 24 hours intervals

    genEquipPmTrafficRadioAgg24hrTable OBJECT-TYPE

      SYNTAX SEQUENCE OF GenEquipPmTrafficRadioAgg24hrEntry  ACCESS not-accessible  STATUS mandatory  DESCRIPTION  "This table indicates the Radio Aggregate PM data for all 15 min intervals."  ::= { genEquipPmTraffic 3 }

    genEquipPmTrafficRadioAgg24hrEntry OBJECT-TYPE  SYNTAX GenEquipPmTrafficRadioAgg24hrEntry  ACCESS not-accessible  STATUS mandatory  DESCRIPTION

      "This table indicates the Radio Aggregate PM data for all 15 min intervals."  INDEX { genEquipPmTrafficRadioAgg24hrId }  ::= { genEquipPmTrafficRadioAgg24hrTable 1 }

    GenEquipPmTrafficRadioAgg24hrEntry ::=  SEQUENCE {

    genEquipPmTrafficRadioAgg24hrId INTEGER,genEquipPmTrafficRadioAgg24hrIfIndex INTEGER,

      genEquipPmTrafficRadioAgg24hrTimeAndDate DisplayString,

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    56/131

      genEquipPmTrafficRadioAgg24hrES INTEGER,  genEquipPmTrafficRadioAgg24hrSES INTEGER,  genEquipPmTrafficRadioAgg24hrUAS INTEGER,  genEquipPmTrafficRadioAgg24hrBBE INTEGER,  genEquipPmTrafficRadioAgg24hrIDF OffOn

    }

    genEquipPmTrafficRadioAgg24hrId OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION  "This value indicates an index of a specific RFU"  ::= { genEquipPmTrafficRadioAgg24hrEntry 1 }

    genEquipPmTrafficRadioAgg24hrIfIndex OBJECT-TYPESYNTAX INTEGERACCESS read-onlySTATUS mandatoryDESCRIPTION"This value indicates the interface index of a specific RFU (as

    appears in the ifTable)"::= { genEquipPmTrafficRadioAgg24hrEntry 2 }

    genEquipPmTrafficRadioAgg24hrTimeAndDate OBJECT-TYPESYNTAX DisplayString  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the time and date for the specific PM."::= { genEquipPmTrafficRadioAgg24hrEntry 3 }

    genEquipPmTrafficRadioAgg24hrES OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the ES value."::= { genEquipPmTrafficRadioAgg24hrEntry 4 }

    genEquipPmTrafficRadioAgg24hrSES OBJECT-TYPESYNTAX INTEGERACCESS read-only

      STATUS mandatory  DESCRIPTION

    "This value indicates the SES value."::= { genEquipPmTrafficRadioAgg24hrEntry 5 }

    genEquipPmTrafficRadioAgg24hrUAS OBJECT-TYPESYNTAX INTEGER

    ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the UAS value."::= { genEquipPmTrafficRadioAgg24hrEntry 6 }

    genEquipPmTrafficRadioAgg24hrBBE OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    57/131

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    58/131

    "This value indicates the interface index of a specific RFU (asappears in the ifTable)"

    ::= { genEquipPmTrafficRadioAgg24hrCurrEntry 2 }

    genEquipPmTrafficRadioAgg24hrCurrTimeAndDate OBJECT-TYPESYNTAX DisplayString

      ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the time and date for the specific PM."::= { genEquipPmTrafficRadioAgg24hrCurrEntry 3 }

    genEquipPmTrafficRadioAgg24hrCurrES OBJECT-TYPE  SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the ES value."::= { genEquipPmTrafficRadioAgg24hrCurrEntry 4 }

    genEquipPmTrafficRadioAgg24hrCurrSES OBJECT-TYPESYNTAX INTEGERACCESS read-only

      STATUS mandatory

      DESCRIPTION"This value indicates the SES value."::= { genEquipPmTrafficRadioAgg24hrCurrEntry 5 }

    genEquipPmTrafficRadioAgg24hrCurrUAS OBJECT-TYPESYNTAX INTEGERACCESS read-only

      STATUS mandatory  DESCRIPTION

    "This value indicates the UAS value."::= { genEquipPmTrafficRadioAgg24hrCurrEntry 6 }

    genEquipPmTrafficRadioAgg24hrCurrBBE OBJECT-TYPE

      SYNTAX INTEGER  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the BBE value."  ::= { genEquipPmTrafficRadioAgg24hrCurrEntry 7 }

     genEquipPmTrafficRadioAgg24hrCurrIDF OBJECT-TYPE

    SYNTAX OffOn  ACCESS read-only  STATUS mandatory  DESCRIPTION

    "This value indicates the IDF of the interval (valid (Off)/invalid (On))."  ::= { genEquipPmTrafficRadioAgg24hrCurrEntry 8 }

    -- New PM tables - Add PM Table Type to the tables as index.genEquipPmAll OBJECT IDENTIFIER ::= {genEquipPM 3}

  • 8/19/2019 CERAGON-MIB_6.6.1.15

    59/131

    genEquipPmClear OBJECT-TYPESYNTAX OffOn

      ACCESS read-write  STATUS mandatory  DESCRIPTION

    "Clear All values for PM tables."  ::= { genEquipPmAll 1 }

    -- Signal Level PM GroupgenEquipPmTrafficSL OBJECT IDENTIFIER ::= {genEquipPmAll 2}

    genEquipPmTrafficSLTable OBJECT-TYPE  SYNTAX SEQUENCE OF GenEquipPmTrafficSLEntry  ACCESS not-accessible  STATUS mandatory  DESCRIPTION  "This table indicates the RFU Signal Level PM data."  ::= { genEquipPmTrafficSL 1 }

    genEquipPmTrafficSLEntry OBJECT-TYPE  SYNTAX GenEquipPmTrafficSLEntry  ACCESS not-accessible  STATUS mandatory

      DESCRIPTION  "Entry containing the data of the RFU signal level PM."  INDEX { genEquipPmTrafficSLPmType, genEquipPmTrafficSLId, genEquipPmTrafficSLInterval }  ::= { genEquipPmTrafficSLTable 1 }

    GenEquipPmTrafficSLEntry ::=  SEQUENCE {

    genEquipPmTrafficSLPmType PmTableType,genEquipPmTrafficSLId RfuId,genEquipPmTrafficSLInterval INTEGE