Discovery of VOIP phones, Fax Machines, Teleconf equip etc.

digrajkar
Tera Contributor

Hi All,

Has anyone used discovery for discovering VOIP phones, Fax Machines, Teleconf equip etc.?

If yes what all information collected & how ?

Thanks.

sm

9 REPLIES 9

Prakash,



I do not, but what ive used in the past is what I previously posted.One of the major problems I found was that trying to use the HTTP interface always had a logon required which Discovery can't deal with.



However (I believe) in Jakarta when discovery goes patterns in application im hoping that we can use the applicative credentials that might be able to over come this..


Thanks Doug.   There is no login for these ip phone models.   If you see the example below, we simply call the ip address and the device information is returned in html format (only the text is shown without the html markup in my example).  



Are there any example probes we can use as a model to modify to handle this scenario?


Here is an example of data coming from an IP phone using a browser.   (command line text browser elinks here).


We want to create a probe to gather this data and a sensor to process it.



$ elinks -dump http://<IP Address>/


    +------------------------------------------------------------------------+


    |                                                   |Device information                                                     |


    |                 [1][IMG]                 |                                                                                         |


    |                                                   | Cisco IP Phone CP-8865 ( *************** )   |


    |--------------------------+---------------------------------------------|


    |[2]Device information         |Service mode           Enterprise                                 |


    |[3]Network setup                   |Service domain                                                             |


    |Network statistics               |Service state         Idle                                             |


    |     [4]Ethernet information|Active network       Ethernet                                     |


    |     [5]Access                           |interface                                                                       |


    |     [6]Network                         |MAC address             ***********                             |


    |Device logs                             |Wireless MAC           ***********                             |


    |     [7]Console logs               |address                                                                           |


    |     [8]Core dumps                   |Host name                 ***************                       |


    |     [9]Status messages         |Phone DN                   ********                                     |


    |     [10]Debug display           |App load ID             **********_65.11-5-1-18       |


    |Streaming statistics           |Boot load ID           *******_65.BEV-01-012           |


    |     [11]Stream 1                     |Version                     sip8845_65.11-5-1-18             |


    |     [12]Stream 2                     |Key expansion                                                               |


    |     [13]Stream 3                     |module 1                                                                         |


    |     [14]Stream 4                     |Key expansion                                                               |


    |     [15]Stream 5                     |module 2                                                                         |


    |                                                   |Key expansion                                                               |


    |                                                   |module 3                                                                         |


    |                                                   |Hardware                   V01                                               |


    |                                                   |revision                                                                         |


    |                                                   |Serial number         ***********                               |


    |                                                   |Model number           CP-8865                                       |


    |                                                   |Message waiting     No                                                 |


    |                                                   |UDI                             phone                                           |


    |                                                   |                                   Cisco IP Phone 8865, Global|


    |                                                   |                                   CP-8865                                       |


    |                                                   |                                   V00                                               |


    |                                                   |                                   ***********                               |


    |                                                   |Time                           4:00:36pm                                   |


    |                                                   |Time zone                 America/Los_Angeles               |


    |                                                   |Date                           02/22/17                                     |


    |                                                   |System free             2147483647                                 |


    |                                                   |memory                                                                             |


    |                                                   |Java heap free       1648180                                       |


    |                                                   |memory                                                                             |


    |                                                   |Java pool free       2147483647                                 |


    |                                                   |memory                                                                             |


    |                                                   |FIPS mode                 No                                                 |


    |                                                   |enabled                                                                           |


    +------------------------------------------------------------------------+




References




    Visible links


    1. http://www.cisco.com/


    2. http://<IP Address>/CGI/Java/Serviceability?adapter=device.statistics.device


    3. http://<IP Address>/CGI/Java/Serviceability?adapter=device.statistics.configuration


    4. http://<IP Address>/CGI/Java/Serviceability?adapter=device.statistics.ethernet


    5. http://<IP Address>/CGI/Java/Serviceability?adapter=device.statistics.port.access


    6. http://<IP Address>/CGI/Java/Serviceability?adapter=device.statistics.port.network


    7. http://<IP Address>/CGI/Java/Serviceability?adapter=device.statistics.consolelog


    8. http://<IP Address>/CGI/Java/Serviceability?adapter=device.statistics.coredumps


    9. http://<IP Address>/CGI/Java/Serviceability?adapter=device.settings.status.messages


  10. http://<IP Address>/CGI/Java/Serviceability?adapter=device.trace.display.alarm


  11. http://<IP Address>/CGI/Java/Serviceability?adapter=device.statistics.streaming.0


  12. http://<IP Address>/CGI/Java/Serviceability?adapter=device.statistics.streaming.1


  13. http://<IP Address>/CGI/Java/Serviceability?adapter=device.statistics.streaming.2


  14. http://<IP Address>/CGI/Java/Serviceability?adapter=device.statistics.streaming.3


  15. http://<IP Address>/CGI/Java/Serviceability?adapter=device.statistics.streaming.4


$


I would think we can take the web server probe and re-use it here. We already have the cmdb_ci_ip_phone table to store the data.  


Just need to create the sensor to process the data.  


Hey Doug,

How are you? Long time...no questions from me for you. Hope all is well.

 

Has there been any new updates to discovery for Cisco and IP Phones in the Istanbul + releases? I will try the link above but wondering if you know. In the client instance I am on...I don't have access to disco to check but was hoping there might be something that came out.

Thanks,

Kurt