Current setup:
3660 router has a Serial 4T going out to 4 remote sites.
Needed setup:
Need to move Serial 4T to 2612 router.
2612 router will connect via E0 port to inside Cat3524 switch which is connected to 3660 router's E0/0.
Scenerio:
3660 router connects to WAN via various connection types
Cat3524 (inside)switch connects to 3660 router via Ethernet
2612 router connects to Cat3524 switch via Ethernet
4 remote locations connect to 2612 router via Serial
Question:
Will this 2612 config work?
interface Ethernet0
description connected to Cat3524 Inside Switch Port x
ip address x.x.x.x x.x.x.x
no ip directed-broadcast
ip accounting output-packets
duplex auto
speed auto
!
interface Serial1/0
description 56K to Location 1
bandwidth 56
ip address x.x.x.x x.x.x.x
fair-queue 64 256 0
!
interface Serial1/1
description 56K to Location 2
bandwidth 56
ip address x.x.x.x x.x.x.x
fair-queue 64 256 0
!
interface Serial1/2
description 56K to Location 3
bandwidth 56
ip address x.x.x.x x.x.x.x
fair-queue 64 256 0
!
interface Serial1/3
description 56K to Location 4
bandwidth 56
ip address x.x.x.x x.x.x.x
fair-queue 64 256 0
!
router eigrp x
network x.x.x.x
no auto-summary
no eigrp log-neighbor-changes
!
ip default-gateway x.x.x.x
ip classless
ip route 0.0.0.0 0.0.0.0 x.x.x.x
ip http server
ip http authentication aaa
!
end
3660 router has a Serial 4T going out to 4 remote sites.
Needed setup:
Need to move Serial 4T to 2612 router.
2612 router will connect via E0 port to inside Cat3524 switch which is connected to 3660 router's E0/0.
Scenerio:
3660 router connects to WAN via various connection types
Cat3524 (inside)switch connects to 3660 router via Ethernet
2612 router connects to Cat3524 switch via Ethernet
4 remote locations connect to 2612 router via Serial
Question:
Will this 2612 config work?
interface Ethernet0
description connected to Cat3524 Inside Switch Port x
ip address x.x.x.x x.x.x.x
no ip directed-broadcast
ip accounting output-packets
duplex auto
speed auto
!
interface Serial1/0
description 56K to Location 1
bandwidth 56
ip address x.x.x.x x.x.x.x
fair-queue 64 256 0
!
interface Serial1/1
description 56K to Location 2
bandwidth 56
ip address x.x.x.x x.x.x.x
fair-queue 64 256 0
!
interface Serial1/2
description 56K to Location 3
bandwidth 56
ip address x.x.x.x x.x.x.x
fair-queue 64 256 0
!
interface Serial1/3
description 56K to Location 4
bandwidth 56
ip address x.x.x.x x.x.x.x
fair-queue 64 256 0
!
router eigrp x
network x.x.x.x
no auto-summary
no eigrp log-neighbor-changes
!
ip default-gateway x.x.x.x
ip classless
ip route 0.0.0.0 0.0.0.0 x.x.x.x
ip http server
ip http authentication aaa
!
end