ok, i can replicate this now.

attached are four files documenting the issue.

Works as designed:
-uplink-status.debug.good
-uplink-status.snoop.good

Does not work as designed:
-uplink-status.debug.bad
-uplink-status.snoop.bad

i have this script called 'uplink-status' ... it polls the 'portOperStatus' variable on an ethernet switch to discover whether the switch thinks the port is healthy or not.

it has a debug mode ... under which a bunch of print statements are invoked ... and $SNMP::dump_packet is set to '1'. that's what the 'debug' files contain -- screen output from the 'uplink-status' script as it runs.

the 'snoop' files are packet traces.

the 'good' files were taken with net-snmp-5.0.9 installed; the 'bad' files were taken with net-snmp-5.1.2.pre2 installed.

[ignore the 'DISMAN/zeroDotZero' msgs ... resolved per previous discussion on this list. also, i mangled the debug files, replacing the real IP address with a fake one.]


if you look at packet #15 in the 'good' snoop trace, you can see that what appears on the wire is ".1.3.6.1.4.1.9.5.1.4.1.1.6.1.1" (portOperStatus.1.1), i.e. the OID which this script wants.

yet, if you look at packet #15 in the 'bad' snoop trace, you can see that what appears on the wire is "0.1" (ccitt.1) ... this doesn't look at all like portOperStatus ... i don't know where it comes from, but i believe that it occurs when i upgrade to 5.1.2.pre2.

the script itself is available at http://www.skendric.com/device/Cisco/uplink-status


details: -this problem does not appear in 5.1.2.pre1

-when i downgrade from 5.1.2.pre2 (and possibly from 5.1.2.pre1) to 5.0.9, simply doing a "make install" from the 5.0.9 source tree isn't sufficient ... when i run the command-line tools, i still see the older 5.1.2.pre2 version string appearing. and my perl code still behaves in the "ccitt.1" way above. i manually erase /opt/local/lib/libnetsnmp* plus all the SNMP and NetSNMP related Perl entries in /opt/local/lib/perl5/site_perl ... and then i type "make install" from within the net-snmp-5.0.9 source tree ... and then i have successfully downgraded. i believe this behavior is different than what i have experienced in the past.


insights and pointers appreciated,


--sk

---------- Forwarded message ----------
Date: Thu, 1 Jul 2004 09:55:17 -0700 (PDT)
From: Stuart Kendrick <[EMAIL PROTECTED]>
To: Wes Hardaker <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED]
Subject: Re: 5.1.2.pre2 notes

hi wes,

-ok, i'm not able to replicate the problem i reported below. i think that i inflicted this one on myself, through fiddling with MIB file paths in snmp.conf. please ignore.

-i do see a MIB file ... syntax issue? MIB file compile error? i don't know the words ... in DISMAN-SCHEDULE-MIB.txt:

guru> snmpget -c public test-esx portOperStatus.1.1
Did not find 'zeroDotZero' in module SNMPv2-SMI (/opt/vdops/share/snmp/mibs/DISMAN-SCHEDULE-MIB.txt)
CISCO-STACK-MIB::portOperStatus.1.1 = INTEGER: ok(2)
guru>

--sk

On Wed, 30 Jun 2004, Wes Hardaker wrote:

On Fri, 18 Jun 2004 09:19:47 -0700 (PDT), Stuart Kendrick <[EMAIL PROTECTED]> said:

Stuart> i'm playing with 5.1.2pre2 -- here is what i'm seeing:

Thanks for the feedback.

Stuart> -the perl module's ability to perform snmpgets has become unreliable
Stuart> for me. i'm using a Cisco Catalyst 4006 as my target ... i can
Stuart> successfully get sysDescr.0 (SNMPv2-MIB.txt), sysBootedImage
Stuart> (CISCO-STACK-IMAGE.my) ... but not portOperStatus.1.1
Stuart> (CISCO-STACK-IMAGE). i don't know how to trouble-shoot this further
Stuart> -- input appreciated. i've rolled back to 5.0.9 -- works fine there.

What exactly is the problem?  Have you increased the timeout?  Is it
just timing out?  Does adding a -d flag show packets coming back or not?


-- Wes Hardaker Sparta

