MEF(메트로 이더넷 Forum) CE(Carrier Ethernet) 2.0 표준 집합은 UNI(User-to-Network Interface)에서 대역폭 프로필 적용에 대한 엄격한 요구 사항을 가지고 있습니다. MEF CE 2.0 인증 준수는 모든 프레임 크기에 걸쳐 커밋된 UNI 또는 최고 속도보다 2%의 편차만 허용합니다. 즉, 폴리서는 프레임 체크섬을 포함하여 UNI 인터페이스의 프레임 크기를 고려하고 서비스 프로바이더 네트워크(예: S-VLAN) 내에 추가될 수 있는 모든 추가 오버헤드를 제외해야 합니다.
MEF CE 2.0의 엄격한 요구 사항을 대역폭 프로파일 policer-overhead
로 해결하기 위해, 조정은 IFL 또는 방향 세분화에 따라 정의됩니다. 조정은 policer-overhead
-16바이트에서 +16바이트 범위이며, 해당 논리 인터페이스 패밀리(IFF) 기능 폴리서를 포함하여 지정된 IFL 또는 방향의 레이어 1/레이어 2(L1/L2) 패킷 길이를 고려하는 모든 폴리서에 적용됩니다.
- 구성 모드의 [편집 인터페이스] 계층 수준에서 입력 또는 출력 트래픽에 폴리서 오버헤드를 추가하는 인터페이스를 생성합니다.
[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
- 수신 폴리서에 대한 폴리서 오버헤드를 구성합니다.
[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;
- 송신 폴리서에 대한 폴리서 오버헤드를 구성합니다.
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