chasEntPhysAdminStatus

ALCATEL-IND1-CHASSIS-MIB · .1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.1

Object

column r/w Enumeration
All modules (even empty slots) are in unknown state when the chassis
first powers up.
              
Chassis status possible value:
	powerOn <=> powered up
              
Control Module possible value:
	powerOn <=> CM up and running
	reset <=> CM reset
	takeover <=> Secondary CM takes over
	resetAll <=> resets the whole switch
NI status possible value:
	powerOn <=> NI is either powered (up or down) or waiting to be powered
		whenever more power is available. This admin status has not full meaning
		without chasEntPhysOperStatus
	powerOff <=> NI down and unpowered and NI will not be powered until user
		requests it, a failover happens or a reboot happens
	reset <=> NI reset
              
FABRIC status possible value:
	powerOn     <=> FABRIC is powered
	powerOff    <=> FABRIC is unpowered
	standby     <=> FABRIC is powered and requested to be redundant (inactive)
              
Daughter board status possible value:
	powerOn <=> DB up and running
	reset <=> DB reset (TO BE CONFIRMED)
              
Power supply status possible value:
	powerOn <=> PS up

Context

MIB
ALCATEL-IND1-CHASSIS-MIB
OID
.1.3.6.1.4.1.6486.800.1.1.1.1.1.1.1.1
Type
column
Access
readwrite
Status
current
Parent
chasEntPhysicalEntry
Groups
1

Walk 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 'ALCATEL-IND1-CHASSIS-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ALCATEL-IND1-CHASSIS-MIB::chasEntPhysAdminStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ALCATEL-IND1-CHASSIS-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ALCATEL-IND1-CHASSIS-MIB::chasEntPhysAdminStatus.<entPhysicalIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ALCATEL-IND1-CHASSIS-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ALCATEL-IND1-CHASSIS-MIB::chasEntPhysAdminStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1unknown
2powerOff
3powerOn
4reset
5takeover
6resetAll
7standby
8resetWithFabric
9takeoverWithFabrc

Conformance