11-05-2017 12:31 AM - edited 03-08-2019 12:37 PM
Hello Guys
where is the ip device tracking in cisco 3850 , new code , did they change the command
thanks
Solved! Go to Solution.
11-05-2017 01:07 AM
11-06-2017 12:16 AM
Ibrahim,
are you running a 16.x version ? They moved IPDT to SISF. The below is from the attached support document:
"If your device has no legacy IP Device Tracking (IPDT) CLI configuration, you can only use the new SISF-based device-tracking CLI commands for all your future configuration. The old IP Device Tracking CLI are is not available."
11-06-2017 11:57 AM
conf t
ip device tracking
interface <BLAH>
ip device tracking max 10
end
sh ip device track interface <BLAH>
11-05-2017 01:07 AM
11-05-2017 11:23 PM
Hello leo
it looks liek this now
device tracking policy TRK
!
int X/X
device-tracking attach-policy TRK
pls advide
Ibrahim
11-06-2017 12:16 AM
Ibrahim,
are you running a 16.x version ? They moved IPDT to SISF. The below is from the attached support document:
"If your device has no legacy IP Device Tracking (IPDT) CLI configuration, you can only use the new SISF-based device-tracking CLI commands for all your future configuration. The old IP Device Tracking CLI are is not available."
11-06-2017 11:57 AM
conf t
ip device tracking
interface <BLAH>
ip device tracking max 10
end
sh ip device track interface <BLAH>
11-09-2017 02:34 AM
Thanks to all of you guys
11-06-2023 03:24 AM
Hello,
i've the same problem, WS-C3850-12S (MIPS) running 16.12.08 if try to configure ip device tracking i'm promped this error:
usa-sw1-mid(config)#ip device tracking probe auto-source override
^
% Invalid input detected at '^' marker.
usa-sw1-mid(config)#ip device tracking probe delay 10
^
% Invalid input detected at '^' marker.
even configuring it at interface level:
usa-sw1-mid(config-vlan)#int Gi1/0/1
usa-sw1-mid(config-if)#ip device tracking maximum 0
^
% Invalid input detected at '^' marker.
could you please advise me?
09-18-2018 11:53 AM
This one is already resolved, but, if you are using IOS-XE 16.X the command required is:
ip device tracking probe...
Reference:
11-06-2023 03:37 AM
To enable IP Device Tracking on a Cisco Catalyst 3850, you could use the following commands in interface configuration mode:
interface <interface_type> <interface_number>
ip device tracking
For example, if you want to enable IP Device Tracking on a GigabitEthernet interface, you would enter:
interface GigabitEthernet1/0/1
ip device tracking
If you're not finding the ip device tracking command in the new code or if the command structure has changed in the software version you're using, I recommend referring to the Cisco documentation specific to your software version or reaching out to Cisco's technical support or community forums for the most up-to-date information on how to enable IP Device Tracking in your particular version of the Catalyst 3850 software. Command variations and syntax changes can occur in different software versions and updates, so it's important to consult the documentation that matches your specific environment.
11-06-2023 06:53 AM
hi,
i found the cisco document about this version: https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3850/software/release/16-12/command_reference/b_1612_3850_cr/m_1612_sec_cr.html#wp3659447134
but i don't understand how to adapt the commands.
it's written to give the "
device-tracking upgrade-cli
but it's not clear if this command will allow me to give the
ip device tracking probe auto-source override
ip device tracking probe delay 10
ip device tracking maximum 0
11-06-2023 01:49 PM
For consistency purposes, IP Device Tracking (IPDT) is implemented in two different ways.
1. If IPDT was used when the switch was previously on 3.X.X, then the command "ip device tracking" is valid. Upgrade to 16.X.X and the command to use is still "ip device tracking".
2. If IPDT was never used in 3.X.X, then the new 16.X.X command is "device-tracking database".
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