From Gamboge Marmoset, 3 Months ago, written in Plain Text.
Embed
  1. --
  2. -- RADIO-BRIDGE-MH-TG-MIB.mib
  3. -- Wednesday, February 15, 2023 at 14:07:00
  4. --
  5.  
  6.     RADIO-BRIDGE-MH-TG-MIB DEFINITIONS ::= BEGIN
  7.  
  8.         IMPORTS
  9.             InterfaceIndex            
  10.                 FROM IF-MIB            
  11.             radioBridgeRoot            
  12.                 FROM RADIO-BRIDGE-MIB            
  13.             OBJECT-GROUP            
  14.                 FROM SNMPv2-CONF            
  15.             TimeTicks, Gauge32, Counter64, OBJECT-TYPE, MODULE-IDENTITY            
  16.                 FROM SNMPv2-SMI            
  17.             DisplayString, TEXTUAL-CONVENTION            
  18.                 FROM SNMPv2-TC;
  19.    
  20.    
  21.         -- 1.3.6.1.4.1.31926.35
  22.         rbTgMIB MODULE-IDENTITY
  23.             LAST-UPDATED "202302121900Z"  -- February 12, 2023 at 19:00 GMT
  24.             ORGANIZATION
  25.                 "Siklu Communication LTD."
  26.             CONTACT-INFO
  27.                 "Support: https://siklu.com/contact/"
  28.             DESCRIPTION
  29.                 "The MIB module for managing Siklu Multihaul TG products.
  30.                 Copyright 2023 by Siklu Communication Ltd. All rights reserved."
  31.             REVISION "202302151405Z"  -- February 15, 2023 at 14:05 GMT
  32.             DESCRIPTION
  33.                 "The original version of this MIB"
  34.             ::= { radioBridgeRoot 35 }
  35.  
  36.        
  37.    
  38. --
  39. -- Textual conventions
  40. --
  41.    
  42.         RbTgAdminStatus ::= TEXTUAL-CONVENTION
  43.             STATUS current
  44.             DESCRIPTION
  45.                 "The desired state of the interface.
  46.                 Can be either enabled/up or disabled/down."
  47.             SYNTAX INTEGER
  48.                 {
  49.                 asUp(1),
  50.                 asDown(2)
  51.                 }
  52.  
  53.         RbTgRadioNodeAssignedName ::= TEXTUAL-CONVENTION
  54.             DISPLAY-HINT
  55.                 "255a"
  56.             STATUS current
  57.             DESCRIPTION
  58.                 "Multihaul TG Node ID/Assigned Name (AN). The name identifies the Multihaul TG node (DN or CN) across RF link.
  59.                 The AN must be unique across the entire Multihaul TG network."
  60.             SYNTAX OCTET STRING (SIZE (1..8))
  61.  
  62.         RbTgRadioSectorIndex ::= TEXTUAL-CONVENTION
  63.             DISPLAY-HINT
  64.                 "d"
  65.             STATUS current
  66.             DESCRIPTION
  67.                 "Index of a radio sector."
  68.             SYNTAX Gauge32 (1..4)
  69.  
  70.         RbTgRadioNodeLocalRole ::= TEXTUAL-CONVENTION
  71.             STATUS current
  72.             DESCRIPTION
  73.                 "Whether the local node initiated the RF link or responded to the RF link request."
  74.             SYNTAX INTEGER
  75.                 {
  76.                 rnlrInitiator(1),
  77.                 rnlrResponder(2)
  78.                 }
  79.  
  80.         RbTgRadioMcs ::= TEXTUAL-CONVENTION
  81.             DISPLAY-HINT
  82.                 "d"
  83.             STATUS current
  84.             DESCRIPTION
  85.                 "Modulation Coding Scheme index (MCS)."
  86.             SYNTAX Gauge32 (0..12)
  87.  
  88.         RbTgRadioTxPowerIndex ::= TEXTUAL-CONVENTION
  89.             DISPLAY-HINT
  90.                 "d"
  91.             STATUS current
  92.             DESCRIPTION
  93.                 "Transmit power index (relative).
  94.                 1. For MCS 9 and lower the limit is 31.
  95.                 2. For MCS 10 and higher the index limit is 25."
  96.             SYNTAX Gauge32 (6..31)
  97.  
  98.         RbTgRadioRfLinkSpeed ::= TEXTUAL-CONVENTION
  99.             DISPLAY-HINT
  100.                 "d"
  101.             STATUS current
  102.             DESCRIPTION
  103.                 "Over-the-air (OTA) rate."
  104.             SYNTAX Gauge32 (0..3800)
  105.  
  106.         RbTgRadioBeamIndex ::= TEXTUAL-CONVENTION
  107.             DISPLAY-HINT
  108.                 "d"
  109.             STATUS current
  110.             DESCRIPTION
  111.                 "Tx/Rx beam index."
  112.             SYNTAX Gauge32 (0..119)
  113.  
  114.         RbTgRadioBeamAngle ::= TEXTUAL-CONVENTION
  115.             DISPLAY-HINT
  116.                 "d"
  117.             STATUS current
  118.             DESCRIPTION
  119.                 "Beam direction for azimuth or elevation."
  120.             SYNTAX INTEGER (-180..180)
  121.  
  122.         RbTgRadioActiveTilesCount ::= TEXTUAL-CONVENTION
  123.             DISPLAY-HINT
  124.                 "d"
  125.             STATUS current
  126.             DESCRIPTION
  127.                 "Count of active RF tiles."
  128.             SYNTAX Gauge32 (1..8)
  129.  
  130.         RbTgRadioGolayIndex ::= TEXTUAL-CONVENTION
  131.             STATUS current
  132.             DESCRIPTION
  133.                 "Index of the radio Golay code sequence.
  134.                 Must be specified in TG node defaults and/or for each sector.
  135.                 Could be overridden in RF link.
  136.                 Based on TG radio definitions."
  137.             SYNTAX INTEGER
  138.                 {
  139.                 rgiUnspecified(0),
  140.                 rgiVal1(1),
  141.                 rgiVal2(2)
  142.                 }
  143.  
  144.         RbTgRadioDnResponderNodeType ::= TEXTUAL-CONVENTION
  145.             STATUS current
  146.             DESCRIPTION
  147.                 "Whether the TG unit is a distribution node (DN) or a client node (CN)."
  148.             SYNTAX INTEGER
  149.                 {
  150.                 rdrntDn(1),
  151.                 rdrntCn(2)
  152.                 }
  153.  
  154.         RbTgRadioDnControlSuperframe ::= TEXTUAL-CONVENTION
  155.             STATUS current
  156.             DESCRIPTION
  157.                 "Time slot at which the local node exchanges control information with the remote node.
  158.                 Only valid for DN to DN RF links. For DN to CN RF links must be set to unspecified."
  159.             SYNTAX INTEGER
  160.                 {
  161.                 rdcs0(0),
  162.                 rdcs1(1),
  163.                 rdcsUnspecified(10)
  164.                 }
  165.  
  166.         RbTgRadioDnSectorBitmap ::= TEXTUAL-CONVENTION
  167.             DISPLAY-HINT
  168.                 "b"
  169.             STATUS current
  170.             DESCRIPTION
  171.                 "A bit map representation of the local or remote RF sectors list.
  172.                 For example: sector 1 and 2 will be represented as 0x3."
  173.             SYNTAX Gauge32 (1..15)
  174.  
  175.         RbTgRadioDnLinkState ::= TEXTUAL-CONVENTION
  176.             STATUS current
  177.             DESCRIPTION
  178.                 "Possible states of RF link ignition.
  179.                 Possible options are:
  180.                 1. The RF link is connected.
  181.                 2. The RF link admin status is down.
  182.                 3. The local sectors of the RF link are down.
  183.                 4. Waiting for the incoming RF link.
  184.                 5. Waiting in queue.
  185.                 6. Waiting for next polarity period. In this state DN to DN RF links will wait
  186.                    while sector polarity will math current ignition polarity.
  187.                 7. Link ignition in progress."
  188.             SYNTAX INTEGER
  189.                 {
  190.                 rdlsConnected(1),
  191.                 rdlsLinkAdminDown(2),
  192.                 rdlsSectorAdminDown(3),
  193.                 rdlsWaitingUpstreamConnection(4),
  194.                 rdlsWaitingInQueue(5),
  195.                 rdlsWaitingPolarityPeriod(6),
  196.                 rdlsIgnition(7)
  197.                 }
  198.  
  199.    
  200. --
  201. -- Node definitions
  202. --
  203.    
  204.         -- 1.3.6.1.4.1.31926.35.1
  205.         rbTgMIBObjects OBJECT IDENTIFIER ::= { rbTgMIB 1 }
  206.  
  207.        
  208.         -- 1.3.6.1.4.1.31926.35.1.1
  209.         rbTgRadioCommon OBJECT IDENTIFIER ::= { rbTgMIBObjects 1 }
  210.  
  211.        
  212.         -- 1.3.6.1.4.1.31926.35.1.1.1
  213.         rbTgRcNodeConfig OBJECT IDENTIFIER ::= { rbTgRadioCommon 1 }
  214.  
  215.        
  216.         -- 1.3.6.1.4.1.31926.35.1.1.2
  217.         rbTgRcSectorsConfig OBJECT IDENTIFIER ::= { rbTgRadioCommon 2 }
  218.  
  219.        
  220.         -- 1.3.6.1.4.1.31926.35.1.1.3
  221.         rbTgRcLinks OBJECT IDENTIFIER ::= { rbTgRadioCommon 3 }
  222.  
  223.        
  224.         -- 1.3.6.1.4.1.31926.35.1.1.3.1
  225.         rbTgRcLinksActiveTable OBJECT-TYPE
  226.             SYNTAX SEQUENCE OF RbTgRcLinksActiveEntry
  227.             MAX-ACCESS not-accessible
  228.             STATUS current
  229.             DESCRIPTION
  230.                 "A list of all connected RF links and their parameters (initiated and responded) indexed by ifIndex."
  231.             ::= { rbTgRcLinks 1 }
  232.  
  233.        
  234.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1
  235.         rbTgRcLinksActiveEntry OBJECT-TYPE
  236.             SYNTAX RbTgRcLinksActiveEntry
  237.             MAX-ACCESS not-accessible
  238.             STATUS current
  239.             DESCRIPTION
  240.                 "An entry containing management information applicable to a particular RF link."
  241.             INDEX { rbTgRcLinksActiveIfIndex }
  242.             ::= { rbTgRcLinksActiveTable 1 }
  243.  
  244.        
  245.         RbTgRcLinksActiveEntry ::=
  246.             SEQUENCE {
  247.                 rbTgRcLinksActiveIfIndex
  248.                     InterfaceIndex,
  249.                 rbTgRcLinksActiveRemoteName
  250.                     RbTgRadioNodeAssignedName,
  251.                 rbTgRcLinksActiveActualRemoteSector
  252.                     RbTgRadioSectorIndex,
  253.                 rbTgRcLinksActiveActualLocalSector
  254.                     RbTgRadioSectorIndex,
  255.                 rbTgRcLinksActiveLocalRole
  256.                     RbTgRadioNodeLocalRole,
  257.                 rbTgRcLinksActiveLinkUptime
  258.                     TimeTicks,
  259.                 rbTgRcLinksActiveRssi
  260.                     INTEGER,
  261.                 rbTgRcLinksActiveSnr
  262.                     DisplayString,
  263.                 rbTgRcLinksActiveMcsRx
  264.                     RbTgRadioMcs,
  265.                 rbTgRcLinksActiveMcsTx
  266.                     RbTgRadioMcs,
  267.                 rbTgRcLinksActiveRxPer
  268.                     DisplayString,
  269.                 rbTgRcLinksActiveTxPer
  270.                     DisplayString,
  271.                 rbTgRcLinksActiveTxPowerIndex
  272.                     RbTgRadioTxPowerIndex,
  273.                 rbTgRcLinksActiveSpeedRx
  274.                     RbTgRadioRfLinkSpeed,
  275.                 rbTgRcLinksActiveSpeedTx
  276.                     RbTgRadioRfLinkSpeed,
  277.                 rbTgRcLinksActiveBeamIndexRx
  278.                     RbTgRadioBeamIndex,
  279.                 rbTgRcLinksActiveBeamAzimuthRx
  280.                     RbTgRadioBeamAngle,
  281.                 rbTgRcLinksActiveBeamElevationRx
  282.                     RbTgRadioBeamAngle,
  283.                 rbTgRcLinksActiveActiveTileCountRx
  284.                     RbTgRadioActiveTilesCount,
  285.                 rbTgRcLinksActiveBeamIndexTx
  286.                     RbTgRadioBeamIndex,
  287.                 rbTgRcLinksActiveBeamAzimuthTx
  288.                     RbTgRadioBeamAngle,
  289.                 rbTgRcLinksActiveBeamElevationTx
  290.                     RbTgRadioBeamAngle,
  291.                 rbTgRcLinksActiveActiveTileCountTx
  292.                     RbTgRadioActiveTilesCount,
  293.                 rbTgRcLinksActiveCounterRxOk
  294.                     Counter64,
  295.                 rbTgRcLinksActiveCounterTxOk
  296.                     Counter64,
  297.                 rbTgRcLinksActiveCounterRxFail
  298.                     Counter64,
  299.                 rbTgRcLinksActiveCounterTxFail
  300.                     Counter64,
  301.                 rbTgRcLinksActiveCounterRxHcsFail
  302.                     Counter64,
  303.                 rbTgRcLinksActiveCounterTxFailures
  304.                     Counter64,
  305.                 rbTgRcLinksActiveCounterRxFailures
  306.                     Counter64,
  307.                 rbTgRcLinksActiveCounterRxDropBufSize
  308.                     Counter64,
  309.                 rbTgRcLinksActiveCounterRxDropEncryptionFail
  310.                     Counter64,
  311.                 rbTgRcLinksActiveCounterRxDropRaMismatch
  312.                     Counter64,
  313.                 rbTgRcLinksActiveCounterRxDropUnexpected
  314.                     Counter64
  315.              }
  316.  
  317.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.1
  318.         rbTgRcLinksActiveIfIndex OBJECT-TYPE
  319.             SYNTAX InterfaceIndex
  320.             MAX-ACCESS read-only
  321.             STATUS current
  322.             DESCRIPTION
  323.                 "The ifIndex value that identifies the RF link."
  324.             ::= { rbTgRcLinksActiveEntry 1 }
  325.  
  326.        
  327.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.2
  328.         rbTgRcLinksActiveRemoteName OBJECT-TYPE
  329.             SYNTAX RbTgRadioNodeAssignedName
  330.             MAX-ACCESS read-only
  331.             STATUS current
  332.             DESCRIPTION
  333.                 "The network Assigned Name/ID (AN) of the remote unit to which an RF link is defined."
  334.             ::= { rbTgRcLinksActiveEntry 2 }
  335.  
  336.        
  337.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.3
  338.         rbTgRcLinksActiveActualRemoteSector OBJECT-TYPE
  339.             SYNTAX RbTgRadioSectorIndex
  340.             MAX-ACCESS read-only
  341.             STATUS current
  342.             DESCRIPTION
  343.                 "The remote sector index that the RF link is associated to (in the remote unit)."
  344.             ::= { rbTgRcLinksActiveEntry 3 }
  345.  
  346.        
  347.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.4
  348.         rbTgRcLinksActiveActualLocalSector OBJECT-TYPE
  349.             SYNTAX RbTgRadioSectorIndex
  350.             MAX-ACCESS read-only
  351.             STATUS current
  352.             DESCRIPTION
  353.                 "The local sector index that the RF link is associated from."
  354.             ::= { rbTgRcLinksActiveEntry 4 }
  355.  
  356.        
  357.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.5
  358.         rbTgRcLinksActiveLocalRole OBJECT-TYPE
  359.             SYNTAX RbTgRadioNodeLocalRole
  360.             MAX-ACCESS read-only
  361.             STATUS current
  362.             DESCRIPTION
  363.                 "Describes whether the local unit initiated the RF link or responded to it."
  364.             ::= { rbTgRcLinksActiveEntry 5 }
  365.  
  366.        
  367.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.6
  368.         rbTgRcLinksActiveLinkUptime OBJECT-TYPE
  369.             SYNTAX TimeTicks
  370.             MAX-ACCESS read-only
  371.             STATUS current
  372.             DESCRIPTION
  373.                 "The value of sysUpTime at the time the RF link was changed state to UP."
  374.             ::= { rbTgRcLinksActiveEntry 6 }
  375.  
  376.        
  377.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.7
  378.         rbTgRcLinksActiveRssi OBJECT-TYPE
  379.             SYNTAX INTEGER (-200..0)
  380.             UNITS "dBm"
  381.             MAX-ACCESS read-only
  382.             STATUS current
  383.             DESCRIPTION
  384.                 "Received signal strength indicator. Range: -200dBm to 0dBm, resolution of 1dBm."
  385.             ::= { rbTgRcLinksActiveEntry 7 }
  386.  
  387.        
  388.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.8
  389.         rbTgRcLinksActiveSnr OBJECT-TYPE
  390.             SYNTAX DisplayString
  391.             UNITS "dB"
  392.             MAX-ACCESS read-only
  393.             STATUS current
  394.             DESCRIPTION
  395.                 "Signal-to-Noise Ratio. Range: -50dB to +100dB, resolution of 0.1dB."
  396.             ::= { rbTgRcLinksActiveEntry 8 }
  397.  
  398.        
  399.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.9
  400.         rbTgRcLinksActiveMcsRx OBJECT-TYPE
  401.             SYNTAX RbTgRadioMcs
  402.             MAX-ACCESS read-only
  403.             STATUS current
  404.             DESCRIPTION
  405.                 "Current Modulation Coding Scheme index of RX."
  406.             ::= { rbTgRcLinksActiveEntry 9 }
  407.  
  408.        
  409.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.10
  410.         rbTgRcLinksActiveMcsTx OBJECT-TYPE
  411.             SYNTAX RbTgRadioMcs
  412.             MAX-ACCESS read-only
  413.             STATUS current
  414.             DESCRIPTION
  415.                 "Current Modulation Coding Scheme index of TX."
  416.             ::= { rbTgRcLinksActiveEntry 10 }
  417.  
  418.        
  419.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.11
  420.         rbTgRcLinksActiveRxPer OBJECT-TYPE
  421.             SYNTAX DisplayString
  422.             UNITS "Percentage"
  423.             MAX-ACCESS read-only
  424.             STATUS current
  425.             DESCRIPTION
  426.                 "Current Packet Error Rate (PER) of RX, in percentage. 2 fraction-digits accuracy."
  427.             ::= { rbTgRcLinksActiveEntry 11 }
  428.  
  429.        
  430.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.12
  431.         rbTgRcLinksActiveTxPer OBJECT-TYPE
  432.             SYNTAX DisplayString
  433.             UNITS "Percentage"
  434.             MAX-ACCESS read-only
  435.             STATUS current
  436.             DESCRIPTION
  437.                 "Current Packet Error Rate (PER) of TX, in percentage. 2 fraction-digits accuracy."
  438.             ::= { rbTgRcLinksActiveEntry 12 }
  439.  
  440.        
  441.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.13
  442.         rbTgRcLinksActiveTxPowerIndex OBJECT-TYPE
  443.             SYNTAX RbTgRadioTxPowerIndex
  444.             MAX-ACCESS read-only
  445.             STATUS current
  446.             DESCRIPTION
  447.                 "Current Transmit Power Index (relative)."
  448.             ::= { rbTgRcLinksActiveEntry 13 }
  449.  
  450.        
  451.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.14
  452.         rbTgRcLinksActiveSpeedRx OBJECT-TYPE
  453.             SYNTAX RbTgRadioRfLinkSpeed
  454.             UNITS "Mbps"
  455.             MAX-ACCESS read-only
  456.             STATUS current
  457.             DESCRIPTION
  458.                 "Current over-the-air (OTA) rate of RX."
  459.             ::= { rbTgRcLinksActiveEntry 14 }
  460.  
  461.        
  462.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.15
  463.         rbTgRcLinksActiveSpeedTx OBJECT-TYPE
  464.             SYNTAX RbTgRadioRfLinkSpeed
  465.             UNITS "Mbps"
  466.             MAX-ACCESS read-only
  467.             STATUS current
  468.             DESCRIPTION
  469.                 "Current over-the-air (OTA) rate of TX."
  470.             ::= { rbTgRcLinksActiveEntry 15 }
  471.  
  472.        
  473.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.16
  474.         rbTgRcLinksActiveBeamIndexRx OBJECT-TYPE
  475.             SYNTAX RbTgRadioBeamIndex
  476.             MAX-ACCESS read-only
  477.             STATUS current
  478.             DESCRIPTION
  479.                 "Current index of active RX beam."
  480.             ::= { rbTgRcLinksActiveEntry 16 }
  481.  
  482.        
  483.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.17
  484.         rbTgRcLinksActiveBeamAzimuthRx OBJECT-TYPE
  485.             SYNTAX RbTgRadioBeamAngle
  486.             UNITS "Degrees"
  487.             MAX-ACCESS read-only
  488.             STATUS current
  489.             DESCRIPTION
  490.                 "Current azimuth direction of active RX beam."
  491.             ::= { rbTgRcLinksActiveEntry 17 }
  492.  
  493.        
  494.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.18
  495.         rbTgRcLinksActiveBeamElevationRx OBJECT-TYPE
  496.             SYNTAX RbTgRadioBeamAngle
  497.             UNITS "Degrees"
  498.             MAX-ACCESS read-only
  499.             STATUS current
  500.             DESCRIPTION
  501.                 "Current elevation direction of active RX beam."
  502.             ::= { rbTgRcLinksActiveEntry 18 }
  503.  
  504.        
  505.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.19
  506.         rbTgRcLinksActiveActiveTileCountRx OBJECT-TYPE
  507.             SYNTAX RbTgRadioActiveTilesCount
  508.             MAX-ACCESS read-only
  509.             STATUS current
  510.             DESCRIPTION
  511.                 "Current count of active RF tiles for RX beam."
  512.             ::= { rbTgRcLinksActiveEntry 19 }
  513.  
  514.        
  515.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.20
  516.         rbTgRcLinksActiveBeamIndexTx OBJECT-TYPE
  517.             SYNTAX RbTgRadioBeamIndex
  518.             MAX-ACCESS read-only
  519.             STATUS current
  520.             DESCRIPTION
  521.                 "Current index of active TX beam."
  522.             ::= { rbTgRcLinksActiveEntry 20 }
  523.  
  524.        
  525.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.21
  526.         rbTgRcLinksActiveBeamAzimuthTx OBJECT-TYPE
  527.             SYNTAX RbTgRadioBeamAngle
  528.             UNITS "Degrees"
  529.             MAX-ACCESS read-only
  530.             STATUS current
  531.             DESCRIPTION
  532.                 "Current azimuth direction of active TX beam."
  533.             ::= { rbTgRcLinksActiveEntry 21 }
  534.  
  535.        
  536.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.22
  537.         rbTgRcLinksActiveBeamElevationTx OBJECT-TYPE
  538.             SYNTAX RbTgRadioBeamAngle
  539.             UNITS "Degrees"
  540.             MAX-ACCESS read-only
  541.             STATUS current
  542.             DESCRIPTION
  543.                 "Current elevation direction of active TX beam."
  544.             ::= { rbTgRcLinksActiveEntry 22 }
  545.  
  546.        
  547.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.23
  548.         rbTgRcLinksActiveActiveTileCountTx OBJECT-TYPE
  549.             SYNTAX RbTgRadioActiveTilesCount
  550.             MAX-ACCESS read-only
  551.             STATUS current
  552.             DESCRIPTION
  553.                 "Current count of active RF tiles for TX beam."
  554.             ::= { rbTgRcLinksActiveEntry 23 }
  555.  
  556.        
  557.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.24
  558.         rbTgRcLinksActiveCounterRxOk OBJECT-TYPE
  559.             SYNTAX Counter64
  560.             MAX-ACCESS read-only
  561.             STATUS current
  562.             DESCRIPTION
  563.                 "Number of successfully received frames/MPDUs."
  564.             ::= { rbTgRcLinksActiveEntry 24 }
  565.  
  566.        
  567.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.25
  568.         rbTgRcLinksActiveCounterTxOk OBJECT-TYPE
  569.             SYNTAX Counter64
  570.             MAX-ACCESS read-only
  571.             STATUS current
  572.             DESCRIPTION
  573.                 "Number of successfully transmitted frames/MPDUs."
  574.             ::= { rbTgRcLinksActiveEntry 25 }
  575.  
  576.        
  577.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.26
  578.         rbTgRcLinksActiveCounterRxFail OBJECT-TYPE
  579.             SYNTAX Counter64
  580.             MAX-ACCESS read-only
  581.             STATUS current
  582.             DESCRIPTION
  583.                 "Number of CRC failed frames received (Once CRC fail, cannot trust RA as well)."
  584.             ::= { rbTgRcLinksActiveEntry 26 }
  585.  
  586.        
  587.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.27
  588.         rbTgRcLinksActiveCounterTxFail OBJECT-TYPE
  589.             SYNTAX Counter64
  590.             MAX-ACCESS read-only
  591.             STATUS current
  592.             DESCRIPTION
  593.                 "Number of transmission failures."
  594.             ::= { rbTgRcLinksActiveEntry 27 }
  595.  
  596.        
  597.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.28
  598.         rbTgRcLinksActiveCounterRxHcsFail OBJECT-TYPE
  599.             SYNTAX Counter64
  600.             MAX-ACCESS read-only
  601.             STATUS current
  602.             DESCRIPTION
  603.                 "Number of received frames with HCS failed PLCP header."
  604.             ::= { rbTgRcLinksActiveEntry 28 }
  605.  
  606.        
  607.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.29
  608.         rbTgRcLinksActiveCounterTxFailures OBJECT-TYPE
  609.             SYNTAX Counter64
  610.             MAX-ACCESS read-only
  611.             STATUS current
  612.             DESCRIPTION
  613.                 "Total number of TX packets dropped due to lifetime expiry."
  614.             ::= { rbTgRcLinksActiveEntry 29 }
  615.  
  616.        
  617.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.30
  618.         rbTgRcLinksActiveCounterRxFailures OBJECT-TYPE
  619.             SYNTAX Counter64
  620.             MAX-ACCESS read-only
  621.             STATUS current
  622.             DESCRIPTION
  623.                 "Total number of RX packets failures."
  624.             ::= { rbTgRcLinksActiveEntry 30 }
  625.  
  626.        
  627.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.31
  628.         rbTgRcLinksActiveCounterRxDropBufSize OBJECT-TYPE
  629.             SYNTAX Counter64
  630.             MAX-ACCESS read-only
  631.             STATUS current
  632.             DESCRIPTION
  633.                 "Total RX Discard count due to Buffer overflow."
  634.             ::= { rbTgRcLinksActiveEntry 31 }
  635.  
  636.        
  637.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.32
  638.         rbTgRcLinksActiveCounterRxDropEncryptionFail OBJECT-TYPE
  639.             SYNTAX Counter64
  640.             MAX-ACCESS read-only
  641.             STATUS current
  642.             DESCRIPTION
  643.                 "Total RX Discard count due to Encryption failure."
  644.             ::= { rbTgRcLinksActiveEntry 32 }
  645.  
  646.        
  647.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.33
  648.         rbTgRcLinksActiveCounterRxDropRaMismatch OBJECT-TYPE
  649.             SYNTAX Counter64
  650.             MAX-ACCESS read-only
  651.             STATUS current
  652.             DESCRIPTION
  653.                 "Total RX Discard count due to RA mismatch."
  654.             ::= { rbTgRcLinksActiveEntry 33 }
  655.  
  656.        
  657.         -- 1.3.6.1.4.1.31926.35.1.1.3.1.1.34
  658.         rbTgRcLinksActiveCounterRxDropUnexpected OBJECT-TYPE
  659.             SYNTAX Counter64
  660.             MAX-ACCESS read-only
  661.             STATUS current
  662.             DESCRIPTION
  663.                 "Total RX Discard count due to other unexpected reasons or PER emulator."
  664.             ::= { rbTgRcLinksActiveEntry 34 }
  665.  
  666.        
  667.         -- 1.3.6.1.4.1.31926.35.1.2
  668.         rbTgRadioDn OBJECT IDENTIFIER ::= { rbTgMIBObjects 2 }
  669.  
  670.        
  671.         -- 1.3.6.1.4.1.31926.35.1.2.1
  672.         rbTgRdNodeConfig OBJECT IDENTIFIER ::= { rbTgRadioDn 1 }
  673.  
  674.        
  675.         -- 1.3.6.1.4.1.31926.35.1.2.2
  676.         rbTgRdSectorsConfig OBJECT IDENTIFIER ::= { rbTgRadioDn 2 }
  677.  
  678.        
  679.         -- 1.3.6.1.4.1.31926.35.1.2.3
  680.         rbTgRdLinks OBJECT IDENTIFIER ::= { rbTgRadioDn 3 }
  681.  
  682.        
  683.         -- 1.3.6.1.4.1.31926.35.1.2.3.1
  684.         rbTgRdLinksConfiguredTable OBJECT-TYPE
  685.             SYNTAX SEQUENCE OF RbTgRdLinksConfiguredEntry
  686.             MAX-ACCESS not-accessible
  687.             STATUS current
  688.             DESCRIPTION
  689.                 "A list of all RF links that the Data Node will try to initiate indexed by ifIndex."
  690.             ::= { rbTgRdLinks 1 }
  691.  
  692.        
  693.         -- 1.3.6.1.4.1.31926.35.1.2.3.1.1
  694.         rbTgRdLinksConfiguredEntry OBJECT-TYPE
  695.             SYNTAX RbTgRdLinksConfiguredEntry
  696.             MAX-ACCESS not-accessible
  697.             STATUS current
  698.             DESCRIPTION
  699.                 "An entry containing management information applicable to a particular RF link."
  700.             INDEX { rbTgRdLinksConfiguredIfIndex }
  701.             ::= { rbTgRdLinksConfiguredTable 1 }
  702.  
  703.        
  704.         RbTgRdLinksConfiguredEntry ::=
  705.             SEQUENCE {
  706.                 rbTgRdLinksConfiguredIfIndex
  707.                     InterfaceIndex,
  708.                 rbTgRdLinksConfiguredRemoteName
  709.                     RbTgRadioNodeAssignedName,
  710.                 rbTgRdLinksConfiguredResponderNodeType
  711.                     RbTgRadioDnResponderNodeType,
  712.                 rbTgRdLinksConfiguredControlSuperframe
  713.                     RbTgRadioDnControlSuperframe,
  714.                 rbTgRdLinksConfiguredAdminStatus
  715.                     RbTgAdminStatus,
  716.                 rbTgRdLinksConfiguredLocalSectorBitmap
  717.                     RbTgRadioDnSectorBitmap,
  718.                 rbTgRdLinksConfiguredRemoteSectorBitmap
  719.                     RbTgRadioDnSectorBitmap,
  720.                 rbTgRdLinksConfiguredLinkState
  721.                     RbTgRadioDnLinkState,
  722.                 rbTgRdLinksConfiguredTxGolayIndex
  723.                     RbTgRadioGolayIndex,
  724.                 rbTgRdLinksConfiguredRxGolayIndex
  725.                     RbTgRadioGolayIndex
  726.              }
  727.  
  728.         -- 1.3.6.1.4.1.31926.35.1.2.3.1.1.1
  729.         rbTgRdLinksConfiguredIfIndex OBJECT-TYPE
  730.             SYNTAX InterfaceIndex
  731.             MAX-ACCESS read-only
  732.             STATUS current
  733.             DESCRIPTION
  734.                 "The ifIndex value that identifies the RF link."
  735.             ::= { rbTgRdLinksConfiguredEntry 1 }
  736.  
  737.        
  738.         -- 1.3.6.1.4.1.31926.35.1.2.3.1.1.2
  739.         rbTgRdLinksConfiguredRemoteName OBJECT-TYPE
  740.             SYNTAX RbTgRadioNodeAssignedName
  741.             MAX-ACCESS read-only
  742.             STATUS current
  743.             DESCRIPTION
  744.                 "The network Assigned Name/ID (AN) of the remote unit to which an RF link is defined."
  745.             ::= { rbTgRdLinksConfiguredEntry 2 }
  746.  
  747.        
  748.         -- 1.3.6.1.4.1.31926.35.1.2.3.1.1.3
  749.         rbTgRdLinksConfiguredResponderNodeType OBJECT-TYPE
  750.             SYNTAX RbTgRadioDnResponderNodeType
  751.             MAX-ACCESS read-only
  752.             STATUS current
  753.             DESCRIPTION
  754.                 "The requested Node type of the remote Node. The RF link will be rejected if the
  755.                 remote Node is already configured to a different type by another active RF link.
  756.                 To avoid rejected, the rules are:
  757.                 1. Any RF link to a base unit must set the value to rrntDn.
  758.                 2. Any RF link to a terminal unit must set the value to rrntCn."
  759.             ::= { rbTgRdLinksConfiguredEntry 3 }
  760.  
  761.        
  762.         -- 1.3.6.1.4.1.31926.35.1.2.3.1.1.4
  763.         rbTgRdLinksConfiguredControlSuperframe OBJECT-TYPE
  764.             SYNTAX RbTgRadioDnControlSuperframe
  765.             MAX-ACCESS read-only
  766.             STATUS current
  767.             DESCRIPTION
  768.                 "Time slot at which the local node exchanges control information with the remote node.
  769.                 If responder-node-type = Client Node (CN): must be set to unspecified.
  770.                 If responder-node-type = Distribution Node (DN): can be either 0 or 1,
  771.                 but different between remote DNs on the same local sector (can be maximum 2 DN to DN
  772.                 links per RF sector)."
  773.             ::= { rbTgRdLinksConfiguredEntry 4 }
  774.  
  775.        
  776.         -- 1.3.6.1.4.1.31926.35.1.2.3.1.1.5
  777.         rbTgRdLinksConfiguredAdminStatus OBJECT-TYPE
  778.             SYNTAX RbTgAdminStatus
  779.             MAX-ACCESS read-only
  780.             STATUS current
  781.             DESCRIPTION
  782.                 "Defines whether to initiate the link (and keep it up) or
  783.                 drop it (in case it was already established)."
  784.             ::= { rbTgRdLinksConfiguredEntry 5 }
  785.  
  786.        
  787.         -- 1.3.6.1.4.1.31926.35.1.2.3.1.1.6
  788.         rbTgRdLinksConfiguredLocalSectorBitmap OBJECT-TYPE
  789.             SYNTAX RbTgRadioDnSectorBitmap
  790.             MAX-ACCESS read-only
  791.             STATUS current
  792.             DESCRIPTION
  793.                 "A bit map representation of the local RF sectors list.
  794.                 For example: local sector 1 and local sector 2 will result in 0x3."
  795.             ::= { rbTgRdLinksConfiguredEntry 6 }
  796.  
  797.        
  798.         -- 1.3.6.1.4.1.31926.35.1.2.3.1.1.7
  799.         rbTgRdLinksConfiguredRemoteSectorBitmap OBJECT-TYPE
  800.             SYNTAX RbTgRadioDnSectorBitmap
  801.             MAX-ACCESS read-only
  802.             STATUS current
  803.             DESCRIPTION
  804.                 "A bit map representation of the remote RF sectors list.
  805.                 For example: remote sector 1 and remote sector 2 will result in 0x3."
  806.             ::= { rbTgRdLinksConfiguredEntry 7 }
  807.  
  808.        
  809.         -- 1.3.6.1.4.1.31926.35.1.2.3.1.1.8
  810.         rbTgRdLinksConfiguredLinkState OBJECT-TYPE
  811.             SYNTAX RbTgRadioDnLinkState
  812.             MAX-ACCESS read-only
  813.             STATUS current
  814.             DESCRIPTION
  815.                 "Possible states of RF link ignition."
  816.             ::= { rbTgRdLinksConfiguredEntry 8 }
  817.  
  818.        
  819.         -- 1.3.6.1.4.1.31926.35.1.2.3.1.1.9
  820.         rbTgRdLinksConfiguredTxGolayIndex OBJECT-TYPE
  821.             SYNTAX RbTgRadioGolayIndex
  822.             MAX-ACCESS read-only
  823.             STATUS current
  824.             DESCRIPTION
  825.                 "Tx Golay index of Golay code sequence."
  826.             ::= { rbTgRdLinksConfiguredEntry 9 }
  827.  
  828.        
  829.         -- 1.3.6.1.4.1.31926.35.1.2.3.1.1.10
  830.         rbTgRdLinksConfiguredRxGolayIndex OBJECT-TYPE
  831.             SYNTAX RbTgRadioGolayIndex
  832.             MAX-ACCESS read-only
  833.             STATUS current
  834.             DESCRIPTION
  835.                 "Rx Golay index of Golay code sequence."
  836.             ::= { rbTgRdLinksConfiguredEntry 10 }
  837.  
  838.        
  839.         -- 1.3.6.1.4.1.31926.35.2
  840.         rbTgGroups OBJECT IDENTIFIER ::= { rbTgMIB 2 }
  841.  
  842.        
  843.         -- 1.3.6.1.4.1.31926.35.2.1
  844.         rbTgGeneralGroup OBJECT-GROUP
  845.             OBJECTS { rbTgRcLinksActiveSpeedRx, rbTgRcLinksActiveSpeedTx, rbTgRcLinksActiveSnr, rbTgRcLinksActiveMcsRx, rbTgRcLinksActiveMcsTx,
  846.                 rbTgRcLinksActiveTxPer, rbTgRcLinksActiveRxPer, rbTgRcLinksActiveTxPowerIndex, rbTgRcLinksActiveBeamAzimuthTx, rbTgRcLinksActiveBeamElevationTx,
  847.                 rbTgRcLinksActiveActiveTileCountTx, rbTgRcLinksActiveBeamIndexRx, rbTgRcLinksActiveBeamAzimuthRx, rbTgRcLinksActiveBeamElevationRx, rbTgRcLinksActiveActiveTileCountRx,
  848.                 rbTgRcLinksActiveBeamIndexTx, rbTgRcLinksActiveCounterRxOk, rbTgRcLinksActiveCounterTxOk, rbTgRcLinksActiveCounterTxFail, rbTgRcLinksActiveCounterRxFail,
  849.                 rbTgRcLinksActiveCounterRxHcsFail, rbTgRcLinksActiveCounterTxFailures, rbTgRcLinksActiveCounterRxFailures, rbTgRcLinksActiveCounterRxDropBufSize, rbTgRcLinksActiveCounterRxDropEncryptionFail,
  850.                 rbTgRcLinksActiveCounterRxDropRaMismatch, rbTgRcLinksActiveCounterRxDropUnexpected, rbTgRdLinksConfiguredIfIndex, rbTgRcLinksActiveActualRemoteSector, rbTgRcLinksActiveActualLocalSector,
  851.                 rbTgRcLinksActiveLocalRole, rbTgRcLinksActiveLinkUptime, rbTgRdLinksConfiguredResponderNodeType, rbTgRdLinksConfiguredControlSuperframe, rbTgRdLinksConfiguredAdminStatus,
  852.                 rbTgRdLinksConfiguredLocalSectorBitmap, rbTgRdLinksConfiguredRemoteSectorBitmap, rbTgRdLinksConfiguredLinkState, rbTgRdLinksConfiguredTxGolayIndex, rbTgRdLinksConfiguredRxGolayIndex,
  853.                 rbTgRcLinksActiveRssi, rbTgRcLinksActiveIfIndex, rbTgRcLinksActiveRemoteName, rbTgRdLinksConfiguredRemoteName }
  854.             STATUS current
  855.             DESCRIPTION
  856.                 "The collection of objects used to represent the general entity information."
  857.             ::= { rbTgGroups 1 }
  858.  
  859.        
  860.    
  861.     END
  862.  
  863. --
  864. -- RADIO-BRIDGE-MH-TG-MIB.mib
  865. --
  866.