Skip to main content

Help help help cisco routing

More
16 years 11 months ago #23531 by skepticals
Do a 'show run' on the router and then copy and paste the output here.
More
16 years 11 months ago #23533 by vitamin
Building configuration...

Current configuration : 1024 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname connetions
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$GrWs$UgEyD3sjnthkIN8MJDa2g1
enable password xxxxxxxx
!
no aaa new-model
!
resource policy
!
ip subnet-zero
no ip routing
no ip cef
!
!
no ip dhcp use vrf connected
!
!
!
!
!
!
interface Ethernet0/0
ip address 192.168.1.254 255.255.255.0
no ip proxy-arp
no ip route-cache
full-duplex
no cdp enable
no mop enabled
!
interface Ethernet0/1
ip address 192.168.2.254 255.255.255.0
no ip proxy-arp
no ip route-cache
full-duplex
no cdp enable
!
ip classless
ip route 0.0.0.0 0.0.0.0 Ethernet0/0
ip route 0.0.0.0 0.0.0.0 Ethernet0/1
ip route 192.168.1.0 255.255.255.0 Ethernet0/1
ip route 192.168.2.0 255.255.255.0 Ethernet0/0
!
ip http server
!
!
control-plane
!
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
password xxxxxxxx
login
!
no process cpu extended
no process cpu autoprofile hog
!
end
More
16 years 11 months ago #23534 by Dove

ip route 0.0.0.0 0.0.0.0 Ethernet0/0
ip route 0.0.0.0 0.0.0.0 Ethernet0/1
end


Remove the above line, it should work.


no ip route 0.0.0.0 0.0.0.0 Ethernet0/0
no ip route 0.0.0.0 0.0.0.0 Ethernet0/1



Dove
More
16 years 11 months ago #23537 by vitamin
Nope. Still does not work. Ping just reports "Request time out"

Any ideas?
More
16 years 11 months ago #23538 by Dove
Oops Sorry...I missed out...

Your config required bit correction as below. Give the below commands

no ip route 192.168.1.0 255.255.255.0 Ethernet0/1
no ip route 192.168.2.0 255.255.255.0 Ethernet0/0

ip route 192.168.1.0 255.255.255.0 Ethernet0/0
ip route 192.168.2.0 255.255.255.0 Ethernet0/1


Dove
More
16 years 11 months ago #23542 by skepticals

no ip routing


Doesn't that turn off IP routing regardless of his settings?
Time to create page: 0.137 seconds