iscsi2FcPortPersistentFCAddr
CISCO-ISCSI-GW-MIB ·
.1.3.6.1.4.1.9.9.317.1.1.3.1.5
Object
This object indicates if the port FC addresses (given
by iscsi2FcPortFCAddrListIndex) of this node is made
persistent or not.
If this object is 'true', then the same FC address is
assigned to the ports of the node if it were to be
represented again in the FC domain with the same node
name. Note that the port FC address is either
automatically assigned or manually configured.
If this object is 'false', then iscsi2FcPortNumFCAddr
and iscsi2FcPortFCAddrListIndex are not valid as
port FC addresses are dynamically assigned/released.
Context
- MIB
- CISCO-ISCSI-GW-MIB
- OID
.1.3.6.1.4.1.9.9.317.1.1.3.1.5- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- iscsi2FcNodeEntry
- Groups
- 4
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-ISCSI-GW-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-ISCSI-GW-MIB::iscsi2FcPortPersistentFCAddr'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-ISCSI-GW-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-ISCSI-GW-MIB::iscsi2FcPortPersistentFCAddr.<cIscsiInstIndex>.<iscsi2FcNodeIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-ISCSI-GW-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-ISCSI-GW-MIB::iscsi2FcPortPersistentFCAddr'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |