Configuring RSVP on the VPLS PE Router

Enable RSVP for all connections that participate in the label-switched path (LSP) on the PE1 router.

Before You Begin

For background information, read VPLS on a PE Router Configuration Overview.

You can use either J-Web or the CLI configuration editor to configure RSVP on the VPLS PE router.

This topic covers:

J-Web Configuration

To configure the interface to the PE2 router for RSVP:

  1. Select Configure>CLI Tools>Point and Click CLI.
  2. Next to Protocols, click Configure or Edit.
  3. Next to Rsvp, click Configure or Edit.
  4. Next to Interface, click Add new entry.
  5. In the Interface name box, type so-2/0/1.0.
  6. Click OK.

To configure the loopback interface for RSVP:

  1. In the Rsvp page, click Add new entry next to Interface.
  2. In the Interface name box, type lo0.0.
  3. Click OK.
  4. In the Rsvp page, click OK.

CLI Configuration

To configure the interface to the PE2 router for RSVP:

user@host# set protocols rsvp interface so-2/0/1.0

To configure the loopback interface for RSVP:

user@host#set protocols rsvp interface lo0.0

Related Topics