cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
574
Views
0
Helpful
3
Replies

Strang Router Behavior

htimskinorbit
Level 1
Level 1

I have 2900 series legacy router being configured for small office environment with a single ISP connection, and are assigned a single IP address.  I am using 10.0.0.0 network address space sent to a ASA5540 to use PAT with the ASA's outside interface address.   On the router, I have configured the most basic config possible, and ping'd the local interfaces successfully but it cant ping the directly connected neighbors interfaces on the directly connected networks.  No (default)routes are needed to ping interfaces on directly connected networks, the router knows were they are, they're directly connected.  Both device IP's on the respective connected networks have the same subnet mask, so they have the same 'view of the world', ie - to prevent the problem of the ping goes out but can't get back.  From the config below....   On Gi0/1, I should be able to ping any directly connected neighboring device in the range of 10.10.0.1 - 10.10.255.254, which is the directly connected network, but can't.   On Gi0/0, I should be able to ping any directly connected device with IP's from, 10.20.0.2 - 10.20.255.254, but can't ping any.  I am not an expert, but this is a very basic config. Assign some IP addresses/masks to interfaces, enable IP routing and you should at least be able to ping the local IP's and any on a directly connected subnet. The router config was wiped and started fresh adding the few items I described.

 

! Last configuration change at 03:01:47 UTC Thu Jul 26 2018
!
version 15.1
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
! card type command needed for slot/vwic-slot 0/0
!
no aaa new-model
!
no ipv6 cef
ip source-route
ip cef
!
no ip dhcp conflict logging
ip dhcp excluded-address 10.20.0.0 10.20.0.128
!
ip dhcp pool LAN-Ip's
   network 10.20.0.0 255.255.0.0
   domain-name My_Domain_Name
   default-router 10.20.0.1
   dns-server 208.67.222.222 1.1.1.1 8.8.8.8
!
no ip domain lookup
multilink bundle-name authenticated
!
crypto pki token default removal timeout 0
!
voice-card 0
!
hw-module pvdm 0/0
!
redundancy
!
interface GigabitEthernet0/0
 ip address 10.20.0.1 255.255.0.0
 duplex auto
 speed auto
!
interface GigabitEthernet0/1
 ip address 10.10.10.2 255.255.0.0
 duplex auto
 speed auto
!
interface GigabitEthernet0/2
 no ip address
 shutdown
 duplex auto
 speed auto
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
control-plane
!
!gatekeeper
 no shutdown
!
line con 0
 logging synchronous
line aux 0
line vty 0 4
 login
 transport input all
!
scheduler allocate 20000 1000
end

3 Replies 3

johnd2310
Level 8
Level 8

hi

 

What is connected to Gi0/0 and Gi0/1? What do you get if you run "show ip  arp " on the router.

 

Thanks

John

**Please rate posts you find helpful**

Predrag Jovic
Level 3
Level 3

Can you,  please, check routing table and interface status.

show ip interface brief

show ip route

If routing table is present and interfaces are in up up state my guess would be that issue may be:

- cable swap between Gi0/0 and Gi0/1

- port configuration of connected device(s) (port configured as trunk instead of access)

- something similar to the above

Otherwise device may be faulty.

Hello

1)does this rtr have ip routing enabled?

2) do the connected clients have the correct subnet and default-gateway applied

(note - gateway only needed for inter vlan communication and wan access)

 

3) do these clients have any software Fw applied to them negating echo reply

 

4) if these interfaces are connected to a switch are the related access ports in the correct vlan

 

5) as stated by others what does the arp table show

 

res

paul

 

 


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card