Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Bonding Frame Circuits within a bonded frame...

Status
Not open for further replies.

jmurfin

IS-IT--Management
Jan 12, 2005
32
US
Hi All,

I have a hub/spoke Frame WAN. I have three Frame circuits at my Data Canter (into a 2841), bonded w/ MultiLink Frame Relay, and single PTP Frame circuits at 4 of my WAN sites coming into this bond.

My issue now is that I wish to add one additional Frame circuit at one of these sites, for added bandwidth. Would I be able to then bond the two site Frames and be able to connect into the bonded Frames at the Data Center? I'm unclear, because my virtual interfaces on the bonded Frame at the Data Center all reference DLCIs for the site Frames. Wouldn't routing get messed up if I have to create an add'l virtual int with another DLCI?

If someone has some suggestions, I would be very grateful. Here is my current config (routes and passwords removed for brevity & security). The DataCenter is referred to as 'Kane' and my telco vendor is Paetec:

Thanks for any help you can give!
Jeff

version 12.4
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
service sequence-numbers
!
hostname CORPROUTER1
!
boot-start-marker
boot-end-marker
!
security authentication failure rate 3 log
security passwords min-length 6
logging buffered 51200 debugging
logging console critical
enable secret 5 xxxxxxxxxxxxxxxxxxxxxxxxxx
!
no aaa new-model
!
resource policy
!
clock timezone EST -5
clock summer-time EDT recurring
ip subnet-zero
no ip source-route
ip tcp synwait-time 10
!
!
ip cef
!
!
no ip bootp server
ip domain name yourdomain.com
!
username xxxxxxxxx privilege 15 secret 5
xxxxxxxxxxxxxxxxxx
!
!
!
interface MFR1
description MultiLink Bundle Paetec Frame
no ip address
ip flow ingress
ip flow egress
encapsulation frame-relay IETF
cdp enable
frame-relay multilink bid PaetecFrameKaneMultiLink
frame-relay lmi-type ansi
!
interface MFR1.101 point-to-point
description Kane to Northgate circuit ID TBA
ip unnumbered GigabitEthernet0/0
ip directed-broadcast
frame-relay interface-dlci 40
!
interface MFR1.102 point-to-point
description Kane to Manatee circuit ID TBA
ip unnumbered GigabitEthernet0/0
ip directed-broadcast
frame-relay interface-dlci 80
!
interface MFR1.103 point-to-point
description Kane to ESJ circuit ID TBA
ip unnumbered GigabitEthernet0/0
ip directed-broadcast
frame-relay interface-dlci 87
!
interface MFR1.107 point-to-point
description Kane to Berlin circuit ID TBA
ip unnumbered GigabitEthernet0/0
ip directed-broadcast
frame-relay interface-dlci 22
!
interface GigabitEthernet0/0
description $ETH-SW-LAUNCH$$INTF-INFO-GE 0/0$$ES_LAN$$FW_INSIDE$$ETH-LAN$
ip address 192.168.1.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip nat inside
ip route-cache flow
duplex auto
speed auto
no mop enabled
!
interface GigabitEthernet0/1
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip route-cache flow
shutdown
duplex auto
speed auto
no mop enabled
!
interface Serial0/0/0
description MultiLink Member Paetec Circuit 1
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
encapsulation frame-relay MFR1
ip route-cache flow
no arp frame-relay
!
interface Serial0/1/0
description MultiLink Member Paetec Circuit 2
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
encapsulation frame-relay MFR1
ip route-cache flow
no arp frame-relay
!
interface Serial0/2/0
description MultiLink Member Paetec Circuit 3
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
encapsulation frame-relay MFR1
ip route-cache flow
no arp frame-relay
!
interface Serial0/3/0
description NOT IN USE
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip route-cache flow
shutdown
no cdp enable
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.1.18
ip route 10.1.0.0 255.255.0.0 192.168.1.16
ip route 10.3.0.0 255.255.0.0 192.168.1.15
ip route 10.4.0.0 255.255.0.0 MFR1.101
ip route 10.8.0.0 255.255.0.0 MFR1.102
ip route 10.15.0.0 255.255.0.0 MFR1.103
ip route 10.20.0.0 255.255.0.0 192.168.1.18
ip route 10.21.0.0 255.255.0.0 192.168.1.15
ip route 10.25.0.0 255.255.0.0 192.168.1.18
ip route 10.50.0.0 255.255.0.0 192.168.1.15
ip route 10.99.0.0 255.255.0.0 192.168.1.15
ip route 10.100.0.0 255.255.0.0 192.168.1.15
ip route 10.201.0.0 255.255.0.0 192.168.1.18
ip route 172.14.0.0 255.255.0.0 192.168.1.18
ip route 192.168.1.0 255.255.255.0 GigabitEthernet0/0
ip route 192.168.2.0 255.255.255.0 MFR1.107
ip route 192.168.7.0 255.255.255.0 192.168.1.18
ip route 192.168.200.0 255.255.255.0 MFR1.103
!
ip http server
ip http authentication local
ip http timeout-policy idle 60 life 86400 requests 10000
!
logging trap debugging
access-list 1 remark INSIDE_IF=GigabitEthernet0/0
access-list 1 remark SDM_ACL Category=2
access-list 1 permit 192.168.1.0 0.0.0.255
snmp-server community xxxxxxxxxx RW
snmp-server enable traps tty
snmp-server host 192.168.1.10 255.255.255.0
no cdp run
!
control-plane
!
banner login ^CCAuthorized access only!
Disconnect IMMEDIATELY if you are not an authorized user!^C
!
line con 0
login local
transport output telnet
line aux 0
login local
transport output telnet
line vty 0 4
privilege level 15
login local
transport input telnet
line vty 5 15
privilege level 15
login local
transport input telnet
!
scheduler allocate 20000 1000
!
end

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top