--USER REQUIREMENTS
LAN
Network
Security

--LAN
Physical Design
Logical Design
IP Scheme
Router Config
Equipment List
Access Control Lists

--WAN
WAN Design
PPP Config
ISDN Config
Frame Relay


PPP Configuration

	PPP Configuration with CHAP Authentication:

	Router Setup:
	   DesertView# config terminal
	   DesertView(config)# username administrator passward gettofu
	   DesertView(config)# interface s0
	   DesertView(config-if)# encapsulation ppp
	   DesertView(config-if)# ppp authentication chap
	   DesertView(config-if)# ppp chap hostname 1-102-1
	   DesertView(config-if)# ppp chap passward gettofu
	   DesertView(config-if)# ^z
	   DesertView# copy run start