From: Trent M. <tre...@si...> - 2007-08-01 18:34:31
|
Ok, Im not sure if chains will help me with this or not but though I would ask. I need to try and chain 3 oids together, can this be done? Here are my oids Im pulling data off of .1.3.6.1.2.1.2.2.1.1 :branch .1.3.6.1.2.1.31.1.1.1.1 :branch .1.3.6.1.4.1.9.5.1.4.1.1.10 :branch .1.3.6.1.4.1.9.5.1.4.1.1.11 :branch Here is some sample output of the oids .1.3.6.1.2.1.2.2.1.1.332 value is 332 .1.3.6.1.2.1.31.1.1.1.1.332 value is Fa3/32 .1.3.6.1.4.1.9.5.1.4.1.1.10.9.40 value is full .1.3.6.1.4.1.9.5.1.4.1.1.11.9.40 value is 332 Somehow I need to tie Fa3/32 and full together is this possible? I there a way to either use: .1.3.6.1.2.1.2.2.1.1.332 .1.3.6.1.4.1.9.5.1.4.1.1.11.9.40 to tie them together? Thanks Trent |