What is the Cisco recommended way of using Autoconf for Cisco ATAs (187,188,190)?
1) It seems that there are no unique OUIs for older ATA models. (Cisco ATA OUIs seem to be shared with Cisco Phones)
It seems that "OUI 34DBFD is only used for ATA 190" or the other way round "all ATA 190 boxes have OUI 34DBFD". Correct?
2) The ATA 190 pops up as "Cisco-Switch" in Device Classifier:
Switch#show device classifier attached interface g1/0/1 detail
DC default profile file version supported = 1
Detail:
Protocol: C - CDP L - LLDP D - DHCP M - OUI H - HTTP S - SIP T - H323 N - MDNS
MAC_Address Port_Id Cert Parent Protocol ProfileType Profile Name Device_Name
============== ========== ==== ====== ================ =========== ================================= =================================
34db.fd18.f37f Gi1/0/1 20 1 C M Default Cisco-Switch Cisco ATA 190
===========================================================================
I don't want to configure Autoconf for device-type regex "Cisco-Switch" because then it would also trigger when I connect a Cisco switch:
conf t
template ATA_INTERFACE_TEMPLATE
description *** ATA ***
spanning-tree portfast edge
spanning-tree bpduguard enable
switchport access vlan 10
switchport mode access
switchport nonegotiate
switchport block unicast
switchport port-security
storm-control broadcast level pps 1k
storm-control multicast level pps 2k
storm-control action shutdown
storm-control action trap
srr-queue bandwidth share 1 30 35 5
priority-queue out
mls qos trust dscp
parameter-map type subscriber attribute-to-service BUILTIN_DEVICE_TO_TEMPLATE
110 map device-type regex "Cisco-Switch"
10 interface-template ATA_INTERFACE_TEMPLATE
end
And so far I found no way with Autoconf to look for the DC Device-name instead of the DC Profile-name.
I also found no way yet to reprogram Device Classifier to detect the ATA 190 as Profile Name "Cisco ATA"
Any ideas?
Same applies for Cisco Video Conferencing stations (CTS-.*)
Auto Smartports work like a charm (macro auto trigger CISCO_ATA_EVENT, device Cisco ATA 190) because there I can match the CDP Plattform with the "device" command. But we don't want the config changes whenever there is a linkup/linkdown event or someone connects an ATA.
I tried with 15.2(2)E4 and 15.2(4)E1.