! Listing 6.11: South Router with primary (Frame Relay) link to data center ! !Copyright (C) 2001 by Vincent C Jones. All Rights Reserved. version 11.0 ! hostname South ! Router with primary link being backed up interface Ethernet0 ip address 10.101.5.1 255.255.255.0 ! interface Serial0 no ip address encapsulation frame-relay ! interface Serial0.17 point-to-point description Primary link to Data Center ip address 10.201.5.2 255.255.255.252 frame-relay interface-dlci 17 broadcast ! router eigrp 1 network 10.0.0.0 no auto-summary ! end