A Few Easy Steps: Cisco Switch, Setup IP Device Tracking

In this session of A Few Easy Steps, we will be setting up IP Device Tracking on a Cisco IOS Switch. In General this will work on any Cisco IOS switch.  Session Prerequisites:

  • You have terminal or console access to your Cisco device.

Session Assumptions:

  • You have host devices connected to your switch

Our goals of this session are:

  • Globally enable IP Device Tracking
  • Setup all ports for IP Device Tracking
  • Show output of IP Device Tracking All Command

Globally enable IP Device Tracking:

conf t
!
ip device tracking
!
end
!
copy running-config startup-config

Setup all Ports for IP Device Tracking:

conf t
!
interface range Gi0/1-24
!
ip device tracking maximum 10
!
end
!
copy running-config startup-config

Show ip device tracking table

!
sh ip device tracking all
!





Find out more about IP Device Tracking on Cisco Switches here. or Check out this Search at NetworkSuperSearch.com.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.