! Listing 6.22: Simple LAN segmentation resistant example--Router 3 ! !Copyright (C) 2001 by Vincent C Jones. All Rights Reserved. version 11.0 ! hostname Router3 ! interface Ethernet0 ip address 10.1.0.252 255.255.255.0 ! router eigrp 1 redistribute static route-map Local network 10.0.0.0 no auto-summary ! ip classless ! All destinations on the local LAN ip route 10.1.0.0 255.255.240.0 Ethernet0 ! LAN subnetworks attached to this router ip route 10.1.3.0 255.255.255.0 Ethernet0 ! ! Static routes redistributed with low metrics access-list 21 permit 10.1.3.0 0.0.0.255 ! ! Control redistribution of static routes into EIGRP route-map Local permit 30 match ip address 21 set metric 10000 100 255 1 1500 ! end