cfcspMode

CISCO-FCSP-MIB · .1.3.6.1.4.1.9.9.391.1.1.1.1.1

Object

column r/w Enumeration
The FC-SP mode of this interface.
              
If off(1), port would never initiate  FC-SP
authentication exchange and send reject to any FC-SP
authentication message started from other end.
              
If autoPassive(2), a port would not initiate any FC-SP
authentication exchange; but would always take part in
FC-SP authentication exchange initiated on this 
interface by other devices. 
              
If autoActive(3), a port would always try to initiate
FC-SP authentication exchange after ESC. If otherside 
does not support FC-SP authentication, port will
still be brought up. If the authentication fails, the
port will not be brought up.
              
If on(4), port would always try to initiate FC-SP
authentication exchange and authentication is done
before the port becomes up. If otherside does not 
support FC-SP authentication or if authentication
fails, port will not be brought up.

Context

MIB
CISCO-FCSP-MIB
OID
.1.3.6.1.4.1.9.9.391.1.1.1.1.1
Type
column
Access
readwrite
Status
current
Parent
cfcspIfEntry
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 'CISCO-FCSP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-FCSP-MIB::cfcspMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-FCSP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-FCSP-MIB::cfcspMode.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-FCSP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-FCSP-MIB::cfcspMode'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1off
2autoPassive
3autoActive
4on

Conformance