Configuration 2006.02.28.22.31.11.N.5, Device R3!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R3
!
boot-start-marker
boot-end-marker
!
logging buffered 4096 debugging
!
no network-clock-participate slot 1 
no network-clock-participate wic 0 
no aaa new-model
ip subnet-zero
!
!
ip dhcp excluded-address 180.40.7.129
ip dhcp excluded-address 180.40.7.131 180.40.7.134
!
ip dhcp pool Prob13
   network 180.40.7.128 255.255.255.224
   default-router 180.40.7.132 180.40.7.133 180.40.7.134 
   dns-server 208.28.1.82 
   domain-name ccie.com
   option 150 ip 20.20.20.20 
!
ip dhcp pool ForR4
   host 180.40.7.130 255.255.255.224
   client-identifier 0063.6973.636f.2d30.3030.352e.3332.3436.2e30.6538.302d.4661.302f.30
!
ip cef
no ip domain lookup
ip audit po max-events 100
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
track 2 ip route 20.10.2.0 255.255.255.0 reachability
!
track 3 ip route 20.10.1.0 255.255.255.0 reachability
!
!
!
class-map match-all dscp26
  match  dscp af31 
class-map match-all dscp24
  match  dscp cs3 
class-map match-all dscp28
  match  dscp af32 
class-map match-all Telnet
  match protocol telnet
class-map match-all prec3
  match ip precedence 3 
class-map match-all FTP
  match protocol ftp
!
!
policy-map Prob9
  class FTP
   bandwidth remaining percent 50
  class Telnet
   bandwidth remaining percent 25
  class class-default
   bandwidth remaining percent 25
policy-map test
  class FTP
   bandwidth percent 50
  class Telnet
   bandwidth percent 25
  class class-default
   bandwidth percent 25
policy-map test1617
  class dscp28
  class dscp24
  class dscp26
  class prec3
!
! 
!
!
!
!
interface Multilink1
 bandwidth 128
 ip address 180.40.7.3 255.255.255.224
 ppp multilink
 ppp multilink fragment delay 15
 ppp multilink interleave
 ppp multilink group 1
 max-reserved-bandwidth 100
 service-policy output Prob9
 no shutdown
!
interface FastEthernet0/0
 ip address 180.40.7.129 255.255.255.224
 ip policy route-map Prob1
 speed auto
 duplex auto
 vrrp 71 ip 180.40.7.133
 vrrp 71 priority 110
 glbp 71 ip 180.40.7.134
 glbp 71 weighting 100 lower 90
 glbp 71 weighting track 3 decrement 20
 standby 71 ip 180.40.7.132
 standby 71 priority 110
 standby 71 preempt
 standby 71 track Serial1/2 11
 standby 71 track 2 decrement 12
 service-policy input test1617
 no shutdown
!
interface BRI0/0
 no ip address
 shutdown
!
interface FastEthernet0/1
 no ip address
 shutdown
 speed auto
 duplex auto
!
interface Serial1/0
 ip address 180.40.7.66 255.255.255.224
 encapsulation frame-relay
 ip ospf network non-broadcast
 frame-relay map ip 180.40.7.65 307 broadcast tcp header-compression connections 20
 frame-relay map ip 180.40.7.67 302 broadcast
 no shutdown
!
interface Serial1/1
 no ip address
 shutdown
!
interface Serial1/2
 no ip address
 encapsulation ppp
 ppp multilink
 ppp multilink group 1
 no shutdown
!
interface Serial1/3
 no ip address
 shutdown
!
interface Serial1/4
 no ip address
 shutdown
!
interface Serial1/5
 no ip address
 shutdown
!
interface Serial1/6
 no ip address
 shutdown
!
interface Serial1/7
 no ip address
 shutdown
!
router ospf 1
 log-adjacency-changes
 network 0.0.0.0 255.255.255.255 area 0
 neighbor 180.40.7.67
 neighbor 180.40.7.65
!
ip classless
!
ip http server
no ip http secure-server
!
access-list 100 permit icmp host 100.1.1.1 host 20.10.1.2 echo
access-list 100 permit icmp host 100.1.1.1 host 20.10.1.2 echo-reply
access-list 101 permit icmp host 100.1.1.1 host 20.10.1.1 echo
access-list 101 permit icmp host 100.1.1.1 host 20.10.1.1 echo-reply
access-list 102 permit icmp host 100.1.1.1 20.10.1.0 0.0.0.255 echo-reply
access-list 102 permit icmp host 100.1.1.1 20.10.1.0 0.0.0.255 echo
queue-list 1 protocol ip 1 tcp ftp
queue-list 1 protocol ip 1 tcp ftp-data
queue-list 1 protocol ip 2 tcp telnet
queue-list 1 default 3
queue-list 1 queue 1 byte-count 2673
queue-list 1 queue 2 byte-count 1309
queue-list 1 queue 3 byte-count 1294
!
route-map Prob1 permit 10
 match ip address 102
 match length 1001 2147483647
 set ip next-hop 180.40.7.2
!
route-map Prob1 permit 20
 match ip address 100
 set ip next-hop 180.40.7.67
!
route-map Prob1 permit 30
 match ip address 101
 set interface Serial1/2
!
!
!
!
!
!
!
!
!
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4
 privilege level 15
 no login
!
!
end