Loading this config file into the router and rebooting it when you begin the lab assignment will put the router into a known state to begin from each time.  You will copy it into the startup configuration portion of flash memory in the BOS2 and SEA1 routers when you begin doing your group's excercises.  When this is done and the router is rebooted, the router will come online almost totally unconfigured.  It *does* include access passwords for the vty's.  This will enable telnet access to the router, once a serial or ethernet interface on it has been successfully configured with an ip address and brought online (taken out of shutdown mode).  This will assist us with remotely solving problems or answering questions which may arise.  

version 11.1
service udp-small-servers
service tcp-small-servers
!
hostname Router
!
!
!
interface Ethernet0
 no ip address
 shutdown
!
interface Ethernet1
 no ip address
 shutdown
!
interface Serial0
 no ip address
 shutdown
!
interface Serial1
 no ip address
 shutdown
!
!
line con 0
 exec-timeout 0 0
 login
line 1 16
 exec-timeout 0 0
 password ecs
line aux 0
 exec-timeout 0 0
 password ecs
 login
line vty 0 3
 exec-timeout 0 0
 password ecs
 login
line vty 4
 exec-timeout 5 0
 password ecs
 login
!
end