Attachment: uplink-status.snoop.good
Description: Binary data

junoite> ./uplink-status -s yes test-esx



Entering FHCRC::VDOPS::Netops::check_args

Leaving FHCRC::VDOPS::Netops::check_args



Entering FHCRC::VDOPS::Netops::load_mibs

Did not find 'zeroDotZero' in module SNMPv2-SMI (/opt/vdops/share/snmp/mibs/DISM

AN-SCHEDULE-MIB.txt)

Added mib dir /opt/vdops/share/snmp/mibs

Read ALL

Leaving FHCRC::VDOPS::Netops::load_mibs



Entering FHCRC::VDOPS::Netops::build_list

Beginning ./uplink-status



Gathering status ...



Entering FHCRC::VDOPS::Netops::yank_target

Leaving FHCRC::VDOPS::Netops::yank_target





target[0] = test-esx

Leaving FHCRC::VDOPS::Netops::build_list



Entering FHCRC::VDOPS::Netops::target_check

Checking target list for errors ...

!







Entering FHCRC::VDOPS::Netops::yank_target

Leaving FHCRC::VDOPS::Netops::yank_target

target[0] = test-esx

Leaving FHCRC::VDOPS::Netops::target_check



Entering FHCRC::VDOPS::Netops::basic_info

Characterizing target list...



Entering FHCRC::VDOPS::Netops::which_string



Sending 43 bytes to 10.1.2.3

0000: 30 29 02 01  01 04 06 70  75 62 6C 69  63 A0 1C 02    0).....public ..

0016: 04 10 FC 10  B8 02 01 00  02 01 00 30  0E 30 0C 06    ..�. ......0.0..

0032: 08 2B 06 01  02 01 01 01  00 05 00                    .+.........





Received 169 bytes from 10.1.2.3

0000: 30 81 A6 02  01 01 04 06  70 75 62 6C  69 63 A2 81    0. .....public�.

0016: 98 02 04 10  FC 10 B8 02  01 00 02 01  00 30 81 89    ....�. ......0..

0032: 30 81 86 06  08 2B 06 01  02 01 01 01  00 04 7A 43    0....+........zC

0048: 69 73 63 6F  20 53 79 73  74 65 6D 73  20 57 53 2D    isco Systems WS-

0064: 43 36 35 30  36 0A 43 69  73 63 6F 20  43 61 74 61    C6506.Cisco Cata

0080: 6C 79 73 74  20 4F 70 65  72 61 74 69  6E 67 20 53    lyst Operating S

0096: 79 73 74 65  6D 20 53 6F  66 74 77 61  72 65 2C 20    ystem Software, 

0112: 56 65 72 73  69 6F 6E 20  37 2E 36 28  33 61 29 0A    Version 7.6(3a).

0128: 43 6F 70 79  72 69 67 68  74 20 28 63  29 20 31 39    Copyright (c) 19

0144: 39 35 2D 32  30 30 33 20  62 79 20 43  69 73 63 6F    95-2003 by Cisco

0160: 20 53 79 73  74 65 6D 73  0A                           Systems.



test-esx

string = public

SNMP version = 2

ErrorStr = 

Leaving FHCRC::VDOPS::Netops::which_string



Entering FHCRC::VDOPS::Netops::which_sysdescr



Entering FHCRC::VDOPS::Netops::snmpGet



Sending 43 bytes to 10.1.2.3

0000: 30 29 02 01  01 04 06 70  75 62 6C 69  63 A0 1C 02    0).....public ..

0016: 04 10 FC 10  B9 02 01 00  02 01 00 30  0E 30 0C 06    ..�.�......0.0..

0032: 08 2B 06 01  02 01 01 01  00 05 00                    .+.........





Received 169 bytes from 10.1.2.3

0000: 30 81 A6 02  01 01 04 06  70 75 62 6C  69 63 A2 81    0. .....public�.

0016: 98 02 04 10  FC 10 B9 02  01 00 02 01  00 30 81 89    ....�.�......0..

0032: 30 81 86 06  08 2B 06 01  02 01 01 01  00 04 7A 43    0....+........zC

0048: 69 73 63 6F  20 53 79 73  74 65 6D 73  20 57 53 2D    isco Systems WS-

