딜미의 잡다한 IT 이야기...

DELL PS EQL 연결을 위한 N4000 스위치 구성 방법 본문

Network/구성자료

DELL PS EQL 연결을 위한 N4000 스위치 구성 방법

딜미 2017. 3. 27. 13:14

 

How To N4000 Series EQL Config

  

Disable DCB

 

console>enable

console#configure

console(config)#no dcb enable

console(config)#exit console>enable

 

Configure out of band (OOB)management port(Optional)

 

console>enable

console>#configure

console(config)#interface out-of-band

console(config-if)#ip address ipaddress mask gateway

[ex)ip address 192.168.0.120 255.255.255.0 192.168.0.1]

console(config-if)#exit

 

Http and Telnet authentication

 

console>enable

console#config

console(config)#line telnet

console(config-telnet)#login authentication default

console(config-telnet)#exit

console(config)#ip http authentication local

 

Configure login credentials

console(config)#username admin password yourpassword privilege 15

console(config)#enable password yourpassword

console(config)#exit

 

Show the next line of output

 

Console#terminal length 0

 

Enable iSCSI optimization feature

console#configure

console(config)#iscsi enable Enabling iSCSI Optimization will enable Flow Control which may cause all the interfaces to temporarily go down.

Are you sure you want to continue? (y/n) y

console(config)#exit

 

 

Configure flow control

console#configure

console(config)#flowcontrol receive on This operation may take a few minutes. Management interfaces will not be available during this time.

Are you sure you want to continue? (y/n)y

console(config)#exit

 

Configure Jumbo MTU for all ports

console(config)#system jumbo mtu 9216

console(config)# exit

 

Configure spanning tree portfast on edge ports

console#configure

console(config)#interface range tengigabitethernet all

console(config-if)#spanning-tree portfast

console(config-if)#exit

 

Save configuration

console#copy running-config startup-config This operation may take a few minutes. Management interfaces will not be available during this time.

Are you sure you want to save? (y/n)y

 

STACK

console#config

console(config)#stack

console(config-stack)#stack-port fortygigabitethernet 1/1/1 stack

console(config-stack)#stack-port fortygigabitethernet 1/1/2 stack

console(config-stack)#show switch stack-ports

Fo1/1/1 Stack Ethernet Link Down 40

Fo1/1/2 Stack Ethernet Link Down 40

 

When the switch is the Master of a stack, the LED glows solid blue.

 

 

Comments