04-12-2012 06:57 AM - edited 03-07-2019 06:05 AM
I have a 3925. I have one int on the same subnet as our internet connection (gi0/1) and one on the subnet for our local traffic (gi0/2) and an ip route for that to get out. The problem I am having is that it is not routing the local traffic to the next hop (ISP router (ip of 10.250.250.1)) that is on the same subnet as gi0/1. Here is my current config. Please be aware that my Cisco knwledge is very limited. This router was also setup befoe I was part of the project, and that person has since left. Any help would be greatly appreciated. If you need more of the config let me know. Thanks.
!
interface Loopback0
ip address 10.200.1.1 255.255.255.255
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
description CAJ LAN connection
ip address 10.245.245.1 255.255.255.248
duplex full
speed 1000
!
interface GigabitEthernet0/1
Description ISP Connection
ip address 10.250.250.2 255.255.255.252
duplex full
speed 100
!
interface GigabitEthernet0/2
description Test Laptop
ip address 10.100.100.1 255.255.255.0
duplex auto
speed auto
!
ip forward-protocol nd
!
no ip http server
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
!
ip route 0.0.0.0 0.0.0.0 Null0
ip route 10.1.0.0 255.255.0.0 10.245.245.2
ip route 10.10.0.0 255.255.0.0 10.245.245.2
ip route 10.100.100.0 255.255.255.0 10.250.250.1
ip route 10.250.250.0 255.255.255.0 10.250.250.1
!
logging trap debugging
logging 192.168.100.4
access-list 23 permit 1.1.1.0 0.0.0.255
access-list 99 permit 10.1.40.90
!
route-map MESDG permit 10
match ip address 99
set ip next-hop 72.14.100.1
04-13-2012 06:11 AM
The laptop can ping 10.100.100.1
I am using a straight through cable, plugged directly into gi0/2
04-13-2012 06:23 AM
Normally pc to router you need crossover unless auto-mdix I supported.
Also, try this: set up an ip route for your 100 network the network laptop is connected to.
04-13-2012 06:39 AM
where should it route too?
04-13-2012 09:37 AM
10.100.100.0 network pointing @ gi0/2
Or just set up EIGRP or rip make life easier
Sent from Cisco Technical Support iPhone App
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