cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1268
Views
0
Helpful
6
Replies

can't ping between hosts on same subnet and vlan

dhbastion
Level 1
Level 1

I can ping from the switch CLI to both IP addresses, but can't ping from one attached host to the other.

The host I am trying to ping has a reserved DHCP address of 192.168.10.3/24.

The host I am trying to ping from has a DHCP address from the same subnet 192.168.10.x/24.

The mac address for the host at 192.168.10.3 does not show up in the arp table of the host I am trying to ping from, but does show up in the arp table of the switch.

6 Replies 6

Marco Pinheiro
Level 1
Level 1

Hi dhbastion,

There is a few possibilities but looks like some related to your settings to reserve address. perhabs the host with 192.168.10.3 has static IP address fixed on the host settings?

Can you shared your sw config?

Current configuration : 6694 bytes
!
version 12.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname 280Baumgardner
!
boot-start-marker
boot-end-marker
!
enable secret (removed)
enable password (removed)
!
no aaa new-model
system mtu routing 1546
ip subnet-zero

!
spanning-tree mode rapid-pvst
spanning-tree etherchannel guard misconfig
spanning-tree extend system-id
!
!
vlan internal allocation policy ascending
!
vlan 2
!
interface FastEthernet0/1
 switchport access vlan 2
 switchport trunk native vlan 2
 switchport trunk allowed vlan 1,2
 switchport mode trunk
 load-interval 30
 storm-control broadcast level 10.00
 storm-control multicast level 10.00
!
(identical config for the next 22 fe ports)

interface FastEthernet0/24
 port-type nni
 switchport trunk native vlan 2
 switchport trunk allowed vlan 1,2
 switchport mode trunk
 load-interval 30
 storm-control broadcast level 10.00
 storm-control multicast level 10.00
 no cdp enable
 spanning-tree bpdufilter enable

!
interface GigabitEthernet0/1
 port-type nni
!
interface GigabitEthernet0/2
 port-type nni
!
interface Vlan1
 no ip address
 ip helper-address 192.168.15.1
 no ip route-cache
!
interface Vlan2
 description primary
 ip address 192.168.10.2 255.255.255.0
 ip helper-address 192.168.10.1
 no ip route-cache
!
ip default-gateway 192.168.10.1
ip http server
!
control-plane
!
!
line con 0
line vty 0 4
 password (removed)
 login
line vty 5 15
 password (removed)
 login
!
end

Need the "ip routing" command, maybe ?

That command is not available for my software load. I have found that no host can ping any host that isn't accessing through the same port except the nni port on f0/24

What version/feature set are on the switch ?

sh ver

sh ip ro

Also, you have switchport mode trunk on most of the ports - normally it should be switchport mode access for workstations, servers, printers...  Trunk is used generally to link to another switch.

Cisco IOS Software, ME340x Software (ME340x-METROBASE-M), Version 12.2(50)SE1, RELEASE SOFTWARE (fc2)
Copyright (c) 1986-2009 by Cisco Systems, Inc.
Compiled Mon 06-Apr-09 06:01 by amvarma
Image text-base: 0x00003000, data-base: 0x01100000

ROM: Bootstrap program is ME340x boot loader
BOOTLDR: ME340x Boot Loader (ME340x-HBOOT-M) Version 12.2(44)SE5, RELEASE SOFTWARE (fc1)

280Baumgardner uptime is 5 days, 23 hours, 27 minutes
System returned to ROM by power-on
System image file is "flash:me340x-metrobase-mz.122-50.SE1/me340x-metrobase-mz.122-50.SE1.bin"

cisco ME-3400-24TS-A (PowerPC405) processor (revision B0) with 118784K/12280K bytes of memory.
Processor board ID FOC1040X6UV
Last reset from power-on
2 Virtual Ethernet interfaces
24 FastEthernet interfaces
2 Gigabit Ethernet interfaces
The password-recovery mechanism is enabled.

512K bytes of flash-simulated non-volatile configuration memory.
Base ethernet MAC Address       : **********
Motherboard assembly number     : **********
Power supply part number        : 341-0148-01
Motherboard serial number       : **********
Power supply serial number      : **********
Model revision number           : B0
Motherboard revision number     : B0
Model number                    : ME-3400-24TS-A
System serial number            : **********
Top Assembly Part Number        : 800-26320-01
Top Assembly Revision Number    : D0
Version ID                      : V01
CLEI Code Number                : COM2J10ARA
Hardware Board Revision Number  : 0x01


Switch Ports Model              SW Version            SW Image
------ ----- -----              ----------            ----------
*    1 26    ME-3400-24TS-A     12.2(50)SE1           ME340x-METROBASE-M

sh ip ro is not an available command

I think I may have found the problem though... UNI ports (which access ports are by default) can not talk to eachother. NNI ports evidently can from what I've read, but my software image only supports a maximum of 4 NNI ports.

Review Cisco Networking for a $25 gift card