Related Documentation
- J Series
- CLNS Configuration Overview
- Understanding ES-IS for CLNS
- Verifying a CLNS VPN Configuration
- SRX Series
- CLNS Configuration Overview
- Understanding ES-IS for CLNS
- Verifying a CLNS VPN Configuration
- Additional Information
- Junos OS Feature Support Reference for SRX Series and J Series Devices

Example: Configuring ES-IS for CLNS
This example shows how to create a routing instance and enable ES-IS for CLNS on all interfaces.
Requirements
Before you begin, configure the network interfaces.
See the Junos OS Interfaces Configuration Guide for Security Devices
.
Overview
The configuration instructions in this topic describe how to create a routing-instance called aaaa, set the end system configuration timer for the interfaces to 180, and set a preference value to 30 for ES-IS.
Configuration
CLI Quick Configuration
To quickly configure this example, copy the following commands, paste them into a text file, remove any line breaks, change any details necessary to match your network configuration, and then copy and paste the commands into the CLI at the [edit] hierarchy level.
Step-by-Step Procedure
The following example requires you to navigate various
levels in the configuration hierarchy. For instructions on how to
do that, see Using the CLI Editor in Configuration Mode in the Junos OS CLI User Guide
.
To configure ES-IS for CLNS:
- Configure the routing instance.[edit]user@host# edit routing-instances aaaa
- Enable ES-IS on all interfaces.[edit routing-instances aaaa]user@host# set protocols esis interface all
- Configure the end system configuration timer.[edit routing-instances aaaa]user@host# set protocols esis interface all end-system-configuration-timer 180
- Configure the preference value.[edit routing-instances aaaa]user@host# set protocols esis preference 30
Results
From configuration mode, confirm your configuration by entering the show routing-instances command. If the output does not display the intended configuration, repeat the configuration instructions in this example to correct it.
If you are done configuring the device, enter commit from configuration mode.
Verification
To confirm that the configuration is working properly, perform these tasks:
Verifying Routing-Instance for CLNS
Purpose
Verify that the policy options are enabled for the routing instance.
Action
From operational mode, enter the show routing-instances command.
Verifying ES-IS for CLNS
Purpose
Verify that ES-IS is enabled.
Action
From operational mode, enter the show protocols command.
Related Documentation
- J Series
- CLNS Configuration Overview
- Understanding ES-IS for CLNS
- Verifying a CLNS VPN Configuration
- SRX Series
- CLNS Configuration Overview
- Understanding ES-IS for CLNS
- Verifying a CLNS VPN Configuration
- Additional Information
- Junos OS Feature Support Reference for SRX Series and J Series Devices


