Hi guys

I hope someone can point me in the right direction.

I am trying to create an on-demand table. My current working table is:


Code:
        
        occ,                            .1,                                     
                                                                        TABLE,  
                "occtab"
        occ/adrp,                       
1.3.6.1.4.1.1595.13.10.2.2.2.11.1.1[1:4],                                       
                DEFAULT,                        "ADRP"
        occ/asrc,                       
1.3.6.1.4.1.1595.13.10.2.2.2.11.1.1[0:1],                                       
                DEFAULT,                        "ASRC"
        occ/mac,                        1.3.6.1.4.1.1595.13.10.2.2.2.11.1.1,    
                                                        DEFAULT,                
        "MAC"
        occ/status,                     1.3.6.1.4.1.1595.13.10.2.2.2.11.1.5,    
                                                        STRING,                 
"Status"




An example of a full oid:


1.3.6.1.4.1.1595.13.10.2.2.2.11.1.1.20056.3.1.2.3

The asrc for this oid would be "20056". The adrp would be "3.1.2.3".

The 'adrp' is actually in the format "Chassis card"."Node"."Node card"."Port 
number"

Chassis card: 3
Chassis port: 1
Node card: 2
Port number: 3

What I want to do is break the tables in the probe down so it displays it per 
node card and port. So only the last two digits in the oid (eg; 2.3) with the 
associated asrc, mac and status.

I was hoping there was a wildcard I could use, for example 
1.3.6.1.4.1.1595.13.10.2.2.2.11.1.1.*.3.1

Obviously this doesn't work.

I am currently attempting to get the value of the asrc and put it into the oid 
as follows:


Code:

    occ2,                               .1,                                     
                                                                                
                TABLE,                          "occtab"
        occ2/asrc,                      
1.3.6.1.4.1.1595.13.10.2.2.2.11.1.1[0:1],                                       
                DEFAULT,                        "OCC ASRC"
        occ2/adrp,                      
1.3.6.1.4.1.1595.13.10.2.2.2.11.1.1.($asrc).1.1[1:2],                           
        DEFAULT,                        "OCC ADRP"




But it only retrieves only one row.

I'm a little new to probes so I hope this makes sense.

Thanks!


-------------------- m2f --------------------

Read this topic online here:
http://forums.intermapper.com/viewtopic.php?p=3868#3868





____________________________________________________________________
List archives: 
http://www.mail-archive.com/intermapper-talk%40list.dartware.com/
To unsubscribe: send email to: [email protected]

Reply via email to