420 XML API basetype properties
iscsi-parameters
Properties
Example
# show iscsi-parameters
...
<OBJECT basetype="iscsi-parameters" name="iscsi-parameter" oid="1" format="pairs">
<PROPERTY name="chap" type="string">Disabled</PROPERTY>
<PROPERTY name="chap-numeric" type="string">0</PROPERTY>
<PROPERTY name="jumbo-frames" type="string">Enabled</PROPERTY>
<PROPERTY name="jumbo-frames-numeric" type="string">1</PROPERTY>
<PROPERTY name="isns" type="string">Disabled</PROPERTY>
<PROPERTY name="isns-numeric" type="string">0</PROPERTY>
<PROPERTY name="isns-ip" type="string">0.0.0.0</PROPERTY>
Table 43 iscsi-parameters properties
Name Type Description
chap string Shows whether Challenge-Handshake Authentication Protocol (CHAP) is
enabled.
• Enabled: CHAP is enabled.
• Disabled: CHAP is disabled. This is the default.
chap-numeric string Numeric equivalents for chap values.
• 0: Disabled
• 1: Enabled
jumbo-frames string Shows whether support for jumbo frames is enabled.
• Enabled: Jumbo-frame support is enabled.
• Disabled: Jumbo-frame support is disabled. This is the default.
jumbo-frames-
numeric
string Numeric equivalents for jumbo-frames values.
• 0: Disabled
• 1: Enabled
isns string Shows whether support for Internet Storage Name Service (iSNS) is enabled.
• Enabled: iSNS is enabled.
• Disabled: iSNS is disabled. This is the default.
isns-numeric string Numeric equivalents for isns values.
• 0: Disabled
• 1: Enabled
isns-ip string Address of the iSNS server. The default address is all zeroes.
isns-alt-ip string Address of the alternate iSNS server. The default address is all zeroes.
iscsi-speed string iSCSI host port link speed.
• auto: The proper speed is auto-negotiated. This is the default.
• 1Gbps: The speed is forced to 1 Gbit/sec, overriding a downshift that can
occur during auto-negotiation with 1-Gbit/sec HBAs. This setting does not
apply to 10-Gbit/sec HBAs.
iscsi-speed-
numeric
string Numeric equivalents for iscsi-speed values.
• 0: auto
• 1: 1Gbps
iscsi-ip-
version
uint8 iSCSI IP version.
• 4: iSCSI host port addresses use IPv4 format. This is the default.
• 6: iSCSI host port addresses use IPv6 format.