! version 12.2 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R1 ! logging queue-limit 100 logging buffered 4096 debugging ! memory-size iomem 10 ip subnet-zero ! ! no ip domain lookup ip dhcp excluded-address 180.40.7.129 180.40.7.144 ! ip dhcp pool yomomma network 180.40.7.128 255.255.255.224 default-router 180.40.7.132 domain-name ccie.com dns-server 208.28.1.82 option 150 ip 20.20.20.20 ! mpls ldp logging neighbor-changes ! ! ! ! ! ! ! ! ! no voice hpi capture buffer no voice hpi capture destination ! ! mta receive maximum-recipients 0 ! ! class-map match-all Telnet match access-group name Telnet class-map match-all FTP match access-group name FTP class-map match-all S5Telnet match access-group 100 class-map match-all SQL match access-group name SQL class-map match-all S5OtherStuff match access-group 101 ! ! policy-map Prob6 class S5Telnet bandwidth 1000 class S5OtherStuff police cir 5000000 conform-action transmit exceed-action set-prec-transmit 3 policy-map ProbAfte15 class FTP shape average 256000 class Telnet shape average 56000 class class-default shape average 512000 300000 policy-map Optional class FTP bandwidth percent 25 class Telnet bandwidth percent 25 class SQL priority 56 128 class class-default fair-queue queue-limit 512 ! ! ! ! interface Ethernet0/0 ip address 208.28.1.1 255.255.255.0 half-duplex no shutdown ! interface Serial0/0 bandwidth 128 no ip address encapsulation frame-relay no shutdown ! interface Serial0/0.1 point-to-point ip address 180.40.7.65 255.255.255.224 service-policy output ProbAfte15 ip ospf network point-to-multipoint frame-relay interface-dlci 103 class whatever no shutdown ! interface Serial0/0.2 point-to-point bandwidth 128 ip address 180.40.7.161 255.255.255.224 ip helper-address 208.28.1.99 ip ospf network point-to-multipoint frame-relay interface-dlci 102 protocol ip 180.40.7.162 class Prob7b no shutdown ! interface Ethernet0/1 ip address 180.40.7.131 255.255.255.224 no ip proxy-arp service-policy output Optional half-duplex no shutdown ! interface Serial0/1 no ip address shutdown ! router ospf 1 log-adjacency-changes network 0.0.0.0 255.255.255.255 area 0 ! no ip http server ip classless ! ! ! ip access-list extended FTP permit tcp any any eq ftp-data permit tcp any any eq ftp ip access-list extended SQL permit tcp any host 87.23.11.123 eq 1433 permit udp any host 87.23.11.123 eq 1434 permit tcp any host 87.23.11.123 eq 1434 permit udp any host 87.23.11.123 eq 1433 ip access-list extended Telnet permit tcp any any eq telnet ! ! map-class frame-relay Prob7b frame-relay priority-group 1 ! map-class frame-relay whatever access-list 100 permit tcp host 208.28.1.2 any eq telnet access-list 101 permit ip host 208.28.1.2 any priority-list 1 protocol ip high tcp telnet priority-list 1 protocol ip low tcp www ! ! call rsvp-sync ! ! mgcp profile default ! dial-peer cor custom ! ! ! ! line con 0 exec-timeout 0 0 logging synchronous line aux 0 line vty 0 4 privilege level 15 no login ! ! end