Cisco Crosswork Network Controller 7.2 Traffic Engineering and Optimization

PDF

Cisco Crosswork Network Controller 7.2 Traffic Engineering and Optimization

Sample policy and device configurations

Want to summarize with AI?

Log in

Provides practical examples for configuring devices to ensure successful operation of traffic engineering and telemetry functions. It outlines the necessary steps for creating policies and mapping link attributes, enabling administrators to effectively manage and visualize network services within the controller environment.


This section provides samples of policy and device configurations related to Traffic Engineering and Optimization functions.

To ensure that Traffic Engineering and telemetry functions operate successfully within Crosswork Network Controller, you must properly configure the devices. For more details about device configuration for other Crosswork Network Controller functions, refer to the "Onboard Devices" chapter in the Cisco Crosswork Network Controller 7.2 Administration guide.


PCC-initiated SR-TE policy example

This example demonstrates the configuration of an SR-TE policy on the headend router. The policy uses a dynamic path that is computed by the headend router based on specified affinity constraints. In this example, a policy named SampleSRTE is created with the following attributes: a color value of 100, a candidate preference of 100, a metric of type TE, and an affinity constraint to exclude links assigned the color red.

Refer to the SR configuration documentation for your specific device to view descriptions and supported configuration commands (for example, Segment Routing Configuration Guide for Cisco ASR 9000 Series Routers).

segment-routing
  traffic-eng
    policy sampleSRTE
      color 100 end-point ipv4 1.1.1.2
      candidate-paths
        preference 100
          dynamic
            metric
              type te
            !
          !
          constraints
            affinity
              exclude-any
                name RED
              !
            !
           !
         !
       !

Policy source-address configuration to support multiple loopback IP addresses

In order to support multiple loopback IP addresses, these policy configurations must be included on any PCC device that will act as the headend or origination point for a policy.

Global configuration for all policies

Router# segment-routing traffic-eng candidate-paths all source-address ipv4 ip-address 

Configuration for a specific policy

Router# segment-routing traffic-eng policy policy-name source-address ipv4 ip-address 

PCC-initiated RSVP-TE tunnel example


Affinity map configurations