service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R2 ! boot-start-marker boot-end-marker ! ! no aaa new-model memory-size iomem 5 ! ! ip cef ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! class-map match-any INTERNET-SCUM match protocol http host "*youtube.com*|*video.google.com*" match protocol http mime "video/flv|video/x-flv|video/mp4|video/x-m4v|audio/mp4a-latm" match protocol http mime "video/3gpp|video/quicktime" match protocol http url "*.flv|*.mp4|*.m4v|*.m4a|*.3gp|*.mov" class-map match-all MATCH-HTTP match protocol http ! ! policy-map HTTP-POLICY class MATCH-HTTP set dscp af13 policy-map NOINTERNETVIDEO class INTERNET-SCUM drop ! ! ! ! ! ! interface Serial1/0 ip address 10.0.12.2 255.255.255.0 serial restart-delay 0 no fair-queue service-policy input NOINTERNETVIDEO ! interface Serial1/1 ip address 10.0.23.2 255.255.255.0 serial restart-delay 0 ! interface Serial1/2 no ip address shutdown serial restart-delay 0 ! interface Serial1/3 no ip address shutdown serial restart-delay 0 ! router ospf 1 log-adjacency-changes network 10.0.12.2 0.0.0.0 area 0 network 10.0.23.2 0.0.0.0 area 0 ! ip http server no ip http secure-server ! ! ! ! ! ! control-plane ! ! ! ! ! ! ! ! ! ! line con 0 exec-timeout 0 0 line aux 0 line vty 0 4 ! ! end