Cabletron Systems SmartSwitch Network Router User Manual


 
Chapter 22: WAN Configuration Guide
332 SmartSwitch Router User Reference Manual
WAN Configuration Examples
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.
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