본문 바로가기
728x90
반응형
SMALL

분류 전체보기112

[네트워크] Alcatel-lucent OS6450 패스워드 리커버리 & 공장초기화 [OS6450 패스워드 리커버리]■ 전원 인가 후 "s" 키 입력 Minoboot 모드 진입AOS BootSelector Version: 6.6.3.259.R01Creation Date: Mar 21 2012 23:07:59.Press x to choose XMODEM...Press s to STOP AT MINIBOOT... S Key was pressed ■  "network" 디렉토리로 이동[Miniboot]->cd "network"value = 0 = 0x0 ■ "network" 디렉토리로 파일 리스트 확인[Miniboot]->ll     drw      2048 Dec  1  1999 ./drw      2048 Dec  1  1999 ../-rw     91392 Dec  1  1999 use.. 2024. 6. 13.
[Script] 리눅스 SSH 자동 접속 스크립트 리눅스에서 네트워크 장비 자동 접속 스크립트 vi script.sh#!/usr/bin/expect -f spawn ssh -oStrictHostKeyChecking=no 계정@접속 IPexpect "계정@접속 IP's password:" send "패스워드\r" expect "cisco>" send "enable\r" expect "Password:" send "enable 패스워드\r" interact 권한 설정 : chmod 755 script.sh 실행 : ./script.sh 2024. 5. 9.
[기타] SecureCRT Keyword Highlight (키워드 강조) 설정 1. 첨부 파일을 아래 경로에 붙여넣기 - 경로 : C:\Users\사용자계정\AppData\Roaming\VanDyke\Config2.  SecureCRT를 실행 3. 상단 사이드바의 Options -> Edit Default Session...을 클릭  4. 왼쪽 카테고리에서 Keyword Highlighting 클릭-> List name에 color highlight 선택 5. 왼쪽 카테고리에서 Keyword Highlighting Advanced 클릭-> Highlight style에서 Color만 선택 후 OK6. Change All Sessions 클릭 이렇게 하면 설정 완료^^ 2024. 5. 8.
[Mikrotik] 2WAN(Dual WAN) 구성 설정 방법 미크로틱 Dual WAN 설정 방법입니다.  - interface 구성WAN : ether1 / ether2LAN : ether3 / ether4 / ether5 -> Bridge 구성 /interface ethernet  set ether1 name=ether1-WAN1 set ether2 name=ether2-WAN2 set ether3 name=ether3-LAN1 set ether4 name=ether4-LAN2 set ether5 name=ether5-LAN3 /interface bridge  add name=bridge-LAN  /interface bridge port add bridge=bridge-LAN interface=ether3-LAN1 add bridge=bridge-LAN inte.. 2024. 5. 8.
728x90
반응형
SMALL