[Contents] [Prev] [Next] [Index] [Report an Error]


protocol

protocol (interfaces rewrite rules)

Syntax

protocol protocol-types;

Hierarchy Level

[edit class-of-service interfaces interface-name unit logical-unit-number rewrite-rules exp rewrite-name]

Description

Apply a rewrite rule to MPLS packets only, and write the code point value to MPLS headers only; or apply a rewrite rule to MPLS and IPv4 packets, and write the code point value to MPLS and IPv4 headers.

Options

protocol-types can be one of the following:

mpls-any—Apply a rewrite rule to MPLS packets only, and write the code point value to MPLS headers only.

mpls-inet-both—Apply a rewrite rule to MPLS packets with IPv4 headers, and write the code point value to MPLS and IPv4 headers.

[mpls-any mpls-inet-both]—For MPLS packets with IPv4 payloads, write the code point value to MPLS and IPv4 headers. For MPLS packets without IPv4 payloads, write the code point value to MPLS headers only.

Usage Guidelines

See Rewrite MPLS and IPv4 Packet Headers.

Required Privilege Level

interface—To view this statement in the configuration.
interface-control—To add this statement to the configuration.

protocol (schedulers)

Syntax

protocol (non-tcp | tcp | any);

Hierarchy Level

[edit class-of-service schedulers scheduler-name drop-profile-map]

Description

Specify the protocol type for the specified scheduler.

Options

any—Accept any protocol type.

non-tcp—Accept any protocol type other than TCP-IP.

tcp—Accept only TCP/IP protocol.

Usage Guidelines

See Configure Scheduling Policy Maps.

Required Privilege Level

interface—To view this statement in the configuration.
interface-control—To add this statement to the configuration.


[Contents] [Prev] [Next] [Index] [Report an Error]