NewToo
Technical User
- Jun 11, 2001
- 136
Hello All,
I have two router that I'm having issue with
From router A i can not ping to one subnet on my other router. From A I can not get to router B subnet of 216.237.5.1 network. I replace router B with a lower end router and it worked with the same config. The lower end router is 3660 and now i have a 7206 and the 7206 does not work.
Router A config:
interface FastEthernet0/0
ip address 216.237.4.1 255.255.255.224
ip nat outside
no ip route-cache
no ip mroute-cache
shutdown
duplex auto
speed auto
no cdp enable
!
interface FastEthernet0/1
ip address 172.16.0.1 255.255.0.0
no ip unreachables
ip nat inside
no ip mroute-cache
shutdown
duplex auto
speed auto
no cdp enable
!
interface FastEthernet1/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet1/1
ip address 10.3.0.1 255.255.0.0
no ip unreachables
shutdown
duplex auto
speed auto
no cdp enable
!
router eigrp 1
network 216.0.0.0
no auto-summary
!
router eigrp 3
network 216.0.0.0
no auto-summary
!
ip nat pool InternetAddr 216.237.4.2 216.237.4.2 netmask 255.255.255.224
ip nat inside source list 1 pool InternetAddr overload
ip nat inside source static 172.16.0.5 216.237.4.3
ip nat inside source static 172.16.0.10 216.237.4.4
ip nat inside source static 172.16.0.2 216.237.4.5
ip nat inside source static tcp 172.16.0.6 4474 216.237.4.6 4474 extendable
ip classless
ip route 10.0.1.0 255.255.0.0 FastEthernet1/1
ip route 10.0.2.0 255.255.0.0 FastEthernet1/1
ip route 216.237.5.0 255.255.255.224 FastEthernet1/1
no ip http server
!
access-list 1 deny 172.16.0.10
access-list 1 deny 172.16.0.16
access-list 1 permit 172.16.0.0 0.0.0.255
Router B config:
interface FastEthernet0/0
ip address 216.237.5.1 255.255.255.224
ip access-group 108 in
ip access-group 109 out
no ip unreachables
!
interface FastEthernet0/1
ip address 10.0.2.1 255.255.0.0
no ip unreachables
duplex auto
speed auto
!
interface FastEthernet1/0
no ip address
duplex auto
speed auto
!
interface FastEthernet1/0.1
encapsulation dot1Q 1 native
ip address 10.0.1.1 255.255.0.0
no ip redirects
!
interface FastEthernet1/0.2
encapsulation dot1Q 10
ip address 10.0.8.1 255.255.0.0
no ip redirects
!
interface FastEthernet1/1
ip address 10.0.3.2 255.255.255.224
no ip unreachables
speed auto
full-duplex
!
ip classless
ip route 216.237.4.0 255.255.255.224 FastEthernet1/1
ip route 172.16.0.0 255.255.255.0 FastEthernet1/1
no ip http server
Thanks
Newtoo
I have two router that I'm having issue with
From router A i can not ping to one subnet on my other router. From A I can not get to router B subnet of 216.237.5.1 network. I replace router B with a lower end router and it worked with the same config. The lower end router is 3660 and now i have a 7206 and the 7206 does not work.
Router A config:
interface FastEthernet0/0
ip address 216.237.4.1 255.255.255.224
ip nat outside
no ip route-cache
no ip mroute-cache
shutdown
duplex auto
speed auto
no cdp enable
!
interface FastEthernet0/1
ip address 172.16.0.1 255.255.0.0
no ip unreachables
ip nat inside
no ip mroute-cache
shutdown
duplex auto
speed auto
no cdp enable
!
interface FastEthernet1/0
no ip address
shutdown
duplex auto
speed auto
!
interface FastEthernet1/1
ip address 10.3.0.1 255.255.0.0
no ip unreachables
shutdown
duplex auto
speed auto
no cdp enable
!
router eigrp 1
network 216.0.0.0
no auto-summary
!
router eigrp 3
network 216.0.0.0
no auto-summary
!
ip nat pool InternetAddr 216.237.4.2 216.237.4.2 netmask 255.255.255.224
ip nat inside source list 1 pool InternetAddr overload
ip nat inside source static 172.16.0.5 216.237.4.3
ip nat inside source static 172.16.0.10 216.237.4.4
ip nat inside source static 172.16.0.2 216.237.4.5
ip nat inside source static tcp 172.16.0.6 4474 216.237.4.6 4474 extendable
ip classless
ip route 10.0.1.0 255.255.0.0 FastEthernet1/1
ip route 10.0.2.0 255.255.0.0 FastEthernet1/1
ip route 216.237.5.0 255.255.255.224 FastEthernet1/1
no ip http server
!
access-list 1 deny 172.16.0.10
access-list 1 deny 172.16.0.16
access-list 1 permit 172.16.0.0 0.0.0.255
Router B config:
interface FastEthernet0/0
ip address 216.237.5.1 255.255.255.224
ip access-group 108 in
ip access-group 109 out
no ip unreachables
!
interface FastEthernet0/1
ip address 10.0.2.1 255.255.0.0
no ip unreachables
duplex auto
speed auto
!
interface FastEthernet1/0
no ip address
duplex auto
speed auto
!
interface FastEthernet1/0.1
encapsulation dot1Q 1 native
ip address 10.0.1.1 255.255.0.0
no ip redirects
!
interface FastEthernet1/0.2
encapsulation dot1Q 10
ip address 10.0.8.1 255.255.0.0
no ip redirects
!
interface FastEthernet1/1
ip address 10.0.3.2 255.255.255.224
no ip unreachables
speed auto
full-duplex
!
ip classless
ip route 216.237.4.0 255.255.255.224 FastEthernet1/1
ip route 172.16.0.0 255.255.255.0 FastEthernet1/1
no ip http server
Thanks
Newtoo