Example: Configuring Static Routes for CLNS

This example shows how to configure the static routes for CLNS.

Requirements

Before you begin, configure the network interfaces. See the Junos OS Interfaces Configuration Guide for Security Devices.

Overview

In this example, you create a routing instance called aaaa and configure the static route for CLNS.

This example uses the following ISO NET address and NSAP prefix:

Configuration

Step-by-Step Procedure

To configure a static route for CLNS:

  1. Configure the routing instance.
    [edit]user@host# set routing-instances aaaa
  2. Configure the next-hop ISO NET address for an NSAP prefix.
    [edit ]user@host# set routing-instances aaaa routing-options rib iso.0 static iso-route 47.0005.80ff.f800.0000.0108.0001.0100.7300.1002/152 next-hop 47.0005.80ff.f800.0000.aaaa.1000.1921.6800.4196.00
  3. If you are done configuring the device, commit the configuration.
    [edit]user@host# commit

Verification

To verify the configuration is working properly, enter the show routing-instances aaaa command.

Related Topics