# switchname [이름] // 스위치 이름 변경
IP 변경방법
# show ip interface // IP 확인
# interface mgmt 0 // ip구성모드 진입
# ip address [ip주소] [서브넷마스크] // ip변경
# no shutdown // 활성화
# exit
# copy running-config startup-config //구성 저장
show running-config
show zone
show zoneset
show interface brief
show fcs database
show fcns database
show fcns database detail
show flogi database
show flogi database interface fc1/1
show inventory // 장비 구성품 확인
show license usage // license
포트 정보 ( >> 는 브로케이드 명령어)
# show interface fc1/1 >> 브로케이드는 portshow 1/1
포트 리셋 방법
# conf t >> portdisable 1/1
# interface fc1/1 >> portenable 1/1
# shutdown
# no shutdown
파워
# show environment power >> psshow
팬
# show environment fan >> fanshow
장비
# show module >> chassissshow
온도
# show environment temperature >> tempshow
버전
# show version >> version
스위치정보
# show fcs database >> switchshow
켜진시간
# show system uptime >> uptime
cfg
# show zoneset >> cfgshow
# show zone
## 조닝 하기 ( port zoning )
0. 상태확인
# show interface brief // switch 포트 연결 상태 확인
# conf t // 구성 모드 집입
1. 기존 vsan 1이 설정되어 있으며, 추가로 더 설정할 수 있다. 방법은
# show vsan usage
# vsan database // vsan-db모드로 바뀜
# vsan 10 // vsan 10 생성
# show vsan usage // vsan 구성 확인 (vsan 1,10으로 보임)
# vsan 10 interface fc 1/16 // 스위치1번 16번 포트를 vsan10에 할당
# no vsan 10 // vsan 10 삭제
2. show zoneset
- zoneset name , zone name
# zoneset name SAN2 vsan 1 // 만들거나 접속
# zone name FCCVA02_H3_P27_DD6410_H1_P28 // 만들거나 접속
# member interface fc 1/27-28 // zone에 포트 할당
# zoneset activate name SAN2 vsan 1 // active 수행
# show zoneset active // active 상태 확인
# copy running-config startup-config // 구성을 저장
# show flogi database // 상태 확인