@cryptotaxi247 / netdata-1 / commits / 936c48bf3

SNMP: _juniper-cos.yaml (#20402)

Co-authored-by: ilyam8 <ilya@netdata.cloud>

Fotis Voutsas committed Jun 29, 2025 at 09:20 UTC 936c48bf3c435502e08f2a908caf8adee50eaf25
3 files changed +272 -253
src/go/plugin/go.d/config/go.d/snmp.profiles/default/_juniper-cos.yaml
+217 -201
@@ -7,274 +7,290 @@ metrics:
7 name: jnxCosIfsetQstatTable
8 metric_type: monotonic_count
9 symbols:
10 - # The total number of packets queued at the output queue.
10 + # Queue Packets
11 + # Queued
12 - OID: 1.3.6.1.4.1.2636.3.15.10.1.3
13 name: jnxCosIfsetQstatQedPkts
14 description: The total number of packets queued at the output queue
15 + family: Interfaces/COS/Queue/Packet/Queued
16 unit: "{packet}"
15 - # Number of bytes queued at the output queue.
16 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.5
17 - name: jnxCosIfsetQstatQedBytes
18 - description: Number of bytes queued at the output queue
19 - unit: "By"
20 - # Number of packets transmitted on the queue.
17 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.4
18 + name: jnxCosIfsetQstatQedPktRate
19 + description: The rate at which packets were queued at the output queue
20 + family: Interfaces/COS/Queue/Packet/Queued
21 + unit: "{packet}/s"
22 + # Transmitted
23 - OID: 1.3.6.1.4.1.2636.3.15.10.1.7
24 name: jnxCosIfsetQstatTxedPkts
25 description: Number of packets transmitted on the queue
26 + family: Interfaces/COS/Queue/Packet/Transmitted
27 unit: "{packet}"
25 - # Number of bytes transmitted on the queue.
26 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.9
27 - name: jnxCosIfsetQstatTxedBytes
28 - description: Number of bytes transmitted on the queue
29 - unit: "By"
30 - # The number of packets tail dropped at the output queue.
28 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.8
29 + name: jnxCosIfsetQstatTxedPktRate
30 + description: The output queue's packet transmit rate
31 + family: Interfaces/COS/Queue/Packet/Transmitted
32 + unit: "{packet}/s"
33 +
34 + # Tail Drop
35 - OID: 1.3.6.1.4.1.2636.3.15.10.1.11
36 name: jnxCosIfsetQstatTailDropPkts
37 description: The number of packets tail dropped at the output queue
38 + family: Interfaces/COS/TailDrop/Packet/Dropped
39 unit: "{packet}"
35 - # Total number of packets dropped due to RED (Random Early Detection) at the output on the given interface.
40 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.12
41 + name: jnxCosIfsetQstatTailDropPktRate
42 + description: The tail drop packet rate for the queue
43 + family: Interfaces/COS/TailDrop/Packet/Dropped
44 + unit: "{packets}/s"
45 +
46 + # Rate Limit
47 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.49
48 + name: jnxCosIfsetQstatRateLimitDropPkts
49 + description: The total number of rate-limit dropped packets at the output on the given interface
50 + family: Interfaces/COS/RateLimit/Packet/Dropped
51 + unit: "{packet}"
52 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.50
53 + name: jnxCosIfsetQstatRateLimitDropPktRate
54 + description: The rate at which packets are rate-limit dropped at the output on the given interface
55 + family: Interfaces/COS/RateLimit/Packet/Dropped
56 + unit: "{packet}/s"
57 +
58 + # RED Drops
59 + # Total
60 - OID: 1.3.6.1.4.1.2636.3.15.10.1.13
61 name: jnxCosIfsetQstatTotalRedDropPkts
62 description: Total number of packets dropped due to RED at the output on the given interface
63 + family: Interfaces/COS/RED/Packet/Dropped/Total
64 + unit: "{packet}"
65 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.14
66 + name: jnxCosIfsetQstatTotalRedDropPktRate
67 + description: The most recent estimate of per-second RED-dropped packets at the output queue on the given interface
68 + family: Interfaces/COS/RED/Packet/Dropped/Total
69 + unit: "{packet}/s"
70 +
71 + # Low PLP
72 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.33
73 + name: jnxCosIfsetQstatLpRedDropPkts
74 + description: The total number of low PLP packets RED-dropped at the output on the given interface
75 + family: Interfaces/COS/RED/Packet/Dropped/LowPLP/Total
76 unit: "{packet}"
40 - # The total number of low PLP non TCP packets RED-dropped.
77 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.34
78 + name: jnxCosIfsetQstatLpRedDropPktRate
79 + description: The rate at which low PLP packets were RED-dropped at the output
80 + family: Interfaces/COS/RED/Packet/Dropped/LowPLP/Total
81 + unit: "{packet}/s"
82 - OID: 1.3.6.1.4.1.2636.3.15.10.1.15
83 name: jnxCosIfsetQstatLpNonTcpRedDropPkts
84 description: The total number of low PLP non TCP packets RED-dropped
85 + family: Interfaces/COS/RED/Packet/Dropped/LowPLP/NonTCP
86 unit: "{packet}"
45 - # The total number of low PLP TCP packets RED-dropped at the output on the given interface.
87 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.16
88 + name: jnxCosIfsetQstatLpNonTcpRDropPktRate
89 + description: The rate at which low PLP non TCP packets were RED-dropped
90 + family: Interfaces/COS/RED/Packet/Dropped/LowPLP/NonTCP
91 + unit: "{packet}/s"
92 - OID: 1.3.6.1.4.1.2636.3.15.10.1.17
93 name: jnxCosIfsetQstatLpTcpRedDropPkts
94 description: The total number of low PLP TCP packets RED-dropped at the output on the given interface
95 + family: Interfaces/COS/RED/Packet/Dropped/LowPLP/TCP
96 unit: "{packet}"
50 - # The total number of high PLP non TCP packets RED-dropped at the output on the given interface.
51 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.19
52 - name: jnxCosIfsetQstatHpNonTcpRedDropPkts
53 - description: The total number of high PLP non TCP packets RED-dropped at the output on the given interface
54 - unit: "{packet}"
55 - # The total number of high PLP TCP packets RED-dropped at the output on the given interface.
56 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.21
57 - name: jnxCosIfsetQstatHpTcpRedDropPkts
58 - description: The total number of high PLP TCP packets RED-dropped at the output on the given interface
59 - unit: "{packet}"
60 - # The total number of bytes RED-dropped at the output on the given interface.
61 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.23
62 - name: jnxCosIfsetQstatTotalRedDropBytes
63 - description: The total number of bytes RED-dropped at the output on the given interface
64 - unit: "By"
65 - # The total number of low PLP non TCP bytes RED-dropped at the output on the given interface.
66 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.25
67 - name: jnxCosIfsetQstatLpNonTcpRedDropBytes
68 - description: The total number of low PLP non TCP bytes RED-dropped at the output on the given interface
69 - unit: "By"
70 - # The total number of low PLP TCP bytes RED-dropped at the output on the given interface.
71 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.27
72 - name: jnxCosIfsetQstatLpTcpRedDropBytes
73 - description: The total number of low PLP TCP bytes RED-dropped at the output on the given interface
74 - unit: "By"
75 - # The total number of high PLP non TCP bytes RED-dropped at the output on the given interface.
76 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.29
77 - name: jnxCosIfsetQstatHpNonTcpRedDropBytes
78 - description: The total number of high PLP non TCP bytes RED-dropped at the output on the given interface
79 - unit: "By"
80 - # The total number of high PLP TCP bytes RED-dropped at the output queue on the given interface.
81 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.31
82 - name: jnxCosIfsetQstatHpTcpRedDropBytes
83 - description: The total number of high PLP TCP bytes RED-dropped at the output queue on the given interface
84 - unit: "By"
85 - # The total number of low PLP packets RED-droppped at the output on the given interface.
86 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.33
87 - name: jnxCosIfsetQstatLpRedDropPkts
88 - description: The total number of low PLP packets RED-dropped at the output on the given interface
89 - unit: "{packet}"
90 - # The total number of medium-low PLP packets RED-droppped at the output on the given interface.
97 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.18
98 + name: jnxCosIfsetQstatLpTcpRedDropPktRate
99 + description: The rate at which low PLP TCP packets were RED-dropped at the output on the given interface
100 + family: Interfaces/COS/RED/Packet/Dropped/LowPLP/TCP
101 + unit: "{packet}/s"
102 +
103 + # Medium-Low PLP
104 - OID: 1.3.6.1.4.1.2636.3.15.10.1.35
105 name: jnxCosIfsetQstatMLpRedDropPkts
106 description: The total number of medium-low PLP packets RED-dropped at the output on the given interface
107 + family: Interfaces/COS/RED/Packet/Dropped/MediumLowPLP/Total
108 unit: "{packet}"
95 - # The total number of medium-high PLP packets RED-droppped at the output on the given interface.
109 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.36
110 + name: jnxCosIfsetQstatMLpRedDropPktRate
111 + description: The rate at which medium-low PLP packets were RED-dropped at the output
112 + family: Interfaces/COS/RED/Packet/Dropped/MediumLowPLP/Total
113 + unit: "{packet}/s"
114 +
115 + # Medium-High PLP
116 - OID: 1.3.6.1.4.1.2636.3.15.10.1.37
117 name: jnxCosIfsetQstatMHpRedDropPkts
118 description: The total number of medium-high PLP packets RED-dropped at the output on the given interface
119 + family: Interfaces/COS/RED/Packet/Dropped/MediumHighPLP/Total
120 unit: "{packet}"
100 - # The total number of high PLP packets RED-droppped at the output on the given interface.
121 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.38
122 + name: jnxCosIfsetQstatMHpRedDropPktRate
123 + description: The rate at which medium-high PLP packets were RED-dropped at the output
124 + family: Interfaces/COS/RED/Packet/Dropped/MediumHighPLP/Total
125 + unit: "{packet}/s"
126 +
127 + # High PLP
128 - OID: 1.3.6.1.4.1.2636.3.15.10.1.39
129 name: jnxCosIfsetQstatHpRedDropPkts
130 description: The total number of high PLP packets RED-dropped at the output on the given interface
131 + family: Interfaces/COS/RED/Packet/Dropped/HighPLP/Total
132 unit: "{packet}"
105 - # The total number of low PLP TCP bytes RED-dropped at the output queue on the given interface.
106 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.41
107 - name: jnxCosIfsetQstatLpRedDropBytes
108 - description: The total number of low PLP TCP bytes RED-dropped at the output queue on the given interface
109 - unit: "By"
110 - # The total number of medium-low PLP TCP bytes RED-dropped at the output queue on the given interface.
111 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.43
112 - name: jnxCosIfsetQstatMLpRedDropBytes
113 - description: The total number of medium-low PLP TCP bytes RED-dropped at the output queue on the given interface
114 - unit: "By"
115 - # The total number of medium-high PLP TCP bytes RED-dropped at the output queue on the given interface.
116 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.45
117 - name: jnxCosIfsetQstatMHpRedDropBytes
118 - description: The total number of medium-high PLP TCP bytes RED-dropped at the output queue on the given interface
119 - unit: "By"
120 - # The total number of high PLP TCP bytes RED-dropped at the output queue on the given interface.
121 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.47
122 - name: jnxCosIfsetQstatHpRedDropBytes
123 - description: The total number of high PLP TCP bytes RED-dropped at the output queue on the given interface
124 - unit: "By"
125 - # The total number of rate-limit dropped packets at the output on the given interface.
126 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.49
127 - name: jnxCosIfsetQstatRateLimitDropPkts
128 - description: The total number of rate-limit dropped packets at the output on the given interface
133 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.40
134 + name: jnxCosIfsetQstatHpRedDropPktRate
135 + description: The rate at which high PLP packets were RED-dropped at the output
136 + family: Interfaces/COS/RED/Packet/Dropped/HighPLP/Total
137 + unit: "{packet}/s"
138 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.19
139 + name: jnxCosIfsetQstatHpNonTcpRedDropPkts
140 + description: The total number of high PLP non TCP packets RED-dropped at the output on the given interface
141 + family: Interfaces/COS/RED/Packet/Dropped/HighPLP/NonTCP
142 unit: "{packet}"
130 - # The total number of rate-limit dropped bytes at the output on the given interface.
131 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.51
132 - name: jnxCosIfsetQstatRateLimitDropBytes
133 - description: The total number of rate-limit dropped bytes at the output on the given interface
143 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.20
144 + name: jnxCosIfsetQstatHpNonTcpRDropPktRate
145 + description: The rate at which high PLP non TCP packets were RED-dropped at the output on the given interface
146 + family: Interfaces/COS/RED/Packet/Dropped/HighPLP/NonTCP
147 + unit: "{packet}/s"
148 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.21
149 + name: jnxCosIfsetQstatHpTcpRedDropPkts
150 + description: The total number of high PLP TCP packets RED-dropped at the output on the given interface
151 + family: Interfaces/COS/RED/Packet/Dropped/HighPLP/TCP
152 + unit: "{packet}"
153 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.22
154 + name: jnxCosIfsetQstatHpTcpRedDropPktRate
155 + description: The rate at which high PLP TCP packets were RED-dropped at the output
156 + family: Interfaces/COS/RED/Packet/Dropped/HighPLP/TCP
157 + unit: "{packet}/s"
158 +
159 + # Queue Traffic
160 + # Queued
161 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.5
162 + name: jnxCosIfsetQstatQedBytes
163 + description: Number of bytes queued at the output queue
164 + family: Interfaces/COS/Queue/Traffic/Queued
165 unit: "By"
135 - metric_tags:
136 - - symbol:
137 - OID: 1.3.6.1.4.1.2636.3.15.9.1.2
138 - name: jnxCosIfsetDescr
139 - table: jnxCosIfTable
140 - tag: interface
141 - index_transform:
142 - - start: 0
143 - end: 0
144 - - symbol:
145 - OID: 1.3.6.1.4.1.2636.3.15.10.1.2
146 - name: jnxCosIfsetQstatQueueNr
147 - tag: queue_number
148 - - MIB: JUNIPER-COS-MIB
149 - table:
150 - OID: 1.3.6.1.4.1.2636.3.15.10
151 - name: jnxCosIfsetQstatTable
152 - metric_type: gauge
153 - symbols:
154 - # The rate (expressed in packets per second) at which packets were queued at the output queue.
155 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.4
156 - name: jnxCosIfsetQstatQedPktRate
157 - description: The rate at which packets were queued at the output queue
158 - unit: "1.s"
159 - # The rate (expressed in bytes per second) at which bytes were queued at the output queue.
166 - OID: 1.3.6.1.4.1.2636.3.15.10.1.6
167 name: jnxCosIfsetQstatQedByteRate
168 description: The rate at which bytes were queued at the output queue
169 + family: Interfaces/COS/Queue/Traffic/Queued
170 unit: "By/s"
164 - # The output queue's packet transmit rate, expressed in packets per second.
165 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.8
166 - name: jnxCosIfsetQstatTxedPktRate
167 - description: The output queue's packet transmit rate
168 - unit: "1.s"
169 - # The queue's current transmit rate in bytes per second.
171 + # Transmitted
172 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.9
173 + name: jnxCosIfsetQstatTxedBytes
174 + description: Number of bytes transmitted on the queue
175 + family: Interfaces/COS/Queue/Traffic/Transmitted
176 + unit: "By"
177 - OID: 1.3.6.1.4.1.2636.3.15.10.1.10
178 name: jnxCosIfsetQstatTxedByteRate
179 description: The queue's current transmit rate in bytes per second
180 + family: Interfaces/COS/Queue/Traffic/Transmitted
181 unit: "By/s"
174 - # The tail drop packet rate (expressed in packets per second) for the queue.
175 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.12
176 - name: jnxCosIfsetQstatTailDropPktRate
177 - description: The tail drop packet rate for the queue
178 - unit: "1.s"
179 - # The most recent estimate of per-second RED-dropped packets at the output queue on the given interface
180 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.14
181 - name: jnxCosIfsetQstatTotalRedDropPktRate
182 - description: The most recent estimate of per-second RED-dropped packets at the output queue on the given interface
183 - unit: "1.s"
184 - # The rate (expressed in packets per second) at which low PLP non TCP packets were RED-dropped.
185 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.16
186 - name: jnxCosIfsetQstatLpNonTcpRDropPktRate
187 - description: The rate at which low PLP non TCP packets were RED-dropped
188 - unit: "1.s"
189 - # The rate (expressed in packets per second) at which low PLP TCP packets were RED-dropped at the output on the given interface.
190 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.18
191 - name: jnxCosIfsetQstatLpTcpRedDropPktRate
192 - description: The rate at which low PLP TCP packets were RED-dropped at the output on the given interface
193 - unit: "1.s"
194 - # The rate (expressed in packets per second) at which high PLP non TCP packets were RED-dropped at the output on the given interface.
195 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.20
196 - name: jnxCosIfsetQstatHpNonTcpRDropPktRate
197 - description: The rate at which high PLP non TCP packets were RED-dropped at the output on the given interface
198 - unit: "1.s"
199 - # The rate (expressed in packets per second) at which high PLP TCP packets were RED-dropped at the output.
200 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.22
201 - name: jnxCosIfsetQstatHpTcpRedDropPktRate
202 - description: The rate at which high PLP TCP packets were RED-dropped at the output
203 - unit: "1.s"
204 - # The rate (expressed in bytes per second) at which bytes were RED-dropped at the output on the given interface.
182 +
183 + # Rate Limit Traffic
184 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.51
185 + name: jnxCosIfsetQstatRateLimitDropBytes
186 + description: The total number of rate-limit dropped bytes at the output on the given interface
187 + family: Interfaces/COS/RateLimit/Traffic/Dropped
188 + unit: "By"
189 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.52
190 + name: jnxCosIfsetQstatRateLimitDropByteRate
191 + description: The rate at which bytes are rate-limit dropped at the output on the given interface
192 + family: Interfaces/COS/RateLimit/Traffic/Dropped
193 + unit: "By/s"
194 +
195 + # RED Dropped Traffic
196 + # Total
197 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.23
198 + name: jnxCosIfsetQstatTotalRedDropBytes
199 + description: The total number of bytes RED-dropped at the output on the given interface
200 + family: Interfaces/COS/RED/Traffic/Dropped/Total
201 + unit: "By"
202 - OID: 1.3.6.1.4.1.2636.3.15.10.1.24
203 name: jnxCosIfsetQstatTotalRedDropByteRate
204 description: The rate at which bytes were RED-dropped at the output on the given interface
205 + family: Interfaces/COS/RED/Traffic/Dropped/Total
206 unit: "By/s"
209 - # The rate (expressed in bytes per second) at which low PLP non TCP bytes were RED-dropped at the output on the given interface.
207 +
208 + # Low PLP Traffic
209 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.41
210 + name: jnxCosIfsetQstatLpRedDropBytes
211 + description: The total number of low PLP bytes RED-dropped at the output queue on the given interface
212 + family: Interfaces/COS/RED/Traffic/Dropped/LowPLP/Total
213 + unit: "By"
214 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.42
215 + name: jnxCosIfsetQstatLpRedDropByteRate
216 + description: The rate at which low PLP bytes were RED-dropped at the output on the given interface
217 + family: Interfaces/COS/RED/Traffic/Dropped/LowPLP/Total
218 + unit: "By/s"
219 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.25
220 + name: jnxCosIfsetQstatLpNonTcpRedDropBytes
221 + description: The total number of low PLP non TCP bytes RED-dropped at the output on the given interface
222 + family: Interfaces/COS/RED/Traffic/Dropped/LowPLP/NonTCP
223 + unit: "By"
224 - OID: 1.3.6.1.4.1.2636.3.15.10.1.26
225 name: jnxCosIfsetQstatLpNonTcpRDropByteRate
226 description: The rate at which low PLP non TCP bytes were RED-dropped at the output on the given interface
227 + family: Interfaces/COS/RED/Traffic/Dropped/LowPLP/NonTCP
228 unit: "By/s"
214 - # The rate (expressed in bytes per second) at which low PLP TCP bytes were RED-dropped at the output on the given interface.
229 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.27
230 + name: jnxCosIfsetQstatLpTcpRedDropBytes
231 + description: The total number of low PLP TCP bytes RED-dropped at the output on the given interface
232 + family: Interfaces/COS/RED/Traffic/Dropped/LowPLP/TCP
233 + unit: "By"
234 - OID: 1.3.6.1.4.1.2636.3.15.10.1.28
235 name: jnxCosIfsetQstatLpTcpRedDropByteRate
236 description: The rate at which low PLP TCP bytes were RED-dropped at the output on the given interface
237 + family: Interfaces/COS/RED/Traffic/Dropped/LowPLP/TCP
238 unit: "By/s"
219 - # The rate (expressed in bytes per second) at which high PLP non TCP bytes were RED-dropped at the output queue on the given interface.
220 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.30
221 - name: jnxCosIfsetQstatHpNonTcpRDropByteRate
222 - description: The rate at which high PLP non TCP bytes were RED-dropped at the output queue on the given interface
223 - unit: "By/s"
224 - # The rate (expressed in bytes per second) at which high PLP TCP bytes were RED-dropped at the output on the given interface.
225 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.32
226 - name: jnxCosIfsetQstatHpTcpRedDropByteRate
227 - description: The rate at which high PLP TCP bytes were RED-dropped at the output on the given interface
228 - unit: "By/s"
229 - # The rate (expressed in packets per second) at which low PLP packets were RED-dropped at the output.
230 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.34
231 - name: jnxCosIfsetQstatLpRedDropPktRate
232 - description: The rate at which low PLP packets were RED-dropped at the output
233 - unit: "1.s"
234 - # The rate (expressed in packets per second) at which medium-low PLP packets were RED-dropped at the output.
235 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.36
236 - name: jnxCosIfsetQstatMLpRedDropPktRate
237 - description: The rate at which medium-low PLP packets were RED-dropped at the output
238 - unit: "1.s"
239 - # The rate (expressed in packets per second) at which medium-high PLP packets were RED-dropped at the output
240 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.38
241 - name: jnxCosIfsetQstatMHpRedDropPktRate
242 - description: The rate at which medium-high PLP packets were RED-dropped at the output
243 - unit: "1.s"
244 - # The rate (expressed in packets per second) at which high PLP packets were RED-dropped at the output.
245 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.40
246 - name: jnxCosIfsetQstatHpRedDropPktRate
247 - description: The rate at which high PLP packets were RED-dropped at the output
248 - unit: "1.s"
249 - # The rate (expressed in bytes per second) at which low PLP TCP bytes were RED-dropped at the output on the given interface.
250 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.42
251 - name: jnxCosIfsetQstatLpRedDropByteRate
252 - description: The rate at which low PLP TCP bytes were RED-dropped at the output on the given interface
253 - unit: "By/s"
254 - # The rate (expressed in bytes per second) at which medium-low PLP TCP bytes were RED-dropped at the output on the given interface.
239 +
240 + # Medium-Low PLP Traffic
241 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.43
242 + name: jnxCosIfsetQstatMLpRedDropBytes
243 + description: The total number of medium-low PLP bytes RED-dropped at the output queue on the given interface
244 + family: Interfaces/COS/RED/Traffic/Dropped/MediumLowPLP/Total
245 + unit: "By"
246 - OID: 1.3.6.1.4.1.2636.3.15.10.1.44
247 name: jnxCosIfsetQstatMLpRedDropByteRate
257 - description: The rate at which medium-low PLP TCP bytes were RED-dropped at the output on the given interface
248 + description: The rate at which medium-low PLP bytes were RED-dropped at the output on the given interface
249 + family: Interfaces/COS/RED/Traffic/Dropped/MediumLowPLP/Total
250 unit: "By/s"
259 - # The rate (expressed in bytes per second) at which medium-high PLP TCP bytes were RED-dropped at the output on the given interface.
251 +
252 + # Medium-High PLP Traffic
253 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.45
254 + name: jnxCosIfsetQstatMHpRedDropBytes
255 + description: The total number of medium-high PLP bytes RED-dropped at the output queue on the given interface
256 + family: Interfaces/COS/RED/Traffic/Dropped/MediumHighPLP/Total
257 + unit: "By"
258 - OID: 1.3.6.1.4.1.2636.3.15.10.1.46
259 name: jnxCosIfsetQstatMHpRedDropByteRate
262 - description: The rate at which medium-high PLP TCP bytes were RED-dropped at the output on the given interface
260 + description: The rate at which medium-high PLP bytes were RED-dropped at the output on the given interface
261 + family: Interfaces/COS/RED/Traffic/Dropped/MediumHighPLP/Total
262 unit: "By/s"
264 - # The rate (expressed in bytes per second) at which high PLP TCP bytes were RED-dropped at the output on the given interface.
263 +
264 + # High PLP Traffic
265 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.47
266 + name: jnxCosIfsetQstatHpRedDropBytes
267 + description: The total number of high PLP bytes RED-dropped at the output queue on the given interface
268 + family: Interfaces/COS/RED/Traffic/Dropped/HighPLP/Total
269 + unit: "By"
270 - OID: 1.3.6.1.4.1.2636.3.15.10.1.48
271 name: jnxCosIfsetQstatHpRedDropByteRate
267 - description: The rate at which high PLP TCP bytes were RED-dropped at the output on the given interface
272 + description: The rate at which high PLP bytes were RED-dropped at the output on the given interface
273 + family: Interfaces/COS/RED/Traffic/Dropped/HighPLP/Total
274 unit: "By/s"
269 - # The rate (expressed in bytes per second) at which packets are rate-limit dropped at the output on the given interface.
270 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.50
271 - name: jnxCosIfsetQstatRateLimitDropPktRate
272 - description: The rate at which packets are rate-limit dropped at the output on the given interface
273 - unit: "1.s"
274 - # The rate (expressed in bytes per second) at which bytes are rate-limit dropped at the output on the given interface.
275 - - OID: 1.3.6.1.4.1.2636.3.15.10.1.52
276 - name: jnxCosIfsetQstatRateLimitDropByteRate
277 - description: The rate at which bytes are rate-limit dropped at the output on the given interface
275 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.29
276 + name: jnxCosIfsetQstatHpNonTcpRedDropBytes
277 + description: The total number of high PLP non TCP bytes RED-dropped at the output on the given interface
278 + family: Interfaces/COS/RED/Traffic/Dropped/HighPLP/NonTCP
279 + unit: "By"
280 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.30
281 + name: jnxCosIfsetQstatHpNonTcpRDropByteRate
282 + description: The rate at which high PLP non TCP bytes were RED-dropped at the output queue on the given interface
283 + family: Interfaces/COS/RED/Traffic/Dropped/HighPLP/NonTCP
284 + unit: "By/s"
285 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.31
286 + name: jnxCosIfsetQstatHpTcpRedDropBytes
287 + description: The total number of high PLP TCP bytes RED-dropped at the output queue on the given interface
288 + family: Interfaces/COS/RED/Traffic/Dropped/HighPLP/TCP
289 + unit: "By"
290 + - OID: 1.3.6.1.4.1.2636.3.15.10.1.32
291 + name: jnxCosIfsetQstatHpTcpRedDropByteRate
292 + description: The rate at which high PLP TCP bytes were RED-dropped at the output on the given interface
293 + family: Interfaces/COS/RED/Traffic/Dropped/HighPLP/TCP
294 unit: "By/s"
295 metric_tags:
296 - symbol:
src/go/plugin/go.d/config/go.d/snmp.profiles/default/juniper-ex.yaml
+47 -48
@@ -18,61 +18,60 @@ extends:
18 - _juniper-junos-generic.yaml
19 - _juniper.yaml
20
21 -device:
22 - vendor: "juniper-networks"
23 -
21 metadata:
22 device:
23 fields:
24 type:
28 - value: "switch"
25 + value: Switch
26 + vendor:
27 + value: Juniper
28
29 # Juniper Products are declared in JUNIPER-CHASSIS-DEFINES-MIB.
30 # Products are defined under 1.3.6.1.4.1.2636.1.1.1.2 (jnxProductName).
31 # Variations are defined under 1.3.6.1.4.1.2636.1.1.1.4 (jnxProductVariation).
32 # Reference: https://mibs.observium.org/mib/JUNIPER-CHASSIS-DEFINES-MIB/
33 sysobjectid:
35 - - 1.3.6.1.4.1.2636.1.1.1.2.30 # EX3200
36 - - 1.3.6.1.4.1.2636.1.1.1.4.30.* # EX3200 variations
37 - - 1.3.6.1.4.1.2636.1.1.1.2.31 # EX4200
38 - - 1.3.6.1.4.1.2636.1.1.1.4.31.* # EX4200 variations
39 - - 1.3.6.1.4.1.2636.1.1.1.2.32 # EX8208
40 - - 1.3.6.1.4.1.2636.1.1.1.4.32.* # EX8208 variations
41 - - 1.3.6.1.4.1.2636.1.1.1.2.33 # EX8216
42 - - 1.3.6.1.4.1.2636.1.1.1.4.33.* # EX8216 variations
43 - - 1.3.6.1.4.1.2636.1.1.1.2.43 # EX2200
44 - - 1.3.6.1.4.1.2636.1.1.1.4.43.* # EX2200 variations
45 - - 1.3.6.1.4.1.2636.1.1.1.2.44 # EX4500
46 - - 1.3.6.1.4.1.2636.1.1.1.4.44.* # EX4500 variations
47 - - 1.3.6.1.4.1.2636.1.1.1.2.59 # EXXRE
48 - - 1.3.6.1.4.1.2636.1.1.1.4.59.* # EXXRE variations
49 - - 1.3.6.1.4.1.2636.1.1.1.2.63 # EX4300
50 - - 1.3.6.1.4.1.2636.1.1.1.4.63.* # EX4300 variations
51 - - 1.3.6.1.4.1.2636.1.1.1.2.74 # EX6210
52 - - 1.3.6.1.4.1.2636.1.1.1.4.74.* # EX6210 variations
53 - - 1.3.6.1.4.1.2636.1.1.1.2.76 # EX3300
54 - - 1.3.6.1.4.1.2636.1.1.1.4.76.* # EX3300 variations
55 - - 1.3.6.1.4.1.2636.1.1.1.2.92 # EX4550
56 - - 1.3.6.1.4.1.2636.1.1.1.4.92.* # EX4550 variations
57 - - 1.3.6.1.4.1.2636.1.1.1.2.102 # EX9214
58 - - 1.3.6.1.4.1.2636.1.1.1.4.102.* # EX9214 variations
59 - - 1.3.6.1.4.1.2636.1.1.1.2.103 # EX9208
60 - - 1.3.6.1.4.1.2636.1.1.1.4.103.* # EX9208 variations
61 - - 1.3.6.1.4.1.2636.1.1.1.2.104 # EX9204
62 - - 1.3.6.1.4.1.2636.1.1.1.4.104.* # EX9204 variations
63 - - 1.3.6.1.4.1.2636.1.1.1.2.109 # EX4600
64 - - 1.3.6.1.4.1.2636.1.1.1.4.109.* # EX4600 variations
65 - - 1.3.6.1.4.1.2636.1.1.1.2.131 # EX3400
66 - - 1.3.6.1.4.1.2636.1.1.1.4.131.* # EX3400 variations
67 - - 1.3.6.1.4.1.2636.1.1.1.2.132 # EX2300
68 - - 1.3.6.1.4.1.2636.1.1.1.4.132.* # EX2300 variations
69 - - 1.3.6.1.4.1.2636.1.1.1.2.151 # EX9251
70 - - 1.3.6.1.4.1.2636.1.1.1.4.151.* # EX9251 variations
71 - - 1.3.6.1.4.1.2636.1.1.1.2.156 # EX9253
72 - - 1.3.6.1.4.1.2636.1.1.1.4.156.* # EX9253 variations
73 - - 1.3.6.1.4.1.2636.1.1.1.2.165 # EX4400
74 - - 1.3.6.1.4.1.2636.1.1.1.4.165.* # EX4400 variations
75 - - 1.3.6.1.4.1.2636.1.1.1.2.169 # EX4100
76 - - 1.3.6.1.4.1.2636.1.1.1.4.169.* # EX4100 variations
77 - - 1.3.6.1.4.1.2636.1.1.1.2.508 # EX4650
78 - - 1.3.6.1.4.1.2636.1.1.1.4.508.* # EX4650 variations
34 + - 1.3.6.1.4.1.2636.1.1.1.2.30 # EX3200
35 + - 1.3.6.1.4.1.2636.1.1.1.4.30.* # EX3200 variations
36 + - 1.3.6.1.4.1.2636.1.1.1.2.31 # EX4200
37 + - 1.3.6.1.4.1.2636.1.1.1.4.31.* # EX4200 variations
38 + - 1.3.6.1.4.1.2636.1.1.1.2.32 # EX8208
39 + - 1.3.6.1.4.1.2636.1.1.1.4.32.* # EX8208 variations
40 + - 1.3.6.1.4.1.2636.1.1.1.2.33 # EX8216
41 + - 1.3.6.1.4.1.2636.1.1.1.4.33.* # EX8216 variations
42 + - 1.3.6.1.4.1.2636.1.1.1.2.43 # EX2200
43 + - 1.3.6.1.4.1.2636.1.1.1.4.43.* # EX2200 variations
44 + - 1.3.6.1.4.1.2636.1.1.1.2.44 # EX4500
45 + - 1.3.6.1.4.1.2636.1.1.1.4.44.* # EX4500 variations
46 + - 1.3.6.1.4.1.2636.1.1.1.2.59 # EXXRE
47 + - 1.3.6.1.4.1.2636.1.1.1.4.59.* # EXXRE variations
48 + - 1.3.6.1.4.1.2636.1.1.1.2.63 # EX4300
49 + - 1.3.6.1.4.1.2636.1.1.1.4.63.* # EX4300 variations
50 + - 1.3.6.1.4.1.2636.1.1.1.2.74 # EX6210
51 + - 1.3.6.1.4.1.2636.1.1.1.4.74.* # EX6210 variations
52 + - 1.3.6.1.4.1.2636.1.1.1.2.76 # EX3300
53 + - 1.3.6.1.4.1.2636.1.1.1.4.76.* # EX3300 variations
54 + - 1.3.6.1.4.1.2636.1.1.1.2.92 # EX4550
55 + - 1.3.6.1.4.1.2636.1.1.1.4.92.* # EX4550 variations
56 + - 1.3.6.1.4.1.2636.1.1.1.2.102 # EX9214
57 + - 1.3.6.1.4.1.2636.1.1.1.4.102.* # EX9214 variations
58 + - 1.3.6.1.4.1.2636.1.1.1.2.103 # EX9208
59 + - 1.3.6.1.4.1.2636.1.1.1.4.103.* # EX9208 variations
60 + - 1.3.6.1.4.1.2636.1.1.1.2.104 # EX9204
61 + - 1.3.6.1.4.1.2636.1.1.1.4.104.* # EX9204 variations
62 + - 1.3.6.1.4.1.2636.1.1.1.2.109 # EX4600
63 + - 1.3.6.1.4.1.2636.1.1.1.4.109.* # EX4600 variations
64 + - 1.3.6.1.4.1.2636.1.1.1.2.131 # EX3400
65 + - 1.3.6.1.4.1.2636.1.1.1.4.131.* # EX3400 variations
66 + - 1.3.6.1.4.1.2636.1.1.1.2.132 # EX2300
67 + - 1.3.6.1.4.1.2636.1.1.1.4.132.* # EX2300 variations
68 + - 1.3.6.1.4.1.2636.1.1.1.2.151 # EX9251
69 + - 1.3.6.1.4.1.2636.1.1.1.4.151.* # EX9251 variations
70 + - 1.3.6.1.4.1.2636.1.1.1.2.156 # EX9253
71 + - 1.3.6.1.4.1.2636.1.1.1.4.156.* # EX9253 variations
72 + - 1.3.6.1.4.1.2636.1.1.1.2.165 # EX4400
73 + - 1.3.6.1.4.1.2636.1.1.1.4.165.* # EX4400 variations
74 + - 1.3.6.1.4.1.2636.1.1.1.2.169 # EX4100
75 + - 1.3.6.1.4.1.2636.1.1.1.4.169.* # EX4100 variations
76 + - 1.3.6.1.4.1.2636.1.1.1.2.508 # EX4650
77 + - 1.3.6.1.4.1.2636.1.1.1.4.508.* # EX4650 variations
src/go/plugin/go.d/config/go.d/snmp.profiles/default/juniper-qfx.yaml
+8 -4
@@ -8,11 +8,15 @@ extends:
8 - _juniper-firewall.yaml
9 - _juniper-virtualchassis.yaml
10 - _juniper.yaml
11 -sysobjectid:
12 - - 1.3.6.1.4.1.2636.1.1.1.2.82 # QFX Switch
13 - - 1.3.6.1.4.1.2636.1.1.1.4.82.* # QFX Switch Variant
11 +
12 metadata:
13 device:
14 fields:
15 type:
18 - value: "switch"
16 + value: Switch
17 + vendor:
18 + value: Juniper
19 +
20 +sysobjectid:
21 + - 1.3.6.1.4.1.2636.1.1.1.2.82 # QFX Switch
22 + - 1.3.6.1.4.1.2636.1.1.1.4.82.* # QFX Switch Variant