pctlServiceSubscriptionStatus
BRCM-PARENTALCONTROL-MGMT-MIB ·
.1.3.6.1.4.1.4413.2.2.2.1.8.1.8
Object
scalar Enumeration
Indicates the status of the last parental control subscription attempt. If no attempt has been made, this object will return notAttempted(0). If a subscription exchange is currently in progress, inProgress(1) will be returned. A successful subscription attempt will result in a value of successful(2), and a failed subscription attempt will result in a value of failure(3).
Context
- MIB
- BRCM-PARENTALCONTROL-MGMT-MIB
- OID
.1.3.6.1.4.1.4413.2.2.2.1.8.1.8- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- pctlService
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BRCM-PARENTALCONTROL-MGMT-MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BRCM-PARENTALCONTROL-MGMT-MIB::pctlServiceSubscriptionStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BRCM-PARENTALCONTROL-MGMT-MIB' -M '/opt/observium/mibs/broadcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BRCM-PARENTALCONTROL-MGMT-MIB::pctlServiceSubscriptionStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | notAttempted |
1 | readyToSubscribe |
2 | subscribedServiceNotStarted |
3 | subscribedEstablishingService |
4 | subscribedServiceRunning |
5 | subscribedServiceError |
6 | subscriptionFailed |
7 | subscriptionExpired |