1. Static Route no-install Configuration 구성도
1) Static Route no-install Configuration 구성도
2) 테스트 장비
- Emulator : EVE-NG
- OS : Juniper vMX 18.2R1.9
2. Static Route no-install Configuration
1) Interface IP Address Configuration
더보기
< R1 : Interface IP 설정 >
set interfaces ge-0/0/1 unit 0 family inet address 1.1.2.1/24
set interfaces lo0 unit 0 family inet address 1.1.1.1/32
더보기
< R2 : Interface IP 설정 >
set interfaces ge-0/0/0 unit 0 family inet address 1.1.2.2/24
set interfaces ge-0/0/1 unit 0 family inet address 1.2.3.2/24
set interfaces lo0 unit 0 family inet address 2.2.2.2/32
더보기
< R3 : Interface IP 설정 >
set interfaces ge-0/0/0 unit 0 family inet address 1.2.3.3/24
set interfaces lo0 unit 0 family inet address 3.3.3.3/32
2) Static Route no-install Configuration
< R1 : Static Route Passive Option 설정 >
set routing-options static route 3.3.3.3/32 next-hop 1.1.2.2
set routing-options static route 3.3.3.3/32 no-install
root@R1> show route protocol static table inet.0
inet.0: 4 destinations, 4 routes (4 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
3.3.3.3/32 *[Static/5] 00:01:13
> to 1.1.2.2 via ge-0/0/1.0
root@R1> show route forwarding-table matching 3.3.3.3/32 family inet table default
Routing table: default.inet
Internet:
Enabled protocols: Bridging,
- 'no-install' 사용 시, Routing Table에는 차이점이 없지만 Forwarding Table에 해당 Entry를 미설치
'Network > Switching, Routing Basic' 카테고리의 다른 글
Control Plane vs Data Plane (0) | 2025.02.24 |
---|---|
Table 생성 과정 (0) | 2025.02.22 |
Static Route with RPM and Event-option Configuration(Juniper vMX) (0) | 2025.02.20 |
Static Route Resolve Configuration(Juniper vMX) (0) | 2025.02.18 |
Static Route Reject and Discard Configuration(Juniper vMX) (0) | 2025.02.14 |
Static Route Metric and 'qualified-next-hop' Configuration(Juniper vMX) (0) | 2025.02.12 |
Static Route Preference and 'qualified-next-hop' Configuration(Juniper vMX) (0) | 2025.02.10 |
Static Route Basic Configuration(Juniper vMX) (0) | 2025.02.08 |