자격증공부/CCNA

ccna 마지막 주차 230617 (토)

bestchoco 2023. 6. 17. 10:34

- SPA (낮은 Priority로 가고, 그다음 cost 비교, address 비교)
   4096(여기로)   8192 



- HSRP 활성화 (HSRP VIP 지정 IP 입력)

<Multilayer switch 0>
inter vlan 10

standby 10 ip 10.10.10.1

standby 10 priority 105 -- 높음과 낮음 확인. 높으면 active, 낮으면 standby /
                                                                                  priority가 같으면 ? 그 다음 비교는 ip 높으면 active

standby 10 preempt  -- 정상복구되면 다시 돌아옴.
--------------------------------------------------------------------------------
<multilayer switch 1>

inter vlan 10
standby 10 ip 10.10.10.1
standby 10 priority 100


(standby 제대로 잡혔는지 확인하는 방법)

 

Switch#show standby br

P indicates configured to preempt.

|

Interface Grp Pri P State Active Standby Virtual IP

Vl10 10 105 P Active local 10.10.10.3 10.10.10.1

Vl20 10 105 P Active local 10.10.10.35 10.10.10.33

Vl50 10 100 Standby 10.10.10.67 local 10.10.10.65

Vl100 10 100 Standby 10.10.10.131 local 10.10.10.129