OSPF Configuration(Juniper Configuration)
·
Network/OSPF
1. OSPF Basic Configurationset routing-options router-id 192.0.2.24router-id 구성 set protocols ospf area 0.0.0.1 interface ge-0/0/0특정 인터페이스를 OSPF 특정 Area에 할당 set protocols ospf area 0.0.0.1 interface ge-0/2/0 passive해당 인터페이스를 passive interface로 구성 set protocols ospf area 0 interface ge-0/0/0 no-interface-state-trapspassive interface의 state 변경에 대한 알림을 보고 싶지 않을 경우, "no-interface-state-traps"을 설정하여 ..
OSPF Routing Policy
·
Network/OSPF
1. Introduction to Route Filtering특정 route에 대해 광고하거나 광고 받는 것을 permit 또는 denyroute filtering은 packet filtering과 개념이 상이route filtering은 RIB 정보를 제어하여 FIB 정보를 제어하는 것이며 packet filtering은 data traffic을 제어하는 것  2. OSPF Default Routing Policyimport(incoming)기본적으로 OSPF neighbor에서 허용route policy로 제어 불가export(outgogin)internal route는 기본적으로 neighbor로 자동 광고external route는 기본적으로 neighbor로 자동 광고 불가  3. OSPF Ro..
OSPF Fault Detection using BFD Configuration(Juniper vMX)
·
Network/OSPF
1. Introduction to OSPF Fault Detection using BFDBFD failure detection timers는 OSPF failure detection mechanisms보다 시간제한이 짧으므로 더 빠른 감지를 제공일반적으로 route convergence를 높이기 위해 OSPF hello 및 dead interval 조절보다 BFD failure detection timers를 사용OSPF failure detection timer는 s 단위이지만 BFD failure detection timers는 ms 단위juniper의 BFD failure detection timers는 adaptive이며 더 빠르거나 느리게 조정 가능ex) 인접 장비 간 BFD가 실패될 경우 더 ..
OSPF Virtual Link Configuration(Juniper vMX)
·
Network/OSPF
1. Introduction to OSPF Virtual Link모든 area가 backbone area에 직접 연결되어야 하는 조건을 충족virtual link를 사용해야 할 구성일 경우, 일반적으로 설계를 변경하여 virtual link 미사용stub area, NSSA, unnumbered link를 통해 virtual link 생성 불가virtual link는 virtual link end-point에 있는 ABR 간의 router-id를 통해 연결하므로 router-id 변경 시, virtual link 중단 virtual link의 network type은 항상 point-to-point interface로 간주 virtual link를 연결해 주는 두 라우터 간에 unnumbered poin..
OSPF Route Summary Configuration(Juniper vMX)
·
Network/OSPF
1. Introduction to OSPF Route SummaryABR 및 ASBR만 OSPF route summary 가능ABR은 LSA type 3 route를 summaryASBR은 LSA type 5 route를 summaryjuniper는 ASBR 및 ABR에서 LSA type 7 route summary 가능summary route의 cost는 specific network address 중 가장 큰 cost 값을 사용route summary는 최소한의 specific network address 정보를 수신해야 가능ABR에서 network summary 시, specific network가 다운되었을 때, routing loop을 방지하기 위해 summary를 수행한 ABR routing ..
LSA Flooding Type in OSPF Domain
·
Network/OSPF
1. OSPF Area Type 별 존재할 수 있는 LSA TypeLSA type1233(D)4577(D)normalOOO OO stubOOOO totally stubOO O NSSAOOO OOtotally NSSAOO O O LSDB는 area 별로 따로 동작하며 관리NSSA에서 default-route는 LSA type 7으로 전달 2. LSA Flooding Type in OSPF Domain1) LSA Type 1, 2 FloodingLSA type 1은 모든 OSPF 인터페이스에서 생성LSA type 2는 DR 인터페이스에서 생성broadcast(multi-access) 환경에서 DRother는 DR 및 BDR을 통해 LSAs를 수신위 그림은 예시로 area 0에서 R4가 D..
Number of Flooding by LSA Type in OSPF domain
·
Network/OSPF
1. OSPF Area Type 별 존재할 수 있는 LSA TypeLSA type1233(D)4577(D)normalOOO OO stubOOOO totally stubOO O NSSAOOO OOtotally NSSAOO O O LSDB는 area 별로 따로 동작하며 관리NSSA에서 default-route는 LSA type 7으로 전달 2. Number of Flooding by LSA Type1) Flooding Number after OSPF AdvertisementLSA type133(D)4577(D)area 0430 area 2230 area 4230 area 6230 현재 각 area에 10개의 network address가 존재하며 모든 OSPF..
OSPF NSSA Configuration(Juniper vMX)
·
Network/OSPF
1. OSPF NSSA Configuration 구성도1) OSPF NSSA Configuration 구성도본 글은 NSSA 및 totally NSSA를 구성했을 때, 앞에서 스터디한 LSA type을 차단하는지, default-route를 전달하기 위해 cost를 명시적으로 설정해야 하는지 확인하는 것이 목표 2) 테스트 장비Emulator : EVE-NG OS : Juniper vMX 23.1R1.8 2. OSPF NSSA Configuration 1) Interface and OSPF Configuration더보기set interfaces ge-0/0/1 unit 0 family inet address 1.1.2.1/24set interfaces lo0 unit 0 family inet addre..
OSPF Stub Configuration(Juniper vMX)
·
Network/OSPF
1. OSPF Stub Configuration 구성도1) OSPF Stub Configuration 구성도본 글은 stub area 및 totally stub area를 구성했을 때, 앞에서 스터디한 LSA type을 차단하는지, default-route를 전달하기 위해 cost를 명시적으로 설정해야 하는지 확인하는 것이 목표 2) 테스트 장비Emulator : EVE-NG OS : Juniper vMX 23.1R1.8 2. OSPF Stub Configuration1) Interface and OSPF Configuration더보기set interfaces ge-0/0/1 unit 0 family inet address 1.1.2.1/24set interfaces lo0 unit 0 family i..
OSPF Stub Area and NSSA
·
Network/OSPF
1. Introduction to Stub Area and NSSA(Not-So-Stubby Area)area typedeny LSA typepermit LSA typenormal area-1, 2, 3, 4, 5stub area4, 51, 2, 3totally stub area3, 4, 51, 2 + default-routeNSSA4, 51, 2, 3, 7totally NSSA3, 4, 51, 2, 7 + default-routestub area 및 NSSA가 아닌 area를 normal area라고 표현stub area는 LSA type 5를 차단하므로 stub area에서 재분배가 불가하여 ASBR이 존재할 수 없는 구성NSSA는 stub area의 단점인 LSA type 5를 차단하여 재분배가 불..