Ik probeer virtueel een netwerk te maken met packet tracer door 3 routers met elkaar te verbinden met het EIGRP protocol, en aan de buiten kanten een pc. Nu is mijn doel van de ene pc naar de andere pingen maar dat wil niet lukken.
Hier de packettracer: http://bit.ly/asDrnZ
Router 1:
Hier de packettracer: http://bit.ly/asDrnZ
Router 1:
Router 2:Current configuration : 858 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R1
!
!
!
enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1
enable password cisco
!
!
!
!
interface FastEthernet0/0
ip address 192.168.0.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface Serial2/0
ip address 192.169.0.1 255.255.255.0
ip summary-address eigrp 100 0.0.0.0 0.0.0.0 250
clock rate 9600
!
interface Serial3/0
no ip address
shutdown
!
interface FastEthernet4/0
no ip address
shutdown
!
interface FastEthernet5/0
no ip address
shutdown
!
router eigrp 100
network 192.169.0.0
network 192.170.0.0
auto-summary
!
ip classless
!
!
!
line con 0
line vty 0 4
password cisco
login
!
!
!
end
Router 3:Current configuration : 891 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R2
!
!
!
enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1
enable password cisco
!
!
!
!
!
interface FastEthernet0/0
no ip address
duplex auto
speed auto
shutdown
!
interface FastEthernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface Serial2/0
ip address 192.169.0.2 255.255.255.0
ip summary-address eigrp 100 0.0.0.0 0.0.0.0 250
!
interface Serial3/0
ip address 192.170.0.1 255.255.255.0
ip summary-address eigrp 100 0.0.0.0 0.0.0.0 250
!
interface FastEthernet4/0
no ip address
shutdown
!
interface FastEthernet5/0
no ip address
shutdown
!
router eigrp 100
network 192.169.0.0
network 192.170.0.0
auto-summary
!
ip classless
!
!
!
line con 0
line vty 0 4
password cisco
login
!
!
end
Current configuration : 856 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname R3
!
!
!
enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1
enable password cisco
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 192.171.0.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface Serial2/0
no ip address
shutdown
!
interface Serial3/0
ip address 192.170.0.2 255.255.255.0
ip summary-address eigrp 100 0.0.0.0 0.0.0.0 5
clock rate 9600
!
interface FastEthernet4/0
no ip address
shutdown
!
interface FastEthernet5/0
no ip address
shutdown
!
router eigrp 100
network 192.169.0.0
network 192.170.0.0
auto-summary
!
ip classless
!
!
!
!
!
!
!
line con 0
line vty 0 4
password cisco
login
!
!
!
end