Configure ATM2 IQ VC tunnel CoS components:
- [edit interfaces]
- at-1/2/0 {
-
- atm-options {
- vpi 0;
-
- linear-red-profiles red-profile-1 {
- queue-depth 35000 high-plp-threshold 75 low-plp-threshold
25;
- }
-
- scheduler-maps map-1 {
- vc-cos-mode strict;
-
- forwarding-class best-effort {
- priority low;
- transmit-weight percent 25;
- linear-red-profile red-profile-1;
- }
- }
- }
-
- unit 0 {
- vci 0.128;
-
- shaping {
- vbr peak 20m sustained 10m burst 20;
- }
- atm-scheduler-map map-1;
-
- family inet {
-
- address 192.168.0.100/32 {
- destination 192.168.0.101;
- }
- }
- }
- }