Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 1.7.91
-
Fix Version/s: 1.9.90
-
Component/s: Provisioning/Discovery/Capsd/Provisiond
-
Security Level: Default (Default Security Scheme)
-
Labels:None
-
Environment:Operating System: All
Platform: PC
-
Bugzilla Id:3820
Description
Okay, we have a server with a "real" and "virtual" IP address. The ipAddrTable looks like this:
IP-MIB::ipAdEntAddr.64.49.254.23 = IpAddress: 64.49.254.23
IP-MIB::ipAdEntAddr.127.0.0.1 = IpAddress: 127.0.0.1
IP-MIB::ipAdEntAddr.209.61.128.9 = IpAddress: 209.61.128.9
IP-MIB::ipAdEntIfIndex.64.49.254.23 = INTEGER: 2
IP-MIB::ipAdEntIfIndex.127.0.0.1 = INTEGER: 1
IP-MIB::ipAdEntIfIndex.209.61.128.9 = INTEGER: 2
The ifTable looks like:
IF-MIB::ifIndex.1 = INTEGER: 1
IF-MIB::ifIndex.2 = INTEGER: 2
IF-MIB::ifIndex.3 = INTEGER: 3
IF-MIB::ifIndex.4 = INTEGER: 4
IF-MIB::ifDescr.1 = STRING: lo
IF-MIB::ifDescr.2 = STRING: eth0
IF-MIB::ifDescr.3 = STRING: eth1
IF-MIB::ifDescr.4 = STRING: sit0
IF-MIB::ifType.1 = INTEGER: softwareLoopback(24)
IF-MIB::ifType.2 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.3 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4 = INTEGER: tunnel(131)
so everything looks cool. Unfortunately, the 64.49.254.23 address is never added to the node.
IP-MIB::ipAdEntAddr.64.49.254.23 = IpAddress: 64.49.254.23
IP-MIB::ipAdEntAddr.127.0.0.1 = IpAddress: 127.0.0.1
IP-MIB::ipAdEntAddr.209.61.128.9 = IpAddress: 209.61.128.9
IP-MIB::ipAdEntIfIndex.64.49.254.23 = INTEGER: 2
IP-MIB::ipAdEntIfIndex.127.0.0.1 = INTEGER: 1
IP-MIB::ipAdEntIfIndex.209.61.128.9 = INTEGER: 2
The ifTable looks like:
IF-MIB::ifIndex.1 = INTEGER: 1
IF-MIB::ifIndex.2 = INTEGER: 2
IF-MIB::ifIndex.3 = INTEGER: 3
IF-MIB::ifIndex.4 = INTEGER: 4
IF-MIB::ifDescr.1 = STRING: lo
IF-MIB::ifDescr.2 = STRING: eth0
IF-MIB::ifDescr.3 = STRING: eth1
IF-MIB::ifDescr.4 = STRING: sit0
IF-MIB::ifType.1 = INTEGER: softwareLoopback(24)
IF-MIB::ifType.2 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.3 = INTEGER: ethernetCsmacd(6)
IF-MIB::ifType.4 = INTEGER: tunnel(131)
so everything looks cool. Unfortunately, the 64.49.254.23 address is never added to the node.
Issue Links
- blocks
-
NMS-1881
Deleting a node and adding again the same node before it is actually deleted from the database, cause the ipinterface.snmpinterfaceid field in postgres not to be updated correctly.
-