10-10-2013 05:38 AM - edited 03-07-2019 03:57 PM
Hi to all,
I've enable ip device tracking on some ports with these commands
Switch(config)# ip device tracking
Switch(config)# interface fastEthernet 4/3 or Gigabitethernet 1/0/48 ecc
Switch(config-if)# switchport mode access
Switch(config-if)# switchport access vlan 1 (vlan name)
Switch(config-if)# ip device tracking maximum 5
Switch(config-if)# ip verify source tracking
Switch(config-if)# end
Everything is working but I can enable only one by one port.
I would like to know if it's possible to enable ip device tracking on all ports of the switch at once
Thanks in Advance
Solved! Go to Solution.
10-10-2013 09:42 AM
Can you apply using the interface range command? This will apply commands to all the interfaces defined.
interface range fas4/1 - 48
or
interface range gig1/0/1 - 48
10-10-2013 09:42 AM
Can you apply using the interface range command? This will apply commands to all the interfaces defined.
interface range fas4/1 - 48
or
interface range gig1/0/1 - 48
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