11-10-2010 07:45 AM
Hi,
I'm trying to use this feature, following the doc on the Cisco CCO
http://www.cisco.com/en/US/partner/docs/ios/12_0s/feature/guide/gscbts.html
Here is my sample config:
interface Tunnel1000
ip unnumbered Loopback0
tunnel destination 200.0.1.234
tunnel mode mpls traffic-eng
tunnel mpls traffic-eng autoroute announce
tunnel mpls traffic-eng autoroute metric relative -2
tunnel mpls traffic-eng priority 0 0
tunnel mpls traffic-eng bandwidth 10000
tunnel mpls traffic-eng path-option 1000 explicit name PE11-P11-P1-P2-P21-PE21
tunnel mpls traffic-eng exp default
no routing dynamic
!
interface Tunnel2000
ip unnumbered Loopback0
tunnel destination 200.0.1.234
tunnel mode mpls traffic-eng
tunnel mpls traffic-eng autoroute announce
tunnel mpls traffic-eng autoroute metric relative -2
tunnel mpls traffic-eng priority 0 0
tunnel mpls traffic-eng bandwidth 10000
tunnel mpls traffic-eng path-option 1 explicit name PE11-P11-P21-PE21
tunnel mpls traffic-eng exp 5
no routing dynamic
!
ip explicit-path name PE11-P11-P1-P2-P21-PE21 enable
next-address 200.0.1.149
next-address 200.0.1.9
next-address 200.0.1.10
next-address 200.0.1.233
next-address 200.0.1.234
!
ip explicit-path name PE11-P11-P21-PE21 enable
next-address 200.0.1.149
next-address 200.0.1.233
next-address 200.0.1.234
!
I espect that the output of show mpls forwarding-table 200.0.1.234 detail shows infos about exp selection, but I receive only the following:
Local Outgoing Prefix Bytes Label Outgoing Next Hop
Label Label or VC or Tunnel Id Switched interface
26 Pop Label 200.0.1.234/32 0 Tu1000 point2point
MAC/Encaps=14/18, MRU=1524, Label Stack{32}, via Fa0/0
CA0111000008CA070EA000088847 00020000
No output feature configured
Per-destination load-sharing, slots: 0 2 4 6 8 10 12 14
Pop Label 200.0.1.234/32 0 Tu2000 point2point
MAC/Encaps=14/18, MRU=1524, Label Stack{29}, via Fa0/0
CA0111000008CA070EA000088847 0001D000
No output feature configured
Per-destination load-sharing, slots: 1 3 5 7 9 11 13 15
What is wrong ?
Thank you in advance.
11-14-2010 10:53 PM
I cannot see anything wrong over here...!
However, URL given by you is wrong. Here is the correct one -
http://www.cisco.com/en/US/docs/ios/12_0s/feature/guide/gscbts.html
Regards,
Aditya Ghanekar.