Network/VPN
Juniper VPN CLI Show 명령어 정리
프리윙즈
2022. 12. 15. 00:12
728x90
반응형
Juniper VPN 장비에서 자주 쓰는 CLI Show 명령어 정리 내용 입니다.
최초 장비 접속시 UNIX shell 모드에 접속되어 있다면 cli 명령어를 입력으로 시작해야 합니다.
(VPNRe0%에서 VPN> 모양으로 변경되어야 명령어 입력이 가능합니다.)
VPNRe0% : cli
VPN> Operational Mode로 진입된 상태 입니다.
VPN> show configuration | display set | no-more 모든 설정 확인
VPN> show ethernet-swiching table MAC table 확인
VPN> show ethernet-swiching interfaces L2 interface 확인 (STP Block 확인)
VPN> show route routing table 확인
VPN> show arp arp table 확인
VPN> show version version, model name, hostname, os 확인
VPN> show system uptime 장비 가동 시간 확인
VPN> show system alarms alarm 내역 확인
VPN> show system license license 확인
VPN> show system memory memory 정보 확인
VPN> show system software 설치된 package 확인
VPN> show system boot-messages 마지막 부팅 메시지 확인
VPN> show system process extensive/summary 내부 process 동작상태 확인
VPN> show system users 현재 system에 접속한 계정 정보 확인
VPN> show chassis routing-engine routing engine 정보 확인
VPN> show chassis hardware detail hardware, serial, model name 확인
VPN> show chaasis environment 온도, 팬 상태 확인
VPN> show interfaces terse interface ip 및 접속상태 확인
VPN> show interfaces descriptions interface 상태 확인
VPN> show interfaces extensive interface에 대해 전반적으로 모니터링
VPN> show configuration active 중인 configuration 확인
VPN> show log messages log message 확인
VPN> run show log messages | last 100 마지막을 기준으로 100번째 줄 log까지 확인
반응형