I would like to introduce a new IT term.. "BaaS", to those who are familiar with the cloud terminologies like Infrastructure-as-a-Service or Software-as-a-Service, this is nothing a like :) - it actually means two things "Bullshitting-as-a-service" and "Bullshitting-as-a-skill".
##################################################################################################### ## 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 interface. Use explicit interfac