Hi,
I just configured CBTS feature in my GNS3 scenario.
at PE1 I did:
! The TE member tunnels are:
interface Tunnel0
ip unnumbered Loopback0
tunnel mode mpls traffic-eng
tunnel destination 10.10.10.103
tunnel mpls traffic-eng autoroute announce
tunnel mpls traffic-eng priority 1 1
tunnel mpls traffic-eng bandwidth 1024
tunnel mpls traffic-eng path-option 1 explicit name LSP1
tunnel mpls traffic-eng exp 4
interface Tunnel1
ip unnumbered Loopback0
tunnel mode mpls traffic-eng
tunnel destination 10.10.10.103
tunnel mpls traffic-eng autoroute announce
tunnel mpls traffic-eng priority 7 7
tunnel mpls traffic-eng bandwidth 400
tunnel mpls traffic-eng path-option 1 explicit name LSP2
tunnel mpls traffic-eng exp defult
!The master tunnel configuration is:
interface Tunnel100
ip unnumbered Loopback0
tunnel mode mpls traffic-eng
tunnel destination 10.10.10.103
tunnel mpls traffic-eng autoroute announce
tunnel mpls traffic-eng exp-bundle master
tunnel mpls traffic-eng exp-bundle member Tunnel0
tunnel mpls traffic-eng exp-bundle member Tunnel1
Also i did same procedure at PE2 with different destinations
the ISO image used :c7200-adventerprisek9-mz.150-1.M7
My problem: The packets are not forwarded over the right TE tunnel according to the EXP value, imposed on the MPLS packets and configured on the TE tunnels. -
Please help me to fix this problem. I don't see where I got it wrong -
354
Hi,
I'm trying to use this feature