
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
service password-encryption
service udp-small-servers
service tcp-small-servers
!
hostname bluebox-server-13
!
aaa new-model
aaa authentication ppp default radius local
aaa authorization network default radius
aaa accounting network default stop-only radius
enable password 7 XXXXXXXXXXXXXXXX
!
username nocuser password 7 XXXXXXXXXXXXX
no ip finger
ip domain-name mit.edu
ip name-server 18.71.0.151
ip name-server 18.72.0.3
ip name-server 18.70.0.160
ip address-pool local
appletalk routing
appletalk virtual-net 16216 IS-DCNS
isdn switch-type primary-5ess
!
!
controller T1 0
 framing esf
 clock source line primary
 linecode b8zs
 pri-group timeslots 1-24
!
controller T1 1
 shutdown
 clock source line secondary
!
!
interface Ethernet0
 ip address 18.162.0.238 255.255.0.0
 ip broadcast-address 18.162.255.255
 no ip mroute-cache
 appletalk cable-range 16201-16210 16209.120
 appletalk zone ARA-DCNS
 appletalk zone IS-DCNS
!
interface Serial0
 no ip address
 no ip mroute-cache
 shutdown
!
interface Serial1
 no ip address
 no ip mroute-cache
 shutdown
!
interface Serial0:23
 ip unnumbered Ethernet0
 encapsulation ppp
 dialer rotary-group 1
 isdn switch-type primary-5ess
 isdn incoming-voice modem
 no fair-queue
 no cdp enable
!
interface Group-Async1
 ip unnumbered Ethernet0
 encapsulation ppp
 no logging event link-status
 async mode interactive
 appletalk client-mode
 peer default ip address pool default
 no cdp enable
 ppp authentication pap
 group-range 1 24
!
interface Dialer1
 ip unnumbered Ethernet0
 encapsulation ppp
 dialer in-band
 dialer idle-timeout 3600
 dialer-group 1
 appletalk client-mode
 peer default ip address pool default
 no fair-queue
 no cdp enable
 ppp authentication pap
 ppp multilink
!
ip local pool default 18.162.2.185 18.162.2.207
no ip classless
ip route 0.0.0.0 0.0.0.0 18.162.0.1
ip route 18.0.0.0 255.0.0.0 18.162.0.1
!
logging facility local5
logging 18.72.0.164
dialer-list 1 protocol ip permit
dialer-list 1 protocol appletalk permit
snmp-server community public RO
snmp-server community XXXXXXXXXX RW
radius-server host 18.177.0.230 auth-port 1645 acct-port 1646
radius-server key XXXXXXXXXXX
!
line con 0
 transport input none
line 1 24
 autoselect ppp
 modem InOut
 transport input all
line 25 48
line aux 0
line vty 0 4
 exec-timeout 0 0
 password 7 XXXXXXXX
 login authentication none
!
end
