xcmGenNotifyRuleRecipientURI
XEROX-GENERAL-MIB ·
.1.3.6.1.4.1.253.8.51.17.2.1.4
Object
column r/w
OctetString
This object is used to specify a single recipient URI (Uniform
Resource Identifier, per Generic URI Syntax, RFC 2396) for event
delivery for this notification rule (list of events), eg,
- 'mailto:joe@sample.com' (Email)
- 'mailto:VOICE=+3940226338@samplevoice.com' (Voice Mail)
- 'mailto:FAX=+1.800.5553000/T33S=6377@sampleserv.com' (IFax)
- 'ftp://machine.sample.com/pub/event_logs' (FTP logging)
Usage: 'ftp:' and 'http:' URLs specify paths for event logs.
Usage: MAY include parameters for SNMP and other URL schemes
(eg, 'snmp://machine.sample.com;version=2c;community=public'
for SNMPv2c delivery with community-name of 'public').
Usage: For additional recipients, use 'notifyRecipientURI'
notify details in the 'xcmGenNotifyRuleDetailTable'.
Context
- MIB
- XEROX-GENERAL-MIB
- OID
.1.3.6.1.4.1.253.8.51.17.2.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- xcmGenNotifyRuleEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'XEROX-GENERAL-MIB' -M '/opt/observium/mibs/xerox:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'XEROX-GENERAL-MIB::xcmGenNotifyRuleRecipientURI'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'XEROX-GENERAL-MIB' -M '/opt/observium/mibs/xerox:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'XEROX-GENERAL-MIB::xcmGenNotifyRuleRecipientURI.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'XEROX-GENERAL-MIB' -M '/opt/observium/mibs/xerox:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'XEROX-GENERAL-MIB::xcmGenNotifyRuleRecipientURI'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.
Conformance
Member of
Compliance refinements
xcmGeneralMIBCompliance
readonly
It is conformant to implement this object as read-only.