From Buff Moth, 5 Years ago, written in Plain Text.
Embed
  1.  
  2. -- File Name  : ZMTEL-ODU-MIB.txt
  3. -- Description: LTE ODU project enterprise MIB tree
  4. -- Date       : 2015.08.03
  5.  
  6. ------------------------------------------------------------------------------
  7.  
  8.  
  9. ZMTEL-ODU-MIB DEFINITIONS ::= BEGIN
  10.  
  11. IMPORTS
  12.     MODULE-IDENTITY, enterprises, OBJECT-TYPE, Integer32, Unsigned32, Gauge32,
  13.     NOTIFICATION-TYPE, OBJECT-IDENTITY, TimeTicks, Counter64
  14.         FROM SNMPv2-SMI
  15.     DisplayString
  16.         FROM SNMPv2-TC
  17.  NetworkAddress,IpAddress
  18.    FROM RFC1155-SMI;
  19.  
  20. ZMTEL MODULE-IDENTITY
  21.         LAST-UPDATED "1508030000Z"
  22.   ORGANIZATION "Zmtel Co. Ltd."
  23.   CONTACT-INFO "Zmtel Co. Ltd.
  24.                          E-mail: zmtel@zmtel.com"
  25.   DESCRIPTION  "Zmtel MIB OID defines and documentation."
  26.   REVISION  "1508030000Z"
  27.   DESCRIPTION  "Initial MIB creation."
  28.         ::= { enterprises 38595 }
  29.  
  30. ODU OBJECT-IDENTITY
  31.     STATUS   current
  32.     DESCRIPTION  "Zmtel ODU MIB OID defines."
  33.     ::= { ZMTEL 10 }
  34.  
  35.  
  36. deviceInfo OBJECT IDENTIFIER ::= { ODU 1 }
  37. systemInfo OBJECT IDENTIFIER ::= { ODU 2 }
  38. lteInfo OBJECT IDENTIFIER ::= { ODU 3 }
  39. wanInfo OBJECT IDENTIFIER ::= { ODU 4 }
  40. lanInfo OBJECT IDENTIFIER ::= { ODU 5 }
  41.  
  42.  
  43. --> 1.Device Information
  44. vendor OBJECT-TYPE
  45.   SYNTAX  OCTET STRING (SIZE (0..32))
  46.   MAX-ACCESS read-only
  47.   STATUS  current
  48.   DESCRIPTION "Indicates the device vendor."
  49.         ::= { deviceInfo 1 }
  50.  
  51. --productName OBJECT-TYPE
  52. --  SYNTAX  OCTET STRING (SIZE (0..32))
  53. --  MAX-ACCESS read-only
  54. --  STATUS  current
  55. --  DESCRIPTION "Indicates the device product name."
  56. --        ::= { deviceInfo 2 }
  57.  
  58. modelName OBJECT-TYPE
  59.   SYNTAX  OCTET STRING (SIZE (0..32))
  60.   MAX-ACCESS read-only
  61.   STATUS  current
  62.   DESCRIPTION "Indicates the device model name."
  63.         ::= { deviceInfo 3 }
  64.  
  65. hardwareVersion OBJECT-TYPE
  66.   SYNTAX  OCTET STRING (SIZE (0..32))
  67.   MAX-ACCESS read-only
  68.   STATUS  current
  69.   DESCRIPTION "Indicates the device hardware version."
  70.         ::= { deviceInfo 4 }
  71.  
  72. SN OBJECT-TYPE
  73.   SYNTAX  OCTET STRING (SIZE (0..32))
  74.   MAX-ACCESS read-only
  75.   STATUS  current
  76.   DESCRIPTION "Indicates the device serial number."
  77.         ::= { deviceInfo 5 }
  78.  
  79. moduleSN OBJECT-TYPE
  80.   SYNTAX  OCTET STRING (SIZE (0..32))
  81.   MAX-ACCESS read-only
  82.   STATUS  current
  83.   DESCRIPTION "Indicates the module serial number."
  84.         ::= { deviceInfo 6 }
  85.  
  86. softwareVersion OBJECT-TYPE
  87.   SYNTAX  OCTET STRING (SIZE (0..32))
  88.   MAX-ACCESS read-only
  89.   STATUS  current
  90.   DESCRIPTION "Indicates the software version."
  91.         ::= { deviceInfo 7 }
  92.  
  93. firmwareVersion OBJECT-TYPE
  94.   SYNTAX  OCTET STRING (SIZE (0..32))
  95.   MAX-ACCESS read-only
  96.   STATUS  current
  97.   DESCRIPTION "Indicates the firmware version."
  98.         ::= { deviceInfo 8 }
  99.  
  100. bootROM OBJECT-TYPE
  101.   SYNTAX  OCTET STRING (SIZE (0..32))
  102.   MAX-ACCESS read-only
  103.   STATUS  current
  104.   DESCRIPTION "Indicates the bootROM version."
  105.         ::= { deviceInfo 9 }
  106.  
  107. IMEI OBJECT-TYPE
  108.   SYNTAX  OCTET STRING (SIZE (0..20))
  109.   MAX-ACCESS read-only
  110.   STATUS  current
  111.   DESCRIPTION "Indicates device IMEI."
  112.         ::= { deviceInfo 10 }
  113.  
  114. IMSI OBJECT-TYPE
  115.   SYNTAX  OCTET STRING (SIZE (0..20))
  116.   MAX-ACCESS read-only
  117.   STATUS  current
  118.   DESCRIPTION "Indicates USIM card IMSI."
  119.         ::= { deviceInfo 11 }
  120.  
  121. lteBand OBJECT-TYPE
  122.   SYNTAX  OCTET STRING (SIZE (0..32))
  123.   MAX-ACCESS read-only
  124.   STATUS  current
  125.   DESCRIPTION "Indicates support LTE bands."
  126.         ::= { deviceInfo 12 }
  127.  
  128. reboot OBJECT-TYPE
  129.         SYNTAX  INTEGER{ true(1), false(0) }
  130.         MAX-ACCESS read-write
  131.         STATUS  current
  132.         DESCRIPTION "Reboot the device."
  133.         ::= { deviceInfo 13 }
  134.        
  135. reset OBJECT-TYPE
  136.         SYNTAX  INTEGER{ true(1), false(0) }
  137.         MAX-ACCESS read-write
  138.         STATUS  current
  139.         DESCRIPTION "Factory reset."
  140.         ::= { deviceInfo 14 }
  141.  
  142. --> 2.System Information
  143. deviceUpTime OBJECT-TYPE
  144.   SYNTAX  Unsigned32
  145.   UNITS  "Second"
  146.   MAX-ACCESS read-only
  147.   STATUS  current
  148.   DESCRIPTION "Indicates the seconds when device is up."
  149.         ::= { systemInfo 1 }
  150.  
  151. cpuUsageCurrent OBJECT-TYPE
  152.   SYNTAX  Unsigned32
  153.   MAX-ACCESS read-only
  154.   STATUS  current
  155.   DESCRIPTION "Indicates current cpu usage, such as 30%."
  156.         ::= { systemInfo 2 }
  157.  
  158. cpuUsageMax OBJECT-TYPE
  159.   SYNTAX  Unsigned32
  160.   MAX-ACCESS read-only
  161.   STATUS  current
  162.   DESCRIPTION "Indicates max cpu usage, such as 60%."
  163.         ::= { systemInfo 3 }
  164.  
  165. cpuUsageMin OBJECT-TYPE
  166.   SYNTAX  Unsigned32
  167.   MAX-ACCESS read-only
  168.   STATUS  current
  169.   DESCRIPTION "Indicates min cpu usage, such as 10%."
  170.         ::= { systemInfo 4 }
  171.  
  172. memTotal OBJECT-TYPE
  173.   SYNTAX  Unsigned32
  174.   MAX-ACCESS read-only
  175.   STATUS  current
  176.   DESCRIPTION "Indicates system total memory size, such as 37904 KB."
  177.         ::= { systemInfo 5 }
  178.  
  179. memUsageCurrent OBJECT-TYPE
  180.   SYNTAX  Unsigned32
  181.   MAX-ACCESS read-only
  182.   STATUS  current
  183.   DESCRIPTION "Indicates current memory usage, such as 81%."
  184.         ::= { systemInfo 6 }
  185.  
  186. memUsageMax OBJECT-TYPE
  187.   SYNTAX  Unsigned32
  188.   MAX-ACCESS read-only
  189.   STATUS  current
  190.   DESCRIPTION "Indicates max memory usage, such as 81%."
  191.         ::= { systemInfo 7 }
  192.  
  193. memUsageMin OBJECT-TYPE
  194.   SYNTAX  Unsigned32
  195.   MAX-ACCESS read-only
  196.   STATUS  current
  197.   DESCRIPTION "Indicates min memory usage, such as 69%."
  198.         ::= { systemInfo 8 }
  199.  
  200. firewall OBJECT-TYPE
  201.   SYNTAX  Integer32 { Disabled(0), Enabled(1) }
  202.   MAX-ACCESS read-only
  203.   STATUS  current
  204.   DESCRIPTION "Indicates firewall status,disabled or enabled ."
  205.         ::= { systemInfo 9 }
  206.  
  207.  
  208.  
  209. --> 3.LTE Information
  210. lteConnectionTime OBJECT-TYPE
  211.   SYNTAX  Unsigned32  -- unit:second
  212.   MAX-ACCESS read-only
  213.   STATUS  current
  214.   DESCRIPTION "Indicates the seconds when device is connected to the LTE mobile network."
  215.         ::= { lteInfo 1 }
  216.  
  217. usimCardStatus OBJECT-TYPE
  218.   SYNTAX  OCTET STRING (SIZE (0..32))
  219.         MAX-ACCESS read-only
  220.         STATUS  current
  221.         DESCRIPTION "Indicates the USIM Card status."
  222.         ::= { lteInfo 2 }
  223.  
  224. lteNetworkStatus OBJECT-TYPE
  225.   SYNTAX  OCTET STRING (SIZE (0..32))
  226.         MAX-ACCESS read-only
  227.         STATUS  current
  228.         DESCRIPTION "Indicates the LTE mobile network connection status."
  229.         ::= { lteInfo 3 }
  230.  
  231. lteDuplexMode OBJECT-TYPE
  232.   SYNTAX  OCTET STRING (SIZE (0..16))
  233.         MAX-ACCESS read-only
  234.         STATUS  current
  235.         DESCRIPTION "Indicates the lte mobile network duplex mode,TDD or FDD."
  236.         ::= { lteInfo 4 }
  237.  
  238. operator OBJECT-TYPE
  239.   SYNTAX  OCTET STRING (SIZE (0..64))
  240.         MAX-ACCESS read-only
  241.         STATUS  current
  242.         DESCRIPTION "Indicates the mobile network operator."
  243.         ::= { lteInfo 5 }
  244.  
  245. dlMCS OBJECT-TYPE
  246.         SYNTAX  Integer32
  247.         MAX-ACCESS read-only
  248.         STATUS  current
  249.         DESCRIPTION "Indicates the mobile network downlink MCS."
  250.         ::= { lteInfo 6 }
  251.  
  252. ulMCS OBJECT-TYPE
  253.         SYNTAX  Integer32
  254.         MAX-ACCESS read-only
  255.         STATUS  current
  256.         DESCRIPTION "Indicates the mobile network uplink MCS."
  257.         ::= { lteInfo 7 }
  258.  
  259. dlFrequency OBJECT-TYPE
  260.   SYNTAX  OCTET STRING (SIZE (0..16))
  261.         MAX-ACCESS read-only
  262.         STATUS  current
  263.         DESCRIPTION "Indicates the mobile network downlink frequency(KHz)."
  264.         ::= { lteInfo 8 }
  265.  
  266. ulFrequency OBJECT-TYPE
  267.   SYNTAX  OCTET STRING (SIZE (0..16))
  268.         MAX-ACCESS read-only
  269.         STATUS  current
  270.         DESCRIPTION "Indicates the mobile network uplink frequency(KHz)."
  271.         ::= { lteInfo 9 }
  272.  
  273. bandwidth OBJECT-TYPE
  274.   SYNTAX  Unsigned32
  275.         MAX-ACCESS read-only
  276.         STATUS  current
  277.         DESCRIPTION "Indicates the mobile network bandwidth(KHz)."
  278.         ::= { lteInfo 10 }
  279.  
  280. rsrp0 OBJECT-TYPE
  281.         SYNTAX  Integer32
  282.         MAX-ACCESS read-only
  283.         STATUS  current
  284.         DESCRIPTION "Indicates the mobile network RSRP0(dBm)."
  285.         ::= { lteInfo 11 }
  286.  
  287. rsrp1 OBJECT-TYPE
  288.         SYNTAX  Integer32
  289.         MAX-ACCESS read-only
  290.         STATUS  current
  291.         DESCRIPTION "Indicates the mobile network RSRP1(dBm)."
  292.         ::= { lteInfo 12 }
  293.  
  294. rsrq OBJECT-TYPE
  295.         SYNTAX  Integer32
  296.         MAX-ACCESS read-only
  297.         STATUS  current
  298.         DESCRIPTION "Indicates the mobile network RSRQ(dB)."
  299.         ::= { lteInfo 13 }
  300.  
  301. rssi OBJECT-TYPE
  302.         SYNTAX  Integer32
  303.         MAX-ACCESS read-only
  304.         STATUS  current
  305.         DESCRIPTION "Indicates the mobile network RSSI(dBm)."
  306.         ::= { lteInfo 14 }
  307.  
  308. sinr OBJECT-TYPE
  309.         SYNTAX  Integer32
  310.         MAX-ACCESS read-only
  311.         STATUS  current
  312.         DESCRIPTION "Indicates the mobile network SINR(dB)."
  313.         ::= { lteInfo 15 }
  314.  
  315. cinr0 OBJECT-TYPE
  316.         SYNTAX  Integer32
  317.         MAX-ACCESS read-only
  318.         STATUS  current
  319.         DESCRIPTION "Indicates the mobile network CINR0(dB)."
  320.         ::= { lteInfo 16 }
  321.  
  322. cinr1 OBJECT-TYPE
  323.         SYNTAX  Integer32
  324.         MAX-ACCESS read-only
  325.         STATUS  current
  326.         DESCRIPTION "Indicates the mobile network CINR1(dB)."
  327.         ::= { lteInfo 17 }
  328.  
  329. txPower OBJECT-TYPE
  330.         SYNTAX  Integer32
  331.         MAX-ACCESS read-only
  332.         STATUS  current
  333.         DESCRIPTION "Indicates the mobile network TX Power(dBm)."
  334.         ::= { lteInfo 18 }
  335.  
  336. pCID OBJECT-TYPE
  337.         SYNTAX  Integer32
  338.         MAX-ACCESS read-only
  339.         STATUS  current
  340.         DESCRIPTION "Indicates the mobile network physical cell id."
  341.         ::= { lteInfo 19 }
  342.  
  343. eNBID OBJECT-TYPE
  344.         SYNTAX  Integer32
  345.         MAX-ACCESS read-only
  346.         STATUS  current
  347.         DESCRIPTION "Indicates the mobile network eNB id."
  348.         ::= { lteInfo 20 }
  349.  
  350. cellID OBJECT-TYPE
  351.         SYNTAX  Integer32
  352.         MAX-ACCESS read-only
  353.         STATUS  current
  354.         DESCRIPTION "Indicates the mobile network physical cell id of the detected cell."
  355.         ::= { lteInfo 21 }
  356.  
  357. MCC OBJECT-TYPE
  358.         SYNTAX  Integer32
  359.         MAX-ACCESS read-only
  360.         STATUS  current
  361.         DESCRIPTION "Indicates the mobile network MCC."
  362.         ::= { lteInfo 22 }
  363.  
  364. MNC OBJECT-TYPE
  365.         SYNTAX  Integer32
  366.         MAX-ACCESS read-only
  367.         STATUS  current
  368.         DESCRIPTION "Indicates the mobile network MNC."
  369.         ::= { lteInfo 23 }
  370.  
  371. dlDataRateCurrent OBJECT-TYPE
  372.         SYNTAX  Counter64  -- unit:Bytes/s
  373.         MAX-ACCESS read-only
  374.         STATUS  current
  375.         DESCRIPTION "Indicates the mobile network downlink current data rate(Bytes/s)."
  376.         ::= { lteInfo 24 }
  377.        
  378. dlDataRateMax OBJECT-TYPE
  379.         SYNTAX  Counter64  -- unit:Bytes/s
  380.         MAX-ACCESS read-only
  381.         STATUS  current
  382.         DESCRIPTION "Indicates the mobile network downlink maximum data rate(Bytes/s)."
  383.         ::= { lteInfo 25 }
  384.        
  385. dlDataRateMin OBJECT-TYPE
  386.         SYNTAX  Counter64  -- unit:Bytes/s
  387.         MAX-ACCESS read-only
  388.         STATUS  current
  389.         DESCRIPTION "Indicates the mobile network downlink minimum data rate(Bytes/s)."
  390.         ::= { lteInfo 26 }
  391.        
  392. ulDataRateCurrent OBJECT-TYPE
  393.         SYNTAX  Counter64  -- unit:Bytes/s
  394.         MAX-ACCESS read-only
  395.         STATUS  current
  396.         DESCRIPTION "Indicates the mobile network uplink current data rate(Bytes/s)."
  397.         ::= { lteInfo 27 }
  398.        
  399. ulDataRateMax OBJECT-TYPE
  400.         SYNTAX  Counter64  -- unit:Bytes/s
  401.         MAX-ACCESS read-only
  402.         STATUS  current
  403.         DESCRIPTION "Indicates the mobile network uplink maximum data rate(Bytes/s)."
  404.         ::= { lteInfo 28 }
  405.        
  406. ulDataRateMin OBJECT-TYPE
  407.         SYNTAX  Counter64  -- unit:Bytes/s
  408.         MAX-ACCESS read-only
  409.         STATUS  current
  410.         DESCRIPTION "Indicates the mobile network uplink minimum data rate(Bytes/s)."
  411.         ::= { lteInfo 29 }
  412.  
  413. apnTable OBJECT-TYPE
  414.         SYNTAX        SEQUENCE OF ApnEntry
  415.         MAX-ACCESS    not-accessible
  416.         STATUS        current
  417.         DESCRIPTION   "Indicates all LTE APNs information."
  418.         ::= { lteInfo 30 }
  419.  
  420. apnEntry OBJECT-TYPE
  421.         SYNTAX        ApnEntry
  422.         MAX-ACCESS    not-accessible
  423.         STATUS        current
  424.         DESCRIPTION   "Entry contains information of APN."
  425.         INDEX         { apnEntryIndex }
  426.         ::= { apnTable 1 }
  427.  
  428. ulEARFCN OBJECT-TYPE
  429.         SYNTAX  Counter64  
  430.         MAX-ACCESS read-only
  431.         STATUS  current
  432.         DESCRIPTION "Indicates the uplink EARFCN."
  433.         ::= { lteInfo 31 }
  434.  
  435. dlEARFCN OBJECT-TYPE
  436.         SYNTAX  Counter64  
  437.         MAX-ACCESS read-only
  438.         STATUS  current
  439.         DESCRIPTION "Indicates the downlink EARFCN."
  440.         ::= { lteInfo 32 }
  441.        
  442. ApnEntry ::= SEQUENCE {
  443.                 apnEntryIndex   Unsigned32,
  444.                 apnName     OCTET STRING,
  445.                
  446.                 apnStatus    INTEGER,
  447.                 apnIpAddress   IpAddress,
  448.                 apnSubnetMask   IpAddress,
  449.                
  450.                 apnRxTotalTraffic  Counter64,
  451.                 apnRxPackets   Counter64,
  452.                 apnRxErrorPackets  Counter64,
  453.                 apnRxDroppedPackets  Counter64,
  454.                
  455.                 apnTxTotalTraffic  Counter64,
  456.                 apnTxPackets   Counter64,
  457.                 apnTxErrorPackets  Counter64,
  458.                 apnTxDroppedPackets  Counter64
  459.                 }
  460.  
  461. apnEntryIndex OBJECT-TYPE
  462.   SYNTAX  Unsigned32 (1..4)
  463.   MAX-ACCESS not-accessible
  464.   STATUS  current
  465.   DESCRIPTION "APN index."
  466.         ::= { apnEntry  1 }
  467.  
  468. apnName OBJECT-TYPE
  469.   SYNTAX  OCTET STRING (SIZE (0..256))
  470.   MAX-ACCESS read-only
  471.   STATUS  current
  472.   DESCRIPTION "APN name."
  473.         ::= { apnEntry 2 }
  474.  
  475. apnStatus OBJECT-TYPE
  476.   SYNTAX  INTEGER { Disabled(0), Enabled(1) }
  477.   MAX-ACCESS read-only
  478.   STATUS  current
  479.   DESCRIPTION "Indicates an APN status,disabled or enabled."
  480.         ::= { apnEntry 3 }
  481.  
  482. apnIpAddress OBJECT-TYPE
  483.   SYNTAX  IpAddress
  484.   MAX-ACCESS read-only
  485.   STATUS  current
  486.   DESCRIPTION "APN ip address."
  487.         ::= { apnEntry 4 }
  488.  
  489. apnSubnetMask OBJECT-TYPE
  490.   SYNTAX  IpAddress
  491.   MAX-ACCESS read-only
  492.   STATUS  current
  493.   DESCRIPTION "APN subnet mask."
  494.         ::= { apnEntry 5 }
  495.  
  496. apnRxTotalTraffic OBJECT-TYPE
  497.         SYNTAX  Counter64
  498.         MAX-ACCESS read-only
  499.         STATUS  current
  500.         DESCRIPTION "Indicates an APN Rx total traffic(Bytes)."
  501.         ::= { apnEntry 6 }
  502.  
  503. apnRxPackets OBJECT-TYPE
  504.         SYNTAX  Counter64
  505.         MAX-ACCESS read-only
  506.         STATUS  current
  507.         DESCRIPTION "Indicates an APN Rx(Receive) packets number."
  508.         ::= { apnEntry 7 }
  509.  
  510. apnRxErrorPackets OBJECT-TYPE
  511.         SYNTAX  Counter64
  512.         MAX-ACCESS read-only
  513.         STATUS  current
  514.         DESCRIPTION "Indicates an APN Rx(Receive) error packets number."
  515.         ::= { apnEntry 8 }
  516.  
  517. apnRxDroppedPackets OBJECT-TYPE
  518.         SYNTAX  Counter64
  519.         MAX-ACCESS read-only
  520.         STATUS  current
  521.         DESCRIPTION "Indicates an APN Rx(Receive) dropped packets number."
  522.         ::= { apnEntry 9 }
  523.  
  524. apnTxTotalTraffic OBJECT-TYPE
  525.         SYNTAX  Counter64
  526.         MAX-ACCESS read-only
  527.         STATUS  current
  528.         DESCRIPTION "Indicates an APN Tx(Send) total traffic."
  529.         ::= { apnEntry 10 }
  530.  
  531. apnTxPackets OBJECT-TYPE
  532.         SYNTAX  Counter64
  533.         MAX-ACCESS read-only
  534.         STATUS  current
  535.         DESCRIPTION "Indicates an APN Tx(Send) packets number."
  536.         ::= { apnEntry 11 }
  537.  
  538. apnTxErrorPackets OBJECT-TYPE
  539.         SYNTAX  Counter64
  540.         MAX-ACCESS read-only
  541.         STATUS  current
  542.         DESCRIPTION "Indicates an APN Tx(Send) error packets number."
  543.         ::= { apnEntry 12 }
  544.  
  545. apnTxDroppedPackets OBJECT-TYPE
  546.         SYNTAX  Counter64
  547.         MAX-ACCESS read-only
  548.         STATUS  current
  549.         DESCRIPTION "Indicates an APN Tx(Send) dropped packets number."
  550.         ::= { apnEntry 13 }
  551.  
  552.  
  553.  
  554. --> 4.WAN Information
  555. wanMode OBJECT-TYPE
  556.         SYNTAX  Integer32 { NAT(0), Router(1), Bridge(2) }
  557.         MAX-ACCESS read-only
  558.         STATUS  current
  559.         DESCRIPTION "Indicates WAN mode, NAT/Router/Bridge."
  560.         ::= { wanInfo 1 }
  561.  
  562. wanType OBJECT-TYPE
  563.         SYNTAX  Integer32 { DHCP(0), Static(1) }
  564.         MAX-ACCESS read-only
  565.         STATUS  current
  566.         DESCRIPTION "Indicates WAN type, DHCP/Static."
  567.         ::= { wanInfo 2 }
  568.  
  569. wanDnsServer OBJECT-TYPE
  570.         SYNTAX  OCTET STRING (SIZE (0..128))
  571.         MAX-ACCESS read-only
  572.         STATUS  current
  573.         DESCRIPTION "Indicates WAN dns server ip address,such as 213.172.33.34."
  574.         ::= { wanInfo 3 }
  575.  
  576. wanTimeServer OBJECT-TYPE
  577.         SYNTAX  OCTET STRING (SIZE (0..128))
  578.         MAX-ACCESS read-only
  579.         STATUS  current
  580.         DESCRIPTION "Indicates WAN time server ip address(NTP Server IP Address),such as 213.172.43.4."
  581.         ::= { wanInfo 4 }
  582.  
  583.  
  584.  
  585. --> 5.LAN Information
  586. lanType OBJECT-TYPE
  587.         SYNTAX  Integer32 { DHCP(0), Static(1) }
  588.         MAX-ACCESS read-only
  589.         STATUS  current
  590.         DESCRIPTION "Indicates LAN type,DHCP/Static."
  591.         ::= { lanInfo 1 }
  592.  
  593. lanMacAddress OBJECT-TYPE
  594.         SYNTAX  OCTET STRING (SIZE (0..20))
  595.         MAX-ACCESS read-only
  596.         STATUS  current
  597.         DESCRIPTION "Indicates LAN mac address,such as '00:12:61:00:85:DB'."
  598.         ::= { lanInfo 2 }
  599.  
  600. lanIpAddress OBJECT-TYPE
  601.         SYNTAX  IpAddress
  602.         MAX-ACCESS read-only
  603.         STATUS  current
  604.         DESCRIPTION "Indicates LAN ip address,such as '192.168.1.1'."
  605.         ::= { lanInfo 3 }
  606.  
  607. lanSubnetMask OBJECT-TYPE
  608.         SYNTAX  IpAddress
  609.         MAX-ACCESS read-only
  610.         STATUS  current
  611.         DESCRIPTION "Indicates LAN subnet mask,such as '255.255.255.0'."
  612.         ::= { lanInfo 4 }
  613.  
  614. lanRxTotalTraffic OBJECT-TYPE
  615.         SYNTAX  Counter64
  616.         MAX-ACCESS read-only
  617.         STATUS  current
  618.         DESCRIPTION "Indicates LAN Rx(Receive) total traffic(Bytes)."
  619.         ::= { lanInfo 5 }
  620.  
  621. lanRxPackets OBJECT-TYPE
  622.         SYNTAX  Counter64
  623.         MAX-ACCESS read-only
  624.         STATUS  current
  625.         DESCRIPTION "Indicates LAN Rx(Receive) packets number."
  626.         ::= { lanInfo 6 }
  627.  
  628. lanRxErrorPackets OBJECT-TYPE
  629.         SYNTAX  Counter64
  630.         MAX-ACCESS read-only
  631.         STATUS  current
  632.         DESCRIPTION "Indicates LAN Rx(Receive) error packets number."
  633.         ::= { lanInfo 7 }
  634.  
  635. lanRxDroppedPackets OBJECT-TYPE
  636.         SYNTAX  Counter64
  637.         MAX-ACCESS read-only
  638.         STATUS  current
  639.         DESCRIPTION "Indicates LAN Rx(Receive) dropped packets number."
  640.         ::= { lanInfo 8 }
  641.  
  642. lanTxTotalTraffic OBJECT-TYPE
  643.         SYNTAX  Counter64
  644.         MAX-ACCESS read-only
  645.         STATUS  current
  646.         DESCRIPTION "Indicates LAN Tx(Send) total traffic."
  647.         ::= { lanInfo 9 }
  648.  
  649. lanTxPackets OBJECT-TYPE
  650.         SYNTAX  Counter64
  651.         MAX-ACCESS read-only
  652.         STATUS  current
  653.         DESCRIPTION "Indicates LAN Tx(Send) packets number."
  654.         ::= { lanInfo 10 }
  655.  
  656. lanTxErrorPackets OBJECT-TYPE
  657.         SYNTAX  Counter64
  658.         MAX-ACCESS read-only
  659.         STATUS  current
  660.         DESCRIPTION "Indicates LAN Tx(Send) error packets number."
  661.         ::= { lanInfo 11 }
  662.  
  663. lanTxDroppedPackets OBJECT-TYPE
  664.         SYNTAX  Counter64
  665.         MAX-ACCESS read-only
  666.         STATUS  current
  667.         DESCRIPTION "Indicates LAN Tx(Send) dropped packets number."
  668.         ::= { lanInfo 12 }
  669.  
  670.  
  671.  
  672. END
  673.  

Replies to Greenpacket ZMTEL OT-350 MIB rss

Title Name Language When
Re: Greenpacket ZMTEL OT-350 MIB Reliable Guinea Pig text 3 Years ago.
Re: Greenpacket ZMTEL OT-350 MIB Sloppy Hog text 5 Years ago.