! version 12.2 no service pad service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname 3550-ROLAN ! enable password ! no aaa new-model ip subnet-zero ip routing ip dhcp excluded-address 10.0.0.1 10.0.0.10 ip dhcp excluded-address 10.0.150.1 10.0.150.10 ! ip dhcp pool Users network 10.0.0.0 255.255.255.0 default-router 10.0.0.1 ! ip dhcp pool Servers network 10.0.150.0 255.255.255.0 default-router 10.0.150.1 ! ! ! ! ! ! spanning-tree mode pvst spanning-tree extend system-id ! vlan internal allocation policy ascending ! ! ! ! ! ! interface FastEthernet0/1 switchport mode dynamic desirable ! ! output truncated ! ! Test host 10.0.150.11 connected to this port interface FastEthernet0/36 switchport access vlan 20 switchport mode dynamic desirable ! ! Output truncated ! ! P2P router connected to this port interface FastEthernet0/46 switchport access vlan 10 switchport mode dynamic desirable ! interface FastEthernet0/47 switchport mode dynamic desirable ! ! MPLS router connected to this port interface FastEthernet0/48 switchport access vlan 10 switchport mode dynamic desirable ! ! Output truncated ! interface Vlan1 no ip address shutdown ! interface Vlan10 description Mangement VLAN ip address 10.0.200.254 255.255.255.0 ! interface Vlan20 description Server VLAN ip address 10.0.150.1 255.255.255.0 ip policy route-map P2P-traffic ! interface Vlan100 description User VLAN ip address 10.0.0.1 255.255.255.0 ! router eigrp 1 network 10.0.0.0 no auto-summary ! ip classless ip http server ip http secure-server ! ! access-list 101 permit ip 10.0.150.0 0.0.0.255 10.10.200.0 0.0.0.255 route-map P2P-traffic permit 10 match ip address 101 set ip next-hop 10.0.200.253 ! ! control-plane ! ! line con 0 line vty 0 4 password login line vty 5 15 login ! end