cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2578
Views
5
Helpful
1
Replies

Cisco Catalyst IP DEVICE TRACKING

marcomerati
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

rfalconer.sffcu
Level 3
Level 3

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

View solution in original post

1 Reply 1

rfalconer.sffcu
Level 3
Level 3

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

Review Cisco Networking for a $25 gift card