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