R1#wr t
Building configuration...

Current configuration:
!
! Last configuration change at 03:54:27 MST Fri Mar 5 1993
! NVRAM config last updated at 03:54:30 MST Fri Mar 5 1993
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R1
!
aaa new-model
aaa authentication login default line
aaa authentication login user group tacacs+ local
aaa authentication login cisco group tacacs+ local
!
username acpc password 0 cisco
!
!
!
!
clock timezone MST 7
clock summer-time MDT recurring
ip subnet-zero
ip tcp synwait-time 5
no ip domain-lookup
!
ip inspect audit-trail
ip inspect name TwoCR1 tcp
ip inspect name TwoCR1 udp
ip audit notify log
ip audit po max-events 100
cns event-service server
!
!
!
!
!
!
!
!
interface FastEthernet0/0
 ip address 161.12.32.1 255.255.255.128
 ip access-group 120 in
 no ip directed-broadcast
 ip irdp
 ip irdp preference 1000
 duplex auto
 speed auto
 ntp broadcast key 100
!
interface ATM1/0
 no ip address
 no ip directed-broadcast
 atm ilmi-keepalive
 pvc 0/5 qsaal
 !
 pvc 0/16 ilmi
 !
!
interface ATM1/0.1 multipoint
 ip address 212.12.12.1 255.255.255.0
 ip access-group 180 in
 no ip directed-broadcast
 ip inspect TwoCR1 out
 map-group ccie
 atm esi-address 1000000000FF.00
!         
interface ATM1/0.2 point-to-point
 ip address 192.10.32.12 255.255.255.0
 ip access-group 120 in
 no ip directed-broadcast
 pvc 0/34 
 !
!
router bgp 12127
 no synchronization
 bgp log-neighbor-changes
 network 161.12.32.0 mask 255.255.255.128
 network 212.12.12.0
 neighbor 161.12.32.7 remote-as 12127
 neighbor 161.12.32.7 advertisement-interval 2
 neighbor 161.12.32.7 next-hop-self
 neighbor 161.12.32.7 send-community
 neighbor 212.12.12.254 remote-as 1
 neighbor 212.12.12.254 password CCIE
 neighbor 212.12.12.254 advertisement-interval 15
 neighbor 212.12.12.254 distribute-list 100 in
 neighbor 212.12.12.254 route-map weight-in in
 neighbor 212.12.12.254 maximum-prefix 25
 neighbor 212.12.12.254 filter-list 10 in
 no auto-summary
!
ip classless
no ip http server
ip community-list 7 permit 1000
ip as-path access-list 10 permit ^1$
!
!
map-list ccie
 ip 212.12.12.254 atm-nsap 47.0091810000000050BD267C01.100000002546.00 broadcast
access-list 1 permit 223.255.254.0 0.0.0.255
access-list 100 deny   ip 0.0.0.0 0.255.255.255 any
access-list 100 deny   ip 127.0.0.0 0.255.255.255 any
access-list 100 deny   ip 10.0.0.0 0.255.255.255 any
access-list 100 deny   ip 172.16.0.0 0.15.255.255 any
access-list 100 deny   ip 192.168.0.0 0.0.255.255 any
access-list 100 deny   ip 224.0.0.0 31.255.255.255 any
access-list 100 permit ip any 0.0.0.0 255.255.255.0
access-list 120 deny   tcp any any eq telnet time-range nonwork
access-list 120 permit ip any any
access-list 180 permit icmp any any
route-map weight-in permit 10
 match ip address 1
 set comm-list 7 delete
!
route-map weight-in permit 20
 set weight 250
 set comm-list 7 delete
!
!
tacacs-server host 54.254.1.254
tacacs-server key cisco
alias exec c configure terminal
alias exec si show ip route
alias exec ci clear ip route *
alias exec oi show ip ospf interface
alias exec ion show ip ospf neighbor
alias exec ib show ip bgp 
alias exec cib clear ip bgp *
alias exec ibn show ip bgp neighbor
alias exec wrb sho run | begin
alias exec sib show ip interface brief
privilege exec level 0 terminal monitor
privilege exec level 0 terminal
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
 transport input none
line aux 0
line vty 0 4
 login authentication cisco
 autocommand terminal monitor 
 autocommand-options nohangup
!
ntp authentication-key 100 md5 0508050624 7
ntp authenticate
ntp trusted-key 100
ntp master 1
time-range nonwork
 periodic weekdays 0:00 to 7:59
 periodic weekdays 17:00 to 23:59
 periodic weekend 0:00 to 23:59
!
end

R1# 