Dhcp, Dhcp configuration – Riverstone Networks WICT1-12 User Manual

Page 365

Advertising
background image

Riverstone Networks RS Switch Router User Guide Release 8.0 17-57

MPLS Configuration

Configuring L3 Label Switched Paths

DHCP Configuration

Note

A shared network DHCP configuration will be necessary to accommodate the
example shown in

Figure 17-12

, because multiple subnets exist on a single

interface. It is also recommended that subscriber devices be configured to use the
same gateway address as cable modems; this will provide improved network
utilization when implementing a shared network architecture.

The following example shows the configuration of the DHCP server shown in

Figure 17-12

to support the shared

network environment for the Internet Software Consortium (ISC):

mpls set label-switched-path dynamic2.2AOL primary dp1.2

mpls set label-switched-path dynamic2.2AOL policy AOL11.2

! Create LSP for AT&T ISP

mpls create label-switched-path dynamic3.2ATT to 1.1.1.1 no-cspf

mpls create policy ATT12.2 dst-ipaddr-mask 160.12.0.0/16

mpls set label-switched-path dynamic3.2ATT primary dp1.2

mpls set label-switched-path dynamic3.2ATT policy ATT12.2

! Start MPLS

mpls start

! Configure RSVP

rsvp add interface R3toR2

rsvp start

# Global Parameters

default-lease-time 2592000;

max-lease-time 2592000;

# Supported Subnets

# This is the range of IPs that are

# dynamically handed out to the requesting

# cablemodems.

subnet 160.10.0.0 netmask 255.255.0.0{

range 160.10.1.100 160.10.2.254;

filename "harvey1.cfg";

Advertising