S4112T-ON 기준


콘솔 연결 준비

포트 확인

스위치 본체에서 [ CONSOLE ] 또는 [ IOIOI ] 라고 라벨링 된 포트 찾기

S4112T-ON 은 콘솔 포트가 Mirco USB 임

드라이버 설치

Micro USB 케이블로 컴퓨터에 연결 → 드라이버 설치

https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers?tab=downloads

포트 번호 확인

윈도우 장치관리자 → COM 포트 번호 확인


콘솔 연결

위에서 확인한 포트번호대로 Baud Rate 115200 으로 연결

MobaXtrem 기준 : Google 검색 > MobaXterm Serial 사용법

Putty 기준 : Google 검색 > Putty Serial 사용법


콘솔 로그인

기본 ID / 암호 : admin / admin


기본 명령어

스위치의 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


100G 포트 10G로 변경

config 모드에서 다음을 입력

interface breakout 1/1/13 map 10g-4x

다시 되돌리려면 다음을 입력

interface breakout 1/1/13 map 100g-1x


기타 자주 쓰는 명령어

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


  • 레이블 없음