Author name: Damian

​Junos Local User Accounts

Local users on Junos are configured under the system login hierarchy. To configure centrally managed user accounts, you can use RADIUS or TACACS. Users And Classes Users are the individual user accounts. Each account is assigned to a class. The classes act like user groups, specifying what permissions a user has. There are four pre-existing […]

​Junos Local User Accounts Read More »

​Junos Route Filters

Route filters are one of the match criteria in Junos policy. It is a way of matching against a single route or a group of routes. Route filters consist of a prefix to match against, what style of match should be made, and can optionally have an action defined. In some ways, route filters are

​Junos Route Filters Read More »

​Junos Load Command

The Junos load command loads configuration from a file or the terminal. It is an incredibly useful and powerful tool. Remember that none of the changes you make with the load command will become active until you commit the configuration. So as long as you don’t commit, you can always use ‘rollback 0’ to abandon

​Junos Load Command Read More »

​Junos Commit At Command

The Junos commit at command allows us to schedule a commit for either a future date or after the next reboot. Commit At Example In this example, we’re going to put a basic configuration on interface ge-0/0/3 and schedule a commit in the future. This is the new config being added. Scheduling The Commit When

​Junos Commit At Command Read More »

​Junos File Command

The Junos file command allows us to manipulate files on the local file system and copy files to and from remote servers using protocols such as SCP, FTP, and HTTP. Junos Copying Files Junos allows us to copy files on the local file system and to remote hosts. It can also copy files between routing

​Junos File Command Read More »

​Junos Prefix Lists

In this post, we’re going to look at Juniper prefix-lists. What they are, how to configure them, and how they behave. You may also like to read about route filters, which provide some additional matching options. What Is A Prefix List A prefix list is exactly what it sounds like, a list of prefixes or

​Junos Prefix Lists Read More »

VRRP

VRRP stands for Virtual Router Redundancy Protocol. It is used to create a Virtual IP (VIP) address, which can then be used as the default gateway for network clients or as a next hop for a static route. VRRP is one of several First Hop Redundancy Protocols (FHRP) and is similar to Cisco HSRP. The

VRRP Read More »