corNetSystemServiceActivationSequence

MX-CORNET-SYSTEM-MIB · .1.3.6.1.4.1.4935.20.40.1.1.100.100.1.25

Object

column r/w OctetString
A string making up a digit map that the user needs to
dial when requesting the service.
The formal digit map syntax, as summarized here, is taken from
RFC 2705:
              
DigitMap = DigitString  / '(' DigitStringList ')'
DigitStringList = DigitString 0*( '|' DigitString )
DigitString = 1*(DigitStringElement)
DigitStringElement = DigitPosition ['.']
DigitPosition = DigitMapLetter / DigitMapRange
DigitMapLetter = DIGIT / '#' / '*' / 'A' / 'B' / 'C' / 'D' / 'T'
DigitMapRange =  'x' / '[' 1*DigitLetter ']'
DigitLetter ::= *((DIGIT '-' DIGIT ) / DigitMapLetter)
              
where 'x' means 'any digit' and '.' means 'any occurrence of the
previous element'.

Context

MIB
MX-CORNET-SYSTEM-MIB
OID
.1.3.6.1.4.1.4935.20.40.1.1.100.100.1.25
Type
column
Access
readwrite
Status
current
Default
""
Parent
corNetSystemServicesEntry
Groups
1

Walk 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 'MX-CORNET-SYSTEM-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-CORNET-SYSTEM-MIB::corNetSystemServiceActivationSequence'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MX-CORNET-SYSTEM-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-CORNET-SYSTEM-MIB::corNetSystemServiceActivationSequence.<corNetSystemServicesIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-CORNET-SYSTEM-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-CORNET-SYSTEM-MIB::corNetSystemServiceActivationSequence'

Syntax

OctetString

Values & Constraints

Object Constraints
range: 0-63

Conformance