AS#wr t
Building configuration...

Current configuration:
!
version 11.2
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
!
interface Serial0
 ip address 161.12.48.6 255.255.255.252
 encapsulation ppp
 no fair-queue
!
interface Serial1
 ip address 161.12.48.10 255.255.255.252
 encapsulation ppp
!
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 ^$
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#   