버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

...

스위치의 OS가 Dell OS10 인 경우


콘솔 모드

모드프롬프트
조회
코드 블럭
OS10 #

설정
(config)
코드 블럭
OS10 # configure
OS10(config) # 
OS10(config) # do configs...
OS10(config) #  exit
OS10 # 
config 모드 진입


설정 조회 및 저장

현재 구동중인 설정 확인
코드 블럭
show running-configuration
재시작 될  때
적용되는 설정 확인
코드 블럭
show startup-configuration
현재 설정 저장

코드 블럭
copy running-configuration startup-configuration


more 가 화면에 나왔을 때

코드 블럭
# show running-configuration
interface vlan171
 no shutdown
!
interface vlan172
 no shutdown
!
--more--

엔터다음 1 줄만 출력
스페이스다음 1 페이지 출력
Ctrl + C출력 끝 > 콘솔 입력 프롬프트 진입


포트 현황 조회

코드 블럭
# show interface status
---------------------------------------------------------------------
Port            Description     Status   Speed    Duplex   Mode Vlan 
---------------------------------------------------------------------
Eth 1/1/1                       up       10G      full     A    171
Eth 1/1/2                       up       10G      full     A    171
Eth 1/1/3                       up       10G      full     A    171
Eth 1/1/4                       up       10G      full     A    171
Eth 1/1/5                       up       10G      full     A    171
Eth 1/1/6                       up       10G      full     A    171
Eth 1/1/7                       up       10G      full     A    171
Eth 1/1/8                       up       10G      full     A    171
Eth 1/1/9                       up       10G      full     A    171
Eth 1/1/10                      up       10G      full     A    171
Eth 1/1/11                      up       10G      full     A    171
Eth 1/1/12                      up       10G      full     A    171
Eth 1/1/13:1                    up       10G      full     A    172
Eth 1/1/14:1                    up       10G      full     A    172
Eth 1/1/15                      down     10G      full     A    1

...

코드 블럭
interface breakout 1/1/13 map 100g-1x


기타 자주 쓰는 명령어

명령설명
show interface status인터페이스(포트) 상태
show vlanVLAN 상태
show inventory스위치에 추가적으로 꼽은 모듈 상태