[Juniper] ScreenOS Factory Reset 방법
·
Juniper
* 콘솔로 로그인해서 시리얼 넘버를 알고 있는 경우 * Command get system | i serial * Output ssg5-serial-wlan-> get system | i serial Product Name: SSG5-Serial-WLAN Serial Number: 000000000000000, Control Number: 00000000 Interface serial0/0: description serial0/0 login: 000000000000000 password: 000000000000000 !!! Lost Password Reset !!! You have initiated a command to reset the device to factory defaults, clearing ..
[Juniper] JUNOS NTP 및 시간 맞추기
·
Juniper
주니퍼 NTP 및 시간 맞추기 ex) set time-zone America/Los_Angeles #set system ntp server [서버 IP] 자동으로 utc로 설정된다. 한국시간으로 맞추려면 #set system time-zone Asia/Seoul >set date ntp >show system uptime
Juniper Switch Commit problem / 주니퍼 스위치 commit 에러
·
Juniper
Error(s): 1)error copying files (/config/juniper.conf.3.gz->/var/db/config/juniper.co nf.4.gz): No such file or directory 2)error: rotation of old files failed >start shell%cd /config%mkdir db%cd db%mkdir config %cli>configure#commit 출처: http://xdstupid.blogspot.kr/2011/12/juiper-switch-commit-problem.html
Juniper Load Balancing
·
Juniper
주니퍼 로드벨런싱 참조 : https://serverfault.com/questions/209657/ecmp-load-balancing-in-junos https://www.juniper.net/documentation/en_US/junos12.3/topics/task/configuration/mpls-load-balancing-setting-up.html
[Juniper] JUNOS Firewall filter(Access-list, ACL)
·
Juniper
주니퍼 방화벽, ACL Firewall filter (Access-list) 1. Firewall filter 정의 set firewall family inet filter term from set firewall family inet filter term then : Interface 에 적용할 ACL NAME 정의 : ACL Line에 대한 Description : Mac, IP, Protocol, Layer4 Port의 ACL Matching을 위한 조건 정의 : Packet을 deny or permit 할 것인지 action 정의 * Action 종류Discard : packet을 deny함.accept : packet을 permit 함 2. Interface에 input/output 방..
[Juniper] EX 모델 password recovery 복구
·
Juniper
본 게시글을 퍼온 주인장은 EX4200 모델로 테스트 했습니다. EX스위치 메뉴얼을 기초로 합니다. PASSWORD RECOVERY FreeBSD/MIPS U-Boot bootstrap loader , Revision 0.1(vishal@slt-pool1-0.3.juniper.net, Web Mar 18 11:41:32 PDT 2009)Memory: 2048MLoading /boot/defaults/loader.conf/kernel data=0x90ca48+0xc6ac4 syms=[0x4+0x74470+0x4+0x4+0xa4910] Hit [Enter] ro boot immediatrly, or space bar for command prompt. ---> 부팅시 좌측 메시지가 보이면 스페이스바 (엄청 ..