cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
78
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: Rolando Lozano on 26-01-2011 06:57:30 PM
Hi,

is there any SNMP mib to be able to control the message display?

like the equivalent to the xCommand Message Display Text:

if there is one, how can i get it?

Thanks
Rolando

Subject: RE: snmp mib
Replied by: David Bruun-Lie on 27-01-2011 09:43:42 AM
Hi Rolando,
the C-Series codecs and MXP codecs have very limited SNMP support, basically just covering the most basic of SNMP-2 requirements and is useful for device discovery on the network. The easiest way of doing xCommand Message Display Text would be to use HTTP post. See the "howto-guide" under the C-series codecs under the "Products" menu on this site.

Cheers,
David

Subject: RE: snmp mib
Replied by: Rolando Lozano on 27-01-2011 09:47:16 PM
Thanks for your answer David, i tried it but no success:


wget http://192.168.101.2/putxml --post-data="<Command><Message
><Alert><Display><Text>Hi</Text></Display></Alert></Message></Command>" --user=a
dmin --password=password
Connecting to 192.168.101.2 (192.168.101.2:80)
wget: can't open 'putxml': File exists

Thanks
Rolando

Subject: RE: snmp mib
Replied by: Rolando Lozano on 28-01-2011 02:08:01 AM
Working!!!!

we have to do it like this in order to work:

wget http://192.168.101.2/formputxml?xmldoc=%3CCommand%3E%3CMessage%3E%3CAlert%3E%3CDisplay%20command=%22True%22%3E%3CText%3EHi%3C/Text%3E%3C/Display%3E%3C/Alert%3E%3C/Message%3E%3C/Command%3E

Thanks
Rolando
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links