Juniper - Configuring Static Routes

Understanding Basic Static Routing

일반적으로 Static Routing은 몇몇 적은 수의 라우팅을 처리하거나 Next-hop 장비에서 동적라우팅을
지원해주지 않을 때 사용한다.(VAN or Partner)
가능하다면 동적 라우팅으로 구성을 권하나 꼭 알아둬야하는 기능이기에 이것 역시 실습해본다

Example: Configuring a Basic Set of Static Routes
검색해보면 아래와 같은 내용을 찾을 수 있다
Requirements

In this example, no special configuration beyond device initialization is required.
그렇다. 장비만 켜있으면 된다 :) 추가적으로 L3를 지원한다면 Okay.

Overview

일단 Juniper site에서는 아래와 같은 예제를 제공한다.
하지만, 개인 정리 그리고 어느 정도 아시는 분이 이 글을 읽을거라 생각하고 자세한 설명은 생략 ㅎ
Figure 1: Customer Routes Connected to a Service Provider

clip_image001

Configuration

CLI Quick Configuration
아래는 Juniper 문서에 나온 내용이다. 이거저거 지우고 필요한 부분만 발췌~

Device B

set interfaces ge-1/2/0 unit 0 description B->D
set interfaces ge-1/2/0 unit 0 family inet address 172.16.1.1/24
set interfaces lo0 unit 57 family inet address 10.0.0.1/32
set interfaces lo0 unit 57 family inet address 10.0.0.2/32
set routing-options static route 192.168.47.0/24 next-hop 172.16.1.2
닥 보면 알듯 하다..손가락이 안 움직여 줄뿐 ㅎㅎㅎ

Confirm your configuration by issuing the show interfaces and show routing-options commands. If the output does not display the intended configuration, repeat the instructions in this example to correct the configuration.

clip_image002

clip_image003

이렇게 서로 상대방의 IP로 모든 경로에 대해 next-hop을 지정해주면 끝 이제 확인만하면 된다.

Verification

Confirm that the configuration is working properly.

Checking the Routing Tables

clip_image004

clip_image005

Pinging the Remote Addresses

clip_image006

clip_image007

서로의 Loopback Interface로 핑이 간다
이로서 Static Routing 검증 완료 :)

출처: <http://www.juniper.net/documentation/en_US/junos13.3/topics/topic-map/policy-static-routing.html>

댓글

  1. Juniper - Configuring Static Routes >>>>> Download Now

    >>>>> Download Full

    Juniper - Configuring Static Routes >>>>> Download LINK

    >>>>> Download Now

    Juniper - Configuring Static Routes >>>>> Download Full

    >>>>> Download LINK mw

    답글삭제

댓글 쓰기

이 블로그의 인기 게시물

Juniper - OSPF Configuration Part - III

New Bebe Lab with EVE-NG II

New Bebe Lab with EVE-NG I