DSCP IPv6 Rewrites and Forwarding Class Maps
You cannot configure a DSCP IPv6 rewrite rule and output forwarding class map on the same logical interface (unit). These must be used on different logical interfaces. Although a warning is issued, there is nothing in the CLI that prevents this configuration. An error message appears when you attempt to commit the configuration.
This example shows the warning and error message that
results when the default DSCP IPv6 rewrite rule is configured on logical
interface ge-1/0/4.0
with output forwarding class map vg1
.
[edit class-of-service] interfaces { ge-1/0/4 { unit 0 { ## ## Warning: DSCP-IPv6 rewrite and forwarding class map not allowed on same unit ## output-forwarding-class-map vg1; rewrite-rules { dscp-ipv6 default; } } } }
user@router# commit [edit class-of-service interfaces ge-1/0/4 unit 0 output-forwarding-class-map] 'output-forwarding-class-map vg1' DSCP-IPv6 rewrite and forwarding class map not allowed on same unit error: commit failed: (statements constraint check failed)