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.