본문 바로가기

알렉사3

알렉사(alaxala)스위치 비밀번호 설정 1. 초기 비밀번호 설정 login: operator // 초기 ID , PW는 없다. 엔터치면 로그인 됩니다. Copyright (c) 2005-2009 ALAXALA Networks Corporation. All rights reserved. > en # clear password operator # clear password enable-mode # erase configuration// 설정 초기화 Changing local password for admin. Password cleared. # copy running-config startup-config Configuration file copy to startup-config? (y/n): y # reload Dump information e.. 2021. 9. 27.
알렉사(alaxala)스위치 초기설정 # 스위치 초기 세팅 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 .. 2021. 9. 26.
알렉사(alaxala)스위치 트래픽 설정 # 포트 설정 -Ax24xx 부터 34xx 모델의 경우 1번부터 4번 포트가 기본 광으로 설정되어 있어서 RJ45를 사용할 경우 변경을 하고 랜선을 연결해야 합니다 conf t interface range gi 0/1-4 media-type rj45 save #반드시 세이브 ! no media-type rj45 또는 media-type sfp # 스위치 IP 설정 conf t # interface vlan 1 ip address exit ip default-gateway save # ACL 설정 ( 관리자 IP 등록 ) ip access-list standard remote 10 permit 관리자IP 와일드서브넷 20 permit host 관리자IP2 30 permit host 관리자IP3 save #.. 2021. 9. 25.

메인으로가기


    

Big Ju

IT Engineer


항상 답을 위해 노력하는

엔지니어입니다.

 

 

    


 UP!