Hey Guys
I was starting this new lab that involves a basic setup 1 router 2 switches
Im running into the problem that I cant ping one of the devices on the network
I had the FA0/0 connect to SW1 but I cant ping the PC that is on SW1.. The PC on SW can ping the router's FA0/0 interface (192.168.1.254) but the router cant ping the PC (192.168.1.1)
PC's info
IP: 192.168.1.1
Subnet Mask: 255.255.255.0
Gateway: 192.168.1.254
The FA0/1 is connected to SW2 and I can ping the PC (192.268.11.2) just fine and the PC can ping the Router
I also tried connecting the FA0/0 directly to the PC via a Crossover cable but nothing the PC can pin but the router cant
BackupRouter#show conf
Using 1349 out of 29688 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname BackupRouter
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$QA07$Hw4T/CTTF5V17ye8c/ZNx0
enable password ciscopress
!
no aaa new-model
no network-clock-participate slot 1
no network-clock-participate wic 0
ip cef
!
!
!
!
no ip domain lookup
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
description Backup Network for PC1
ip address 192.168.1.254 255.255.255.0
duplex auto
speed auto
!
!
interface FastEthernet0/1
description Backup Network for PC2
ip address 192.168.11.254 255.255.255.0
duplex auto
speed auto
!
router eigrp 1
network 192.168.1.0
network 192.168.3.0
network 192.168.11.0
network 192.168.12.0
no auto-summary
!
ip forward-protocol nd
!
!
ip http server
no ip http secure-server
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 10 30
password password
login
line aux 0
line vty 0 4
exec-timeout 5 30
password password
login
!
!
end
BackupRouter#
The lab is telling me that it has to work using this cionfiguration but it's not
Any thoughts?
I was starting this new lab that involves a basic setup 1 router 2 switches
Im running into the problem that I cant ping one of the devices on the network
I had the FA0/0 connect to SW1 but I cant ping the PC that is on SW1.. The PC on SW can ping the router's FA0/0 interface (192.168.1.254) but the router cant ping the PC (192.168.1.1)
PC's info
IP: 192.168.1.1
Subnet Mask: 255.255.255.0
Gateway: 192.168.1.254
The FA0/1 is connected to SW2 and I can ping the PC (192.268.11.2) just fine and the PC can ping the Router
I also tried connecting the FA0/0 directly to the PC via a Crossover cable but nothing the PC can pin but the router cant
BackupRouter#show conf
Using 1349 out of 29688 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname BackupRouter
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$QA07$Hw4T/CTTF5V17ye8c/ZNx0
enable password ciscopress
!
no aaa new-model
no network-clock-participate slot 1
no network-clock-participate wic 0
ip cef
!
!
!
!
no ip domain lookup
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
description Backup Network for PC1
ip address 192.168.1.254 255.255.255.0
duplex auto
speed auto
!
!
interface FastEthernet0/1
description Backup Network for PC2
ip address 192.168.11.254 255.255.255.0
duplex auto
speed auto
!
router eigrp 1
network 192.168.1.0
network 192.168.3.0
network 192.168.11.0
network 192.168.12.0
no auto-summary
!
ip forward-protocol nd
!
!
ip http server
no ip http secure-server
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
exec-timeout 10 30
password password
login
line aux 0
line vty 0 4
exec-timeout 5 30
password password
login
!
!
end
BackupRouter#
The lab is telling me that it has to work using this cionfiguration but it's not
Any thoughts?