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

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

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

close
keyboard_arrow_left
list Table of Contents
keyboard_arrow_right

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

starstarstarstarstar
Go to English page
면책 조항:

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

인터페이스 통계에서 폴리서 오버헤드의 계정 구성

date_range 19-Jan-25

Metro Ethernet Forum(MEF) 캐리어 이더넷(CE) 2.0 표준 세트에는 UNI(User-to-Network Interface)에서의 대역폭 프로파일 적용에 대한 엄격한 요구 사항이 있습니다. MEF CE 2.0 인증 준수는 모든 프레임 크기에서 UNI 커밋 또는 피크 속도에서 2%의 편차만 허용합니다. 즉, 폴리서는 프레임 체크섬을 포함하여 UNI 인터페이스의 프레임 크기를 고려하고 서비스 프로바이더 네트워크(예: S-VLAN) 내부에 추가될 수 있는 모든 추가 오버헤드를 제외해야 합니다.

대역폭 프로파일 policer-overhead 에 대한 MEF CE 2.0의 엄격한 요구 사항을 해결하기 위해 IFL 또는 방향 세분성에 따라 조정이 정의됩니다. 조정은 policer-overhead -16바이트에서 +16바이트 사이이며 해당 IFF(Logical Interface Family) 기능 폴리서를 포함하여 지정된 IFL 또는 방향에서 레이어 1/레이어 2(L1/L2) 패킷 길이를 고려하는 모든 폴리서에 적용됩니다.

policer-overhead를 구성하려면 다음을 수행합니다.

  1. 구성 모드의 [edit interfaces] 계층 수준에서 입력 또는 출력 트래픽에 폴리서 오버헤드를 추가할 인터페이스를 생성합니다.
    content_copy zoom_out_map
    [edit interfaces]
    user@host# edit interfaces interface name
    

    예:

    content_copy zoom_out_map
    [edit interfaces interface name]
    user@host# edit xe-0/1/6
    
  2. 폴리서 오버헤드를 추가할 유닛을 생성합니다.
    content_copy zoom_out_map
    [edit interfaces unit]
    [edit interfaces interface name unit unit-number]
    

    예:

    content_copy zoom_out_map
    [edit interfaces unit]
    user@host# edit xe-0/1/6 unit 0
    
  3. 수신 폴리서에 대한 policer-overhead를 구성합니다.
    content_copy zoom_out_map
    [edit interfaces interface name unit unit-number ]
    user@host# set policer-overhead ingress value in bytes (-16..+16 bytes)
    

    예:

    content_copy zoom_out_map
    [edit xe-0/1/6 unit 0]
    user@host# set policer-overhead ingress 10;
    
  4. 송신 폴리서에 대한 policer-overhead 를 구성합니다.
    content_copy zoom_out_map
    user@host# set policer-overhead egress value in bytes (-16..+16 bytes)
    

    content_copy zoom_out_map
    [edit xe-0/1/6 unit 0]
    user@host# set policer-overhead egress 10;
    
  5. 구성을 확인합니다.
    content_copy zoom_out_map
    [edit interfaces]
    user@host# show interfaces xe-0/1/6
    xe-0/1/6 {                          
            unit 0 {                        
                policer-overhead {          
                    ingress 10;             
                    egress 10;              
                }                           
            }                               
        }
    user@host>show interfaces xe-0/1/6    
    Physical interface: xe-0/1/6, Enabled, Physical link is Up
      Interface index: 161, SNMP ifIndex: 544
      Link-level type: Ethernet, MTU: 1514, MRU: 1522, LAN-PHY mode, Speed: 10Gbps, BPDU Error: None, MAC-REWRITE Error: None,
      Loopback: None, Source filtering: Disabled, Flow control: Enabled
      Pad to minimum frame size: Disabled
      Device flags   : Present Running
      Interface flags: SNMP-Traps Internal: 0x4000
      Link flags     : None
      CoS queues     : 8 supported, 8 maximum usable queues
      Schedulers     : 0
      Current address: 00:23:9c:fc:a8:58, Hardware address: 00:23:9c:fc:a8:58
      Last flapped   : 2015-09-13 20:12:36 PDT (14:21:57 ago)
      Input rate     : 0 bps (0 pps)
      Output rate    : 0 bps (0 pps)
      Active alarms  : None
      Active defects : None
      PCS statistics                      Seconds
        Bit errors                             0
        Errored blocks                         0
      Link Degrade :                      
        Link Monitoring                   :  Disable
      Interface transmit statistics: Disabled
    
      Logical interface xe-0/1/6.0 (Index 339) (SNMP ifIndex 571)
        Flags: Up SNMP-Traps 0x4004000 Encapsulation: ENET2
        Policer overhead :
         Ingress policer overhead  :                    10 bytes
         Egress policer overhead   :                    10 bytes
        Input packets : 0
        Output packets: 0
        Protocol multiservice, MTU: Unlimited
          Flags: Is-Primary                 
    
    
    
    user@host> show interfaces xe-0/1/6.0            
      Logical interface xe-0/1/6.0 (Index 339) (SNMP ifIndex 571)
        Flags: Up SNMP-Traps 0x4004000 Encapsulation: ENET2
        Policer overhead :
         Ingress policer overhead  :                    10 bytes
         Egress policer overhead   :                    10 bytes
        Input packets : 0
        Output packets: 0
        Protocol multiservice, MTU: Unlimited
          Flags: Is-Primary
    
    
external-footer-nav