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

Get informations by switch about IP CAMERA

Hello All,

 

I would like to get information like temperature of Camera IP by SWITCH, so I would like to know what are the commands should put in the switch to get All the informations about my neighbour?

 

Thanks for helping

 

 

 

4 Replies 4

Mark Malone
VIP Alumni
VIP Alumni
Switch will unlikely read a 3rd party cameras temperature , if the camera understands LLDP you will receive some information regarding it
You can turn it on globally in global config on the switch with lldp run
If its a cisco camera use cdp run
You can get the temperature of the switch alright with sh environment


https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst2960/software/release/12-2_37_ey/configuration/guide/scg/swlldp.pdf

Hello,

 

I don't think you can get that much detail from the switch, you would need to poll the IP camera through SNMP, and a switch cannot really be an SNMP polling device.

 

Have a look at the below list of SNMP management software:

 

https://www.capterra.com/sem-compare/network-monitoring-software?gclid=Cj0KCQiA-JXiBRCpARIsAGqF8wWWjSIY-huAgSqUwNRBJ9w6UGEf3PT4ig8QHbnmTRiJ-Qpq3nSK4FwaAt_-EALw_wcB&gclsrc=aw.ds

Mark Elsen
Hall of Fame
Hall of Fame

 

 - The switch does not have that capability ; if your device can be queried by SNMP ; there might a  MIB that  provides those info's.

M.



-- Let everything happen to you  
       Beauty and terror
      Just keep going    
       No feeling is final
Reiner Maria Rilke (1899)

Can you give me an example to put the command in the switch plz ?