Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MPLS

Status
Not open for further replies.

jeter

Technical User
Joined
Apr 6, 2000
Messages
1,841
Location
US
I'm looking for some working configs on MPLS circuits.

“Reserve your right to think, for even to think wrongly is better than not to think at all”

CCNA,CCNP,Network+
Tek-TIP Member 19,650
[americanflag]
 
ce<---->pe<---->p<----->pe<---->ce

..this might not be what your looking for..but...



..i had built a mpls lab from link below...it took me forever and a day to realize that i couldnt support the p router because only 7500 series or better can do true mpls labeling....i think these means no traffic engineering capabilities..

..i used this lab for testing voip/qos and general packet passing technology dealing with mpls...(my former employer was changing over to mpls and i wanted a better understanding).....


..below cisco forum dealing with mpls..





..below link from amazon with a kewl book (that i own) with good explanation of theory and configuration examples...(the books is 3 dollars)



CCNP,CCSP,MCSE,Sec+,Net+,A+...
 
If you are a building a CE device, just build it as you would if you were connecting to an non-MPLS device. CE's to a large extent are unaware they form part of an MPLS network unless they need to be VRF-aware using something like VRF-lite.

Just to add to the info Dan has outlined, the following is a link to Cisco's repository of MPLS-related info - might prove useful:

 
interface Serial1/0
mtu 1500
no ip address
encapsulation frame-relay IETF
no ip mroute-cache
tx-ring-limit 14
tx-queue-limit 14
dsu bandwidth 6000
frame-relay lmi-type ansi
max-reserved-bandwidth 100
service-policy input mypolicy-IN-S1/0
service-policy output mypolicy-OUT-S1/0

not so interesting really ;)


UnaBomber
ccnp mcse2k
 
Thank you all for your comments.

“Reserve your right to think, for even to think wrongly is better than not to think at all”

CCNA,CCNP,Network+
Tek-TIP Member 19,650
[americanflag]
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top