! ACPC-3 - Week of August 20, 2001 - NYC, NY, USA
! Neil Lovering - 8/23/01
! configs for all labs except voice and multicast
!
! Access server (R8)
!
hostname p12acc
!
ip subnet-zero
no ip domain-lookup
ip host r1 202.21.12.1
ip host p12r6 2006 1.1.1.1
ip host p12r1 2001 1.1.1.1
ip host p12r5 2005 1.1.1.1
ip host p12r2 2002 1.1.1.1
ip host p12r3 2003 1.1.1.1
ip host p12r7 2007 1.1.1.1
ip host p12r4 2004 1.1.1.1
ip host r7 202.21.12.7
ip host r6 161.12.0.6
ip host r5 161.12.55.5
ip host r4 54.254.1.12
ip host r3 161.12.33.3
ip host r2 202.21.12.2
ip host cat 2008 1.1.1.1
ip host acc 202.21.12.133
ipx routing 0010.7be7.ad41
ipx maximum-paths 2
ipx internal-network 8
!
interface Loopback0
 ip address 12.8.8.8 255.255.255.255
!
interface Loopback1
 ip address 1.1.1.1 255.255.255.255
!
interface Ethernet0
 ip address 202.21.12.133 255.255.255.252
 ip mobile arp
 ipx access-group 900 out
 ipx network 3912
 ipx nlsp enable
 priority-group 1
!
interface Serial0
 ip address 202.21.12.130 255.255.255.252
 bandwidth 64
 ipx network 6912
 ipx nlsp enable
 custom-queue-list 1
!
interface Serial1
 no ip address
 shutdown
!
router eigrp 12
 redistribute mobile metric 64 1 255 1 1500
 passive-interface Loopback0
 network 202.21.12.0
 network 12.0.0.0
 no auto-summary
!
no ip classless
logging 54.254.1.254
access-list 110 permit gre any any
access-list 111 permit tcp any any eq www
access-list 111 permit tcp any eq www any
access-list 112 permit tcp any eq 2065 any
access-list 112 permit tcp any any eq 2065
access-list 113 permit udp any eq tftp any
access-list 113 permit udp any any eq tftp
access-list 900 deny any any nping 3912.0010.7b3c.724f nping
access-list 900 permit any
queue-list 1 protocol ip 1 list 110
queue-list 1 protocol ip 2 list 111
queue-list 1 protocol ip 3 list 112
queue-list 1 default 16
queue-list 1 queue 1 byte-count 2000
queue-list 1 queue 2 byte-count 2000
queue-list 1 queue 3 byte-count 2000
queue-list 1 queue 16 byte-count 4000
priority-list 1 protocol ip high list 113
priority-list 1 default low
!
ipx router nlsp
 area-address 0 0
 log-adjacency-changes
!
no ipx router rip
!
line con 0
 privilege level 15
 logging synchronous
line 1 8
 no exec
 transport input all
line aux 0
line vty 0 4
 privilege level 15
 logging synchronous
 login
!
end


