Configured APIC-EM in stand alone mode and have discovered a majority of network devices. On many of these devices, unable to view host information within the APIC-EM console. Port information is gathered successfully. Have verified that IP device tracking is working and a "show ip device tracking all" lists all of the connected hosts on the switch. Any reason why APIC-EM will not pick this up.
have uploaded the RCA log & running version 1.1.1.34
1. How is the host connected to switch? Is it directly connected to switch or connected behind IP phone ?
- Most hosts are behind an IP phone, but some are not. The APIC is not detecting both types on many catalyst 3850 switches.
2. Can you please provide specific host ip & Mac address which is missing. It would be difficult without knowing this info.
- An example IP and MAC: 192.168.38.20 00c0.b79f.966e
- This IP and MAC show up when i run show ip device tracking all
There was a defect - "inventory fails to add host connected to ip-phone to DB" which is what you are seeing but is supposed to fixed in version 1.1.1.34.
collect the following from 3850 switch for further debugging .
“show ip device tracking all”
“show ip arp”
“show mac address-table”
Also collect the following:
Show ip device tracking all
Show cdp neighbours
Show cdp neighbours detail
Show lldp neigbours
Show lldp neighbours detail
Show ip arp
Show mac address table
Show running config from that device.
Have seen one exception in inventory.log that is fixed and check in but that is not related to 'ip device traking all' issue. So can you provide me two log file inventory.log and xde.log in debug mode.
Steps to enable debug mode:
From cluster, Goto apic-em-inventory-manager-service
$ grape instance status | grep apic-em-inventory-manager-service
apic-em-inventory-manager-service 1.2.0.804 running 57048f33-d792-4249-8af6-08cf9c85b154 169.254.0.97
(grapevine)
[Thu Apr 21 06:47:40 UTC] grapevine@172.24.100.235 (grapevine-root-1) ~
$ ssh 169.254.0.97
After enter into service:
$ su root
Password:
# cd /opt/CSCOlumos/bin/
bin# ./setLogLevel.sh ALL DEBUG
After enabling Debug clear all logs
bin# cd cd ../logs
logs# >inventory.log
logs# >xde.log
logs# rm inventory.log.*
logs# rm xde.log.*
Then do forced sync on device.
After checking the the IPDT and cdp output came to conclusion that IPDT Host is matching with CDP IP Address and this CDP Ip should not treat as Host because CDP Platform contains 'AIR' text. That's why from IPDT this Host(192.168.38.150) is removing.
Please See below output:
================================================================================
IPDT output only issue details:
-----------------------------------------------------------------------------------------------
IP Address MAC Address Vlan Interface Probe-Timeout State Source
-----------------------------------------------------------------------------------------------
192.168.38.150 6073.5caa.15cb 2 GigabitEthernet1/0/20 30 ACTIVE ARP
=================================================================================
=================================================================================
CDP Output only issue details:
-------------------------
Device ID: WAP-1
Entry address(es):
IP address: 192.168.38.150
IPv6 address: FE80::6273:5CFF:FEAA:15CB (link-local)
Platform: cisco AIR-CAP3602I-A-K9, Capabilities: Trans-Bridge Source-Route-Bridge IGMP
Interface: GigabitEthernet1/0/20, Port ID (outgoing port): GigabitEthernet0
Holdtime : 127 sec
Version :
Cisco IOS Software, C3600 Software (AP3G2-K9W8-M), Version 15.3(3)JA5, RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2015 by Cisco Systems, Inc.
Compiled Thu 15-Oct-15 08:03 by prod_rel_team
advertisement version: 2
Duplex: full
Power drawn: 15.400 Watts
Power request id: 32686, Power management id: 2
Power request levels are:15400 13000 0 0 0
Management address(es):
IP address: 192.168.38.150
looks like this is an issue in this release but will be addressed in 1.2.
Comments
0 comments
Please sign in to leave a comment.