User Manual

WAN Configuration Examples
504 Enterasys X-Pedition User Reference Manual
Use of LCP magic numbers disabled
The maximum allowable number of unanswered requests set to 8
The maximum allowable number of negative-acknowledgment transmissions set to 5
The maximum allowable number of unanswered/improperly answered connection-termination
requests before declaring the link to a peer lost set to 4
Random Early Discard disabled
The number of seconds between subsequent configuration request transmissions (the “retry
interval”) set to 25
RMON enabled
The command line necessary to set up a service profile with the above attributes would be as
follows:
To assign the above service profile to the active PPP WAN port defined earlier (slot 5, port 1):
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.
xp(config)# ppp define service profile2 bridging enable ip enable ipx enable lcp-echo off lcp-magic off
max-configure 8 max-failure 5 max-terminate 4 red off retry-interval 25 rmon on
xp(config)# ppp apply service profile2 ports hs.5.1
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