Riverstone Networks WICT1-12 User Manual

Page 633

Advertising
background image

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

WAN Configuration

WAN Configuration Examples

Router R5 Configuration File

The following configuration file applies to Router R5



Router R6 Configuration File

The following configuration file applies to Router R6



!Configuration for ROUTER R5

port set se.4.1 wan-encapsulation ppp speed 1500000

port set et.1.* duplex full

vlan create s1 id 200

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

vlan add ports se.4.1 to s1

interface create ip s1 address-netmask 100.100.100.5/16 vlan s1

rip add interface all

rip set auto-summary enable

rip set interface all version 2

rip start

system set name R5

arp add 50.50.50.15 mac-addr 000505:050500 exit-port et.1.1

!Configuration for ROUTER R6

port set et.15.* duplex full

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

frame-relay create vc port hs.3.1.106

frame-relay define service CIRforR1toR6 cir 45000000 bc 450000

frame-relay apply service CIRforR1toR6 ports hs.3.1.106

vlan create BridgeforR1toR6 port-based id 106

interface create ip FRforR1toR6 address-netmask 100.100.100.6/16 vlan BridgeforR1toR6

interface create ip lan1 address-netmask 60.60.60.6/16 port et.15.1

vlan add ports hs.3.1.106 to BridgeforR1toR6

vlan add ports et.15.2 to BridgeforR1toR6

qos set ip VideoFromNT high 100.100.100.100 200.200.200.200 any any

qos set ip VideoFrom95 high 200.200.200.200 100.100.100.100 any any

rip add interface all

rip set interface all version 2

rip set auto-summary enable

rip start

system set name R6

arp add 60.60.60.16 mac-addr 000606:060600 exit-port et.15.1

Advertising