본문 바로가기
네트워크/스위치

알렉사(alaxala)스위치 초기설정

by bigju 2021. 9. 26.

 

# 스위치 초기 세팅 

 

configure terminal

(config)# interface vlan 1

(config-if)# ip address 192.168.0.92 255.255.255.224

(config-if)# end

Unsaved changes found! Do you exit "configure" without save ? (y/n): y

configure terminal

(config)# ip default-gateway 192.168.0.1

(config)# write

(config)# exit


copy running-config startup-config

show interfaces    // interfaces 확인

show port	// 포트상태 확인

show running-config 	// 설정상태 확인

 reload 	// 재부팅


기본적으로 1번~4번 포트가 안열린다 열어주는 방법

!# configure

!(config)# int gigabitethernet 0/1

!(config-if)# media-type rj45


media-type 에서 rj45랑 sfp설정


telnet 열어주는 방법

(config)# line vty 0 1

(config-line)# exit


<기타 설정>
!
ip access-list standard snmpaccess

  10 permit host IP
!
snmp-server community "bigju" ro snmpaccess
!
line vty 0 1
!


<펌웨어 업데이트>
SD메모리카드(펌웨어파일) 삽입후 스위치 전원 ON 시킴
ppupdate mc-file k.img

저장

copy running-config startup-config

 

BigJu

댓글

메인으로가기


    

Big Ju

IT Engineer


항상 답을 위해 노력하는

엔지니어입니다.

 

 

    


 UP!