! ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname DSL ! boot-start-marker boot-end-marker ! ! aaa new-model ! ! aaa authentication ppp PPPoE_CLIENTS group radius local aaa accounting network PPPoE_CLIENTS start-stop group radius ! aaa session-id common memory-size iomem 5 no ip icmp rate-limit unreachable ip cef ! ! ! ! no ip domain lookup ip auth-proxy max-nodata-conns 3 ip admission max-nodata-conns 3 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ip tcp synwait-time 5 ! ! ! ! bba-group pppoe BELGACOM virtual-template 1 sessions per-mac limit 3000 ! ! interface Loopback0 ip address 2.2.2.2 255.255.255.255 ! interface FastEthernet0/0 ip address 10.10.10.20 255.255.255.0 duplex auto speed auto ! interface FastEthernet0/1 no ip address duplex auto speed auto pppoe enable group BELGACOM ! interface FastEthernet1/0 ip address 8.8.8.8 255.255.255.0 duplex auto speed auto ! interface Virtual-Template1 ip address 80.80.80.1 255.255.255.0 ip mtu 1492 peer default ip address pool PPPoE_POOL ppp authentication chap PPPoE_CLIENTS ppp accounting PPPoE_CLIENTS ! router bgp 6774 no synchronization bgp router-id 2.2.2.2 bgp log-neighbor-changes network 2.2.2.2 mask 255.255.255.255 neighbor 1.1.1.1 remote-as 12666 neighbor 1.1.1.1 update-source Loopback0 neighbor 3.3.3.3 remote-as 9031 neighbor 3.3.3.3 ebgp-multihop 255 neighbor 3.3.3.3 update-source Loopback0 no auto-summary ! ip local pool PPPoE_POOL 80.80.80.10 80.80.80.254 ip forward-protocol nd ! ! no ip http server no ip http secure-server ! ! ! radius-server host 8.8.8.9 auth-port 1645 acct-port 1646 radius-server key 12345 ! control-plane ! ! ! ! mgcp behavior g729-variants static-pt ! ! ! ! ! ! line con 0 exec-timeout 0 0 logging synchronous line aux 0 line vty 0 4 ! ! end