cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2337
Views
5
Helpful
17
Replies

SRTE

username11
Level 1
Level 1

I configured the Policy to choose the path followed by traffic between 100.100.100.100 and 100.100.100.101 but there is a problem 

 

qst 1.pngqst.pngqst3.png

2 Accepted Solutions

Accepted Solutions

Harold Ritter
Spotlight
Spotlight

Hi @username11 ,

 

As @balaji.bandi indicated, it is one thing to define a policy, but you also need to direct traffic into that policy. This is referred to as traffic steering. There are many ways to steer traffic into a policy. For testing you could use a static route to do that.

 

Please refer to the following documentation to see how to steer the traffic into the policy, using a static route.

 

https://www.cisco.com/c/en/us/td/docs/routers/asr903/software/guide/seg-routing/17-1-1/b-segment-routing-17-1-1-asr900/m-static-route-traffic-steering-sr-te-policy.html

 

Regards,

 

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

View solution in original post

Harold Ritter
Spotlight
Spotlight

Hi @username11 ,

 

You are missing the following traffic engineering configuration.

 

! Enable traffic-eng globally

mpls traffic-eng tunnels

! Enable traffic-eng on all core interfaces

int gi1

mpls traffic-eng tunnels

! Enable traffic-eng at the isis level

router isis SR

mpls traffic-eng router-id lo0

mpls traffic-eng level-1

 

You need to add this to all routers in the core network.

 

Regards,

 

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

View solution in original post

17 Replies 17

balaji.bandi
Hall of Fame
Hall of Fame

that is confiuration of TE policy, how about routing config, how you want to take which patch to reach 100.100.100.100 to 100.100.100.101

 

below example help you configuring routing :

https://protocoholic.com/2021/08/06/gns3-cisco-lab-srtesegment-routing-traffic-engineering-wecmpweighted-ecmp-configuration-on-cisco-ios-xr-and-ios-xe-routers/

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

almost the same but I did not know the problem

qst.png

Can you attachedconfig of  all the device required config(not screenshots).

 

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

@balaji.bandi 

sorry l can only screenshots 

Harold Ritter
Spotlight
Spotlight

Hi @username11 ,

 

As @balaji.bandi indicated, it is one thing to define a policy, but you also need to direct traffic into that policy. This is referred to as traffic steering. There are many ways to steer traffic into a policy. For testing you could use a static route to do that.

 

Please refer to the following documentation to see how to steer the traffic into the policy, using a static route.

 

https://www.cisco.com/c/en/us/td/docs/routers/asr903/software/guide/seg-routing/17-1-1/b-segment-routing-17-1-1-asr900/m-static-route-traffic-steering-sr-te-policy.html

 

Regards,

 

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

HI @Harold Ritter 

the same problem (with static route) I repeat the configuration and the same problem 

qst.png

maybe because there are two interface,and the router don't know the interface of source

qst.png

Hi @username11 ,

 

This should not be happening. This message will go away once you fixed the other issues.

 

Regards,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

Hi @username11 ,

 

Can you check the following two things:

 

1. Make sure you add the following configuration to your policy POL1:

 

policy POL1
candidate-paths

preference 200
constraints
segments
dataplane mpls

2. Make sure all your core interfaces are configured as point to point under your routing protocol.

 

3. What IOS-XE version are you using?

 

Regards,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

HI Mr @Harold Ritter 

the 1 and 2 are verified

the version of csr 1000v is 17.3.2

Hi @username11 ,

 

You should also make sure you use the following command under your core routing protocol:

 

router ospf xxx
distribute link-state

or

router isis xxx

distribute link-state

 

Can you also join a new

show segment-routing traffic-end pol all

output after making the changes I suggested.

 

Regards,

 

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

hi Mr @Harold Ritter 

qst.png

Hi @username11 ,

 

Could you please provide the configuration for PE-SR1 and the output from

show segment-routing traffic-eng topology ipv4?

 

Regards,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

Hi Mr @Harold Ritter 

config PE-SR1

1.png

 

2.png

 

3.png

 

4.png