! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec service password-encryption ! hostname Core RTR1 ! boot-start-marker boot-end-marker ! enable secret ****** ! no aaa new-model ! resource policy ! mmi polling-interval 60 no mmi auto-configure no mmi pvc mmi snmp-timeout 180 ip subnet-zero ip cef ! ! ! ! ip name-server 81.17.66.13 ip name-server 81.17.66.14 ! ip sla monitor responder ip sla monitor 1 type http operation get url http://www.cisco.com source-ipaddr 172.16.250.254 ip sla monitor schedule 1 life forever start-time now ! ! ! ! ! username ***** password ****** ! ! track 1 rtr 1 reachability delay down 180 up 180 ! class-map match-all voip-rtp-dscp match access-group 100 ! ! policy-map qos-policy class voip-rtp-dscp priority 500 ! ! ! ! ! interface Loopback0 ip address 172.16.250.254 255.255.255.0 ip policy route-map 1 ! interface FastEthernet0/0 bandwidth 100000 no ip address duplex auto speed auto standby preempt ! interface FastEthernet0/0.1 bandwidth 100000 encapsulation dot1Q 1 native ip address 192.168.1.245 255.255.255.0 secondary ip address 192.168.50.252 255.255.255.0 ip nat inside ip virtual-reassembly no snmp trap link-status standby 100 ip 192.168.50.254 standby 100 priority 30 standby 100 preempt delay minimum 180 standby 101 ip 192.168.1.252 standby 101 priority 30 standby 101 preempt delay minimum 180 ! interface FastEthernet0/0.10 bandwidth 100000 encapsulation dot1Q 10 ip address 192.168.250.252 255.255.255.0 ip nat inside ip virtual-reassembly no snmp trap link-status standby 102 ip 192.168.250.254 standby 102 priority 30 standby 102 preempt delay minimum 180 ! interface FastEthernet0/1 no ip address shutdown duplex auto speed auto ! interface Serial0/0/0 description **Link to site1** bandwidth 2000 ip address 172.16.18.1 255.255.255.252 encapsulation ppp tx-ring-limit 1 tx-queue-limit 1 clock rate 2000000 service-policy output qos-policy ! interface Serial0/0/1 description **Link to site2** bandwidth 2000 ip address 172.16.18.5 255.255.255.252 encapsulation ppp tx-ring-limit 1 tx-queue-limit 1 service-policy output qos-policy ! interface Serial0/1/0 description **Link to site3** bandwidth 2000 ip address 172.16.18.9 255.255.255.252 encapsulation ppp tx-ring-limit 1 tx-queue-limit 1 service-policy output qos-policy ! interface Serial0/1/1 description **Link to site4** bandwidth 2000 ip address 172.16.18.13 255.255.255.252 encapsulation ppp tx-ring-limit 1 tx-queue-limit 1 service-policy output qos-policy ! router eigrp 100 redistribute static network 172.16.18.0 0.0.0.3 network 172.16.18.4 0.0.0.3 network 172.16.18.8 0.0.0.3 network 172.16.18.12 0.0.0.3 network 192.168.1.0 network 192.168.50.0 no auto-summary ! ip classless ip route 0.0.0.0 0.0.0.0 192.168.50.250 track 1 ip route 0.0.0.0 0.0.0.0 172.16.18.10 10 ip route 172.16.16.0 255.255.255.0 192.168.50.250 ip route 192.168.200.0 255.255.255.0 192.168.50.250 ! ip http server no ip http secure-server ! access-list 100 permit ip any any dscp ef access-list 100 permit ip any any precedence critical access-list 150 permit ip any any route-map 1 permit 10 match ip address 150 set ip default next-hop 192.168.50.250 ! ! ! control-plane ! ! line con 0 password ********* line aux 0 password ********** login modem InOut modem autoconfigure type usr_courier transport input all transport output all autoselect ppp stopbits 1 speed 115200 flowcontrol hardware line vty 0 4 password ************ login ! ntp clock-period 17178323 ntp server 158.43.128.66 source FastEthernet0/0.1 ntp server 158.43.128.63 source FastEthernet0/0.1 end