How to define application OID
below OID:
-------------------------------------------------------------------------
myEnterprise OBJECT IDENTIFIER ::= { enterprises 9999 }
myChannelStatus OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
ACCESS read-write
STATUS current
DESCRIPTION
"It will give channel status"
::= {myEnterprise 2}
-------------------------------------------------------------------------
This Object is loaded successfully in OPManager.
I want to use this object value to be Handled by my Application.
How to assign values to this OID so that a get operation can be performed
to get the value of this OID
New to ADSelfService Plus?