0064: 43 36 35 30  36 0A 43 69  73 63 6F 20  43 61 74 61    C6506.Cisco Cata

0080: 6C 79 73 74  20 4F 70 65  72 61 74 69  6E 67 20 53    lyst Operating S

0096: 79 73 74 65  6D 20 53 6F  66 74 77 61  72 65 2C 20    ystem Software, 

0112: 56 65 72 73  69 6F 6E 20  37 2E 36 28  33 61 29 0A    Version 7.6(3a).

0128: 43 6F 70 79  72 69 67 68  74 20 28 63  29 20 31 39    Copyright (c) 19

0144: 39 35 2D 32  30 30 33 20  62 79 20 43  69 73 63 6F    95-2003 by Cisco

0160: 20 53 79 73  74 65 6D 73  0A                           Systems.



obj = sysDescr.0

val = Cisco Systems WS-C6506

Cisco Catalyst Operating System Software, Version 7.6(3a)

Copyright (c) 1995-2003 by Cisco Systems



ErrorStr = 

Leaving FHCRC::VDOPS::Netops::snmpGet

test-esx = Cisco Systems WS-C6506

Cisco Catalyst Operating System Software, Version 7.6(3a)

Copyright (c) 1995-2003 by Cisco Systems



Leaving FHCRC::VDOPS::Netops::which_sysdescr



Entering FHCRC::VDOPS::Netops::which_manufacturer

test-esx built by Cisco

Leaving FHCRC::VDOPS::Netops::which_manufacturer



Entering FHCRC::VDOPS::Netops::which_sysobjectid



Entering FHCRC::VDOPS::Netops::snmpGet



Sending 43 bytes to 10.1.2.3

0000: 30 29 02 01  01 04 06 70  75 62 6C 69  63 A0 1C 02    0).....public ..

0016: 04 10 FC 10  BA 02 01 00  02 01 00 30  0E 30 0C 06    ..�.�......0.0..

0032: 08 2B 06 01  02 01 01 02  00 05 00                    .+.........





Received 51 bytes from 10.1.2.3

0000: 30 31 02 01  01 04 06 70  75 62 6C 69  63 A2 24 02    01.....public�$.

0016: 04 10 FC 10  BA 02 01 00  02 01 00 30  16 30 14 06    ..�.�......0.0..

0032: 08 2B 06 01  02 01 01 02  00 06 08 2B  06 01 04 01    .+.........+....

0048: 09 05 2D                                              ..-



obj = sysObjectID.0

val = .1.3.6.1.4.1.9.5.45

ErrorStr = 

Leaving FHCRC::VDOPS::Netops::snmpGet

sysObjectID = wsc6506sysID



Entering FHCRC::VDOPS::Netops::which_sysobjectid



Entering FHCRC::VDOPS::Netops::which_hardware



Entering FHCRC::VDOPS::Netops::snmpGet



Sending 48 bytes to 10.1.2.3

0000: 30 2E 02 01  01 04 06 70  75 62 6C 69  63 A0 21 02    0......public !.

0016: 04 10 FC 10  BB 02 01 00  02 01 00 30  13 30 11 06    ..�.�......0.0..

0032: 0D 2B 06 01  02 01 2F 01  01 01 01 02  87 68 05 00    .+..../......h..





Received 100 bytes from 10.1.2.3

0000: 30 62 02 01  01 04 06 70  75 62 6C 69  63 A2 55 02    0b.....public�U.

0016: 04 10 FC 10  BB 02 01 00  02 01 00 30  47 30 45 06    ..�.�......0G0E.

0032: 0D 2B 06 01  02 01 2F 01  01 01 01 02  87 68 04 34    .+..../......h.4

0048: 31 30 30 30  42 61 73 65  58 20 53 75  70 65 72 76    1000BaseX Superv

0064: 69 73 6F 72  20 32 20 70  6F 72 74 20  57 53 2D 58    isor 2 port WS-X

0080: 36 4B 2D 53  55 50 32 2D  32 47 45 20  52 65 76 2E    6K-SUP2-2GE Rev.

0096: 20 33 2E 32                                            3.2



obj = entPhysicalDescr.1000

val = 1000BaseX Supervisor 2 port WS-X6K-SUP2-2GE Rev. 3.2

