15 wan configuration examples, 1 simple configuration file, 2 multi-router wan configuration – Riverstone Networks WICT1-12 User Manual

Page 629: Wan configuration examples -25, Simple configuration file -25, Multi-router wan configuration -25, Section 30.15, "wan configuration, Examples

Advertising
background image

Riverstone Networks RS Switch Router User Guide Release 8.0 30-25

WAN Configuration

WAN Configuration Examples

30.15 WAN CONFIGURATION EXAMPLES

30.15.1

Simple Configuration File

The following is an example of a simple configuration file used to test frame relay and PPP WAN ports:

For a broader, more application-oriented WAN configuration example, see "Multi-Router WAN Configuration" next.

30.15.2

Multi-Router WAN Configuration

The following is a diagram of a multi-router WAN configuration encompassing three subnets. From the diagram, you
can see that R1 is part of both Subnets 1 and 2, R2 is part of both Subnets 2 and 3, and R3 is part of subnets 1 and 3.
You can click on the router label (in blue) to jump to the actual text configuration file for that router:

port set hs.5.1 wan-encapsulation frame-relay speed 45000000

port set hs.5.2 wan-encapsulation ppp speed 45000000

interface create ip fr1 address-netmask 10.1.1.1/16 port hs.5.1.100

interface create ip ppp2 address-netmask 10.2.1.1/16 port hs.5.2

interface create ip lan1 address-netmask 10.20.1.1/16 port et.1.1

interface create ip lan2 address-netmask 10.30.1.1/16 port et.1.2

ip add route 10.10.0.0/16 gateway 10.1.1.2

ip add route 10.40.0.0/16 gateway 10.2.1.2

Advertising