Juniper

​Junos And BGP Community Strings

BGP community strings are widely used in routing policy. In this post we’re going to look at: Lab Setup All of the examples that follow are based on the following lab setup. VMX-2 is advertising the following routes to vMX-1. Route Community Strings 172.16.0.0/24 65001:100 65002:50 172.16.1.0/24 65001:200 65003:6789 172.16.2.0/24 65001:300 65002:50 172.16.3.0/24 65001:400 65003:9876

​Junos And BGP Community Strings Read More »

​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 »