ErrorStr = 

Leaving FHCRC::VDOPS::Netops::snmpGet

box = wsc6000-sup2

Leaving FHCRC::VDOPS::Netops::which_hardware



Entering FHCRC::VDOPS::Netops::which_os_flavor

test-esx is running CatOS

Leaving FHCRC::VDOPS::Netops::which_os_flavor



Entering FHCRC::VDOPS::Netops::which_os_ver

test-esx is running OS version 7.6(3a)

Leaving FHCRC::VDOPS::Netops::which_os_ver

!



Entering FHCRC::VDOPS::Netops::prune_basic

Leaving FHCRC::VDOPS::Netops::prune_basic

Leaving FHCRC::VDOPS::Netops::basic_info



Entering main::sanity_check



Entering FHCRC::VDOPS::Netops::prune_basic

Leaving FHCRC::VDOPS::Netops::prune_basic

Leaving main::sanity_check



Entering main::do_the_work

Querying targets...



Entering main::uplink_status



Entering FHCRC::VDOPS::Netops::snmpGet



Sending 49 bytes to 10.1.2.3

0000: 30 2F 02 01  01 04 06 70  75 62 6C 69  63 A0 22 02    0/.....public ".

0016: 04 10 FC 10  BC 02 01 00  02 01 00 30  14 30 12 06    ..�.�......0.0..

0032: 0E 2B 06 01  04 01 09 05  01 04 01 01  06 01 01 05    .+..............

0048: 00                                                    .





Received 50 bytes from 10.1.2.3

0000: 30 30 02 01  01 04 06 70  75 62 6C 69  63 A2 23 02    00.....public�#.

0016: 04 10 FC 10  BC 02 01 00  02 01 00 30  15 30 13 06    ..�.�......0.0..

0032: 0E 2B 06 01  04 01 09 05  01 04 01 01  06 01 01 02    .+..............

0048: 01 02                                                 ..



obj = portOperStatus.1.1

val = 2

ErrorStr = 

Leaving FHCRC::VDOPS::Netops::snmpGet

test-esx uplink 1 = ok

Leaving main::uplink_status



Entering main::uplink_status



Entering FHCRC::VDOPS::Netops::snmpGet



Sending 49 bytes to 10.1.2.3

0000: 30 2F 02 01  01 04 06 70  75 62 6C 69  63 A0 22 02    0/.....public ".

0016: 04 10 FC 10  BD 02 01 00  02 01 00 30  14 30 12 06    ..�.�......0.0..

0032: 0E 2B 06 01  04 01 09 05  01 04 01 01  06 01 02 05    .+..............

0048: 00                                                    .





Received 50 bytes from 10.1.2.3

0000: 30 30 02 01  01 04 06 70  75 62 6C 69  63 A2 23 02    00.....public�#.

0016: 04 10 FC 10  BD 02 01 00  02 01 00 30  15 30 13 06    ..�.�......0.0..

0032: 0E 2B 06 01  04 01 09 05  01 04 01 01  06 01 02 02    .+..............

0048: 01 02                                                 ..



obj = portOperStatus.1.2

val = 2

ErrorStr = 

Leaving FHCRC::VDOPS::Netops::snmpGet

test-esx uplink 2 = ok

Leaving main::uplink_status

!

Leaving main::do_the_work



Entering FHCRC::VDOPS::Netops::get_time

Leaving FHCRC::VDOPS::Netops::get_time



Entering main::print_report

# Title:           Uplink Status Report

#

# Institution:     Fred Hutchinson Cancer Research Center

#

# Date of Report:  7-1-2004 at 14:20:12

#

# Description:     This report lists the status of redundant uplinks

#

# Active:          1

#

# Problems:        0

# 

# Questions:       If you have questions or comments regarding this

#                  report, please mail them to "[EMAIL PROTECTED]".

#

#

target            Port 1    Port 2

----------------  ------    ------

test-esx          ok        ok    





Ending ./uplink-status

Leaving main::print_report



Entering FHCRC::VDOPS::Netops::notify_staff

Attachment: uplink-status.snoop.bad
Description: Binary data

junoite> ./uplink-status -s yes test-esx



Entering FHCRC::VDOPS::Netops::check_args

