This command displays the iSCSI settings.
| Format | show iscsi |
| Mode | Privileged EXEC |
Example: The following are examples of the commands used for iSCSI.
(switch)#show iscsi iSCSI disabled iSCSI vpt is 5, remark Session aging time: 10 min Maximum number of sessions is 192 -------------------------------------------- iSCSI Targets and TCP ports: -------------------------------------------- TCP Port Target IP Address Name 860 Not Configured Not Configured 3260 Not Configured Not Configured
Example: Enable iSCSI.
(switch)#configure (switch)(config)#iscsi enable
Example: Show iSCSI (After Enable)
The following configuration detects iSCSI sessions and connections established using TCP ports 3260 or 860. Packets sent on detected iSCSI TCP connections are assigned to traffic class 2 (see the CoS configuration shown below). Since remark is enabled, the packets are marked with IEEE 802.1p priority to 5 before transmission.
(switch)#show iscsi
iscsi enabled
iSCSI vpt is 5, remark
Session aging time: 10 min
Maximum number of sessions is 192
--------------------------------------------
iSCSI Targets and TCP ports:
--------------------------------------------
TCP Port Target IP Address Name
860 Not Configured Not Configured
3260 Not Configured Not Configured
(switch)#show classofservice dot1p-mapping
User Priority Traffic Class
------------- -------------
0 1
1 0
2 0
3 1
4 2
5 2
6 3
6 3