- play_arrow Overview
- play_arrow Introduction to IS-IS
-
- play_arrow Monitoring and Troubleshooting Network Issues
- play_arrow Monitoring Networks
- play_arrow Troubleshooting Network Issues
- Working with Problems on Your Network
- Isolating a Broken Network Connection
- Identifying the Symptoms of a Broken Network Connection
- Isolating the Causes of a Network Problem
- Taking Appropriate Action for Resolving the Network Problem
- Evaluating the Solution to Check Whether the Network Problem Is Resolved
- play_arrow Troubleshooting IS-IS
-
- play_arrow Configuration Statements and Operational Commands
Configuring Designated Router Election Priority for IS-IS
This example shows how to configure the designated router election priority for IS-IS.
Before you begin:
Configure network interfaces. See the Junos OS Interfaces Configuration Guide for Security Devices.
Enable IS-IS on the interfaces. See Example: Configuring IS-IS.
In this example, you configure the priority for logical interface ge-0/0/1.0 to be 100 and the level number to be 1. If this interface has the highest priority value, the router becomes the designated router for the Level 1 area.
To configure a designated router election priority for IS-IS:
[edit] user@host# set protocols isis interface ge-0/0/1.0 level 1 priority 100
- The default designated router election priority for IS-IS is 64. If you do not configure the priority value for an interface, by default IS-IS assigns the priority 64.
The router with the highest priority value is elected as the designated router.