Leaving FHCRC::VDOPS::Netops::check_args



Entering FHCRC::VDOPS::Netops::load_mibs

No log handling enabled - turning on stderr logging

Did not find 'zeroDotZero' in module SNMPv2-SMI (/opt/vdops/share/snmp/mibs/DISM

AN-SCHEDULE-MIB.txt)

Added mib dir /opt/vdops/share/snmp/mibs

Read ALL

Leaving FHCRC::VDOPS::Netops::load_mibs



Entering FHCRC::VDOPS::Netops::build_list

Beginning ./uplink-status



Gathering status ...



Entering FHCRC::VDOPS::Netops::yank_target

Leaving FHCRC::VDOPS::Netops::yank_target





target[0] = test-esx

Leaving FHCRC::VDOPS::Netops::build_list



Entering FHCRC::VDOPS::Netops::target_check

Checking target list for errors ...

!







Entering FHCRC::VDOPS::Netops::yank_target

Leaving FHCRC::VDOPS::Netops::yank_target

target[0] = test-esx

Leaving FHCRC::VDOPS::Netops::target_check



Entering FHCRC::VDOPS::Netops::basic_info

Characterizing target list...



Entering FHCRC::VDOPS::Netops::which_string



Sending 43 bytes to 10.1.2.3

0000: 30 29 02 01  01 04 06 70  75 62 6C 69  63 A0 1C 02    0).....public ..

0016: 04 56 ED 94  8B 02 01 00  02 01 00 30  0E 30 0C 06    .V�........0.0..

0032: 08 2B 06 01  02 01 01 01  00 05 00                    .+.........





Received 169 bytes from 10.1.2.3

0000: 30 81 A6 02  01 01 04 06  70 75 62 6C  69 63 A2 81    0. .....public�.

0016: 98 02 04 56  ED 94 8B 02  01 00 02 01  00 30 81 89    ...V�........0..

0032: 30 81 86 06  08 2B 06 01  02 01 01 01  00 04 7A 43    0....+........zC

0048: 69 73 63 6F  20 53 79 73  74 65 6D 73  20 57 53 2D    isco Systems WS-

0064: 43 36 35 30  36 0A 43 69  73 63 6F 20  43 61 74 61    C6506.Cisco Cata

0080: 6C 79 73 74  20 4F 70 65  72 61 74 69  6E 67 20 53    lyst Operating S

0096: 79 73 74 65  6D 20 53 6F  66 74 77 61  72 65 2C 20    ystem Software, 

0112: 56 65 72 73  69 6F 6E 20  37 2E 36 28  33 61 29 0A    Version 7.6(3a).

0128: 43 6F 70 79  72 69 67 68  74 20 28 63  29 20 31 39    Copyright (c) 19

0144: 39 35 2D 32  30 30 33 20  62 79 20 43  69 73 63 6F    95-2003 by Cisco

0160: 20 53 79 73  74 65 6D 73  0A                           Systems.



test-esx

string = public

SNMP version = 2

ErrorStr = 

Leaving FHCRC::VDOPS::Netops::which_string



Entering FHCRC::VDOPS::Netops::which_sysdescr



Entering FHCRC::VDOPS::Netops::snmpGet



Sending 43 bytes to 10.1.2.3

0000: 30 29 02 01  01 04 06 70  75 62 6C 69  63 A0 1C 02    0).....public ..

0016: 04 56 ED 94  8C 02 01 00  02 01 00 30  0E 30 0C 06    .V�........0.0..

0032: 08 2B 06 01  02 01 01 01  00 05 00                    .+.........





Received 169 bytes from 10.1.2.3

0000: 30 81 A6 02  01 01 04 06  70 75 62 6C  69 63 A2 81    0. .....public�.

0016: 98 02 04 56  ED 94 8C 02  01 00 02 01  00 30 81 89    ...V�........0..

0032: 30 81 86 06  08 2B 06 01  02 01 01 01  00 04 7A 43    0....+........zC

0048: 69 73 63 6F  20 53 79 73  74 65 6D 73  20 57 53 2D    isco Systems WS-

0064: 43 36 35 30  36 0A 43 69  73 63 6F 20  43 61 74 61    C6506.Cisco Cata

