Control Plane Outbound Marking Configuration
The process of marking all outbound control plane packets
is established through the configuration settings found within
the forwarding-options
, which are illustrated in the
following example. This configuration enables effective
management and control over the attributes associated with these
packets as they traverse the network. By employing these settings,
network operators can ensure that control plane traffic is
appropriately identified and treated according to specified criteria,
contributing to an optimized and well-orchestrated network environment.
supervisor@switch: cfg> show config forwarding-options { "rtbrick-config:forwarding-options": { "class-of-service": { "control-plane-qos": { "outbound-marking": { "protocol": [ { "protocol": "l2tpv2", "remark-type": "tos", "codepoint": 64 }, { "protocol": "ppp", "remark-type": "p-bit", "codepoint": 6 }, { "protocol": "radius", "remark-type": "tos", "codepoint": 64 } ] } } } } }