We have a scenario where we are trying to search for a Cisco VoIP device using the standard search box on the dashboard. We have the switches added to Netbrain but the VoIP phones are not.
The the sake of this example the devices hostname is SEP010203ABCDEF and it’s MAC address is 01:02:03:AB:CD:EF. The Hostname for a Cisco VoIP phone is usually SEP followed by the MAC address without any punctuation. The NDP table on the switch has the information to show that the device is a neighbour so in some capacity Netbrain could be aware of the name..
- Searching for SEP010203ABCDEF reveals no results.
- Searching for 010203ABCDEF reveals no results
- Searching for 0102.03AB.CDEF returns a direct match in the ARP cache of the switch
- Searching for 01:02:03:AB:CD:EF returns a match for the MAC in the cisco format above in the ARP cache of the switch
The ideal here is to search for the hostname in the easiest and quickest way possible. While modifying the name each time can be done to produce a correct search match - there’s replication of effort there I’d like to avoid.
The question: Is it possible to make the search either aware that the device name correlates to a MAC address (in the same way it correlates 01:02:03:AB:CD:EF to 0102.03AB.CDEF in the ARP table) or to have the search results also search the CDP/NDP neighbour table?