04-29-2012 11:00 AM - edited 03-07-2019 06:24 AM
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
04-29-2012 12:16 PM
IP routing is enabled by default, it's a router...
Explain exactly what your problem is, and what isn't working.
04-29-2012 12:18 PM
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
04-30-2012 09:53 PM
Are there devices plugged in to those ports on the router? If the interface is down, it won't do anything... show interface status?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide