R1:
Config terminal
interface Ethernet0
ip address 192.168.101.1 255.255.255.0
no shut
ctrl + z
Config terminal
interface Serial0
ip address 192.168.1.1 255.255.255.0
clock rate 64000
no shut
ctrl + z
Config terminal
router eigrp 10
network 192.168.1.0
network 192.168.101.0
Host A:
Ipconfig /IP 192.168.101.2 255.255.255.0
Ipconfig /DG 192.168.101.1
|
R2:
Config terminal
interface Ethernet0
ip address 192.168.100.1 255.255.255.0
no shut
ctrl + z
Config terminal
interface Serial0
ip address 192.168.1.2 255.255.255.0
no shut
ctrl + z
Config terminal
router eigrp 10
network 192.168.1.0
network 192.168.100.0
Host B:
Ipconfig /IP 192.168.100.2 255.255.255.0
Ipconfig /DG 192.168.100.1
|