0080: 6C 79 73 74  20 4F 70 65  72 61 74 69  6E 67 20 53    lyst Operating S

0096: 79 73 74 65  6D 20 53 6F  66 74 77 61  72 65 2C 20    ystem Software, 

0112: 56 65 72 73  69 6F 6E 20  37 2E 36 28  33 61 29 0A    Version 7.6(3a).

0128: 43 6F 70 79  72 69 67 68  74 20 28 63  29 20 31 39    Copyright (c) 19

0144: 39 35 2D 32  30 30 33 20  62 79 20 43  69 73 63 6F    95-2003 by Cisco

0160: 20 53 79 73  74 65 6D 73  0A                           Systems.



obj = sysDescr.0

val = Cisco Systems WS-C6506

Cisco Catalyst Operating System Software, Version 7.6(3a)

Copyright (c) 1995-2003 by Cisco Systems



ErrorStr = 

Leaving FHCRC::VDOPS::Netops::snmpGet

test-esx = Cisco Systems WS-C6506

Cisco Catalyst Operating System Software, Version 7.6(3a)

Copyright (c) 1995-2003 by Cisco Systems



Leaving FHCRC::VDOPS::Netops::which_sysdescr



Entering FHCRC::VDOPS::Netops::which_manufacturer

test-esx built by Cisco

Leaving FHCRC::VDOPS::Netops::which_manufacturer



Entering FHCRC::VDOPS::Netops::which_sysobjectid



Entering FHCRC::VDOPS::Netops::snmpGet



Sending 43 bytes to 10.1.2.3

0000: 30 29 02 01  01 04 06 70  75 62 6C 69  63 A0 1C 02    0).....public ..

0016: 04 56 ED 94  8D 02 01 00  02 01 00 30  0E 30 0C 06    .V�........0.0..

0032: 08 2B 06 01  02 01 01 02  00 05 00                    .+.........





Received 51 bytes from 10.1.2.3

0000: 30 31 02 01  01 04 06 70  75 62 6C 69  63 A2 24 02    01.....public�$.

0016: 04 56 ED 94  8D 02 01 00  02 01 00 30  16 30 14 06    .V�........0.0..

0032: 08 2B 06 01  02 01 01 02  00 06 08 2B  06 01 04 01    .+.........+....

0048: 09 05 2D                                              ..-



obj = sysObjectID.0

val = .1.3.6.1.4.1.9.5.45

ErrorStr = 

Leaving FHCRC::VDOPS::Netops::snmpGet

sysObjectID = wsc6506sysID



Entering FHCRC::VDOPS::Netops::which_sysobjectid



Entering FHCRC::VDOPS::Netops::which_hardware



Entering FHCRC::VDOPS::Netops::snmpGet



Sending 48 bytes to 10.1.2.3

0000: 30 2E 02 01  01 04 06 70  75 62 6C 69  63 A0 21 02    0......public !.

0016: 04 56 ED 94  8E 02 01 00  02 01 00 30  13 30 11 06    .V�........0.0..

0032: 0D 2B 06 01  02 01 2F 01  01 01 01 02  87 68 05 00    .+..../......h..





Received 100 bytes from 10.1.2.3

0000: 30 62 02 01  01 04 06 70  75 62 6C 69  63 A2 55 02    0b.....public�U.

0016: 04 56 ED 94  8E 02 01 00  02 01 00 30  47 30 45 06    .V�........0G0E.

0032: 0D 2B 06 01  02 01 2F 01  01 01 01 02  87 68 04 34    .+..../......h.4

0048: 31 30 30 30  42 61 73 65  58 20 53 75  70 65 72 76    1000BaseX Superv

0064: 69 73 6F 72  20 32 20 70  6F 72 74 20  57 53 2D 58    isor 2 port WS-X

0080: 36 4B 2D 53  55 50 32 2D  32 47 45 20  52 65 76 2E    6K-SUP2-2GE Rev.

0096: 20 33 2E 32                                            3.2



obj = entPhysicalDescr.1000

val = 1000BaseX Supervisor 2 port WS-X6K-SUP2-2GE Rev. 3.2

ErrorStr = 

Leaving FHCRC::VDOPS::Netops::snmpGet

