Hi, Using Packet Tracer, I'm trying to ping hosts across a simple eigrp but attempts fail. Hosts can ping their respective routers and one host (PC10) can ping a third (PC11) through ripv2 with no difficulty. I'm including the .pkt for reference....
'evening, Really basic setup. Designed with Packet Tracer, trying to ping routers across a point-to-point frame-relay. I've designed this according to three different training sources who all say the same thing. Yet, all pings failed. The shows:...
Good evening, Trying to ping hosts over a simple OSPF network.All hosts can ping their specific routers (1 host per router).All routers can ping each other.No hosts can ping each other across the network.Shows:R1#show ip ospf Routing Process "ospf ...
Good afternoon, I'm trying to configure DHCP using CLI on a 2610 router and 2950 switch. With my present config, the host at the end of the switch (configured to receive ip via DHCP) is not getting anything assigned. Here are some shows: Router:R...
Good morning, Trying to ping hosts on the same vlan (vlan 10) across a pair of 2950s. Oddly, each host cannot even ping its own switch or vice versa. Here are the shows: Switch_1:Switch_1#show cdp neighborsCapability Codes: R - Router, T - Trans ...
Turns out the mistake was not adding a mask to the subnet. Ex:Router_2(config_router)# network 192.168.0.0 0.0.255.255Router_2(config_router)# network 172.27.0.0 0.0.255.255 Doing that on both routers made the hosts capable of pinging each other. Tha...
Sorry to say that didn't work.Mind you, it allowed me to discover there was no adjacency being made because the serial interfaces were on different subnets (172.26.x.x vs 172.27.x.x). Having set them to 172.27.1.1/24 (R2) and 172.27.1.2/24 (R3), adj...
topsdntopsdn Thanks for the reply but that didn't solve it. It's my understanding that advertising a network in ospf is done like so: a 172.16.20.1 ip on a s0/0 interface is set up as "network 172.16.20.0 0.0.0.255 area 0" and any other interface in...
Hi Moh, First, thanks for pointing out that I'm in the wrong section of the forums. My bad. I'll pay closer attention next time. Second, I tried your suggestion but it failed to work. I cleared the configs of the router so I could start with a...