Fixed
Details
Assignee
Matt BrozowskiMatt BrozowskiReporter
Kevin A. NollKevin A. NollComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Matt Brozowski
Matt BrozowskiReporter
Kevin A. Noll
Kevin A. NollComponents
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created May 16, 2005 at 8:27 AM
Updated January 27, 2017 at 4:32 PM
Resolved September 12, 2011 at 1:03 PM
capsd sticks in an apparent infinite loop when an SNMP agent does not return
values in IpAddrTable in an expected order. This causes the CAPS scan to loop
and never completes for the given device, therefore it never shows up in the
database.
In this specific case I have a device that loops through the IPAddrTable as
you do a walk or series of getnext's on the table...
SNMPWALK OUTPUT
#snmpwalk -c public -v1 192.168.225.15 ipAdEntAddr
IP-MIB::ipAdEntAddr.172.16.120.23 = IpAddress: 172.16.120.23
IP-MIB::ipAdEntAddr.192.168.225.15 = IpAddress: 192.168.225.15
Error: OID not increasing: IP-MIB::ipAdEntAddr.172.16.120.23
>= IP-MIB::ipAdEntAddr.192.168.225.15
SNMPGETNEXT OUTPUT
#snmpgetnext -c public -v1 192.168.225.15 ipAdEntAddr
IP-MIB::ipAdEntAddr.172.16.120.23 = IpAddress: 172.16.120.23
#snmpgetnext -c public -v1 192.168.225.15 ipAdEntAddr.172.16.120.23
IP-MIB::ipAdEntAddr.192.168.225.15 = IpAddress: 192.168.225.15
#snmpgetnext -c public -v1 192.168.225.15 ipAdEntAddr.192.168.225.15
IP-MIB::ipAdEntAddr.127.0.0.1 = IpAddress: 127.0.0.1
#snmpgetnext -c public -v1 192.168.225.15 ipAdEntAddr.127.0.0.1
IP-MIB::ipAdEntAddr.10.64.24.1 = IpAddress: 10.64.24.1
#snmpgetnext -c public -v1 192.168.225.15 ipAdEntAddr.10.64.24.1
IP-MIB::ipAdEntAddr.10.64.16.1 = IpAddress: 10.64.16.1
#snmpgetnext -c public -v1 192.168.225.15 ipAdEntAddr.10.64.16.1
IP-MIB::ipAdEntAddr.127.0.0.1 = IpAddress: 127.0.0.1 <<<<---REPEAT
#snmpgetnext -c public -v1 192.168.225.15 ipAdEntAddr.127.0.0.1
IP-MIB::ipAdEntAddr.10.64.24.1 = IpAddress: 10.64.24.1
#snmpgetnext -c public -v1 192.168.225.15 ipAdEntAddr.10.64.24.1
IP-MIB::ipAdEntAddr.10.64.16.1 = IpAddress: 10.64.16.1
#snmpgetnext -c public -v1 192.168.225.15 ipAdEntAddr.10.64.16.1
IP-MIB::ipAdEntAddr.127.0.0.1 = IpAddress: 127.0.0.1 <<<<---REPEAT
#snmpgetnext -c public -v1 192.168.225.15 ipAdEntAddr.127.0.0.1
IP-MIB::ipAdEntAddr.10.64.24.1 = IpAddress: 10.64.24.1
There is already a bug opened with the device mfg, and it will be fixed, but
it seems that ONMS should protect itself against things like this.
Below is a partial copy of the capsd.log output (sorry for the long ticket)...
2005-04-07 14:22:06,903 DEBUG [Capsd Suspect Pool-fiber4] IfSnmpCollector:
IfSnmpCollector.run: address: 192.168.225.15 Snmp version: SNMPv1
2005-04-07 14:22:06,903 DEBUG [Capsd Suspect Pool-fiber4] IfTable: <ctor>:
ifNumber retrieval pdu request id: -876577698
2005-04-07 14:22:06,904 DEBUG [Capsd Suspect Pool-fiber4] IpAddrTable:
IpAddrTable: initial pdu request id: -876577697
2005-04-07 14:22:06,904 DEBUG [SnmpPortal--1] IfTable: snmpReceivedPdu: got
SNMP response, current version: SNMPv1
2005-04-07 14:22:06,904 DEBUG [SnmpPortal--1] IfTable: snmpReceivedPdu: got
response to ifNumber request: 6
2005-04-07 14:22:06,904 DEBUG [SnmpPortal--1] IfTableEntry: snmpReceivedPdu:
generating next SNMPv1 request with id: -876577696
2005-04-07 14:22:06,904 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMP response, current version: SNMPv1
2005-04-07 14:22:06,904 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMPv1 response and still within IpAddrTable, creating new entry.
2005-04-07 14:22:06,905 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntAddr Vars[y]: .1.3.6.1.2.1.4.20.1.1.172.16.120.23
= 172.16.120.23
2005-04-07 14:22:06,905 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntIfIndex Vars
[y]: .1.3.6.1.2.1.4.20.1.2.172.16.120.23 = 1
2005-04-07 14:22:06,905 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntNetMask Vars
[y]: .1.3.6.1.2.1.4.20.1.3.172.16.120.23 = 255.255.255.240
2005-04-07 14:22:06,905 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntBcastAddr Vars
[y]: .1.3.6.1.2.1.4.20.1.4.172.16.120.23 = 0
2005-04-07 14:22:06,905 DEBUG [SnmpPortal--1] IfTable: snmpReceivedPdu: got
SNMP response, current version: SNMPv1
2005-04-07 14:22:06,905 DEBUG [SnmpPortal--1] IfTable: snmpReceivedPdu: got
SNMPv1 GetNext response...
2005-04-07 14:22:06,906 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMP response, current version: SNMPv1
2005-04-07 14:22:06,906 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMPv1 response and still within IpAddrTable, creating new entry.
2005-04-07 14:22:06,906 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntAddr Vars[y]: .1.3.6.1.2.1.4.20.1.1.192.168.225.15
= 192.168.225.15
2005-04-07 14:22:06,906 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntIfIndex Vars
[y]: .1.3.6.1.2.1.4.20.1.2.192.168.225.15 = 2
2005-04-07 14:22:06,906 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntNetMask Vars
[y]: .1.3.6.1.2.1.4.20.1.3.192.168.225.15 = 255.255.255.0
2005-04-07 14:22:06,906 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntBcastAddr Vars
[y]: .1.3.6.1.2.1.4.20.1.4.192.168.225.15 = 0
2005-04-07 14:22:06,907 DEBUG [SnmpPortal--1] IfTable: snmpReceivedPdu: got
SNMP response, current version: SNMPv1
2005-04-07 14:22:06,907 DEBUG [SnmpPortal--1] IfTable: snmpReceivedPdu: got
SNMPv1 GetNext response...
2005-04-07 14:22:06,907 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMP response, current version: SNMPv1
2005-04-07 14:22:06,907 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMPv1 response and still within IpAddrTable, creating new entry.
2005-04-07 14:22:06,907 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntAddr Vars[y]: .1.3.6.1.2.1.4.20.1.1.127.0.0.1 =
127.0.0.1
2005-04-07 14:22:06,907 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntIfIndex Vars[y]: .1.3.6.1.2.1.4.20.1.2.127.0.0.1 =
3
2005-04-07 14:22:06,907 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntNetMask Vars[y]: .1.3.6.1.2.1.4.20.1.3.127.0.0.1 =
255.255.255.255
2005-04-07 14:22:06,907 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntBcastAddr Vars[y]: .1.3.6.1.2.1.4.20.1.4.127.0.0.1
= 0
2005-04-07 14:22:06,909 DEBUG [SnmpPortal--1] IfTable: snmpReceivedPdu: got
SNMP response, current version: SNMPv1
2005-04-07 14:22:06,909 DEBUG [SnmpPortal--1] IfTable: snmpReceivedPdu: got
SNMPv1 GetNext response...
2005-04-07 14:22:06,909 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMP response, current version: SNMPv1
2005-04-07 14:22:06,909 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMPv1 response and still within IpAddrTable, creating new entry.
2005-04-07 14:22:06,909 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntAddr Vars[y]: .1.3.6.1.2.1.4.20.1.1.10.64.24.1 =
10.64.24.1
2005-04-07 14:22:06,909 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntIfIndex Vars[y]: .1.3.6.1.2.1.4.20.1.2.10.64.24.1
= 4
2005-04-07 14:22:06,909 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntNetMask Vars[y]: .1.3.6.1.2.1.4.20.1.3.10.64.24.1
= 255.255.252.0
2005-04-07 14:22:06,909 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntBcastAddr Vars
[y]: .1.3.6.1.2.1.4.20.1.4.10.64.24.1 = 0
2005-04-07 14:22:06,910 DEBUG [SnmpPortal--1] IfTable: snmpReceivedPdu: got
SNMP response, current version: SNMPv1
2005-04-07 14:22:06,910 DEBUG [SnmpPortal--1] IfTable: snmpReceivedPdu: got
SNMPv1 GetNext response...
2005-04-07 14:22:06,910 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMP response, current version: SNMPv1
2005-04-07 14:22:06,910 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMPv1 response and still within IpAddrTable, creating new entry.
2005-04-07 14:22:06,910 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntAddr Vars[y]: .1.3.6.1.2.1.4.20.1.1.10.64.16.1 =
10.64.16.1
2005-04-07 14:22:06,910 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntIfIndex Vars[y]: .1.3.6.1.2.1.4.20.1.2.10.64.16.1
= 5
2005-04-07 14:22:06,910 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntNetMask Vars[y]: .1.3.6.1.2.1.4.20.1.3.10.64.16.1
= 255.255.252.0
2005-04-07 14:22:06,910 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntBcastAddr Vars
[y]: .1.3.6.1.2.1.4.20.1.4.10.64.16.1 = 0
2005-04-07 14:22:06,911 DEBUG [SnmpPortal--1] IfTable: snmpReceivedPdu: got
SNMP response, current version: SNMPv1
2005-04-07 14:22:06,911 DEBUG [SnmpPortal--1] IfTable: snmpReceivedPdu: got
SNMPv1 GetNext response...
2005-04-07 14:22:06,912 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMP response, current version: SNMPv1
2005-04-07 14:22:06,912 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMPv1 response and still within IpAddrTable, creating new entry.
2005-04-07 14:22:06,912 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntAddr Vars[y]: .1.3.6.1.2.1.4.20.1.1.127.0.0.1 =
127.0.0.1
2005-04-07 14:22:06,912 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntIfIndex Vars[y]: .1.3.6.1.2.1.4.20.1.2.127.0.0.1 =
6
2005-04-07 14:22:06,912 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntNetMask Vars[y]: .1.3.6.1.2.1.4.20.1.3.127.0.0.1 =
255.255.255.255
2005-04-07 14:22:06,912 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntBcastAddr Vars[y]: .1.3.6.1.2.1.4.20.1.4.127.0.0.1
= 0
2005-04-07 14:22:06,913 DEBUG [SnmpPortal--1] IfTable: snmpReceivedPdu: got
SNMP response, current version: SNMPv1
2005-04-07 14:22:06,913 DEBUG [SnmpPortal--1] IfTable: snmpReceivedPdu: got
SNMPv1 GetNext response...
2005-04-07 14:22:06,914 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMP response, current version: SNMPv1
2005-04-07 14:22:06,914 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMPv1 response and still within IpAddrTable, creating new entry.
2005-04-07 14:22:06,914 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntAddr Vars[y]: .1.3.6.1.2.1.4.20.1.1.10.64.24.1 =
10.64.24.1
2005-04-07 14:22:06,914 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntIfIndex Vars[y]: .1.3.6.1.2.1.4.20.1.2.10.64.24.1
= 4
2005-04-07 14:22:06,914 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntNetMask Vars[y]: .1.3.6.1.2.1.4.20.1.3.10.64.24.1
= 255.255.252.0
2005-04-07 14:22:06,914 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntBcastAddr Vars
[y]: .1.3.6.1.2.1.4.20.1.4.10.64.24.1 = 0
2005-04-07 14:22:06,915 DEBUG [SnmpPortal--1] IfTable: snmpReceivedPdu: got
SNMP response, current version: SNMPv1
2005-04-07 14:22:06,915 DEBUG [SnmpPortal--1] IfTable: snmpReceivedPdu: got
SNMPv1 GetNext response...
2005-04-07 14:22:06,915 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMP response, current version: SNMPv1
2005-04-07 14:22:06,915 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMPv1 response and still within IpAddrTable, creating new entry.
2005-04-07 14:22:06,915 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntAddr Vars[y]: .1.3.6.1.2.1.4.20.1.1.10.64.16.1 =
10.64.16.1
2005-04-07 14:22:06,915 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntIfIndex Vars[y]: .1.3.6.1.2.1.4.20.1.2.10.64.16.1
= 5
2005-04-07 14:22:06,915 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntNetMask Vars[y]: .1.3.6.1.2.1.4.20.1.3.10.64.16.1
= 255.255.252.0
2005-04-07 14:22:06,915 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntBcastAddr Vars
[y]: .1.3.6.1.2.1.4.20.1.4.10.64.16.1 = 0
2005-04-07 14:22:06,915 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMP response, current version: SNMPv1
2005-04-07 14:22:06,916 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMPv1 response and still within IpAddrTable, creating new entry.
2005-04-07 14:22:06,916 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntAddr Vars[y]: .1.3.6.1.2.1.4.20.1.1.127.0.0.1 =
127.0.0.1
2005-04-07 14:22:06,916 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntIfIndex Vars[y]: .1.3.6.1.2.1.4.20.1.2.127.0.0.1 =
6
2005-04-07 14:22:06,916 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntNetMask Vars[y]: .1.3.6.1.2.1.4.20.1.3.127.0.0.1 =
255.255.255.255
2005-04-07 14:22:06,916 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntBcastAddr Vars[y]: .1.3.6.1.2.1.4.20.1.4.127.0.0.1
= 0
2005-04-07 14:22:06,916 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMP response, current version: SNMPv1
2005-04-07 14:22:06,916 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMPv1 response and still within IpAddrTable, creating new entry.
2005-04-07 14:22:06,916 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntAddr Vars[y]: .1.3.6.1.2.1.4.20.1.1.10.64.24.1 =
10.64.24.1
2005-04-07 14:22:06,916 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntIfIndex Vars[y]: .1.3.6.1.2.1.4.20.1.2.10.64.24.1
= 4
2005-04-07 14:22:06,916 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntNetMask Vars[y]: .1.3.6.1.2.1.4.20.1.3.10.64.24.1
= 255.255.252.0
2005-04-07 14:22:06,916 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntBcastAddr Vars
[y]: .1.3.6.1.2.1.4.20.1.4.10.64.24.1 = 0
2005-04-07 14:22:06,917 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMP response, current version: SNMPv1
2005-04-07 14:22:06,917 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMPv1 response and still within IpAddrTable, creating new entry.
2005-04-07 14:22:06,917 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntAddr Vars[y]: .1.3.6.1.2.1.4.20.1.1.10.64.16.1 =
10.64.16.1
2005-04-07 14:22:06,917 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntIfIndex Vars[y]: .1.3.6.1.2.1.4.20.1.2.10.64.16.1
= 5
2005-04-07 14:22:06,917 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntNetMask Vars[y]: .1.3.6.1.2.1.4.20.1.3.10.64.16.1
= 255.255.252.0
2005-04-07 14:22:06,917 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntBcastAddr Vars
[y]: .1.3.6.1.2.1.4.20.1.4.10.64.16.1 = 0
2005-04-07 14:22:06,917 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMP response, current version: SNMPv1
2005-04-07 14:22:06,917 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMPv1 response and still within IpAddrTable, creating new entry.
2005-04-07 14:22:06,917 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntAddr Vars[y]: .1.3.6.1.2.1.4.20.1.1.127.0.0.1 =
127.0.0.1
2005-04-07 14:22:06,918 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntIfIndex Vars[y]: .1.3.6.1.2.1.4.20.1.2.127.0.0.1 =
6
2005-04-07 14:22:06,918 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntNetMask Vars[y]: .1.3.6.1.2.1.4.20.1.3.127.0.0.1 =
255.255.255.255
2005-04-07 14:22:06,918 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntBcastAddr Vars[y]: .1.3.6.1.2.1.4.20.1.4.127.0.0.1
= 0
2005-04-07 14:22:06,918 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMP response, current version: SNMPv1
2005-04-07 14:22:06,918 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMPv1 response and still within IpAddrTable, creating new entry.
2005-04-07 14:22:06,918 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntAddr Vars[y]: .1.3.6.1.2.1.4.20.1.1.10.64.24.1 =
10.64.24.1
2005-04-07 14:22:06,918 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntIfIndex Vars[y]: .1.3.6.1.2.1.4.20.1.2.10.64.24.1
= 4
2005-04-07 14:22:06,918 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntNetMask Vars[y]: .1.3.6.1.2.1.4.20.1.3.10.64.24.1
= 255.255.252.0
2005-04-07 14:22:06,918 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntBcastAddr Vars
[y]: .1.3.6.1.2.1.4.20.1.4.10.64.24.1 = 0
2005-04-07 14:22:06,919 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMP response, current version: SNMPv1
2005-04-07 14:22:06,919 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMPv1 response and still within IpAddrTable, creating new entry.
2005-04-07 14:22:06,919 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntAddr Vars[y]: .1.3.6.1.2.1.4.20.1.1.10.64.16.1 =
10.64.16.1
2005-04-07 14:22:06,919 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntIfIndex Vars[y]: .1.3.6.1.2.1.4.20.1.2.10.64.16.1
= 5
2005-04-07 14:22:06,919 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntNetMask Vars[y]: .1.3.6.1.2.1.4.20.1.3.10.64.16.1
= 255.255.252.0
2005-04-07 14:22:06,919 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntBcastAddr Vars
[y]: .1.3.6.1.2.1.4.20.1.4.10.64.16.1 = 0
2005-04-07 14:22:06,919 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMP response, current version: SNMPv1
.... approximately 19500 iterations later ....
2005-04-07 14:27:06,687 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMPv1 response and still within IpAddrTable, creating new entry.
2005-04-07 14:27:06,687 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntAddr Vars[y]: .1.3.6.1.2.1.4.20.1.1.10.64.16.1 =
10.64.16.1
2005-04-07 14:27:06,687 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntIfIndex Vars[y]: .1.3.6.1.2.1.4.20.1.2.10.64.16.1
= 5
2005-04-07 14:27:06,687 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntNetMask Vars[y]: .1.3.6.1.2.1.4.20.1.3.10.64.16.1
= 255.255.252.0
2005-04-07 14:27:06,687 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntBcastAddr Vars
[y]: .1.3.6.1.2.1.4.20.1.4.10.64.16.1 = 0
2005-04-07 14:27:06,688 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMP response, current version: SNMPv1
2005-04-07 14:27:06,688 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMPv1 response and still within IpAddrTable, creating new entry.
2005-04-07 14:27:06,689 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntAddr Vars[y]: .1.3.6.1.2.1.4.20.1.1.127.0.0.1 =
127.0.0.1
2005-04-07 14:27:06,689 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntIfIndex Vars[y]: .1.3.6.1.2.1.4.20.1.2.127.0.0.1 =
6
2005-04-07 14:27:06,689 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntNetMask Vars[y]: .1.3.6.1.2.1.4.20.1.3.127.0.0.1 =
255.255.255.255
2005-04-07 14:27:06,689 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntBcastAddr Vars[y]: .1.3.6.1.2.1.4.20.1.4.127.0.0.1
= 0
2005-04-07 14:27:06,690 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMP response, current version: SNMPv1
2005-04-07 14:27:06,690 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMPv1 response and still within IpAddrTable, creating new entry.
2005-04-07 14:27:06,690 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntAddr Vars[y]: .1.3.6.1.2.1.4.20.1.1.10.64.24.1 =
10.64.24.1
2005-04-07 14:27:06,690 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntIfIndex Vars[y]: .1.3.6.1.2.1.4.20.1.2.10.64.24.1
= 4
2005-04-07 14:27:06,690 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntNetMask Vars[y]: .1.3.6.1.2.1.4.20.1.3.10.64.24.1
= 255.255.252.0
2005-04-07 14:27:06,690 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntBcastAddr Vars
[y]: .1.3.6.1.2.1.4.20.1.4.10.64.24.1 = 0
2005-04-07 14:27:06,691 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMP response, current version: SNMPv1
2005-04-07 14:27:06,691 DEBUG [SnmpPortal--1] IpAddrTable: snmpReceivedPdu:
got SNMPv1 response and still within IpAddrTable, creating new entry.
2005-04-07 14:27:06,691 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntAddr Vars[y]: .1.3.6.1.2.1.4.20.1.1.10.64.16.1 =
10.64.16.1
2005-04-07 14:27:06,691 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntIfIndex Vars[y]: .1.3.6.1.2.1.4.20.1.2.10.64.16.1
= 5
2005-04-07 14:27:06,692 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntNetMask Vars[y]: .1.3.6.1.2.1.4.20.1.3.10.64.16.1
= 255.255.252.0
2005-04-07 14:27:06,692 DEBUG [SnmpPortal--1] IpAddrTableEntry: update: Types
match! SNMP Alias: ipAdEntBcastAddr Vars
[y]: .1.3.6.1.2.1.4.20.1.4.10.64.16.1 = 0
2005-04-07 14:27:09,500 DEBUG [Capsd Suspect Pool-fiber4] IfXTableEntry:
stop_oid: Stopping OID = .1.3.6.1.2.1.31.1.1.1.20
2005-04-07 14:27:09,501 DEBUG [Capsd Suspect Pool-fiber4] IfXTable: IfXTable:
ifNumber retrieval pdu request id: -876548433
2005-04-07 14:27:09,502 DEBUG [Capsd Suspect Pool-fiber3] IfXTableEntry:
stop_oid: Stopping OID = .1.3.6.1.2.1.31.1.1.1.20
2005-04-07 14:27:09,502 DEBUG [Capsd Suspect Pool-fiber3] IfXTable: IfXTable:
ifNumber retrieval pdu request id: -876548432
2005-04-07 14:27:09,511 DEBUG [ICMPReceiver46638] ReplyReceiver: process:
received matching echo reply from host 10.32.56.3
2005-04-07 14:27:09,516 DEBUG [ICMPReceiver46638] ReplyReceiver: process:
received matching echo reply from host 10.32.64.3
2005-04-07 14:27:09,523 DEBUG [ICMPReceiver46638] ReplyReceiver: process:
received matching echo reply from host 10.32.72.3
2005-04-07 14:27:12,462 DEBUG [ICMPReceiver46638] ReplyReceiver: process:
received matching echo reply from host 10.33.8.3
2005-04-07 14:27:12,471 DEBUG [ICMPReceiver46638] ReplyReceiver: process:
received matching echo reply from host 10.33.16.3
2005-04-07 14:27:13,927 DEBUG [SnmpTimer] IfXTable: snmpTimeoutError:
for /192.168.225.15
2005-04-07 14:27:13,928 DEBUG [SnmpTimer] IfXTable: snmpTimeoutError:
for /192.168.225.16
2005-04-07 14:27:13,938 DEBUG [ICMPReceiver46638] ReplyReceiver: process:
received matching echo reply from host 172.20.53.3