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

routing question on cisco 1800 static ip port

randy kruen
Level 1
Level 1

Hi Everyone. First of all, I am not a cisco expert, and I appreciate your time here.

I am running a cisco 1841, with a wic1dsu-t1, and a hwic 4 esw card.

I am remote, and have a setup where my ethernet comes in from about 30 kilometers away on a T1 to a my T1 card port serial0/0/0.

I have a 4 port ethernet card configured to give dhcp ip addresses to serve my devices. All works good.

I would like to configure the 2 built in ports fastethernet0/0 & 1 to static ip addresses and seem to be missing something in the routing.

The near side of my serial (T1) connection is ip 192.168.2.1. The far end of the serial connection is ip 192.168.2.2.

From any of the 4 ports on the ethernet card, I am able to ping through to the far end no problem.

From either of the built in ports 0/0 or 0/1, I can only ping to the near side of the serial connection, 2.1. I cannot ping to the far side of the serial connection, 2.2. What am I missing?

Thanks very much for you time in assisting me with this!

Randy


no ip dhcp use vrf connected
!
ip dhcp pool vlan1
!
ip dhcp pool vlan2
network 192.168.3.0 255.255.255.0
default-router 192.168.3.1
dns-server 24.153.23.66 24.153.22.67
!
ip cef
no ipv6 cef
!
multilink bundle-name authenticated
!
crypto pki token default removal timeout 0
!
license udi pid CISCO1841 sn FTX13348050
archive
log config
hidekeys
username randy nopassword
!
redundancy
!
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.0
ip helper-address 192.168.2.2
speed 100
full-duplex
!
interface FastEthernet0/1
ip address 192.168.4.1 255.255.255.0
ip helper-address 192.168.2.2
speed 100
full-duplex
!
interface Serial0/0/0
ip address 192.168.2.1 255.255.255.0
service-module t1 timeslots 1-24
service-module t1 fdl ansi
!
interface FastEthernet0/1/0
switchport access vlan 2
duplex full
speed 100
!
interface FastEthernet0/1/1
switchport access vlan 2
duplex full
speed 100
!
interface FastEthernet0/1/2
switchport access vlan 2
duplex full
speed 100
!
interface FastEthernet0/1/3
switchport access vlan 2
duplex full
speed 100
!
interface Vlan1
no ip address
!
interface Vlan2
ip address 192.168.3.1 255.255.255.0
ip helper-address 192.168.2.2
vlan-id dot1q 2
exit-vlan-config
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
ip route 0.0.0.0 0.0.0.0 192.168.2.2
!
logging esm config
!

1 Accepted Solution

Accepted Solutions

Hello,

Do you have return routes toward 192.168.4.0 and  192.168.3.0 on the other router?

Please share the configuration of the other side.

IP route 192.168.3.0 255.255.255.0 192.168.2.1

IP route 192.168.4.0 255.255.255.0 192.168.2.1

Masoud

View solution in original post

4 Replies 4

Hello,

Do you have return routes toward 192.168.4.0 and  192.168.3.0 on the other router?

Please share the configuration of the other side.

IP route 192.168.3.0 255.255.255.0 192.168.2.1

IP route 192.168.4.0 255.255.255.0 192.168.2.1

Masoud

I do not! I can add these in if that is my issue. Far end config is as follows:

Cisco 1700 series, ethernet side faces outside world, serial side faces me.

!
no aaa new-model
clock timezone EST -5
clock summer-time EDT recurring
ip cef
!
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
interface FastEthernet0
ip address dhcp
ip nat outside
ip virtual-reassembly
speed 100
full-duplex
!
interface Serial0
ip address 192.168.2.2 255.255.255.0
ip nat inside
ip virtual-reassembly
service-module t1 clock source internal
service-module t1 timeslots 1-24
!
ip forward-protocol nd
ip route 192.168.3.0 255.255.255.0 192.168.2.1
!
ip http server
no ip http secure-server
ip nat inside source list 1 interface FastEthernet0 overload
!
access-list 1 permit 192.168.0.0 0.0.255.255
!
control-plane
!
line con 0
line aux 0
line vty 0 4
login local
!
ntp clock-period 17180036
ntp server 129.6.15.29
ntp server 129.6.15.28
end

thankyou very much, that was it. I am in now.

Randy

Glad your problem was solved.

Masoud

Review Cisco Networking for a $25 gift card