实验指南EIGRP
 
Configure an IP network, as depicted in Figure 11−13, using EIGRP as the routing protocol and 65001 as the Autonomous System ID.
 
Configure the Frame Relay network as a multipoint network between the wisconsin, georgia, and ohio routers. Configure the Frame Relay network as a point−to−point network between the wisconsin and minnesota routers.
 
Ensure full IP reachability with the RIP domain without using static routes or advertising a default route.
Configure the georgia and ohio routers as EIGRP stub routers. The routers should advertisetheir local LAN networks in EIGRP.
 
配置实例
 
Wisconsin
conf t
host Wisconsin
int l 0
ip ad 172.16.5.1 255.255.255.128
int s 2/0
encap f
no arp f
no shut
int s 2/0.1 multipoint
ip ad 192.168.1.1 255.255.255.248
no arp f
no frame inver
frame map ip 192.168.1.2 102 b
frame map ip 192.168.1.3 103 b
int s 2/0.2 point-to-point
ip ad 192.168.2.1 255.255.255.0
frame int 104
ip summary-address eigrp 65001 172.16.0.0 255.255.0.0
ip summary-address eigrp 65001 192.168.1.0 255.255.255.0
router eigrp 65001
no au
net 192.168.1.1 0.0.0.0
net 192.168.2.1 0.0.0.0
net 172.16.5.1 0.0.0.0
end

Georgia
conf t
host Georgia
int l 0
ip ad 172.16.6.1 255.255.255.0
int s2/0
ip ad 192.168.1.2 255.255.255.248
encap f
no arp f
no frame inver
frame map ip 192.168.1.1 201 b
frame map ip 192.168.1.3 201 b
no shut
router eigrp 65001
no au
net 172.16.6.1 0.0.0.0
net 192.168.1.2 0.0.0.0
eigrp stub
end

Ohio
conf t
host Ohio
int l 0
ip ad 172.16.3.1 255.255.255.0
int s2/0
ip ad 192.168.1.3 255.255.255.248
encap f
no arp f
no frame inver
frame map ip 192.168.1.1 301 b
frame map ip 192.168.1.2 301 b
no shut
router eigrp 65001
no au
net 172.16.3.1 0.0.0.0
net 192.168.1.3 0.0.0.0
eigrp stub
end

Minnesota
conf t
host Minnesot
interface FastEthernet0/0
 ip address 172.16.2.1 255.255.255.0
no shut
interface Serial2/0
 encapsulation frame-relay
 no arp frame-relay
no shut
int s 2/0.1 point-to-point
ip address 192.168.2.2 255.255.255.0
 frame-relay interface-dlci 401
router eigrp 65001
 redistribute rip metric 10000 100 255 1 1500
 network 192.168.2.2 0.0.0.0
 no auto-summary
router rip
 version 2
 redistribute eigrp 65001 metric 5
 network 172.16.0.0
 no auto-summary
end
 
Stillwater
conf t
host Stillwater
int f 0/0
ip ad 172.16.2.2 255.255.255.0
no shut
router rip
ver 2
no au
net 172.16.0.0
end