--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


Frame RelayConfiguration

	  Router Setup:
	     DesertView# config terminal
	     DesertView(config)# interface s0
	     DesertView(config-if)# encapsulation frame-relay cisco
	     DesertView(config-if)# frame-relay lmi-type cisco
	     DesertView(config-if)# bandwidth 1554
	     DesertView(config-if)# ip address 10.5.1.2 255.255.255.0
	     DesertView(config-if)# frame-relay interface-dlci 100
	     DesertView(config-fr-dlci)# exit
	     DesertView(config)# ^Z
	     DesertView# copy run start

	  To verify the configuration:
	     DesertView# show interface s0
	     DesertView# show frame-relay pvc
	     DesertView# show frame-relay map