cinEnable
BLADE-MIB ·
.1.3.6.1.4.1.2.3.51.2.4.11.3.1.4
Object
column mandatory
r/w
Enumeration
Disable or enable a Chassis Internal Network (CIN) definition.
Enabled:
AMM reads the entry and creates a new CIN interface if the CIN VLAN
ID is new and does not have a CIN interface created yet, adds host
route, and monitors communication path. Start ARP monitoring if
IP is 0.0.0.0.
Disabled:
Delete host route. If this is the last IP address that uses the CIN
interface,
- Stop ARP monitoring if IP is 0.0.0.0.
- Delete the CIN interface if there is no other entry depends on it.
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 'BLADE-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BLADE-MIB::cinEnable'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BLADE-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BLADE-MIB::cinEnable.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BLADE-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BLADE-MIB::cinEnable'
Syntax
Enumeration
Values & Constraints
No enumerated values or constraints recorded.