Dell N Series switch for iSCSI

Configuration:

Disable DCB:

enable
configure
no dcb enable
exit

Configure out of band management port:

enable
configure
interface out-of-band
ip address X.X.X.X /24 192.168.1.1
exit

Http and telnet authentication:

enable
config
line telnet
login authentication default
exit
ip http authentication local

SSH keygen and enable

configure
crypto key generate rsa
crypto key generate dsa
ip ssh server

Configure login credentials:

username admin password yourpassword privilege 15
enable password yourpassword

Enable iSCSI optimization feature:

configure
iscsi enable
Are you sure you want to continue? y
exit

Configure flow control:

configure
flowcontrol
Are you sure you want to continue? y

Configure Jumbo MTU for all ports:

configure
system jumbo mtu 9216
exit

Configure spanning tree portfast on edge ports:

configure
interface range tengigabitethernet all
spanning-tree portfast
exit

Configure QSFP ports for LAG:

interface range yourports
no spanning-tree portfast
channel-group 1 mode active
exit

Save Configuration:

copy running-config startup-config

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...