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를 구성하려면 다음을 수행합니다.
- 구성 모드의 [edit interfaces] 계층 수준에서 입력 또는 출력 트래픽에 폴리서 오버헤드를 추가할 인터페이스를 생성합니다.
[edit interfaces]
user@host# edit interfaces interface name
예:
[edit interfaces interface name]
user@host# edit xe-0/1/6
- 폴리서 오버헤드를 추가할 유닛을 생성합니다.
[edit interfaces unit]
[edit interfaces interface name unit unit-number]
예:
[edit interfaces unit]
user@host# edit xe-0/1/6 unit 0
- 수신 폴리서에 대한 policer-overhead를 구성합니다.
[edit interfaces interface name unit unit-number ]
user@host# set policer-overhead ingress value in bytes (-16..+16 bytes)
예:
[edit xe-0/1/6 unit 0]
user@host# set policer-overhead ingress 10;
- 송신 폴리서에 대한 policer-overhead 를 구성합니다.
user@host# set policer-overhead egress value in bytes (-16..+16 bytes)
[edit xe-0/1/6 unit 0]
user@host# set policer-overhead egress 10;
- 구성을 확인합니다.
[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