alcatel-lucent (알카텔 루슨트) 스위치 접속 / 명령어

Posted by 대혀니_
2018. 11. 2. 19:00 IT/Network

알카텔 루슨트에 접속하려면 콘솔포트에

DB9 to RJ45 커넥터가 필요하다.



이리 생긴건데.. 스위치 구매할때 하나 챙겨준다


초기 비밀번호는 admin/switch

아래는 설정명령어다 cisco 장비와 비교해두었다

password
= 패스워드 변경 (password 만 치면 변경창 뜸)

show configuration snapshot
= show running-config

show interface status
= show interface status

show interface port
= show interface breif

show health
= show process cpu/memory

show log swlog
= show log

알카텔 루슨트 hostname 변경법
system name 이름
session prompt default "이름 >"

시스코와 다르게 세션 프롬포트의 이름도 따로 지정해야함.
지정후 재부팅 필요.


재부팅하기 전에 설정저장법

write memory or copy running-config working (둘다 동일 명령임)
=copy r s (write)


---------------------------------------------

시간 설정법

system timezone kst
system time HH:MM:SS
show system

재부팅 방법

reload

VLAN 관련 명령어

show vlan

vlan <number>
=생성

no vlan <number>
=삭제

vlan 58
vlan 58 port default 1/1-12
ip interface vlan-58 address 10.10.10.1/24 vlan 58
(vlan 58을 생성하고 1/1-12 에 vlan 설정 및 해당 영역에 주소 할당 방법)


ip route 방법

ip static-route 10.10.10.0 mask 255.255.255.0 gateway 138.65.15.8


설정 초기화

dir

cd working (write memory 라고 쓰면 여기에 저장됨)

rm boot.cfg (설정파일임 만약 백업한다고 친다면 cp boot.cfg boot_backup.cfg 등으로 백업가능)

reload working no rollbak-timeout