Example: Configuring OSPF on the VPLS PE Router

This example shows how to configure OSPF on the VPLS PE router.

Requirements

Before you begin:

Overview

The PE routers exchange routing information using an IGP such as OSPF. In this example, you configure OSPF area 0.0.0.0 on the VPLS PE router and traffic engineering for OSPF.

Configuration

Step-by-Step Procedure

To configure OSPF on the VPLS PE router:

  1. Configure the OSPF area on the VPLS PE router.
    [edit]user@host# set protocols ospf area 0.0.0.0 interface so-2/0/1.0user@host# set protocols ospf area 0.0.0.0 interface lo0.0
  2. Configure traffic engineering for OSPF.
    [edit]user@host# set protocols ospf traffic-engineering
  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 protocols command.

Related Topics