I spend couple of hours yesterday playing with "Any transport over MPLS" and it works. It's easy to configure and easy to troubleshoot,anyway, I am not writing this post because it's easy to configure some MPLS application but because I tried it first on cisco 3725 and I hit some issues - so my advice is - if you are using dynamips and want to try some MPLS features just don't do it on 37xx platforms, use 72xx.
##################################################################################################### ## ISIS ##################################################################################################### # Be sure to set family iso on the interface to be placed into ISIS set interfaces <interface> family iso # By default Junos places interfaces as L1/L2 # Default route leaking: L1 to L2 - all internal routes L2 to L1 - 0/0 route # L1/L2 will send the attached-bit down to L1 and it will act as a NSSA-like area. When the L1 interface # receives the attached-bit it will inject a 0/0 route into the RIB point to the L1/L2 interface. # To disable the attached bit use: set protocols isis ignore-attached-bit # Be careful with the "interface all" command, as it may have some unexpected consequences such as trying # to establish a neighbor on your fxp0 management...