Associate a scheduler with a class of traffic that has a specific priority while transiting the fabric:
- [edit class-of-service]
- schedulers {
-
- fab-be-scheduler {
- drop-profile-map loss-priority low protocol any drop-profile
fab-profile-1;
- drop-profile-map loss-priority high protocol any drop-profile
fab-profile-2;
- }
-
- fab-ef-scheduler {
- drop-profile-map loss-priority low protocol any drop-profile
fab-profile-3;
- drop-profile-map loss-priority high protocol any drop-profile
fab-profile-4;
- }
- }
- drop-profiles {
-
- fab-profile-1 {
- fill-level 100 drop-probability 100;
- fill-level 85 drop-probability 50;
- }
-
- fab-profile-2 {
- fill-level 100 drop-probability 100;
- fill-level 95 drop-probability 50;
- }
-
- fab-profile-3 {
- fill-level 75 drop-probability 100;
- fill-level 95 drop-probability 50;
- }
-
- fab-profile-4 {
- fill-level 100 drop-probability 100;
- fill-level 80 drop-probability 50;
- }
- }
- fabric {
-
- scheduler-map {
- priority low scheduler fab-be-scheduler;
- priority high scheduler fab-ef-scheduler;
- }
- }