cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3708
Views
0
Helpful
4
Replies

Cisco Catalyst IP DEVICE TRACKING

jspichalla
Level 1
Level 1

Hi All,

I want to disable the device tracking on my Access Switches 3650 with software version 16.3.6

I don´t unterstand the documentation of the following link

 

https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3650/software/release/16-1/configuration_guide/b_161_consolidated_3650_cg/b_161_consolidated_3650_cg_chapter_01001010.html#reference_xfl_qx1_xcb

 

If I turn off this feature, I must configure a policy-map? And on with interfaces I must apply this policy-map?

 

Many Thanks

Jens

1 Accepted Solution

Accepted Solutions

andresfr
Cisco Employee
Cisco Employee

Hello Js,

 

The documentation is correct.

 

* We used the steps below to disable the IPDT in the trunk ports (uplinks)

  1. Define a policy.
    Device# config terminal
    Device(config)# device-tracking policy DT_trunk_policy
    Device(config-device-tracking)# trusted-port
    Device(config-device-tracking=# device-role switch
  2. Attach the policy to the trunk port. You can apply the policy to an interface as well, if required.
    Device(config)# interface <trunk-port-interface>
    Device(config-if)# device-tracking attach-policy DT_trunk_policy

You can then check with the show device-tracking database command.

 

Regards,

View solution in original post

4 Replies 4

Leo Laohoo
Hall of Fame
Hall of Fame
IP Device Tracking is disabled, globally and interface-level, by default. If the command is not present in the configuration then it's not enabled.
No, a policy-map is not required to use this feature.

Hi Leo,

thanks for your response. The customer see a lot of entries under the command "show ip device tracking".

br

Jens

 


@jspichalla wrote:

The customer see a lot of entries under the command "show ip device tracking". 


Maybe it's because the client didn't specify the interface.

andresfr
Cisco Employee
Cisco Employee

Hello Js,

 

The documentation is correct.

 

* We used the steps below to disable the IPDT in the trunk ports (uplinks)

  1. Define a policy.
    Device# config terminal
    Device(config)# device-tracking policy DT_trunk_policy
    Device(config-device-tracking)# trusted-port
    Device(config-device-tracking=# device-role switch
  2. Attach the policy to the trunk port. You can apply the policy to an interface as well, if required.
    Device(config)# interface <trunk-port-interface>
    Device(config-if)# device-tracking attach-policy DT_trunk_policy

You can then check with the show device-tracking database command.

 

Regards,

Review Cisco Networking products for a $25 gift card