IPv6 is getting the right attraction in the company I work in, and attended a IPv6 training from FastLane (http://www.flane.co.uk/) course_id: (IP6FD) which is not a bad course if you are a beginner coming from an enterprise type of network. Of course, I learnt few new things and in general the topic is quite hot - so, if you are guys are looking for more advanced course, maybe it's worth trying (IPV6SPAM) instead of (IP6FD).
##################################################################################################### ## 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...