! Listing 6.22a: Simple LAN segmentation resistant example--Cloud Emulation ! (NOT IN BOOK) ! !Copyright (C) 2001 by Vincent C Jones. All Rights Reserved. version 11.0 ! hostname EmulateCloud ! interface Serial0 description Link to Router 1 ip address 10.255.1.5 255.255.255.252 ! interface Serial1 description Link to Router 1 ip address 10.255.1.9 255.255.255.252 ! router eigrp 1 network 10.0.0.0 no auto-summary ! ip classless ! end