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

IP Routing Error!

adamgreenwood14
Level 1
Level 1

For some reason nothing is being routed on my router in the cisco packet tracer.

I have been researching online and I have realised that I need to enable IP Routing, is this the problem? Although when I followed instructions online, this is what happens:

Router1#config t

Enter configuration commands, one per line.  End with CNTL/Z.

Router1(config)#ip routing

                       ^

% Invalid input detected at '^' marker.

Here is my router config:

Current configuration : 1127 bytes

!

version 12.2

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname Router1

!

!

!

enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0

enable password class

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

!

interface FastEthernet0/0

ip address 192.168.20.62 255.255.255.192

duplex auto

speed auto

!

interface FastEthernet1/0

ip address 192.168.20.94 255.255.255.224

duplex auto

speed auto

!

interface FastEthernet2/0

ip address 192.168.20.126 255.255.255.224

duplex auto

speed auto

!

interface FastEthernet3/0

ip address 192.168.20.158 255.255.255.224

duplex auto

speed auto

!

interface FastEthernet4/0

ip address 192.168.20.166 255.255.255.248

duplex auto

speed auto

!

interface FastEthernet5/0

ip address 192.168.20.174 255.255.255.248

duplex auto

speed auto

!

interface FastEthernet6/0

ip address 192.168.20.182 255.255.255.248

duplex auto

speed auto

!

interface Serial7/0

ip address 192.168.20.185 255.255.255.252

!

router rip

!

ip classless

!

!

!

banner login ^C Welcome to the router! ^C

!

!

!

!

line con 0

line vty 0 4

password class

login

!

!

!

end

Any help would be greatly appreciated!

Thanks

Adam

3 Replies 3

IP routing is enabled by default, it's a router...

Explain exactly what your problem is, and what isn't working.

Ryan Wolfe
Level 5
Level 5

You need to enable the RIP process with you interfaces. Put in the network commands for each interface's network. That's my first guess.

network (network address)

Also, ip routing is enabled by default on routers.

Sent from Cisco Technical Support iPad App

Andrew Cink
Level 1
Level 1

Are there devices plugged in to those ports on the router? If the interface is down, it won't do anything... show interface status?

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