Advertisement
G0nz0uk

snmpx

Jan 6th, 2025
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 45.99 KB | None | 0 0
  1. auths:
  2.   cisco_v2:
  3.     community: public
  4.     security_level: noAuthNoPriv
  5.     auth_protocol: MD5
  6.     priv_protocol: DES
  7.     version: 2
  8. modules:
  9.   cisco_metrics:
  10.     walk:
  11.    - 1.3.6.1.4.1.9.9.109.1.1.1
  12.     - 1.3.6.1.4.1.9.9.13.1.3
  13.     - 1.3.6.1.4.1.9.9.13.1.4
  14.     - 1.3.6.1.4.1.9.9.13.1.5
  15.     - 1.3.6.1.4.1.9.9.48.1.1
  16.     metrics:
  17.     - name: cpmCPUTotalIndex
  18.       oid: 1.3.6.1.4.1.9.9.109.1.1.1.1.1
  19.       type: gauge
  20.       help: An index that uniquely represents a CPU (or group of CPUs) whose CPU load
  21.         information is reported by a row in this table - 1.3.6.1.4.1.9.9.109.1.1.1.1.1
  22.       indexes:
  23.       - labelname: cpmCPUTotalIndex
  24.         type: gauge
  25.     - name: cpmCPUTotalPhysicalIndex
  26.       oid: 1.3.6.1.4.1.9.9.109.1.1.1.1.2
  27.       type: gauge
  28.       help: The entPhysicalIndex of the physical entity for which the CPU statistics
  29.         in this entry are maintained - 1.3.6.1.4.1.9.9.109.1.1.1.1.2
  30.       indexes:
  31.       - labelname: cpmCPUTotalIndex
  32.         type: gauge
  33.     - name: cpmCPUTotal5sec
  34.       oid: 1.3.6.1.4.1.9.9.109.1.1.1.1.3
  35.       type: gauge
  36.       help: The overall CPU busy percentage in the last 5 second period - 1.3.6.1.4.1.9.9.109.1.1.1.1.3
  37.       indexes:
  38.       - labelname: cpmCPUTotalIndex
  39.         type: gauge
  40.     - name: cpmCPUTotal1min
  41.       oid: 1.3.6.1.4.1.9.9.109.1.1.1.1.4
  42.       type: gauge
  43.       help: The overall CPU busy percentage in the last 1 minute period - 1.3.6.1.4.1.9.9.109.1.1.1.1.4
  44.       indexes:
  45.       - labelname: cpmCPUTotalIndex
  46.         type: gauge
  47.     - name: cpmCPUTotal5min
  48.       oid: 1.3.6.1.4.1.9.9.109.1.1.1.1.5
  49.       type: gauge
  50.       help: The overall CPU busy percentage in the last 5 minute period - 1.3.6.1.4.1.9.9.109.1.1.1.1.5
  51.       indexes:
  52.       - labelname: cpmCPUTotalIndex
  53.         type: gauge
  54.     - name: cpmCPUTotal5secRev
  55.       oid: 1.3.6.1.4.1.9.9.109.1.1.1.1.6
  56.       type: gauge
  57.       help: The overall CPU busy percentage in the last 5 second period - 1.3.6.1.4.1.9.9.109.1.1.1.1.6
  58.       indexes:
  59.       - labelname: cpmCPUTotalIndex
  60.         type: gauge
  61.     - name: cpmCPUTotal1minRev
  62.       oid: 1.3.6.1.4.1.9.9.109.1.1.1.1.7
  63.       type: gauge
  64.       help: The overall CPU busy percentage in the last 1 minute period - 1.3.6.1.4.1.9.9.109.1.1.1.1.7
  65.       indexes:
  66.       - labelname: cpmCPUTotalIndex
  67.         type: gauge
  68.     - name: cpmCPUTotal5minRev
  69.       oid: 1.3.6.1.4.1.9.9.109.1.1.1.1.8
  70.       type: gauge
  71.       help: The overall CPU busy percentage in the last 5 minute period - 1.3.6.1.4.1.9.9.109.1.1.1.1.8
  72.       indexes:
  73.       - labelname: cpmCPUTotalIndex
  74.         type: gauge
  75.     - name: cpmCPUMonInterval
  76.       oid: 1.3.6.1.4.1.9.9.109.1.1.1.1.9
  77.       type: gauge
  78.       help: CPU usage monitoring interval - 1.3.6.1.4.1.9.9.109.1.1.1.1.9
  79.       indexes:
  80.       - labelname: cpmCPUTotalIndex
  81.         type: gauge
  82.     - name: cpmCPUTotalMonIntervalValue
  83.       oid: 1.3.6.1.4.1.9.9.109.1.1.1.1.10
  84.       type: gauge
  85.       help: The overall CPU busy percentage in the last cpmCPUMonInterval period -
  86.         1.3.6.1.4.1.9.9.109.1.1.1.1.10
  87.       indexes:
  88.       - labelname: cpmCPUTotalIndex
  89.         type: gauge
  90.     - name: cpmCPUInterruptMonIntervalValue
  91.       oid: 1.3.6.1.4.1.9.9.109.1.1.1.1.11
  92.       type: gauge
  93.       help: The overall CPU busy percentage in the interrupt context in the last cpmCPUMonInterval
  94.         period. - 1.3.6.1.4.1.9.9.109.1.1.1.1.11
  95.       indexes:
  96.       - labelname: cpmCPUTotalIndex
  97.         type: gauge
  98.     - name: cpmCPUMemoryUsed
  99.       oid: 1.3.6.1.4.1.9.9.109.1.1.1.1.12
  100.       type: gauge
  101.       help: The overall CPU wide system memory which is currently under use. - 1.3.6.1.4.1.9.9.109.1.1.1.1.12
  102.       indexes:
  103.       - labelname: cpmCPUTotalIndex
  104.         type: gauge
  105.     - name: cpmCPUMemoryFree
  106.       oid: 1.3.6.1.4.1.9.9.109.1.1.1.1.13
  107.       type: gauge
  108.       help: The overall CPU wide system memory which is currently free. - 1.3.6.1.4.1.9.9.109.1.1.1.1.13
  109.       indexes:
  110.       - labelname: cpmCPUTotalIndex
  111.         type: gauge
  112.     - name: cpmCPUMemoryKernelReserved
  113.       oid: 1.3.6.1.4.1.9.9.109.1.1.1.1.14
  114.       type: gauge
  115.       help: The overall CPU wide system memory which is reserved for kernel usage.
  116.         - 1.3.6.1.4.1.9.9.109.1.1.1.1.14
  117.       indexes:
  118.       - labelname: cpmCPUTotalIndex
  119.         type: gauge
  120.     - name: cpmCPUMemoryLowest
  121.       oid: 1.3.6.1.4.1.9.9.109.1.1.1.1.15
  122.       type: gauge
  123.       help: The lowest free memory that has been recorded since device has booted.
  124.         - 1.3.6.1.4.1.9.9.109.1.1.1.1.15
  125.       indexes:
  126.       - labelname: cpmCPUTotalIndex
  127.         type: gauge
  128.     - name: ciscoEnvMonTemperatureStatusIndex
  129.       oid: 1.3.6.1.4.1.9.9.13.1.3.1.1
  130.       type: gauge
  131.       help: Unique index for the testpoint being instrumented - 1.3.6.1.4.1.9.9.13.1.3.1.1
  132.       indexes:
  133.       - labelname: ciscoEnvMonTemperatureStatusIndex
  134.         type: gauge
  135.     - name: ciscoEnvMonTemperatureStatusDescr
  136.       oid: 1.3.6.1.4.1.9.9.13.1.3.1.2
  137.       type: DisplayString
  138.       help: Textual description of the testpoint being instrumented - 1.3.6.1.4.1.9.9.13.1.3.1.2
  139.       indexes:
  140.       - labelname: ciscoEnvMonTemperatureStatusIndex
  141.         type: gauge
  142.     - name: ciscoEnvMonTemperatureStatusValue
  143.       oid: 1.3.6.1.4.1.9.9.13.1.3.1.3
  144.       type: gauge
  145.       help: The current measurement of the testpoint being instrumented. - 1.3.6.1.4.1.9.9.13.1.3.1.3
  146.       indexes:
  147.       - labelname: ciscoEnvMonTemperatureStatusIndex
  148.         type: gauge
  149.     - name: ciscoEnvMonTemperatureThreshold
  150.       oid: 1.3.6.1.4.1.9.9.13.1.3.1.4
  151.       type: gauge
  152.       help: The highest value that the associated instance of the object ciscoEnvMonTemperatureStatusValue
  153.         may obtain before an emergency shutdown of the managed device is initiated.
  154.         - 1.3.6.1.4.1.9.9.13.1.3.1.4
  155.       indexes:
  156.       - labelname: ciscoEnvMonTemperatureStatusIndex
  157.         type: gauge
  158.     - name: ciscoEnvMonTemperatureLastShutdown
  159.       oid: 1.3.6.1.4.1.9.9.13.1.3.1.5
  160.       type: gauge
  161.       help: The value of the associated instance of the object ciscoEnvMonTemperatureStatusValue
  162.         at the time an emergency shutdown of the managed device was last initiated
  163.         - 1.3.6.1.4.1.9.9.13.1.3.1.5
  164.       indexes:
  165.       - labelname: ciscoEnvMonTemperatureStatusIndex
  166.         type: gauge
  167.     - name: ciscoEnvMonTemperatureState
  168.       oid: 1.3.6.1.4.1.9.9.13.1.3.1.6
  169.       type: gauge
  170.       help: The current state of the testpoint being instrumented. - 1.3.6.1.4.1.9.9.13.1.3.1.6
  171.       indexes:
  172.       - labelname: ciscoEnvMonTemperatureStatusIndex
  173.         type: gauge
  174.       enum_values:
  175.         1: normal
  176.         2: warning
  177.         3: critical
  178.         4: shutdown
  179.         5: notPresent
  180.         6: notFunctioning
  181.     - name: ciscoEnvMonFanStatusIndex
  182.       oid: 1.3.6.1.4.1.9.9.13.1.4.1.1
  183.       type: gauge
  184.       help: Unique index for the fan being instrumented - 1.3.6.1.4.1.9.9.13.1.4.1.1
  185.       indexes:
  186.       - labelname: ciscoEnvMonFanStatusIndex
  187.         type: gauge
  188.     - name: ciscoEnvMonFanStatusDescr
  189.       oid: 1.3.6.1.4.1.9.9.13.1.4.1.2
  190.       type: DisplayString
  191.       help: Textual description of the fan being instrumented - 1.3.6.1.4.1.9.9.13.1.4.1.2
  192.       indexes:
  193.       - labelname: ciscoEnvMonFanStatusIndex
  194.         type: gauge
  195.     - name: ciscoEnvMonFanState
  196.       oid: 1.3.6.1.4.1.9.9.13.1.4.1.3
  197.       type: gauge
  198.       help: The current state of the fan being instrumented. - 1.3.6.1.4.1.9.9.13.1.4.1.3
  199.       indexes:
  200.       - labelname: ciscoEnvMonFanStatusIndex
  201.         type: gauge
  202.       enum_values:
  203.         1: normal
  204.         2: warning
  205.         3: critical
  206.         4: shutdown
  207.         5: notPresent
  208.         6: notFunctioning
  209.     - name: ciscoEnvMonSupplyStatusIndex
  210.       oid: 1.3.6.1.4.1.9.9.13.1.5.1.1
  211.       type: gauge
  212.       help: Unique index for the power supply being instrumented - 1.3.6.1.4.1.9.9.13.1.5.1.1
  213.       indexes:
  214.       - labelname: ciscoEnvMonSupplyStatusIndex
  215.         type: gauge
  216.     - name: ciscoEnvMonSupplyStatusDescr
  217.       oid: 1.3.6.1.4.1.9.9.13.1.5.1.2
  218.       type: DisplayString
  219.       help: Textual description of the power supply being instrumented - 1.3.6.1.4.1.9.9.13.1.5.1.2
  220.       indexes:
  221.       - labelname: ciscoEnvMonSupplyStatusIndex
  222.         type: gauge
  223.     - name: ciscoEnvMonSupplyState
  224.       oid: 1.3.6.1.4.1.9.9.13.1.5.1.3
  225.       type: gauge
  226.       help: The current state of the power supply being instrumented. - 1.3.6.1.4.1.9.9.13.1.5.1.3
  227.       indexes:
  228.       - labelname: ciscoEnvMonSupplyStatusIndex
  229.         type: gauge
  230.       enum_values:
  231.         1: normal
  232.         2: warning
  233.         3: critical
  234.         4: shutdown
  235.         5: notPresent
  236.         6: notFunctioning
  237.     - name: ciscoEnvMonSupplySource
  238.       oid: 1.3.6.1.4.1.9.9.13.1.5.1.4
  239.       type: gauge
  240.       help: The power supply source - 1.3.6.1.4.1.9.9.13.1.5.1.4
  241.       indexes:
  242.       - labelname: ciscoEnvMonSupplyStatusIndex
  243.         type: gauge
  244.       enum_values:
  245.         1: unknown
  246.         2: ac
  247.         3: dc
  248.         4: externalPowerSupply
  249.         5: internalRedundant
  250.     - name: ciscoMemoryPoolType
  251.       oid: 1.3.6.1.4.1.9.9.48.1.1.1.1
  252.       type: gauge
  253.       help: The type of memory pool for which this entry contains information. - 1.3.6.1.4.1.9.9.48.1.1.1.1
  254.       indexes:
  255.       - labelname: ciscoMemoryPoolType
  256.         type: gauge
  257.     - name: ciscoMemoryPoolName
  258.       oid: 1.3.6.1.4.1.9.9.48.1.1.1.2
  259.       type: DisplayString
  260.       help: A textual name assigned to the memory pool - 1.3.6.1.4.1.9.9.48.1.1.1.2
  261.       indexes:
  262.       - labelname: ciscoMemoryPoolType
  263.         type: gauge
  264.     - name: ciscoMemoryPoolAlternate
  265.       oid: 1.3.6.1.4.1.9.9.48.1.1.1.3
  266.       type: gauge
  267.       help: Indicates whether or not this memory pool has an alternate pool configured
  268.         - 1.3.6.1.4.1.9.9.48.1.1.1.3
  269.       indexes:
  270.       - labelname: ciscoMemoryPoolType
  271.         type: gauge
  272.     - name: ciscoMemoryPoolValid
  273.       oid: 1.3.6.1.4.1.9.9.48.1.1.1.4
  274.       type: gauge
  275.       help: Indicates whether or not the remaining objects in this entry contain accurate
  276.         data - 1.3.6.1.4.1.9.9.48.1.1.1.4
  277.       indexes:
  278.       - labelname: ciscoMemoryPoolType
  279.         type: gauge
  280.       enum_values:
  281.         1: "true"
  282.         2: "false"
  283.     - name: ciscoMemoryPoolUsed
  284.       oid: 1.3.6.1.4.1.9.9.48.1.1.1.5
  285.       type: gauge
  286.       help: Indicates the number of bytes from the memory pool that are currently
  287.         in use by applications on the managed device. - 1.3.6.1.4.1.9.9.48.1.1.1.5
  288.       indexes:
  289.       - labelname: ciscoMemoryPoolType
  290.         type: gauge
  291.     - name: ciscoMemoryPoolFree
  292.       oid: 1.3.6.1.4.1.9.9.48.1.1.1.6
  293.       type: gauge
  294.       help: Indicates the number of bytes from the memory pool that are currently
  295.         unused on the managed device - 1.3.6.1.4.1.9.9.48.1.1.1.6
  296.       indexes:
  297.       - labelname: ciscoMemoryPoolType
  298.         type: gauge
  299.     - name: ciscoMemoryPoolLargestFree
  300.       oid: 1.3.6.1.4.1.9.9.48.1.1.1.7
  301.       type: gauge
  302.       help: Indicates the largest number of contiguous bytes from the memory pool
  303.         that are currently unused on the managed device. - 1.3.6.1.4.1.9.9.48.1.1.1.7
  304.       indexes:
  305.       - labelname: ciscoMemoryPoolType
  306.         type: gauge
  307.   if_mib:
  308.     walk:
  309.    - 1.3.6.1.2.1.2
  310.     - 1.3.6.1.2.1.31.1.1
  311.     get:
  312.    - 1.3.6.1.2.1.1.3.0
  313.     - 1.3.6.1.2.1.1.5.0
  314.     metrics:
  315.     - name: sysUpTime
  316.       oid: 1.3.6.1.2.1.1.3
  317.       type: gauge
  318.       help: The time (in hundredths of a second) since the network management portion
  319.         of the system was last re-initialized. - 1.3.6.1.2.1.1.3
  320.     - name: sysName
  321.       oid: 1.3.6.1.2.1.1.5
  322.       type: DisplayString
  323.       help: An administratively-assigned name for this managed node - 1.3.6.1.2.1.1.5
  324.     - name: ifNumber
  325.       oid: 1.3.6.1.2.1.2.1
  326.       type: gauge
  327.       help: The number of network interfaces (regardless of their current state) present
  328.         on this system. - 1.3.6.1.2.1.2.1
  329.     - name: ifIndex
  330.       oid: 1.3.6.1.2.1.2.2.1.1
  331.       type: gauge
  332.       help: A unique value, greater than zero, for each interface - 1.3.6.1.2.1.2.2.1.1
  333.       indexes:
  334.       - labelname: ifIndex
  335.         type: gauge
  336.       lookups:
  337.       - labels:
  338.        - ifIndex
  339.         labelname: ifAlias
  340.         oid: 1.3.6.1.2.1.31.1.1.1.18
  341.         type: DisplayString
  342.       - labels:
  343.        - ifIndex
  344.         labelname: ifDescr
  345.         oid: 1.3.6.1.2.1.2.2.1.2
  346.         type: DisplayString
  347.       - labels:
  348.        - ifIndex
  349.         labelname: ifName
  350.         oid: 1.3.6.1.2.1.31.1.1.1.1
  351.         type: DisplayString
  352.     - name: ifType
  353.       oid: 1.3.6.1.2.1.2.2.1.3
  354.       type: EnumAsInfo
  355.       help: The type of interface - 1.3.6.1.2.1.2.2.1.3
  356.       indexes:
  357.       - labelname: ifIndex
  358.         type: gauge
  359.       lookups:
  360.       - labels:
  361.        - ifIndex
  362.         labelname: ifAlias
  363.         oid: 1.3.6.1.2.1.31.1.1.1.18
  364.         type: DisplayString
  365.       - labels:
  366.        - ifIndex
  367.         labelname: ifDescr
  368.         oid: 1.3.6.1.2.1.2.2.1.2
  369.         type: DisplayString
  370.       - labels:
  371.        - ifIndex
  372.         labelname: ifName
  373.         oid: 1.3.6.1.2.1.31.1.1.1.1
  374.         type: DisplayString
  375.       enum_values:
  376.         1: other
  377.         2: regular1822
  378.         3: hdh1822
  379.         4: ddnX25
  380.         5: rfc877x25
  381.         6: ethernetCsmacd
  382.         7: iso88023Csmacd
  383.         8: iso88024TokenBus
  384.         9: iso88025TokenRing
  385.         10: iso88026Man
  386.         11: starLan
  387.         12: proteon10Mbit
  388.         13: proteon80Mbit
  389.         14: hyperchannel
  390.         15: fddi
  391.         16: lapb
  392.         17: sdlc
  393.         18: ds1
  394.         19: e1
  395.         20: basicISDN
  396.         21: primaryISDN
  397.         22: propPointToPointSerial
  398.         23: ppp
  399.         24: softwareLoopback
  400.         25: eon
  401.         26: ethernet3Mbit
  402.         27: nsip
  403.         28: slip
  404.         29: ultra
  405.         30: ds3
  406.         31: sip
  407.         32: frameRelay
  408.         33: rs232
  409.         34: para
  410.         35: arcnet
  411.         36: arcnetPlus
  412.         37: atm
  413.         38: miox25
  414.         39: sonet
  415.         40: x25ple
  416.         41: iso88022llc
  417.         42: localTalk
  418.         43: smdsDxi
  419.         44: frameRelayService
  420.         45: v35
  421.         46: hssi
  422.         47: hippi
  423.         48: modem
  424.         49: aal5
  425.         50: sonetPath
  426.         51: sonetVT
  427.         52: smdsIcip
  428.         53: propVirtual
  429.         54: propMultiplexor
  430.         55: ieee80212
  431.         56: fibreChannel
  432.         57: hippiInterface
  433.         58: frameRelayInterconnect
  434.         59: aflane8023
  435.         60: aflane8025
  436.         61: cctEmul
  437.         62: fastEther
  438.         63: isdn
  439.         64: v11
  440.         65: v36
  441.         66: g703at64k
  442.         67: g703at2mb
  443.         68: qllc
  444.         69: fastEtherFX
  445.         70: channel
  446.         71: ieee80211
  447.         72: ibm370parChan
  448.         73: escon
  449.         74: dlsw
  450.         75: isdns
  451.         76: isdnu
  452.         77: lapd
  453.         78: ipSwitch
  454.         79: rsrb
  455.         80: atmLogical
  456.         81: ds0
  457.         82: ds0Bundle
  458.         83: bsc
  459.         84: async
  460.         85: cnr
  461.         86: iso88025Dtr
  462.         87: eplrs
  463.         88: arap
  464.         89: propCnls
  465.         90: hostPad
  466.         91: termPad
  467.         92: frameRelayMPI
  468.         93: x213
  469.         94: adsl
  470.         95: radsl
  471.         96: sdsl
  472.         97: vdsl
  473.         98: iso88025CRFPInt
  474.         99: myrinet
  475.         100: voiceEM
  476.         101: voiceFXO
  477.         102: voiceFXS
  478.         103: voiceEncap
  479.         104: voiceOverIp
  480.         105: atmDxi
  481.         106: atmFuni
  482.         107: atmIma
  483.         108: pppMultilinkBundle
  484.         109: ipOverCdlc
  485.         110: ipOverClaw
  486.         111: stackToStack
  487.         112: virtualIpAddress
  488.         113: mpc
  489.         114: ipOverAtm
  490.         115: iso88025Fiber
  491.         116: tdlc
  492.         117: gigabitEthernet
  493.         118: hdlc
  494.         119: lapf
  495.         120: v37
  496.         121: x25mlp
  497.         122: x25huntGroup
  498.         123: transpHdlc
  499.         124: interleave
  500.         125: fast
  501.         126: ip
  502.         127: docsCableMaclayer
  503.         128: docsCableDownstream
  504.         129: docsCableUpstream
  505.         130: a12MppSwitch
  506.         131: tunnel
  507.         132: coffee
  508.         133: ces
  509.         134: atmSubInterface
  510.         135: l2vlan
  511.         136: l3ipvlan
  512.         137: l3ipxvlan
  513.         138: digitalPowerline
  514.         139: mediaMailOverIp
  515.         140: dtm
  516.         141: dcn
  517.         142: ipForward
  518.         143: msdsl
  519.         144: ieee1394
  520.         145: if-gsn
  521.         146: dvbRccMacLayer
  522.         147: dvbRccDownstream
  523.         148: dvbRccUpstream
  524.         149: atmVirtual
  525.         150: mplsTunnel
  526.         151: srp
  527.         152: voiceOverAtm
  528.         153: voiceOverFrameRelay
  529.         154: idsl
  530.         155: compositeLink
  531.         156: ss7SigLink
  532.         157: propWirelessP2P
  533.         158: frForward
  534.         159: rfc1483
  535.         160: usb
  536.         161: ieee8023adLag
  537.         162: bgppolicyaccounting
  538.         163: frf16MfrBundle
  539.         164: h323Gatekeeper
  540.         165: h323Proxy
  541.         166: mpls
  542.         167: mfSigLink
  543.         168: hdsl2
  544.         169: shdsl
  545.         170: ds1FDL
  546.         171: pos
  547.         172: dvbAsiIn
  548.         173: dvbAsiOut
  549.         174: plc
  550.         175: nfas
  551.         176: tr008
  552.         177: gr303RDT
  553.         178: gr303IDT
  554.         179: isup
  555.         180: propDocsWirelessMaclayer
  556.         181: propDocsWirelessDownstream
  557.         182: propDocsWirelessUpstream
  558.         183: hiperlan2
  559.         184: propBWAp2Mp
  560.         185: sonetOverheadChannel
  561.         186: digitalWrapperOverheadChannel
  562.         187: aal2
  563.         188: radioMAC
  564.         189: atmRadio
  565.         190: imt
  566.         191: mvl
  567.         192: reachDSL
  568.         193: frDlciEndPt
  569.         194: atmVciEndPt
  570.         195: opticalChannel
  571.         196: opticalTransport
  572.         197: propAtm
  573.         198: voiceOverCable
  574.         199: infiniband
  575.         200: teLink
  576.         201: q2931
  577.         202: virtualTg
  578.         203: sipTg
  579.         204: sipSig
  580.         205: docsCableUpstreamChannel
  581.         206: econet
  582.         207: pon155
  583.         208: pon622
  584.         209: bridge
  585.         210: linegroup
  586.         211: voiceEMFGD
  587.         212: voiceFGDEANA
  588.         213: voiceDID
  589.         214: mpegTransport
  590.         215: sixToFour
  591.         216: gtp
  592.         217: pdnEtherLoop1
  593.         218: pdnEtherLoop2
  594.         219: opticalChannelGroup
  595.         220: homepna
  596.         221: gfp
  597.         222: ciscoISLvlan
  598.         223: actelisMetaLOOP
  599.         224: fcipLink
  600.         225: rpr
  601.         226: qam
  602.         227: lmp
  603.         228: cblVectaStar
  604.         229: docsCableMCmtsDownstream
  605.         230: adsl2
  606.         231: macSecControlledIF
  607.         232: macSecUncontrolledIF
  608.         233: aviciOpticalEther
  609.         234: atmbond
  610.         235: voiceFGDOS
  611.         236: mocaVersion1
  612.         237: ieee80216WMAN
  613.         238: adsl2plus
  614.         239: dvbRcsMacLayer
  615.         240: dvbTdm
  616.         241: dvbRcsTdma
  617.         242: x86Laps
  618.         243: wwanPP
  619.         244: wwanPP2
  620.         245: voiceEBS
  621.         246: ifPwType
  622.         247: ilan
  623.         248: pip
  624.         249: aluELP
  625.         250: gpon
  626.         251: vdsl2
  627.         252: capwapDot11Profile
  628.         253: capwapDot11Bss
  629.         254: capwapWtpVirtualRadio
  630.         255: bits
  631.         256: docsCableUpstreamRfPort
  632.         257: cableDownstreamRfPort
  633.         258: vmwareVirtualNic
  634.         259: ieee802154
  635.         260: otnOdu
  636.         261: otnOtu
  637.         262: ifVfiType
  638.         263: g9981
  639.         264: g9982
  640.         265: g9983
  641.         266: aluEpon
  642.         267: aluEponOnu
  643.         268: aluEponPhysicalUni
  644.         269: aluEponLogicalLink
  645.         270: aluGponOnu
  646.         271: aluGponPhysicalUni
  647.         272: vmwareNicTeam
  648.         277: docsOfdmDownstream
  649.         278: docsOfdmaUpstream
  650.         279: gfast
  651.         280: sdci
  652.         281: xboxWireless
  653.         282: fastdsl
  654.         283: docsCableScte55d1FwdOob
  655.         284: docsCableScte55d1RetOob
  656.         285: docsCableScte55d2DsOob
  657.         286: docsCableScte55d2UsOob
  658.         287: docsCableNdf
  659.         288: docsCableNdr
  660.         289: ptm
  661.         290: ghn
  662.         291: otnOtsi
  663.         292: otnOtuc
  664.         293: otnOduc
  665.         294: otnOtsig
  666.         295: microwaveCarrierTermination
  667.         296: microwaveRadioLinkTerminal
  668.         297: ieee8021axDrni
  669.         298: ax25
  670.         299: ieee19061nanocom
  671.         300: cpri
  672.         301: omni
  673.         302: roe
  674.         303: p2pOverLan
  675.     - name: ifMtu
  676.       oid: 1.3.6.1.2.1.2.2.1.4
  677.       type: gauge
  678.       help: The size of the largest packet which can be sent/received on the interface,
  679.         specified in octets - 1.3.6.1.2.1.2.2.1.4
  680.       indexes:
  681.       - labelname: ifIndex
  682.         type: gauge
  683.       lookups:
  684.       - labels:
  685.        - ifIndex
  686.         labelname: ifAlias
  687.         oid: 1.3.6.1.2.1.31.1.1.1.18
  688.         type: DisplayString
  689.       - labels:
  690.        - ifIndex
  691.         labelname: ifDescr
  692.         oid: 1.3.6.1.2.1.2.2.1.2
  693.         type: DisplayString
  694.       - labels:
  695.        - ifIndex
  696.         labelname: ifName
  697.         oid: 1.3.6.1.2.1.31.1.1.1.1
  698.         type: DisplayString
  699.     - name: ifSpeed
  700.       oid: 1.3.6.1.2.1.2.2.1.5
  701.       type: gauge
  702.       help: An estimate of the interface's current bandwidth in bits per second -
  703.         1.3.6.1.2.1.2.2.1.5
  704.       indexes:
  705.       - labelname: ifIndex
  706.         type: gauge
  707.       lookups:
  708.       - labels:
  709.        - ifIndex
  710.         labelname: ifAlias
  711.         oid: 1.3.6.1.2.1.31.1.1.1.18
  712.         type: DisplayString
  713.       - labels:
  714.        - ifIndex
  715.         labelname: ifDescr
  716.         oid: 1.3.6.1.2.1.2.2.1.2
  717.         type: DisplayString
  718.       - labels:
  719.        - ifIndex
  720.         labelname: ifName
  721.         oid: 1.3.6.1.2.1.31.1.1.1.1
  722.         type: DisplayString
  723.     - name: ifPhysAddress
  724.       oid: 1.3.6.1.2.1.2.2.1.6
  725.       type: PhysAddress48
  726.       help: The interface's address at its protocol sub-layer - 1.3.6.1.2.1.2.2.1.6
  727.       indexes:
  728.       - labelname: ifIndex
  729.         type: gauge
  730.       lookups:
  731.       - labels:
  732.        - ifIndex
  733.         labelname: ifAlias
  734.         oid: 1.3.6.1.2.1.31.1.1.1.18
  735.         type: DisplayString
  736.       - labels:
  737.        - ifIndex
  738.         labelname: ifDescr
  739.         oid: 1.3.6.1.2.1.2.2.1.2
  740.         type: DisplayString
  741.       - labels:
  742.        - ifIndex
  743.         labelname: ifName
  744.         oid: 1.3.6.1.2.1.31.1.1.1.1
  745.         type: DisplayString
  746.     - name: ifAdminStatus
  747.       oid: 1.3.6.1.2.1.2.2.1.7
  748.       type: gauge
  749.       help: The desired state of the interface - 1.3.6.1.2.1.2.2.1.7
  750.       indexes:
  751.       - labelname: ifIndex
  752.         type: gauge
  753.       lookups:
  754.       - labels:
  755.        - ifIndex
  756.         labelname: ifAlias
  757.         oid: 1.3.6.1.2.1.31.1.1.1.18
  758.         type: DisplayString
  759.       - labels:
  760.        - ifIndex
  761.         labelname: ifDescr
  762.         oid: 1.3.6.1.2.1.2.2.1.2
  763.         type: DisplayString
  764.       - labels:
  765.        - ifIndex
  766.         labelname: ifName
  767.         oid: 1.3.6.1.2.1.31.1.1.1.1
  768.         type: DisplayString
  769.       enum_values:
  770.         1: up
  771.         2: down
  772.         3: testing
  773.     - name: ifOperStatus
  774.       oid: 1.3.6.1.2.1.2.2.1.8
  775.       type: gauge
  776.       help: The current operational state of the interface - 1.3.6.1.2.1.2.2.1.8
  777.       indexes:
  778.       - labelname: ifIndex
  779.         type: gauge
  780.       lookups:
  781.       - labels:
  782.        - ifIndex
  783.         labelname: ifAlias
  784.         oid: 1.3.6.1.2.1.31.1.1.1.18
  785.         type: DisplayString
  786.       - labels:
  787.        - ifIndex
  788.         labelname: ifDescr
  789.         oid: 1.3.6.1.2.1.2.2.1.2
  790.         type: DisplayString
  791.       - labels:
  792.        - ifIndex
  793.         labelname: ifName
  794.         oid: 1.3.6.1.2.1.31.1.1.1.1
  795.         type: DisplayString
  796.       enum_values:
  797.         1: up
  798.         2: down
  799.         3: testing
  800.         4: unknown
  801.         5: dormant
  802.         6: notPresent
  803.         7: lowerLayerDown
  804.     - name: ifLastChange
  805.       oid: 1.3.6.1.2.1.2.2.1.9
  806.       type: gauge
  807.       help: The value of sysUpTime at the time the interface entered its current operational
  808.         state - 1.3.6.1.2.1.2.2.1.9
  809.       indexes:
  810.       - labelname: ifIndex
  811.         type: gauge
  812.       lookups:
  813.       - labels:
  814.        - ifIndex
  815.         labelname: ifAlias
  816.         oid: 1.3.6.1.2.1.31.1.1.1.18
  817.         type: DisplayString
  818.       - labels:
  819.        - ifIndex
  820.         labelname: ifDescr
  821.         oid: 1.3.6.1.2.1.2.2.1.2
  822.         type: DisplayString
  823.       - labels:
  824.        - ifIndex
  825.         labelname: ifName
  826.         oid: 1.3.6.1.2.1.31.1.1.1.1
  827.         type: DisplayString
  828.     - name: ifInOctets
  829.       oid: 1.3.6.1.2.1.2.2.1.10
  830.       type: counter
  831.       help: The total number of octets received on the interface, including framing
  832.         characters - 1.3.6.1.2.1.2.2.1.10
  833.       indexes:
  834.       - labelname: ifIndex
  835.         type: gauge
  836.       lookups:
  837.       - labels:
  838.        - ifIndex
  839.         labelname: ifAlias
  840.         oid: 1.3.6.1.2.1.31.1.1.1.18
  841.         type: DisplayString
  842.       - labels:
  843.        - ifIndex
  844.         labelname: ifDescr
  845.         oid: 1.3.6.1.2.1.2.2.1.2
  846.         type: DisplayString
  847.       - labels:
  848.        - ifIndex
  849.         labelname: ifName
  850.         oid: 1.3.6.1.2.1.31.1.1.1.1
  851.         type: DisplayString
  852.     - name: ifInUcastPkts
  853.       oid: 1.3.6.1.2.1.2.2.1.11
  854.       type: counter
  855.       help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
  856.         which were not addressed to a multicast or broadcast address at this sub-layer
  857.         - 1.3.6.1.2.1.2.2.1.11
  858.       indexes:
  859.       - labelname: ifIndex
  860.         type: gauge
  861.       lookups:
  862.       - labels:
  863.        - ifIndex
  864.         labelname: ifAlias
  865.         oid: 1.3.6.1.2.1.31.1.1.1.18
  866.         type: DisplayString
  867.       - labels:
  868.        - ifIndex
  869.         labelname: ifDescr
  870.         oid: 1.3.6.1.2.1.2.2.1.2
  871.         type: DisplayString
  872.       - labels:
  873.        - ifIndex
  874.         labelname: ifName
  875.         oid: 1.3.6.1.2.1.31.1.1.1.1
  876.         type: DisplayString
  877.     - name: ifInNUcastPkts
  878.       oid: 1.3.6.1.2.1.2.2.1.12
  879.       type: counter
  880.       help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
  881.         which were addressed to a multicast or broadcast address at this sub-layer
  882.         - 1.3.6.1.2.1.2.2.1.12
  883.       indexes:
  884.       - labelname: ifIndex
  885.         type: gauge
  886.       lookups:
  887.       - labels:
  888.        - ifIndex
  889.         labelname: ifAlias
  890.         oid: 1.3.6.1.2.1.31.1.1.1.18
  891.         type: DisplayString
  892.       - labels:
  893.        - ifIndex
  894.         labelname: ifDescr
  895.         oid: 1.3.6.1.2.1.2.2.1.2
  896.         type: DisplayString
  897.       - labels:
  898.        - ifIndex
  899.         labelname: ifName
  900.         oid: 1.3.6.1.2.1.31.1.1.1.1
  901.         type: DisplayString
  902.     - name: ifInDiscards
  903.       oid: 1.3.6.1.2.1.2.2.1.13
  904.       type: counter
  905.       help: The number of inbound packets which were chosen to be discarded even though
  906.         no errors had been detected to prevent their being deliverable to a higher-layer
  907.         protocol - 1.3.6.1.2.1.2.2.1.13
  908.       indexes:
  909.       - labelname: ifIndex
  910.         type: gauge
  911.       lookups:
  912.       - labels:
  913.        - ifIndex
  914.         labelname: ifAlias
  915.         oid: 1.3.6.1.2.1.31.1.1.1.18
  916.         type: DisplayString
  917.       - labels:
  918.        - ifIndex
  919.         labelname: ifDescr
  920.         oid: 1.3.6.1.2.1.2.2.1.2
  921.         type: DisplayString
  922.       - labels:
  923.        - ifIndex
  924.         labelname: ifName
  925.         oid: 1.3.6.1.2.1.31.1.1.1.1
  926.         type: DisplayString
  927.     - name: ifInErrors
  928.       oid: 1.3.6.1.2.1.2.2.1.14
  929.       type: counter
  930.       help: For packet-oriented interfaces, the number of inbound packets that contained
  931.         errors preventing them from being deliverable to a higher-layer protocol -
  932.         1.3.6.1.2.1.2.2.1.14
  933.       indexes:
  934.       - labelname: ifIndex
  935.         type: gauge
  936.       lookups:
  937.       - labels:
  938.        - ifIndex
  939.         labelname: ifAlias
  940.         oid: 1.3.6.1.2.1.31.1.1.1.18
  941.         type: DisplayString
  942.       - labels:
  943.        - ifIndex
  944.         labelname: ifDescr
  945.         oid: 1.3.6.1.2.1.2.2.1.2
  946.         type: DisplayString
  947.       - labels:
  948.        - ifIndex
  949.         labelname: ifName
  950.         oid: 1.3.6.1.2.1.31.1.1.1.1
  951.         type: DisplayString
  952.     - name: ifInUnknownProtos
  953.       oid: 1.3.6.1.2.1.2.2.1.15
  954.       type: counter
  955.       help: For packet-oriented interfaces, the number of packets received via the
  956.         interface which were discarded because of an unknown or unsupported protocol
  957.         - 1.3.6.1.2.1.2.2.1.15
  958.       indexes:
  959.       - labelname: ifIndex
  960.         type: gauge
  961.       lookups:
  962.       - labels:
  963.        - ifIndex
  964.         labelname: ifAlias
  965.         oid: 1.3.6.1.2.1.31.1.1.1.18
  966.         type: DisplayString
  967.       - labels:
  968.        - ifIndex
  969.         labelname: ifDescr
  970.         oid: 1.3.6.1.2.1.2.2.1.2
  971.         type: DisplayString
  972.       - labels:
  973.        - ifIndex
  974.         labelname: ifName
  975.         oid: 1.3.6.1.2.1.31.1.1.1.1
  976.         type: DisplayString
  977.     - name: ifOutOctets
  978.       oid: 1.3.6.1.2.1.2.2.1.16
  979.       type: counter
  980.       help: The total number of octets transmitted out of the interface, including
  981.         framing characters - 1.3.6.1.2.1.2.2.1.16
  982.       indexes:
  983.       - labelname: ifIndex
  984.         type: gauge
  985.       lookups:
  986.       - labels:
  987.        - ifIndex
  988.         labelname: ifAlias
  989.         oid: 1.3.6.1.2.1.31.1.1.1.18
  990.         type: DisplayString
  991.       - labels:
  992.        - ifIndex
  993.         labelname: ifDescr
  994.         oid: 1.3.6.1.2.1.2.2.1.2
  995.         type: DisplayString
  996.       - labels:
  997.        - ifIndex
  998.         labelname: ifName
  999.         oid: 1.3.6.1.2.1.31.1.1.1.1
  1000.         type: DisplayString
  1001.     - name: ifOutUcastPkts
  1002.       oid: 1.3.6.1.2.1.2.2.1.17
  1003.       type: counter
  1004.       help: The total number of packets that higher-level protocols requested be transmitted,
  1005.         and which were not addressed to a multicast or broadcast address at this sub-layer,
  1006.         including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.17
  1007.       indexes:
  1008.       - labelname: ifIndex
  1009.         type: gauge
  1010.       lookups:
  1011.       - labels:
  1012.        - ifIndex
  1013.         labelname: ifAlias
  1014.         oid: 1.3.6.1.2.1.31.1.1.1.18
  1015.         type: DisplayString
  1016.       - labels:
  1017.        - ifIndex
  1018.         labelname: ifDescr
  1019.         oid: 1.3.6.1.2.1.2.2.1.2
  1020.         type: DisplayString
  1021.       - labels:
  1022.        - ifIndex
  1023.         labelname: ifName
  1024.         oid: 1.3.6.1.2.1.31.1.1.1.1
  1025.         type: DisplayString
  1026.     - name: ifOutNUcastPkts
  1027.       oid: 1.3.6.1.2.1.2.2.1.18
  1028.       type: counter
  1029.       help: The total number of packets that higher-level protocols requested be transmitted,
  1030.         and which were addressed to a multicast or broadcast address at this sub-layer,
  1031.         including those that were discarded or not sent - 1.3.6.1.2.1.2.2.1.18
  1032.       indexes:
  1033.       - labelname: ifIndex
  1034.         type: gauge
  1035.       lookups:
  1036.       - labels:
  1037.        - ifIndex
  1038.         labelname: ifAlias
  1039.         oid: 1.3.6.1.2.1.31.1.1.1.18
  1040.         type: DisplayString
  1041.       - labels:
  1042.        - ifIndex
  1043.         labelname: ifDescr
  1044.         oid: 1.3.6.1.2.1.2.2.1.2
  1045.         type: DisplayString
  1046.       - labels:
  1047.        - ifIndex
  1048.         labelname: ifName
  1049.         oid: 1.3.6.1.2.1.31.1.1.1.1
  1050.         type: DisplayString
  1051.     - name: ifOutDiscards
  1052.       oid: 1.3.6.1.2.1.2.2.1.19
  1053.       type: counter
  1054.       help: The number of outbound packets which were chosen to be discarded even
  1055.         though no errors had been detected to prevent their being transmitted - 1.3.6.1.2.1.2.2.1.19
  1056.       indexes:
  1057.       - labelname: ifIndex
  1058.         type: gauge
  1059.       lookups:
  1060.       - labels:
  1061.        - ifIndex
  1062.         labelname: ifAlias
  1063.         oid: 1.3.6.1.2.1.31.1.1.1.18
  1064.         type: DisplayString
  1065.       - labels:
  1066.        - ifIndex
  1067.         labelname: ifDescr
  1068.         oid: 1.3.6.1.2.1.2.2.1.2
  1069.         type: DisplayString
  1070.       - labels:
  1071.        - ifIndex
  1072.         labelname: ifName
  1073.         oid: 1.3.6.1.2.1.31.1.1.1.1
  1074.         type: DisplayString
  1075.     - name: ifOutErrors
  1076.       oid: 1.3.6.1.2.1.2.2.1.20
  1077.       type: counter
  1078.       help: For packet-oriented interfaces, the number of outbound packets that could
  1079.         not be transmitted because of errors - 1.3.6.1.2.1.2.2.1.20
  1080.       indexes:
  1081.       - labelname: ifIndex
  1082.         type: gauge
  1083.       lookups:
  1084.       - labels:
  1085.        - ifIndex
  1086.         labelname: ifAlias
  1087.         oid: 1.3.6.1.2.1.31.1.1.1.18
  1088.         type: DisplayString
  1089.       - labels:
  1090.        - ifIndex
  1091.         labelname: ifDescr
  1092.         oid: 1.3.6.1.2.1.2.2.1.2
  1093.         type: DisplayString
  1094.       - labels:
  1095.        - ifIndex
  1096.         labelname: ifName
  1097.         oid: 1.3.6.1.2.1.31.1.1.1.1
  1098.         type: DisplayString
  1099.     - name: ifOutQLen
  1100.       oid: 1.3.6.1.2.1.2.2.1.21
  1101.       type: gauge
  1102.       help: The length of the output packet queue (in packets). - 1.3.6.1.2.1.2.2.1.21
  1103.       indexes:
  1104.       - labelname: ifIndex
  1105.         type: gauge
  1106.       lookups:
  1107.       - labels:
  1108.        - ifIndex
  1109.         labelname: ifAlias
  1110.         oid: 1.3.6.1.2.1.31.1.1.1.18
  1111.         type: DisplayString
  1112.       - labels:
  1113.        - ifIndex
  1114.         labelname: ifDescr
  1115.         oid: 1.3.6.1.2.1.2.2.1.2
  1116.         type: DisplayString
  1117.       - labels:
  1118.        - ifIndex
  1119.         labelname: ifName
  1120.         oid: 1.3.6.1.2.1.31.1.1.1.1
  1121.         type: DisplayString
  1122.     - name: ifSpecific
  1123.       oid: 1.3.6.1.2.1.2.2.1.22
  1124.       type: OctetString
  1125.       help: A reference to MIB definitions specific to the particular media being
  1126.         used to realize the interface - 1.3.6.1.2.1.2.2.1.22
  1127.       indexes:
  1128.       - labelname: ifIndex
  1129.         type: gauge
  1130.       lookups:
  1131.       - labels:
  1132.        - ifIndex
  1133.         labelname: ifAlias
  1134.         oid: 1.3.6.1.2.1.31.1.1.1.18
  1135.         type: DisplayString
  1136.       - labels:
  1137.        - ifIndex
  1138.         labelname: ifDescr
  1139.         oid: 1.3.6.1.2.1.2.2.1.2
  1140.         type: DisplayString
  1141.       - labels:
  1142.        - ifIndex
  1143.         labelname: ifName
  1144.         oid: 1.3.6.1.2.1.31.1.1.1.1
  1145.         type: DisplayString
  1146.     - name: ifInMulticastPkts
  1147.       oid: 1.3.6.1.2.1.31.1.1.1.2
  1148.       type: counter
  1149.       help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
  1150.         which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.2
  1151.       indexes:
  1152.       - labelname: ifIndex
  1153.         type: gauge
  1154.       lookups:
  1155.       - labels:
  1156.        - ifIndex
  1157.         labelname: ifAlias
  1158.         oid: 1.3.6.1.2.1.31.1.1.1.18
  1159.         type: DisplayString
  1160.       - labels:
  1161.        - ifIndex
  1162.         labelname: ifDescr
  1163.         oid: 1.3.6.1.2.1.2.2.1.2
  1164.         type: DisplayString
  1165.       - labels:
  1166.        - ifIndex
  1167.         labelname: ifName
  1168.         oid: 1.3.6.1.2.1.31.1.1.1.1
  1169.         type: DisplayString
  1170.     - name: ifInBroadcastPkts
  1171.       oid: 1.3.6.1.2.1.31.1.1.1.3
  1172.       type: counter
  1173.       help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
  1174.         which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.3
  1175.       indexes:
  1176.       - labelname: ifIndex
  1177.         type: gauge
  1178.       lookups:
  1179.       - labels:
  1180.        - ifIndex
  1181.         labelname: ifAlias
  1182.         oid: 1.3.6.1.2.1.31.1.1.1.18
  1183.         type: DisplayString
  1184.       - labels:
  1185.        - ifIndex
  1186.         labelname: ifDescr
  1187.         oid: 1.3.6.1.2.1.2.2.1.2
  1188.         type: DisplayString
  1189.       - labels:
  1190.        - ifIndex
  1191.         labelname: ifName
  1192.         oid: 1.3.6.1.2.1.31.1.1.1.1
  1193.         type: DisplayString
  1194.     - name: ifOutMulticastPkts
  1195.       oid: 1.3.6.1.2.1.31.1.1.1.4
  1196.       type: counter
  1197.       help: The total number of packets that higher-level protocols requested be transmitted,
  1198.         and which were addressed to a multicast address at this sub-layer, including
  1199.         those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.4
  1200.       indexes:
  1201.       - labelname: ifIndex
  1202.         type: gauge
  1203.       lookups:
  1204.       - labels:
  1205.        - ifIndex
  1206.         labelname: ifAlias
  1207.         oid: 1.3.6.1.2.1.31.1.1.1.18
  1208.         type: DisplayString
  1209.       - labels:
  1210.        - ifIndex
  1211.         labelname: ifDescr
  1212.         oid: 1.3.6.1.2.1.2.2.1.2
  1213.         type: DisplayString
  1214.       - labels:
  1215.        - ifIndex
  1216.         labelname: ifName
  1217.         oid: 1.3.6.1.2.1.31.1.1.1.1
  1218.         type: DisplayString
  1219.     - name: ifOutBroadcastPkts
  1220.       oid: 1.3.6.1.2.1.31.1.1.1.5
  1221.       type: counter
  1222.       help: The total number of packets that higher-level protocols requested be transmitted,
  1223.         and which were addressed to a broadcast address at this sub-layer, including
  1224.         those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.5
  1225.       indexes:
  1226.       - labelname: ifIndex
  1227.         type: gauge
  1228.       lookups:
  1229.       - labels:
  1230.        - ifIndex
  1231.         labelname: ifAlias
  1232.         oid: 1.3.6.1.2.1.31.1.1.1.18
  1233.         type: DisplayString
  1234.       - labels:
  1235.        - ifIndex
  1236.         labelname: ifDescr
  1237.         oid: 1.3.6.1.2.1.2.2.1.2
  1238.         type: DisplayString
  1239.       - labels:
  1240.        - ifIndex
  1241.         labelname: ifName
  1242.         oid: 1.3.6.1.2.1.31.1.1.1.1
  1243.         type: DisplayString
  1244.     - name: ifHCInOctets
  1245.       oid: 1.3.6.1.2.1.31.1.1.1.6
  1246.       type: counter
  1247.       help: The total number of octets received on the interface, including framing
  1248.         characters - 1.3.6.1.2.1.31.1.1.1.6
  1249.       indexes:
  1250.       - labelname: ifIndex
  1251.         type: gauge
  1252.       lookups:
  1253.       - labels:
  1254.        - ifIndex
  1255.         labelname: ifAlias
  1256.         oid: 1.3.6.1.2.1.31.1.1.1.18
  1257.         type: DisplayString
  1258.       - labels:
  1259.        - ifIndex
  1260.         labelname: ifDescr
  1261.         oid: 1.3.6.1.2.1.2.2.1.2
  1262.         type: DisplayString
  1263.       - labels:
  1264.        - ifIndex
  1265.         labelname: ifName
  1266.         oid: 1.3.6.1.2.1.31.1.1.1.1
  1267.         type: DisplayString
  1268.     - name: ifHCInUcastPkts
  1269.       oid: 1.3.6.1.2.1.31.1.1.1.7
  1270.       type: counter
  1271.       help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
  1272.         which were not addressed to a multicast or broadcast address at this sub-layer
  1273.         - 1.3.6.1.2.1.31.1.1.1.7
  1274.       indexes:
  1275.       - labelname: ifIndex
  1276.         type: gauge
  1277.       lookups:
  1278.       - labels:
  1279.        - ifIndex
  1280.         labelname: ifAlias
  1281.         oid: 1.3.6.1.2.1.31.1.1.1.18
  1282.         type: DisplayString
  1283.       - labels:
  1284.        - ifIndex
  1285.         labelname: ifDescr
  1286.         oid: 1.3.6.1.2.1.2.2.1.2
  1287.         type: DisplayString
  1288.       - labels:
  1289.        - ifIndex
  1290.         labelname: ifName
  1291.         oid: 1.3.6.1.2.1.31.1.1.1.1
  1292.         type: DisplayString
  1293.     - name: ifHCInMulticastPkts
  1294.       oid: 1.3.6.1.2.1.31.1.1.1.8
  1295.       type: counter
  1296.       help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
  1297.         which were addressed to a multicast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.8
  1298.       indexes:
  1299.       - labelname: ifIndex
  1300.         type: gauge
  1301.       lookups:
  1302.       - labels:
  1303.        - ifIndex
  1304.         labelname: ifAlias
  1305.         oid: 1.3.6.1.2.1.31.1.1.1.18
  1306.         type: DisplayString
  1307.       - labels:
  1308.        - ifIndex
  1309.         labelname: ifDescr
  1310.         oid: 1.3.6.1.2.1.2.2.1.2
  1311.         type: DisplayString
  1312.       - labels:
  1313.        - ifIndex
  1314.         labelname: ifName
  1315.         oid: 1.3.6.1.2.1.31.1.1.1.1
  1316.         type: DisplayString
  1317.     - name: ifHCInBroadcastPkts
  1318.       oid: 1.3.6.1.2.1.31.1.1.1.9
  1319.       type: counter
  1320.       help: The number of packets, delivered by this sub-layer to a higher (sub-)layer,
  1321.         which were addressed to a broadcast address at this sub-layer - 1.3.6.1.2.1.31.1.1.1.9
  1322.       indexes:
  1323.       - labelname: ifIndex
  1324.         type: gauge
  1325.       lookups:
  1326.       - labels:
  1327.        - ifIndex
  1328.         labelname: ifAlias
  1329.         oid: 1.3.6.1.2.1.31.1.1.1.18
  1330.         type: DisplayString
  1331.       - labels:
  1332.        - ifIndex
  1333.         labelname: ifDescr
  1334.         oid: 1.3.6.1.2.1.2.2.1.2
  1335.         type: DisplayString
  1336.       - labels:
  1337.        - ifIndex
  1338.         labelname: ifName
  1339.         oid: 1.3.6.1.2.1.31.1.1.1.1
  1340.         type: DisplayString
  1341.     - name: ifHCOutOctets
  1342.       oid: 1.3.6.1.2.1.31.1.1.1.10
  1343.       type: counter
  1344.       help: The total number of octets transmitted out of the interface, including
  1345.         framing characters - 1.3.6.1.2.1.31.1.1.1.10
  1346.       indexes:
  1347.       - labelname: ifIndex
  1348.         type: gauge
  1349.       lookups:
  1350.       - labels:
  1351.        - ifIndex
  1352.         labelname: ifAlias
  1353.         oid: 1.3.6.1.2.1.31.1.1.1.18
  1354.         type: DisplayString
  1355.       - labels:
  1356.        - ifIndex
  1357.         labelname: ifDescr
  1358.         oid: 1.3.6.1.2.1.2.2.1.2
  1359.         type: DisplayString
  1360.       - labels:
  1361.        - ifIndex
  1362.         labelname: ifName
  1363.         oid: 1.3.6.1.2.1.31.1.1.1.1
  1364.         type: DisplayString
  1365.     - name: ifHCOutUcastPkts
  1366.       oid: 1.3.6.1.2.1.31.1.1.1.11
  1367.       type: counter
  1368.       help: The total number of packets that higher-level protocols requested be transmitted,
  1369.         and which were not addressed to a multicast or broadcast address at this sub-layer,
  1370.         including those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.11
  1371.       indexes:
  1372.       - labelname: ifIndex
  1373.         type: gauge
  1374.       lookups:
  1375.       - labels:
  1376.        - ifIndex
  1377.         labelname: ifAlias
  1378.         oid: 1.3.6.1.2.1.31.1.1.1.18
  1379.         type: DisplayString
  1380.       - labels:
  1381.        - ifIndex
  1382.         labelname: ifDescr
  1383.         oid: 1.3.6.1.2.1.2.2.1.2
  1384.         type: DisplayString
  1385.       - labels:
  1386.        - ifIndex
  1387.         labelname: ifName
  1388.         oid: 1.3.6.1.2.1.31.1.1.1.1
  1389.         type: DisplayString
  1390.     - name: ifHCOutMulticastPkts
  1391.       oid: 1.3.6.1.2.1.31.1.1.1.12
  1392.       type: counter
  1393.       help: The total number of packets that higher-level protocols requested be transmitted,
  1394.         and which were addressed to a multicast address at this sub-layer, including
  1395.         those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.12
  1396.       indexes:
  1397.       - labelname: ifIndex
  1398.         type: gauge
  1399.       lookups:
  1400.       - labels:
  1401.        - ifIndex
  1402.         labelname: ifAlias
  1403.         oid: 1.3.6.1.2.1.31.1.1.1.18
  1404.         type: DisplayString
  1405.       - labels:
  1406.        - ifIndex
  1407.         labelname: ifDescr
  1408.         oid: 1.3.6.1.2.1.2.2.1.2
  1409.         type: DisplayString
  1410.       - labels:
  1411.        - ifIndex
  1412.         labelname: ifName
  1413.         oid: 1.3.6.1.2.1.31.1.1.1.1
  1414.         type: DisplayString
  1415.     - name: ifHCOutBroadcastPkts
  1416.       oid: 1.3.6.1.2.1.31.1.1.1.13
  1417.       type: counter
  1418.       help: The total number of packets that higher-level protocols requested be transmitted,
  1419.         and which were addressed to a broadcast address at this sub-layer, including
  1420.         those that were discarded or not sent - 1.3.6.1.2.1.31.1.1.1.13
  1421.       indexes:
  1422.       - labelname: ifIndex
  1423.         type: gauge
  1424.       lookups:
  1425.       - labels:
  1426.        - ifIndex
  1427.         labelname: ifAlias
  1428.         oid: 1.3.6.1.2.1.31.1.1.1.18
  1429.         type: DisplayString
  1430.       - labels:
  1431.        - ifIndex
  1432.         labelname: ifDescr
  1433.         oid: 1.3.6.1.2.1.2.2.1.2
  1434.         type: DisplayString
  1435.       - labels:
  1436.        - ifIndex
  1437.         labelname: ifName
  1438.         oid: 1.3.6.1.2.1.31.1.1.1.1
  1439.         type: DisplayString
  1440.     - name: ifLinkUpDownTrapEnable
  1441.       oid: 1.3.6.1.2.1.31.1.1.1.14
  1442.       type: gauge
  1443.       help: Indicates whether linkUp/linkDown traps should be generated for this interface
  1444.         - 1.3.6.1.2.1.31.1.1.1.14
  1445.       indexes:
  1446.       - labelname: ifIndex
  1447.         type: gauge
  1448.       lookups:
  1449.       - labels:
  1450.        - ifIndex
  1451.         labelname: ifAlias
  1452.         oid: 1.3.6.1.2.1.31.1.1.1.18
  1453.         type: DisplayString
  1454.       - labels:
  1455.        - ifIndex
  1456.         labelname: ifDescr
  1457.         oid: 1.3.6.1.2.1.2.2.1.2
  1458.         type: DisplayString
  1459.       - labels:
  1460.        - ifIndex
  1461.         labelname: ifName
  1462.         oid: 1.3.6.1.2.1.31.1.1.1.1
  1463.         type: DisplayString
  1464.       enum_values:
  1465.         1: enabled
  1466.         2: disabled
  1467.     - name: ifHighSpeed
  1468.       oid: 1.3.6.1.2.1.31.1.1.1.15
  1469.       type: gauge
  1470.       help: An estimate of the interface's current bandwidth in units of 1,000,000
  1471.         bits per second - 1.3.6.1.2.1.31.1.1.1.15
  1472.       indexes:
  1473.       - labelname: ifIndex
  1474.         type: gauge
  1475.       lookups:
  1476.       - labels:
  1477.        - ifIndex
  1478.         labelname: ifAlias
  1479.         oid: 1.3.6.1.2.1.31.1.1.1.18
  1480.         type: DisplayString
  1481.       - labels:
  1482.        - ifIndex
  1483.         labelname: ifDescr
  1484.         oid: 1.3.6.1.2.1.2.2.1.2
  1485.         type: DisplayString
  1486.       - labels:
  1487.        - ifIndex
  1488.         labelname: ifName
  1489.         oid: 1.3.6.1.2.1.31.1.1.1.1
  1490.         type: DisplayString
  1491.     - name: ifPromiscuousMode
  1492.       oid: 1.3.6.1.2.1.31.1.1.1.16
  1493.       type: gauge
  1494.       help: This object has a value of false(2) if this interface only accepts packets/frames
  1495.         that are addressed to this station - 1.3.6.1.2.1.31.1.1.1.16
  1496.       indexes:
  1497.       - labelname: ifIndex
  1498.         type: gauge
  1499.       lookups:
  1500.       - labels:
  1501.        - ifIndex
  1502.         labelname: ifAlias
  1503.         oid: 1.3.6.1.2.1.31.1.1.1.18
  1504.         type: DisplayString
  1505.       - labels:
  1506.        - ifIndex
  1507.         labelname: ifDescr
  1508.         oid: 1.3.6.1.2.1.2.2.1.2
  1509.         type: DisplayString
  1510.       - labels:
  1511.        - ifIndex
  1512.         labelname: ifName
  1513.         oid: 1.3.6.1.2.1.31.1.1.1.1
  1514.         type: DisplayString
  1515.       enum_values:
  1516.         1: "true"
  1517.         2: "false"
  1518.     - name: ifConnectorPresent
  1519.       oid: 1.3.6.1.2.1.31.1.1.1.17
  1520.       type: gauge
  1521.       help: This object has the value 'true(1)' if the interface sublayer has a physical
  1522.         connector and the value 'false(2)' otherwise. - 1.3.6.1.2.1.31.1.1.1.17
  1523.       indexes:
  1524.       - labelname: ifIndex
  1525.         type: gauge
  1526.       lookups:
  1527.       - labels:
  1528.        - ifIndex
  1529.         labelname: ifAlias
  1530.         oid: 1.3.6.1.2.1.31.1.1.1.18
  1531.         type: DisplayString
  1532.       - labels:
  1533.        - ifIndex
  1534.         labelname: ifDescr
  1535.         oid: 1.3.6.1.2.1.2.2.1.2
  1536.         type: DisplayString
  1537.       - labels:
  1538.        - ifIndex
  1539.         labelname: ifName
  1540.         oid: 1.3.6.1.2.1.31.1.1.1.1
  1541.         type: DisplayString
  1542.       enum_values:
  1543.         1: "true"
  1544.         2: "false"
  1545.     - name: ifCounterDiscontinuityTime
  1546.       oid: 1.3.6.1.2.1.31.1.1.1.19
  1547.       type: gauge
  1548.       help: The value of sysUpTime on the most recent occasion at which any one or
  1549.         more of this interface's counters suffered a discontinuity - 1.3.6.1.2.1.31.1.1.1.19
  1550.       indexes:
  1551.       - labelname: ifIndex
  1552.         type: gauge
  1553.       lookups:
  1554.       - labels:
  1555.        - ifIndex
  1556.         labelname: ifAlias
  1557.         oid: 1.3.6.1.2.1.31.1.1.1.18
  1558.         type: DisplayString
  1559.       - labels:
  1560.        - ifIndex
  1561.         labelname: ifDescr
  1562.         oid: 1.3.6.1.2.1.2.2.1.2
  1563.         type: DisplayString
  1564.       - labels:
  1565.        - ifIndex
  1566.         labelname: ifName
  1567.         oid: 1.3.6.1.2.1.31.1.1.1.1
  1568.         type: DisplayString
  1569.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement