귀하의 경험을 개선할 수 있도록 도와주십시오.

귀하의 의견을 알려주십시오.

2분이 소요되는 설문 조사에 시간을 내주시겠습니까?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
list Table of Contents
keyboard_arrow_right

이 기계 번역이 도움이 되었습니까?

starstarstarstarstar
Go to English page
면책 조항:

이 페이지는 타사 기계 번역 소프트웨어를 사용해 번역됩니다. 주니퍼 네트웍스에서는 우수한 품질의 번역을 제공하기 위한 합리적인 수준의 노력을 기울이지만 해당 컨텐츠의 정확성을 보장할 수 없습니다. 본 번역에 포함된 정보의 정확성과 관련해 의문이 있는 경우 영문 버전을 참조하시기 바랍니다. 다운로드 가능한 PDF는 영어로만 제공됩니다.

OSPF 프로토콜에 대한 백업 선택 정책 구성

date_range 19-Jan-25

OSPF LFA(loop-free alternate) 경로에 대한 지원은 기본적으로 OSPF에 대한 IP fast-reroute 기능을 추가합니다. Junos OS는 모든 OSPF 경로에 대해 여러 개의 루프 없는 백업 경로를 미리 계산합니다. 이러한 백업 경로는 패킷 전달 엔진에 사전 설치되어 로컬 복구를 수행하고 특정 경로의 기본 다음 홉에 대한 링크를 더 이상 사용할 수 없을 때 백업 경로를 구현합니다. LFA의 선택은 주어진 목적지로 진행하기 위해 일치하는 LFA를 선택하여 무작위로 수행됩니다. 그렇다고 해서 네트워크에 사용할 수 있는 최상의 백업 범위가 보장되는 것은 아닙니다. 최고의 LFA를 선택하기 위해 Junos OS를 사용하면 각 대상(IPv4 및 IPv6)과 기본 다음 홉 인터페이스에 대한 네트워크 전체 백업 선택 정책을 구성할 수 있습니다. 이러한 정책은 admin-group, srlg, 대역폭, 보호 유형, 메트릭 및 노드 정보를 기반으로 평가됩니다.

OSPF 프로토콜에 대한 백업 선택 정책 구성을 시작하기 전에:

  • 라우터 인터페이스를 구성합니다. 라우팅 디바이스에 대한 Junos OS 네트워크 관리 가이드를 참조하십시오.

  • 내부 게이트웨이 프로토콜 또는 정적 라우팅을 구성합니다. 라우팅 디바이스용 Junos OS 라우팅 프로토콜 라이브러리를 참조하십시오.

