mallocScopeNameScopeName
MALLOC-MIB ·
.1.3.6.1.2.1.101.1.1.3.1.2
Object
The textual name associated with the multicast scope. The value of this object should be suitable for displaying to end-users, such as when allocating a multicast address in this scope. If the scope is an IPv4 scope, and no name is specified, the default value of this object should be the string 239.x.x.x/y with x and y replaced appropriately to describe the address and mask length associated with the scope. If the scope is an IPv6 scope, and no name is specified, the default value of this object should generically describe the scope level (e.g., site).
Context
- MIB
- MALLOC-MIB
- OID
.1.3.6.1.2.1.101.1.1.3.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- mallocScopeNameEntry
- Groups
- 2
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 'MALLOC-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MALLOC-MIB::mallocScopeNameScopeName'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MALLOC-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MALLOC-MIB::mallocScopeNameScopeName.<mallocScopeAddressType>.<mallocScopeFirstAddress>.<mallocScopeNameLangName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MALLOC-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MALLOC-MIB::mallocScopeNameScopeName'
Syntax
- Source
- SNMP-FRAMEWORK-MIBSnmpAdminString
- Base type
OctetString
Values & Constraints
Type Constraints
range: 0..255
Conformance
Member of
Compliance refinements
mallocServerReadOnlyCompliance
readonly
Write access is not required.