OSPF Overload

1. Intro OSPF Overload: configure the local routing device so that it appears to be overloaded. You might do this when you want the routing device to participate in OSPF routing, but do not want it to be used for transit traffic. There is no overload bit, like we have in ISIS Overload. Instead, OSPF […]

21 mins read

OSPF Summarization

1. Intro In the previous post we applied OSPF basic config on our test network. We had 2 areas; one of them is a Totally NSSA area. In this post will do some OSPF route summarization on the same topology, continuing from where we left off. For easy reference find the OSPF database as it […]

42 mins read

OSPF Basic config

1. Intro In this post we will apply OSPF basic config on our test network. We have 2 areas; one of them will be a Totally NSSA area. In the next post will do some OSPF route summarization on the same topology. 2. OSPF Basic config We will configure a topology with multiple areas: The […]

21 mins read

ISIS Cheat Sheet

ISIS – Interior Gateway Protocol (IGP) Type: Link State Algorithm: Dijkstra  Metric: 10 for any interface0 for Loopback interface Metric Type: Narrow and Wide by default. But, ISIS silently limits metric to 63.In modern ISIS deployments we should enable wide-metric-only. Preference (AD): 15 / 18 (L1/L2 Internal)160 / 165 (L1/L2 External) PDU Types IIH IS-IS […]

1 min read

System Scripts

Junos automation consists of a suite of tools used to automate operational and configuration tasks on network devices running Junos. In this post we will configure different system scripts on the router. 1. Basic system script configuration First, we need to copy the scripts to the router: The script files must be copied to a […]

3 mins read

Syslog

We can configure Junos syslog at the [edit system syslog] hierarchy level, and we can direct the system syslog messages to the following destinations: (console | file filename | host destination | user username): For all destinations we must mention the Facility and Severity: The Junos OS system logging facilities that you can specify in […]

4 mins read