cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1008
Views
0
Helpful
4
Replies

Basic routing on 2901

Hey everyone

Im a novice when it comes to Cisco routers. Have a 2901 in house now, and trying to get it to route between the two main interfaces. But no luck!

Routing is between the 10.16.108.x and the 32.54.20.x network. The "ip routing" command has been runned.

S*    0.0.0.0/0 [1/0] via 10.16.108.1
      10.0.0.0/8 is variably subnetted, 4 subnets, 3 masks
C        10.0.0.0/23 is directly connected, Vlan1
L        10.0.0.7/32 is directly connected, Vlan1
C        10.16.108.0/22 is directly connected, GigabitEthernet0/0
L        10.16.108.2/32 is directly connected, GigabitEthernet0/0
      32.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C        32.54.16.0/20 is directly connected, GigabitEthernet0/1
L        32.54.20.33/32 is directly connected, GigabitEthernet0/1

Attached the whole config as text file.

Please rate as helpful, if that would be the case. Thanx
1 Accepted Solution

Accepted Solutions

ghostinthenet
Level 7
Level 7

Everything looks good on this configuration for basic routing. Is your test machine on the 10.16.108.0 network configured to use 10.16.108.2 as its default gateway? Similarly, is the one on the 32.54.20.32 network configured to use 32.54.20.33 as its default gateway? If the test machines don't have a path back to the router's interface, that's going to create a problem.

View solution in original post

4 Replies 4

ghostinthenet
Level 7
Level 7

Everything looks good on this configuration for basic routing. Is your test machine on the 10.16.108.0 network configured to use 10.16.108.2 as its default gateway? Similarly, is the one on the 32.54.20.32 network configured to use 32.54.20.33 as its default gateway? If the test machines don't have a path back to the router's interface, that's going to create a problem.

Disclaimer

The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.

Liability Disclaimer

In no event shall Author be liable for any damages wha2tsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.

Posting

As mentioned by Jody, config looks okay.  Besides checking host gateways, also insure their network masks conform to the networks defined on the router.

Thanx Jody, of course I have no retur route in the 32.x.x.x network.

Please rate as helpful, if that would be the case. Thanx

That will get you every single time. I'm glad it was an easy fix.