[ 작성 기준 ]
VMware Workstation Pro 17.0.0
EVE-NG Community Vertion 6.2.0-4
vQFX : vQFX 19.4R1.10
1. Log that vQFX operates as non-master role
vqfx-re (ttyd0)
root@vqfx-re:LC:1% cli
warning: This chassis is operating in a non-master role as part of a virtual-chassis (VC) system.
warning: Use of interactive commands should be limited to debugging and VC Port operations.
warning: Full CLI access is provided by the Virtual Chassis Master (VC-M) chassis.
warning: The VC-M can be identified through the show virtual-chassis status command executed at this console.
warning: Please logout and log into the VC-M to use CLI.
{linecard:1}
- 해당 Chassis는 Virtual-Chassis system 일부로 non-master role로 동작하고 있음을 확인
- Full CLI Access는 Virtual-Chassis Master Chassis에서 가능
- CLI를 사용하기 위해 Virtual Chassis Master로 로그인해야 한다는 것을 확인
2. FPC State Check
{linecard:1}
root@vqfx-re> show chassis fpc 0
Aborted! This command can only be used on the master routing engine.
{linecard:1}
root@vqfx-re>
- FPC 상태는 'master routing engine'에서만 확인 가능
- 즉, 해당 Virtual Chassis에서 'show interface terse' 입력 시, Network Interface 확인 불가
3. Workaround
1) Workaround #1
{linecard:1}
root@vqfx-re> request virtual-chassis reactivate
This member split from a virtual chassis. Please make sure that no active
switch belonging to this virtual chassis has conflicting configuration.
Do you want to continue ? [yes,no] (no) yes
{linecard:1}
root@vqfx-re>
vqfx-re (ttyd0)
login: root
Password:
--- JUNOS 19.4R1.10 built 2019-12-19 03:54:05 UTC
root@vqfx-re:RE:1% cli
{master:1}
root@vqfx-re> show chassis fpc 0
Temp CPU Utilization (%) CPU Utilization (%) Memory Utilization (%)
Slot State (C) Total Interrupt 1min 5min 15min DRAM (MB) Heap Buffer
0 Online Testing 23 5 0 0 0 1920 0 43
{master:1}
root@vqfx-re>
- 일반적으로 'request virtual-chassis reactivate'를 입력하면 해결되지만 문제가 지속될 경우, 아래 이어서 진행
{master:1}
root@vqfx-re> request virtual-chassis recycle member-id 0
{master:1}
root@vqfx-re> request virtual-chassis renumber member-id 1 new-member-id 0
To move configuration specific to member ID 1 to member ID 0, please
use the replace command. e.g. replace pattern ge-1/ with ge-0/
If member-specific configuration groups are present, perform a
"commit full" to synchronize inheritance with the new member number.
Do you want to continue ? [yes,no] (no) yes
{master:1}
root@vqfx-re>
vqfx-re (ttyd0)
login: root
Password:
--- JUNOS 19.4R1.10 built 2019-12-19 03:54:05 UTC
root@vqfx-re:RE:0% cli
{master:0}
root@vqfx-re> show chassis fpc 0
Temp CPU Utilization (%) CPU Utilization (%) Memory Utilization (%)
Slot State (C) Total Interrupt 1min 5min 15min DRAM (MB) Heap Buffer
0 Online Testing 23 5 0 0 0 1920 0 43
{master:1}
root@vqfx-re>
- FPC가 정상적으로 인식하기 위해 몇 분 정도 소요
2) Workaround #2
root@vqfx-re> request system reboot both-routing-engines
- 두 Routing Engine을 재부팅
'Network > Emulator' 카테고리의 다른 글
EVE-NG Juniper vQFX fpc 0 empty fpc 1 online (0) | 2025.05.13 |
---|---|
SecureCRT v9.3 VBScript 사용 방법 (0) | 2025.05.11 |
EVE-NG Juniper vMX 14.1R4.8 설치 (0) | 2025.05.09 |
SecureCRT v9.3 Keyword Highlighting(키워드 강조) 설정 (0) | 2025.05.05 |
SecureCRT v9.3 배경 및 글씨 색, 폰트 변경 (1) | 2025.05.03 |
EVE-NG Juniper vQFX FPC Empty Issue (0) | 2025.03.28 |
EVE-NG Juniper vQFX 19.4R1.10 설치 (0) | 2025.03.26 |
EVE-NG Juniper vQFX 18.4R1.8 설치 (0) | 2025.03.24 |