rbnSubsActiveClear
RBN-SUBSCRIBER-ACTIVE-MIB ·
.1.3.6.1.4.1.2352.2.27.1.1.1.1.6
Object
Setting this value to 'true' will clear the active
subscriber session. In the case of PPP, the PPP state
machinery attempts to renegotiate and re-authenticate a new
session with the remote peer on the circuit. In the case of
RFC 1483 encapsulated circuits the session is brought down
and then back up and an attempt is made to re-authenticate
the subscriber.
An SNMP get operation always returns 'false'
Context
- MIB
- RBN-SUBSCRIBER-ACTIVE-MIB
- OID
.1.3.6.1.4.1.2352.2.27.1.1.1.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rbnSubsActiveEntry
- Groups
- 4
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 'RBN-SUBSCRIBER-ACTIVE-MIB' -M '/opt/observium/mibs/ericsson:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RBN-SUBSCRIBER-ACTIVE-MIB::rbnSubsActiveClear'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RBN-SUBSCRIBER-ACTIVE-MIB' -M '/opt/observium/mibs/ericsson:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RBN-SUBSCRIBER-ACTIVE-MIB::rbnSubsActiveClear.<rbnSubsActiveName>.<rbnSubsActiveSessionId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RBN-SUBSCRIBER-ACTIVE-MIB' -M '/opt/observium/mibs/ericsson:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RBN-SUBSCRIBER-ACTIVE-MIB::rbnSubsActiveClear'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |