! version 12.4 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 no ip icmp rate-limit unreachable ip cef ! ! ! ! no ip domain lookup ! multilink bundle-name authenticated ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! archive log config hidekeys ! ! ! ! ip tcp synwait-time 5 ! class-map match-all gold match access-group 101 class-map match-all silver match access-group 102 class-map match-all myclass ! ! policy-map scheduler class gold bandwidth 3000 class silver bandwidth 1000 policy-map shaper class class-default shape average 4000000 service-policy scheduler ! ! ! ! ! interface FastEthernet0/0 no ip address shutdown duplex auto speed auto ! interface FastEthernet0/1 no ip address shutdown duplex auto speed auto ! interface FastEthernet1/0 ip address 1.0.0.2 255.255.255.252 duplex auto speed auto ! interface FastEthernet2/0 ip address 40.0.0.1 255.255.255.0 duplex auto speed auto service-policy output shaper ! ip forward-protocol nd ip route 0.0.0.0 0.0.0.0 1.0.0.1 ! ! no ip http server no ip http secure-server ! access-list 101 permit ip any any dscp af22 access-list 102 permit ip any any dscp af33 no cdp log mismatch duplex ! ! ! ! ! ! control-plane ! ! ! ! ! ! ! ! ! ! gatekeeper shutdown ! ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line aux 0 exec-timeout 0 0 privilege level 15 logging synchronous line vty 0 4 login ! ! end