3

I've posted it to serverfault earlier, but had no response... Help me, please!

I have to monitor a network. In this network there are several voip devices, some of them are Linksys PAP2T. I'd like to get the name of this device over the network. For all other SNMP works fine, but how can I use SNMP on PAP2T or is there any replace?

Thanks!

k102
  • 7,861
  • 7
  • 49
  • 69

1 Answers1

4

According to the product data sheet, as far as I understand 'Linksys PAP2T' does not support SNMP at all.

JPBlanc
  • 70,406
  • 17
  • 130
  • 175
  • that's bat, but thanks! don't you know any replace? – k102 Jul 07 '11 at 12:01
  • 1
    Sorry no, perhaps using cisco application to relay state on SNMP or HTTP client application. If it's confirmed validate the answer. – JPBlanc Jul 07 '11 at 16:31
  • I'm going to check this today, and surely i'll validate the answer – k102 Jul 08 '11 at 05:39
  • you are right. i can obtain the state from linksys, but not it's name – k102 Jul 08 '11 at 12:11
  • Yes, this limitation is an artificial discrimination between enterprise and consumer products. You should be able to scrape its web interface for the relevant data using wget or curl. – Szocske Jul 08 '11 at 12:21
  • What do you mean "name"? Whether it's a PAP2 or not? Or its hostname? Or the SIP username it registers with? If the SIP proxy it registers at is under your management, you might be able to get all the information from there. – Szocske Jul 08 '11 at 12:25