gandalf wrote:hipster wrote:is there a way to first use <oid_index> to get ifIdex, them get the cos class index from .1.3.6.1.4.1.2636.3.15.3.1.2 and finally concatenate these for data query?
Not possible using pure SNMP approach. This would at least required a full featured Script Data Query with the logic to concatenate data as required. From a short glance, I'm not able to figure out if this would be doable, but it would be the only approach known to me
Reinhard
Hi Gandalf,
You sad you were'nt able to do a full featured Script Data Query for Juniper COS long time ago.
I need this information as soon as possible. But i cant figure out how to do this.
Can you help me ?
all i need is to monitoring Best Effort, Assured Forwarding, Network Controller,Expedited Forwarding queues as individual.
we have two different OID that represent same queues value ;
1.3.6.1.4.1.2636.3.15.4.1.10
output example ;
> show snmp mib walk 1.3.6.1.4.1.2636.3.15.4.1.10
jnxCosQstatTxedByteRate.22.0 = 35826315
jnxCosQstatTxedByteRate.22.1 = 1142717
jnxCosQstatTxedByteRate.22.2 = 99099
jnxCosQstatTxedByteRate.22.3 = 17137
1.3.6.1.4.1.2636.3.15.1.1.10
output example ;
jnxCosIfqTxedByteRate.22.11.98.101.115.116.45.101.102.102.111.114.116 = 32865464
jnxCosIfqTxedByteRate.22.15.110.101.116.119.111.114.107.45.99.111.110.116.114.111.108 = 13314
jnxCosIfqTxedByteRate.22.18.97.115.115.117.114.101.100.45.102.111.114.119.97.114.100.105.110.103 = 70565
jnxCosIfqTxedByteRate.22.20.101.120.112.101.100.105.116.101.100.45.102.111.114.119.97.114.100.105.110.103 = 1110951
Is there anybody who can accomplish this job ?