04-08-2022 08:34 AM
I have a bit of a problem with IP device tracking on my switches, it doesn't always work. For whatever reason the switch sometimes never registers the IP unless I clear the arp entry from the core and force a new arp to be generated with a ping, though this will obviously happen eventually.
This is the relevant configuration from the switches:
ip device tracking probe auto-source fallback 0.0.0.0 255.255.255.0 override
ip device tracking probe delay 60
It isn't causing a ton of issues at the moment because I don't really use DACLs in that many places, just getting started down full ISE and 802.1x implementation. That being said I don't feel particularly confident that the DACL process is going to protect us from threats in the way that Cisco advertises if the switch randomly fails to identify the IP of device and then just doesn't apply an ACL as a result. If there was a way to log when this happens that would at least make us aware of it, but at the moment I wouldn't know it was an issue unless I was logging into every switch daily looking through every "sh access-session int gx/0/x de"
04-08-2022 09:05 AM - edited 04-08-2022 04:48 PM
ip device tracking probe auto-source fallback 0.0.0.X 255.255.255.0 override <- try change the source
source of Probe
1- SVI if config
2- search table "this you override with keyword override"
3- same IP destination except change the last Host IP address bit with X
after check the Cisco Doc. you can specify other than 1 so I correct my comment.
you can use any UNUSE ip in this VLAN AND NOT 0 to be the source of ARP this not make conflict with GW that use p.p.p.1
https://www.cisco.com/c/en/us/support/docs/ios-nx-os-software/8021x/116529-problemsolution-product-00.html
04-08-2022 09:44 AM - edited 04-08-2022 09:44 AM
No.
If I change it to .1 then the devices start to populate their Arp table with that and then the gateway isn't there and bad things happen, then stop happening, then start happening again.
04-08-2022 09:13 AM
You didn´t mention which device and version you have but make sure you are using SISF-Based Device-Tracking. I think it start in Cisco IOS XE Everest 16.5.1a.
The legacy option which is IP Device Tracking (IPDT) has some problems but I´ve seem SISF running in large network and it seems to work just fine.
04-08-2022 09:46 AM - edited 04-08-2022 09:49 AM
Running a Cisco 2960x with version 15.2(7)E4. I will look into this though. Yeah these switches don't run XE so doesn't look like this is an option.
04-08-2022 05:03 PM
Those commands look weird. We don't use them.
conf t ip device-tracking interface <PORT> ip device-tracking max <number> end
The above is what we got.
By the way, for consistency purposes, there are several ways to deploy IPDT in Cisco IOS-XE. Here are the "rules":
04-11-2022 07:48 AM
Sorry, should have mentioned in the post, I am not using IOS-XE
04-11-2022 03:38 PM
Try the commands I have posted.
04-12-2022 07:39 AM
I am not running IOS-XE. Sorry, I should have mentioned that...
04-12-2022 02:37 PM
@djlcurly wrote:
I am not running IOS-XE. Sorry, I should have mentioned that...
The command is wrong.
Please read my previous reply.
04-12-2022 05:54 PM - edited 04-12-2022 05:56 PM
Yeah I already run that. Check your show run all, you'll find something similar to my commands. Do a "show ip device tracking all" and you'll see source selection and probe delay times. If I didn't have device tracking on I would never be getting the information. I have thousands upon thousands of ips tracked no problem. But occasionally some don't stay. I'll just make a TAC case.
04-12-2022 11:42 PM
The command is there: ip device tracking
04-13-2022 07:14 AM - edited 04-13-2022 07:23 AM
Which is not the command you sent.
Here is a link to a doc explaining how IPDT works https://www.cisco.com/c/en/us/support/docs/ip/address-resolution-protocol-arp/118630-technote-ipdt-00.html
It clearly shows my commands. Additionally explaining that it is enabled by default in more recent IOS releases. It doesn't actually show up in the running config on my device.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide