voipSipProviderRegister
BIANCA-BRICK-SIP-MIB ·
.1.3.6.1.4.1.272.4.33.6.10.1.6
Object
column mandatory
r/w
Enumeration
Switch between dynamic or static mode. In dynamic mode a
REGISTER (SIP message) is sent before expire time is reached.
In static mode no REGISTER is send. In this case communication
is fixied between two endpoints without registration algorithm.
This can be used in carrier environments with fixed settings.
Possible values are:
off(1) static mode
on(2) dynamic mode
Default value is on.
Context
- MIB
- BIANCA-BRICK-SIP-MIB
- OID
.1.3.6.1.4.1.272.4.33.6.10.1.6- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- voipSipProviderEntry
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 'BIANCA-BRICK-SIP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-SIP-MIB::voipSipProviderRegister'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BIANCA-BRICK-SIP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-SIP-MIB::voipSipProviderRegister.<voipSipProviderIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BIANCA-BRICK-SIP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BIANCA-BRICK-SIP-MIB::voipSipProviderRegister'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | off |
2 | on |