hi, we have recently gotten a dsl site to site connection from our isp. we bought the cisco 837 routers ourselves and we got the "config" from the is. i just copied and pasted the config into both routers but when i connect to either router i cant ping the router on the other side directly connected via the dsl line. The configs are here, i think i am missing something simple... maybe a route...
dublin config :
Eircom_CE_ibs_cookestown_ind_est_deployed_req6606
!
! Version 12.0: Generated by VPNSC on Tue Jun 7 14:50:28 2005
!
interface ATM0
description Provisioned by VPNSC (BR0160577 4626851)
!
interface ATM0.835 point-to-point
description ATM0.835 atm pvc vpi=8 vci=35 : Provisioned By VPNSC: Service Request Id# = 6606 (BR0160577 4626851)
ip address 83.71.92.194 255.255.255.252
!
pvc 8/35
!
encapsulation aal5snap
!
no shutdown
!
router bgp 65500
neighbor 83.71.92.193 remote-as 5466
!
no auto-summary
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! Generated by Cisco Template Provision System
!!
!! template = /Eircom/BIP_Reach/Cisco_Ce_BGP
!! datafile = /CE_Side
!!
!! Tue Jun 07 14:50:24 IST 2005
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! Enable OAM on the ATM sub-interface
!
interface ATM0.835
pvc 8/35
oam-pvc manage
oam retry 3 3 5
!
! Redistribute the connected local LAN into RIP,
! for transmission to the eircom PE router.
!
router bgp 65500
redistribute rip
!
!
! The section below only applies if routes other than the connected LAN
! are required.
!
! Only specially tagged static routes will be redistributed to
! the PE. This ensures that the CE router doesnt
! accidentially inject a 0.0.0.0 or other unwanted
! route. The routes must be to null to stop a
! loop. This assumes full IGP internally.
! The static should be for a summarised block of
! the customer internal address space at this site.
! It is statically tied down to Null0 with a distance of 254.
!
! Sample static route:
!
! ip route 192.168.10.0 255.255.255.0 Null0 254 tag 1024
!
route-map cpe-static permit 10
match tag 1024
route-map cpe-static deny 20
!
router rip
redistribute static route-map cpe-static
!
cork config is :
same except the wan ips are different and the internal ip is 192.168.1.7 , any idea on how to get this up and running
dublin config :
Eircom_CE_ibs_cookestown_ind_est_deployed_req6606
!
! Version 12.0: Generated by VPNSC on Tue Jun 7 14:50:28 2005
!
interface ATM0
description Provisioned by VPNSC (BR0160577 4626851)
!
interface ATM0.835 point-to-point
description ATM0.835 atm pvc vpi=8 vci=35 : Provisioned By VPNSC: Service Request Id# = 6606 (BR0160577 4626851)
ip address 83.71.92.194 255.255.255.252
!
pvc 8/35
!
encapsulation aal5snap
!
no shutdown
!
router bgp 65500
neighbor 83.71.92.193 remote-as 5466
!
no auto-summary
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! Generated by Cisco Template Provision System
!!
!! template = /Eircom/BIP_Reach/Cisco_Ce_BGP
!! datafile = /CE_Side
!!
!! Tue Jun 07 14:50:24 IST 2005
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!
! Enable OAM on the ATM sub-interface
!
interface ATM0.835
pvc 8/35
oam-pvc manage
oam retry 3 3 5
!
! Redistribute the connected local LAN into RIP,
! for transmission to the eircom PE router.
!
router bgp 65500
redistribute rip
!
!
! The section below only applies if routes other than the connected LAN
! are required.
!
! Only specially tagged static routes will be redistributed to
! the PE. This ensures that the CE router doesnt
! accidentially inject a 0.0.0.0 or other unwanted
! route. The routes must be to null to stop a
! loop. This assumes full IGP internally.
! The static should be for a summarised block of
! the customer internal address space at this site.
! It is statically tied down to Null0 with a distance of 254.
!
! Sample static route:
!
! ip route 192.168.10.0 255.255.255.0 Null0 254 tag 1024
!
route-map cpe-static permit 10
match tag 1024
route-map cpe-static deny 20
!
router rip
redistribute static route-map cpe-static
!
cork config is :
same except the wan ips are different and the internal ip is 192.168.1.7 , any idea on how to get this up and running