Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#ip add 172.16.10.1 255.255.255.0
Router(config-if)#no shut
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
Router(config-if)#exit
Router(config)#int ser3/0
Router(config-if)#ip add 172.16.20.1 255.255.255.0
Router(config-if)#no shut
%LINK-5-CHANGED: Interface Serial3/0, changed state to down
Router(config-if)#exit
Router(config)#router eigrp 10
Router(config-router)#network 172.16.10.0 0.0.0.255
Router(config-router)#network 172.16.20.0 0.0.0.255
Router(config-router)#network 172.16.30.0 0.0.0.255
Router(config-router)#exit
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#ip add 172.16.30.1 255.255.255.0
Router(config-if)#no shut
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
Router(config-if)#exit
Router(config)#int ser2/0
Router(config-if)#ip add 172.16.20.2 255.255.255.0
Router(config-if)#clock rate 64000
Router(config-if)#no shut
Router(config-if)#
%LINK-5-CHANGED: Interface Serial2/0, changed state to upexit
Router(config)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to uprouetr eigrp 10
^
% Invalid input detected at '^' marker.
Router(config)#router eigrp 10
Router(config-router)#network 172.16.10.0 0.0.0.2555
^
% Invalid input detected at '^' marker.
Router(config-router)#network 172.16.10.0 0.0.0.255
Router(config-router)#network 172.16.20.0 0.0.0.255
Router(config-router)#
%DUAL-5-NBRCHANGE: IP-EIGRP 10: Neighbor 172.16.20.1 (Serial2/0) is up: new adjacency
Router(config-router)#network 172.16.30.0 0.0.0.255
Router(config-router)#exit
Router(config)#
Packet Tracer PC Command Line 1.0
PC>ping 172.16.20.2
Pinging 172.16.20.2 with 32 bytes of data:
Reply from 172.16.20.2: bytes=32 time=80ms TTL=255
Reply from 172.16.20.2: bytes=32 time=40ms TTL=255
Reply from 172.16.20.2: bytes=32 time=40ms TTL=255
Reply from 172.16.20.2: bytes=32 time=40ms TTL=255
Ping statistics for 172.16.20.2:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 40ms, Maximum = 80ms, Average = 50ms
PC>ping 172.16.20.1
Pinging 172.16.20.1 with 32 bytes of data:
Reply from 172.16.20.1: bytes=32 time=70ms TTL=254
Reply from 172.16.20.1: bytes=32 time=60ms TTL=254
Reply from 172.16.20.1: bytes=32 time=50ms TTL=254
Reply from 172.16.20.1: bytes=32 time=60ms TTL=254
Ping statistics for 172.16.20.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 50ms, Maximum = 70ms, Average = 60ms
Pinging 172.16.10.1 with 32 bytes of data:
Reply from 172.16.10.1: bytes=32 time=60ms TTL=254
Reply from 172.16.10.1: bytes=32 time=60ms TTL=254
Reply from 172.16.10.1: bytes=32 time=60ms TTL=254
Reply from 172.16.10.1: bytes=32 time=60ms TTL=254
Ping statistics for 172.16.10.1:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 60ms, Maximum = 60ms, Average = 60ms
PC>ping 172.16.10.10
Pinging 172.16.10.10 with 32 bytes of data:
Reply from 172.16.10.10: bytes=32 time=110ms TTL=126
Reply from 172.16.10.10: bytes=32 time=100ms TTL=126
Reply from 172.16.10.10: bytes=32 time=100ms TTL=126
Reply from 172.16.10.10: bytes=32 time=90ms TTL=126
Ping statistics for 172.16.10.10:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 90ms, Maximum = 110ms, Average = 100ms