CBROJIN17 BGP #3(weight,local preference,MED) [학습 목표]1) BGP weight2) BGP local preference3) BGP MED BGP 설정R1(config)#int e0/0 R1(config-if)#ip add 1.1.12.1 255.255.255.0 R1(config-if)#no shut R1(config-if)#int e0/1R1(config-if)#ip add 1.1.13.1 255.255.255.0 R1(config-if)#no shutR1(config)#int e0/0R1(config-if)#ip ospf network point-to-pointR1(config)#int lo0 R1(config-if)#ip add 1.1.1.1 255.255.255.0R1(config-if)#ip ospf network point-to-po.. 2025. 4. 12. BGP #2(Next Hop,Split Horizon) [학습 목표]1) BGP 넥스트홉(Next Hop)2) BGP 스플릿 호라이즌(Split Horizon)1) BGP 넥스트홉(Next Hop) / next-hop-self , DMZ구간 IGP에 포함✅ 기본 개념eBGP에서는 직접 연결된 이웃 라우터의 IP 주소가 Next Hop이 된다.iBGP에서는 Next Hop이 바뀌지 않는다. R1이 R2에게 10.10.12.0/24 네트워크를 광고하면,R2는 R1의 인터페이스 IP 10.10.12.0/24 를 Next Hop으로 설정해서 R3에게 그대로 전달한다.즉, R3은 Next Hop으로 10.10.12.1을 모르기 때문에 못간다. ❗R3이 10.10.12.1로 가는 경로를 알고 있어야 한다. 그렇지 않으면 라우팅은 실패하게 된다.# R2가 R1으로 부터 .. 2025. 4. 10. BGP #1(iBGP,eBGP) [학습 목표]1) BGP2) eBGP3) iBGP BGP 실습 설정기본 설정R1(config)#int lo0R1(config-if)#ip add 10.10.10.10 255.255.255.0R1(config)#int e0/0R1(config-if)#ip add 10.10.12.1 255.255.255.0R1(config-if)#no shuteBGP 설정R1(config)#router bgp 1 R1(config-router)#bgp router-id 10.10.10.10 R1(config-router)#neighbor 10.10.12.2 remote-as 2 R1(config-router)#network 10.10.10.0 mask 255.255.255.0기본 설정R2(config)#int lo0R2(.. 2025. 4. 7. OSPF #4(Virtual-link,Demand circuit) [학습 목표]1) OSPF 가상링크(Virtual-link)2) OSPF Demand circuit OSPF 실습 설정기본 설정R1(config)#int e0/0R1(config-if)#ip add 1.1.1.12 255.255.255.0R1(config-if)#no shutR1(config)#int lo0 R1(config-if)#ip add 1.1.11.1 255.255.255.0R1(config)#router ospf 1R1(config-router)#router-id 1.1.11.1R1(config-router)#network 1.1.11.1 0.0.0.0 area 1R1(config-router)#network 1.1.1.12 0.0.0.0 area 1R1(config)#int e0/.. 2025. 4. 5. OSPF #3(Summarization,Authentication) [학습 목표]1) OSPF 축약(Summarization)2) OSPF 인증(Authentication) OSPF 실습 설정기본 설정R1(config)#int e0/0R1(config-if)#ip add 1.1.1.12 255.255.255.0R1(config-if)#no shutR1(config)#int lo0 R1(config-if)#ip add 1.1.11.1 255.255.255.0R1(config)#router ospf 1R1(config-router)#router-id 1.1.11.1R1(config-router)#network 1.1.11.1 0.0.0.0 area 1R1(config-router)#network 1.1.1.12 0.0.0.0 area 1R1(config)#int e.. 2025. 4. 2. OPSF #2(LSA,Stub Area) [학습 목표]1) OSPF LSA2) OSPF Stub Area OSPF 실습 설정R1(config)#int e0/0R1(config-if)#ip add 1.1.1.12 255.255.255.0R1(config-if)#no shutR1(config)#int lo0 R1(config-if)#ip add 1.1.11.1 255.255.255.0R1(config)#router ospf 1R1(config-router)#router-id 1.1.11.1R1(config-router)#network 1.1.11.1 0.0.0.0 area 1R1(config-router)#network 1.1.1.12 0.0.0.0 area 1R1(config)#int e0/0R1(config-if)#ip ospf net.. 2025. 3. 30. 이전 1 2 3 다음