Technical Tip: IP address information not updating
Description
This article explains why the IP address information for adapter records is not updating.
Scope
FortiNAC
Solution
Look for L3 Poll Failure events:
Version 8.x:
1) Navigate to Logs -> Events.
2) Add Filter: Event.
3) Event: L3 Poll Failed.
4) Select Update.
4) Event: L3 Poll Failed.
5) Select Update.
2) Select the Polling tab of the model failing the poll and verify the timestamps for the Last Successful Poll and Last Attempted L3 (IP > MAC) Poll are the same.
Last Successful Poll is not current: Refer to the related KB article below for steps on troubleshooting L3 Poll failures.
2) Verify router or L3 switch supplying the ARP cache information for the affected hosts is modelled. If not, add the device.
3) Ensure the router/L3 switch's model is a member of the IP -> MAC device group. Right-click on the model and select Group Membership.
Option1:
Enable session logging in terminal emulation applications (such as PuTTY). In the Control Server CLI enter:
readarpcache -ip <router/L3 switch ip>
Option2:
Send output to a file in the /bsc/logs directory. In the Control Server CLI enter:
cd /bsc/logs
readarpcache -ip <router/L3 switch ip> | tee arpcache.txt
- Text file of ARP cache read.(if arpcache.txt was created, the file can be downloaded to a computer using SCP)
- Screen capture of the device's Element tab in Network Devices -> Topology.
- Screen capture of Help > About .
Device -ip <device IP>
CampusMgrDebug -name TelnetServer true
snmpwalk -v1 -c public <ip of L3 switch> 1.3.6.1.2.1.4.22.1.2
Related Articles
