** Acacia Router Configuration ** |
| ! ****************************************************************** ! NOTE: I have added all the other configuration ! service timestamps debug uptime service timestamps log uptime service password-encryption no service tcp-small-servers no service udp-small-servers ! ! **SIMPLE CONFIGURATION OPTIONS: ! hostname Acasia ! enable password class username TEMP_Service_Center- password class ! no ip name-server ! isdn switch-type primary-4ess ! !***ACL CONFIGURATION: ! access-list 101 permit tcp host 10.42.110.1 any eq email ! access-list 102 permit tcp any any eq DNS access-list 102 permit tcp any any eq email access-list 102 permit tcp any any eq http ! access-list 103 permit ip 10.42.111.0 0.0.0.255 10.42.112.0 0.0.0.255 access-list 103 permit ip 10.42.111.0 0.0.0.255 10.42.113.0 0.0.0.255 ! access-list 104 permit tcp 10.42.112.0 0.0.0.255 host 10.42.111.2 eq DNS access-list 104 permit tcp 10.42.112.0 0.0.0.255 host 10.42.111.2 eq email access-list 104 permit tcp 10.42.112.0 0.0.0.255 host 10.42.111.2 eq http access-list 104 permit tcp 10.42.112.0 0.0.0.255 host 10.42.111.2 eq ftp-data access-list 104 deny ip 10.42.112.0 0.0.0.255 10.42.111.0 0.0.0.255 ! access-list 103 permit tcp 10.42.113.0 0.0.0.255 host 10.42.111.2 eq DNS access-list 103 permit tcp 10.42.113.0 0.0.0.255 host 10.42.111.2 eq email access-list 103 permit tcp 10.42.113.0 0.0.0.255 host 10.42.111.2 eq http access-list 103permit tcp 10.42.113.0 0.0.0.255 host 10.42.111.2 eq ftp-data access-list 103 deny ip 10.42.113.0 0.0.0.255 10.42.111.0 0.0.0.255 ! ip subnet-zero no ip domain-lookup ip routing ipx routing 1897.e8f2.cf1a ! controller T1 3/0 no shutdown framing esf linecode b8zs pri-group timeslots 1-24 ! controller T1 3/1 ! !***INTERFACE CONFIGURATION: ! interface Dialer 1 !{shouldn’t this be called pri0} ip access-group 101 in ip access-group 102 out description connected to Service_Center ip address 10.42.110.1 255.255.255.0 no ip split-horizon ipx network 0A2A6E00 no ipx route-cache ipx watchdog-spoof ipx spx-spoof encapsulation ppp dialer in-band dialer idle-timeout 120 dialer map snapshot 1 name TEMP_Service_Center- broadcast dialer-group 1 ppp authentication chap no ppp multilink snapshot server 15 dialer no cdp enable ! interface FastEthernet 0/0 no shutdown description connected to WS-C4003-S1...Admin ip access-group 103 in ip address 10.42.111.1 255.255.255.0 ipx network 0A2A6F00 encapsulation novell-ether keepalive 10 ! interface FastEthernet 1/0 no shutdown description connected to WS-C4003-S1...A+B ip access-group 104 in ip address 10.42.112.1 255.255.255.0 ipx network 0A2A7000 encapsulation novell-ether keepalive 10 ! interface FastEthernet 2/0 no shutdown description connected to WS-C4003-S1...CD ip access-group 105 in ip address 10.42.113.1 255.255.255.0 ipx network 0A2A7100 encapsulation novell-ether keepalive 10 ! ! NOTE: I don’t understand this control list stuff. ! ! Dialer Control List 1 ! no dialer-list 1 dialer-list 1 protocol ip permit dialer-list 1 protocol ipx permit ! !***IGRP CONFIGURATION ! ip routing router igrp network 0A2A6E00 network 0A2A6E00 network 0A2A6E00 network 0A2A6E00 timers basic 15 45 0 60 no metric holdown metric maximum-hop 10 ! ! NOTE: I believe hexadecimail ipx addresses is used instead of ! regular IP address in this situation (I’m not sure) ! !***REMAINING CONFIGURATION OPTIONS: ! banner motd # Note that most other school routers will have similar configurations # ! ip classless no ip http server snmp-server community public RO no snmp-server location no snmp-server contact ! line console 0 exec-timeout 0 0 password cisco login ! line vty 0 4 password cisco login ! end |