OSPF 프로토콜에 대한 백업 선택 정책을 구성하려면 다음을 수행합니다.

  1. 패킷당 로드 밸런싱을 구성합니다.
    content_copy zoom_out_map
    [edit policy-options]
     user@host# set policy-statement ecmp term 1 then load-balance per-packet
    
  2. 모든 인터페이스에서 RSVP를 활성화합니다.
    content_copy zoom_out_map
    [edit protocols]
    user@host# set rsvp interface all
    
  3. 관리 그룹을 구성합니다.
    content_copy zoom_out_map
    [edit protocols mpls]
    user@host# set admin-groups group-name
    
  4. srlg 값을 구성합니다.
    content_copy zoom_out_map
    [edit routing-options]
    user@host# set srlg srlg-name srlg-value srlg-value
    
  5. 모든 인터페이스에서 MPLS를 활성화합니다.
    content_copy zoom_out_map
    [edit protocols mpls]
    user@host# set interface all
    
  6. 관리 그룹으로 구성된 인터페이스에 MPLS를 적용합니다.
    content_copy zoom_out_map
    [edit protocols mpls]
    user@host# set interface interface-name admin-group group-name
    
  7. 라우터의 ID를 구성합니다.
    content_copy zoom_out_map
    [edit routing-options]
    user@host# set router-id router-id
    
  8. 라우팅 테이블에서 포워딩 테이블로 내보낸 모든 동일 비용 다중 경로에 라우팅 정책을 적용합니다.
    content_copy zoom_out_map
    [edit routing-options]
    user@host# set forwarding-table export ecmp
    
  9. 링크 보호를 활성화하고 영역의 모든 인터페이스에 대한 메트릭 값을 구성합니다.
    content_copy zoom_out_map
    [edit protocols ospf]
    user@host# set area area-id interface interface-name link-protection
    user@host# set area area-id interface interface-name metric metric
    
  10. IP 주소에 대한 백업 선택 정책의 관리 그룹을 구성합니다.

    백업 경로에서 관리 그룹을 제외하거나, 모두 포함하거나, 임의로 포함하거나, 기본 설정을 선택할 수 있습니다.

    content_copy zoom_out_map
    [edit routing-options]
    user@host# set backup-selection destination ip-address interface interface-name admin-group 
    

    • 제외할 관리 그룹을 지정합니다.

      content_copy zoom_out_map
      [edit routing-options backup-selection destination ip-address interface interface-name admin-group]
      user@host# set exclude group-name
      

      경로의 링크 중 하나라도 나열된 관리 그룹 중 하나를 갖는 경우, 백업 경로가 LFA(loop-free alternate) 또는 백업 넥스트 홉으로 선택되지 않습니다.

      예를 들어 관리 그룹에서 그룹 c1을 제외하려면 다음과 같이 하십시오.

      content_copy zoom_out_map
      [edit routing-options backup-selection destination 0.0.0.0/0 interface all admin-group]
      user@host# set exclude c1
      
    • 백업 경로의 각 링크에 경로를 수락하기 위해 나열된 모든 관리 그룹이 필요한 경우 모든 관리 그룹을 구성합니다.

      content_copy zoom_out_map
      [edit routing-options backup-selection destination ip-address interface interface-name admin-group]
      user@host# set include-all group-name
      

      예를 들어 각 링크에 경로를 수락하기 위해 나열된 모든 관리 그룹이 필요한 경우 모든 관리 그룹을 설정하려면 다음을 수행합니다.

      content_copy zoom_out_map
      [edit routing-options backup-selection destination 0.0.0.0/0 interface all admin-group]
      user@host# set include-all c2
      
    • 백업 경로의 각 링크에서 경로를 선택하기 위해 나열된 관리 그룹 중 하나 이상이 필요한 경우 관리 그룹을 구성합니다.

      content_copy zoom_out_map
      [edit routing-options backup-selection destination ip-address interface interface-name admin-group]
      user@host# set include-any group-name
      

      예를 들어 백업 경로의 각 링크에 경로를 선택하기 위해 나열된 관리 그룹 중 하나 이상이 필요한 경우 관리 그룹을 설정하려면 다음을 수행합니다.

      content_copy zoom_out_map
      [edit routing-options backup-selection destination 0.0.0.0/0 interface all admin-group]
      user@host# set include-any c3
      
    • 백업 경로의 기본 설정을 지정하는 정렬된 관리 그룹 집합을 정의합니다.

      집합에서 가장 왼쪽에 있는 요소가 가장 높은 우선 순위가 지정됩니다.

      content_copy zoom_out_map
      [edit routing-options backup-selection destination ip-address interface interface-name admin-group]
      user@host#  set preference group-name
      

      예를 들어 백업 경로의 기본 설정을 지정하는 정렬된 관리 그룹 집합을 설정하려면 다음을 수행합니다.

      content_copy zoom_out_map
      [edit routing-options backup-selection destination 0.0.0.0/0 interface all admin-group]
      user@host#  set preference c4
      
  11. 대역폭이 기본 다음 홉의 대역폭보다 크거나 같은 경우에만 백업 다음 홉을 선택할 수 있도록 백업 경로를 구성합니다.
    content_copy zoom_out_map
    [edit routing-options]
    user@host# set backup-selection destination ip-address interface interface-name bandwidth-greater-equal-primary
    
  12. 백업 경로를 구성하여 단일 홉 이웃 또는 RSVP 백업 LSP(label-switched-path) 테일 엔드 라우터와 같은 원격 라우터에서 최종 대상까지 메트릭을 지정합니다.

    대상 지표는 가장 높거나 낮을 수 있습니다.

    • 대상 메트릭이 가장 높은 백업 경로를 구성합니다.

      content_copy zoom_out_map
      [edit routing-options]
      user@host# set backup-selection destination ip-address interface interface-name dest-metric highest
      
    • 대상 메트릭이 가장 낮은 백업 경로를 구성합니다.

      content_copy zoom_out_map
      [edit routing-options]
      user@host# set backup-selection destination ip-address interface interface-name dest-metric lowest
      
  13. 대상에 대한 다운스트림 경로인 백업 경로를 구성합니다.
    content_copy zoom_out_map
    [edit routing-options]
    user@host# set backup-selection destination ip-address interface interface-name downstream-paths-only
    
  14. 백업 경로 선택 중에 루트와 대상 메트릭의 기본 설정 순서를 설정합니다.

    기본 설정 순서는 다음과 같을 수 있습니다.

    • [root dest] — 백업 경로 선택 또는 기본 설정은 먼저 루트 메트릭 기준을 기반으로 합니다. 모든 루트 메트릭의 기준이 동일한 경우 선택 또는 기본 설정은 대상 메트릭을 기반으로 합니다.

    • [dest root] — 백업 경로 선택 또는 기본 설정은 먼저 대상 메트릭 기준을 기반으로 합니다. 모든 대상 메트릭의 기준이 동일한 경우 선택은 루트 메트릭을 기반으로 합니다.

    content_copy zoom_out_map
    [edit routing-options]
    user@host# set backup-selection destination ip-address interface interface-name metric-order dest
    user@host# set backup-selection destination ip-address interface interface-name metric-order root
    
  15. 백업 경로를 구성하여 백업 경로 선택에서 제외하거나 선호할 인접 이웃의 루프백 IP 주소 목록을 정의합니다.

    이웃은 로컬(인접 라우터) 이웃, 원격 이웃 또는 백업 경로에 있는 다른 라우터일 수 있습니다.

    content_copy zoom_out_map
    [edit routing-options]
    user@host# set backup-selection destination ip-address interface interface-name node 
    
    • 제외할 이웃 목록을 구성합니다.

      content_copy zoom_out_map
      [edit routing-options backup-selection destination ip-address interface interface-name node]
      user@host# set exclude node-address
      

      목록에서 라우터가 있는 백업 경로가 루프 없는 대안 또는 백업 다음 홉으로 선택되지 않았습니다.

    • 선호되도록 정렬된 이웃 집합을 구성합니다.

      content_copy zoom_out_map
      [edit routing-options backup-selection destination ip-address interface interface-name node]
      user@host# set preference node-address
      

      가장 왼쪽에 인접 항목이 있는 백업 경로가 선택됩니다.

  16. 백업 경로를 구성하여 링크, 노드 또는 노드 링크가 될 백업 경로의 필수 보호 유형을 지정합니다.
    • 링크 보호를 제공하는 백업 경로를 선택합니다.

      content_copy zoom_out_map
      [edit routing-options]
      user@host# set backup-selection destination ip-address interface interface-name protection-type link
      
    • 노드 보호를 제공하는 백업 경로를 선택합니다.

      content_copy zoom_out_map
      [edit routing-options]
      user@host# set backup-selection destination ip-address interface interface-name protection-type node
      
    • 노드 보호 LFA가 링크 보호 LFA보다 선호되는 노드 또는 링크 보호 LFA를 허용하는 백업 경로를 선택합니다.

      content_copy zoom_out_map
      [edit routing-options]
      user@host# set backup-selection destination ip-address interface interface-name protection-type node-link
      
  17. 단일 홉 이웃 또는 RSVP 백업 LSP(label-switched-path) 테일 엔드 라우터와 같은 원격 라우터에 메트릭을 지정합니다.
    • 루트 메트릭이 가장 높은 경로를 선택합니다.

      content_copy zoom_out_map
      [edit routing-options]
      user@host# set backup-selection destination ip-address interface all root-metric highest
      
    • 루트 메트릭이 가장 낮은 경로를 선택합니다.

      content_copy zoom_out_map
      [edit routing-options]
      user@host# set backup-selection destination ip-address interface all root-metric lowest
      
  18. 기본 링크와 백업 경로의 각 링크 간에 공통 SRLG(Shared Risk Link Group)를 허용하거나 거부하도록 백업 선택 경로를 구성합니다.
    • 기본 링크와 백업 경로의 각 링크 간에 공통 srlgs를 허용하도록 백업 경로를 구성합니다.

      content_copy zoom_out_map
      [edit routing-options]
      user@host# set backup-selection destination ip-address interface all srlg loose
      

      srlg 충돌 수가 적은 백업 경로가 선호됩니다.

    • 기본 다음 홉 링크와 백업 경로의 각 링크 사이에 공통된 srlgs가 있는 백업 경로를 거부하도록 백업 경로를 구성합니다.

      content_copy zoom_out_map
      [edit routing-options]
      user@host# set backup-selection destination ip-address interface all srlg strict
      
  19. 관리 그룹, srlg, 대역폭, 보호 유형, 노드 및 메트릭을 기반으로 백업 경로를 평가하는 순서와 기준을 제어하도록 백업 경로를 구성합니다.

    기본 평가 순서는 admin-group, srlg, bandwidth, protection-type, node 및 metric입니다.

    content_copy zoom_out_map
    [edit routing-options]
    user@host# set backup-selection destination ip-address interface all evaluation-order admin-group
    user@host# set backup-selection destination ip-address interface all evaluation-order srlg
    user@host# set backup-selection destination ip-address interface all evaluation-order bandwidth
    
footer-navigation