AS#wr t
Building configuration...

Current configuration:
!
version 11.2
service telnet-zeroidle
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname AS
!
!
ip subnet-zero
ip tcp synwait-time 5
no ip domain-lookup
ip host R1 2001 1.1.1.1
ip host R2 2002 1.1.1.1
ip host R3 2003 1.1.1.1
ip host R4 2004 1.1.1.1
ip host R5 2005 1.1.1.1
ip host R6 2006 1.1.1.1
ip host R7 2007 1.1.1.1
ip host S8 2008 1.1.1.1
!
interface Loopback0
 ip address 1.1.1.1 255.255.255.255
!
interface Ethernet0
 ip address 161.12.128.1 255.255.192.0
 ip policy route-map Deny_Policy
!
interface Serial0
 ip address 161.12.48.6 255.255.255.252
 encapsulation ppp
 ip policy route-map Deny_Policy
 no fair-queue
!
interface Serial1
 ip address 161.12.48.10 255.255.255.252
 encapsulation ppp
 ip policy route-map Deny_Policy
!
router bgp 129
 network 161.12.48.4 mask 255.255.255.252
 network 161.12.48.8 mask 255.255.255.252
 network 161.12.128.0 mask 255.255.192.0
 neighbor 161.12.48.5 remote-as 12127
 neighbor 161.12.48.5 route-map pathprepend in
 neighbor 161.12.48.9 remote-as 126
 neighbor 161.12.48.9 filter-list 99 out
 no auto-summary
!
no ip classless
ip as-path access-list 10 permit _12127$
ip as-path access-list 99 permit _125$
ip as-path access-list 99 permit ^$
access-list 115 deny   tcp any any eq telnet
access-list 115 deny   tcp any eq telnet any
access-list 115 deny   tcp any any eq www
access-list 115 deny   tcp any eq www any
access-list 115 deny   tcp any any eq bgp
access-list 115 deny   icmp any any echo
access-list 115 deny   icmp any any echo-reply
access-list 115 permit ip any any
route-map Deny_Policy permit 10
 match ip address 115
 set interface Null0
!
route-map pathprepend permit 10
 match as-path 10
 set as-path prepend 129 129 129
!
route-map pathprepend permit 20
!
!
alias exec c1 clear line 1
alias exec c2 clear line 2
alias exec c3 clear line 3
alias exec c4 clear line 4
alias exec c5 clear line 5
alias exec c6 clear line 6
alias exec c7 clear line 7
alias exec c8 clear line 8
!
line con 0
 exec-timeout 0 0
 privilege level 15
 logging synchronous
line 1 8
 no exec
 transport input telnet
line aux 0
line vty 0 4
 privilege level 15
 no login
!
end

AS#