ip device tracking and ISE

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2019 07:51 AM - edited 03-08-2019 07:52 AM
Hi,
What is the importance of ip device tracking for CISCO ISE? Because in the cisco switch version 16.6.x and later, the ip device tracking is forcing the authentication mode to switch from the legacy mode to new-style (C3PL)configuration mode. Can we do ISE configuration without using ip device tracking on the switch? If we have to use ip device tracking, is there any confirmed C3PL ISE configuration for 3650-3850 switches?
Regards,
Sp@wn
- Labels:
-
Identity Services Engine (ISE)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2019 08:45 PM
Hi , that is not true. I have 3650 version 16.6.7 and i apply device tracking. There is a little difference. With this switches they comming with default device-tracking policy. I modified it a little . Conf t , device-tracking policy ISE , and ypu can config like ypu want . And attach it to the port . Interface gi 1/1/1
device-tracking policy Ise
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2019 12:33 AM
Now you might use
!
device-tracking policy DOT1X_INTERFACE
security-level glean
no protocol ndp
no protocol udp
tracking enable reachable-lifetime 10
!
int x/x/x
device-tracking attach-policy DOT1X_INTERFACE

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2019 02:13 AM
Also, I am using the 802.1x feature on the switch, and one of the authentication / authorization commands may be changing the switch configuration mode. I think it's my fault. Thanks for the explanations.
