docsBpi2CmtsIpMulticastSAType
DOCS-IETF-BPI2-MIB ·
.1.3.6.1.2.1.126.1.2.4.1.1.6
Object
The value of this object is the type of security association. 'dynamic' does not apply to CMs running in BPI mode. Unicast BPI TEKs must utilize the 'primary' encoding, and multicast BPI TEKs must utilize the 'static' encoding. By default, SNMP created entries set this object to 'static' if not set at row creation.
Context
- MIB
- DOCS-IETF-BPI2-MIB
- OID
.1.3.6.1.2.1.126.1.2.4.1.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- docsBpi2CmtsIpMulticastMapEntry
- 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 'DOCS-IETF-BPI2-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DOCS-IETF-BPI2-MIB::docsBpi2CmtsIpMulticastSAType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DOCS-IETF-BPI2-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DOCS-IETF-BPI2-MIB::docsBpi2CmtsIpMulticastSAType.<ifIndex>.<docsBpi2CmtsIpMulticastIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DOCS-IETF-BPI2-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DOCS-IETF-BPI2-MIB::docsBpi2CmtsIpMulticastSAType'
Syntax
- Source
- DocsBpkmSAType
- Base type
Enumeration
Values & Constraints
Type Values
0 | none |
1 | primary |
2 | static |
3 | dynamic |
Conformance
Member of
Compliance refinements
docsBpi2CmtsCompliance
readonly
Write access is not required.