cieInterfaceOwnershipBitmap
CISCO-IF-EXTENSION-MIB ·
.1.3.6.1.4.1.9.9.276.1.1.3.1.5
Object
column InterfaceOwnershipList
This object indicates the status for a set of 64 interfaces in a module regarding whether or not each interface is administratively assigned a name of the current owner of the interface resource as per cieIfOwner.
Context
- MIB
- CISCO-IF-EXTENSION-MIB
- OID
.1.3.6.1.4.1.9.9.276.1.1.3.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cieIfStatusListEntry
- 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 'CISCO-IF-EXTENSION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-IF-EXTENSION-MIB::cieInterfaceOwnershipBitmap'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-IF-EXTENSION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-IF-EXTENSION-MIB::cieInterfaceOwnershipBitmap.<entPhysicalIndex>.<cieIfStatusListIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-IF-EXTENSION-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-IF-EXTENSION-MIB::cieInterfaceOwnershipBitmap'
Syntax
- Source
- InterfaceOwnershipList
- Base type
OctetString
Type Description
This textual convention defines the status for a set of
64 interfaces in a module regarding whether or not each
interface is administratively assigned a name of the current
owner of the interface resource as per the object cieIfOwner,
defined on that interface.
Each 'bit' within the value of an object of this type,
specifies whether the corresponding interface on the module
has been administratively assigned a name of the current
owner of the interface resource. In other words, each bit
represents whether the corresponding interface is 'owned'
or not. This bit is set to 1 if the interface is owned.
It is 0 otherwise.
The first bit (bit 1) in byte 1 represents whether the
interface, whose 'ifIndex' is represented by the corresponding
instance of 'cieInterfacesIndex' object in its first 4 bytes,
is owned or not.
The second byte (byte 2) in byte 2 represents whether the
interface, whose 'ifIndex' is represented by the corresponding
instance of 'cieInterfacesIndex' object in its second 4 bytes,
is owned or not.
If there are only 'n' interfaces in a set of 64 interfaces in
the module, then bits after the 'n' bit in this object are
irrelevant and set to 0.
Values & Constraints
Type Constraints
range: 0..8
Conformance
Member of