! ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R1 ! 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 no ip dhcp use vrf connected ip dhcp excluded-address 10.0.0.254 ip dhcp excluded-address 20.0.0.254 ! ip dhcp pool vlan10 network 10.0.0.0 255.255.255.0 default-router 10.0.0.254 ! ip dhcp pool vlan20 network 20.0.0.0 255.255.255.0 default-router 20.0.0.254 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ip tcp synwait-time 5 ! ! ! ! ! interface FastEthernet0/0 no ip address shutdown duplex auto speed auto ! interface FastEthernet0/0.10 encapsulation dot1Q 10 ip address 10.0.0.254 255.255.255.0 ! interface FastEthernet0/0.20 encapsulation dot1Q 20 ip address 20.0.0.254 255.255.255.0 ! interface FastEthernet0/1 no ip address shutdown duplex auto speed auto ! ! no ip http server no ip http secure-server ip forward-protocol nd ! ! ! no cdp log mismatch duplex ! ! ! control-plane ! ! ! ! ! ! ! ! ! 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