Home à Desert View Router Configuration
Desert View Elementary School Router Configuration
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
!
hostname Desert_View
!
no logging console
enable secret 5 $1$Zz4D$X80nlRL8TrR397qSxMrdg/
!
ip subnet-zero
ipx routing 0010.7b81.d5cc
!
ip reflexive-list timeout 120
!
!
interface Ethernet0/0
description This is the Ethernet connection to the Administrative network.
ip address 192.168.7.1 255.255.255.0
no ip directed-broadcast
!
interface Ethernet0/1
description This is the Ethernet connection to the Curriculum network.
ip address 192.168.8.1 255.255.255.0
ip access-group Curricfilter in
ip access-group Outgoing out
no ip directed-broadcast
ipx encapsulation SAP
ipx network C0A80800
!
interface Serial0/0
description This is the WAN connection to the Phoenix N.W. core router.
ip address 192.168.6.2 255.255.255.0
no ip directed-broadcast
no ip mroute-cache
ipx network C0A80600
!
router igrp 100
timers basic 90 270 0 630
network 192.168.6.0
network 192.168.7.0
network 192.168.8.0
network 204.204.7.0
network 210.93.105.0
no metric holddown
metric maximum-hops 10
!
ip classless
!
ip access-list extended Curricfilter
permit tcp 192.168.8.0 0.0.0.255 any eq www
permit tcp 192.168.8.0 0.0.0.255 any eq ftp
permit ip 192.168.8.0 0.0.0.255 host 192.168.7.203
permit tcp 192.168.8.0 0.0.0.255 host 192.168.7.201 eq domain
permit udp 192.168.8.0 0.0.0.255 host 192.168.7.201 eq domain
permit tcp 192.168.8.0 0.0.0.255 host 192.168.7.201 eq smtp
permit tcp 192.168.8.0 0.0.0.255 host 192.168.7.201 eq pop3
permit udp 192.168.8.0 0.0.0.255 any eq snmp
evaluate iptraffic
!
ip access-list extended Outgoing
permit ip any any reflect iptraffic
!
banner motd ^CWelcome to the Washington Elementary School District Router
Located at Desert View Elementary School!^C
!
line con 0
password 7 00071A150754
logging synchronous
login
transport input none
line aux 0
password 7 00071A150754
login
modem Dialin
modem autoconfigure discovery
autohangup
speed 115400
flowcontrol hardware
line vty 0 4
password 7 00071A150754
logging synchronous
login
!
end