일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- 갤럭시
- centos 7
- bonding
- DELL N Switch
- Local Repository
- firewalld
- yum
- 갤럭시 피시본
- CRS #레드비
- Windows NTP
- nmcli
- OpenStack
- 레펜타
- packstack
- VMWare
- centos8
- cockpit
- 샤샤자
- WebConsole
- eql
- parted
- GDisk
- selinux
- centos7
- Today
- Total
딜미의 잡다한 IT 이야기...
DELL PS EQL 연결을 위한 N4000 스위치 구성 방법 본문
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.