box = wsc6000-sup2

Leaving FHCRC::VDOPS::Netops::which_hardware



Entering FHCRC::VDOPS::Netops::which_os_flavor

test-esx is running CatOS

Leaving FHCRC::VDOPS::Netops::which_os_flavor



Entering FHCRC::VDOPS::Netops::which_os_ver

test-esx is running OS version 7.6(3a)

Leaving FHCRC::VDOPS::Netops::which_os_ver

!



Entering FHCRC::VDOPS::Netops::prune_basic

Leaving FHCRC::VDOPS::Netops::prune_basic

Leaving FHCRC::VDOPS::Netops::basic_info



Entering main::sanity_check



Entering FHCRC::VDOPS::Netops::prune_basic

Leaving FHCRC::VDOPS::Netops::prune_basic

Leaving main::sanity_check



Entering main::do_the_work

Querying targets...



Entering main::uplink_status



Entering FHCRC::VDOPS::Netops::snmpGet



Sending 36 bytes to 10.1.2.3

0000: 30 22 02 01  01 04 06 70  75 62 6C 69  63 A0 15 02    0".....public ..

0016: 04 56 ED 94  8F 02 01 00  02 01 00 30  07 30 05 06    .V�........0.0..

0032: 01 01 05 00                                           ....





Received 36 bytes from 10.1.2.3

0000: 30 22 02 01  01 04 06 70  75 62 6C 69  63 A2 15 02    0".....public�..

0016: 04 56 ED 94  8F 02 01 00  02 01 00 30  07 30 05 06    .V�........0.0..

0032: 01 01 80 00                                           ....



obj = portOperStatus.1.1

val = NOSUCHOBJECT

ErrorStr = 

Leaving FHCRC::VDOPS::Netops::snmpGet

Argument "NOSUCHOBJECT" isn't numeric in numeric eq (==) at ./uplink-status line

 315.

Use of uninitialized value in string ne at ./uplink-status line 332.

Use of uninitialized value in concatenation (.) or string at ./uplink-status lin

e 336.

test-esx uplink 1 = 

Leaving main::uplink_status



Entering main::uplink_status



Entering FHCRC::VDOPS::Netops::snmpGet



Sending 36 bytes to 10.1.2.3

0000: 30 22 02 01  01 04 06 70  75 62 6C 69  63 A0 15 02    0".....public ..

0016: 04 56 ED 94  90 02 01 00  02 01 00 30  07 30 05 06    .V�........0.0..

0032: 01 02 05 00                                           ....





Received 36 bytes from 10.1.2.3

0000: 30 22 02 01  01 04 06 70  75 62 6C 69  63 A2 15 02    0".....public�..

0016: 04 56 ED 94  90 02 01 00  02 01 00 30  07 30 05 06    .V�........0.0..

0032: 01 02 80 00                                           ....



obj = portOperStatus.1.2

val = NOSUCHOBJECT

ErrorStr = 

Leaving FHCRC::VDOPS::Netops::snmpGet

Argument "NOSUCHOBJECT" isn't numeric in numeric eq (==) at ./uplink-status line

 315.

Use of uninitialized value in string ne at ./uplink-status line 332.

Use of uninitialized value in concatenation (.) or string at ./uplink-status lin

e 336.

test-esx uplink 2 = 

Leaving main::uplink_status

!

Leaving main::do_the_work



Entering FHCRC::VDOPS::Netops::get_time

Leaving FHCRC::VDOPS::Netops::get_time



Entering main::print_report

# Title:           Uplink Status Report

#

# Institution:     Fred Hutchinson Cancer Research Center

#

# Date of Report:  7-1-2004 at 13:57:13

#

# Description:     This report lists the status of redundant uplinks

#

# Active:          1

#

# Problems:        2

# 

# Questions:       If you have questions or comments regarding this

#                  report, please mail them to "[EMAIL PROTECTED]".

#

#

target            Port 1    Port 2

----------------  ------    ------

Use of uninitialized value in printf at ./uplink-status line 254.

Use of uninitialized value in printf at ./uplink-status line 254.

test-esx                          





Ending ./uplink-status

Leaving main::print_report



Entering FHCRC::VDOPS::Netops::notify_staff

Reply via email to