frame-relay multilink

I have a hub & spoke setup and just got an additional T1 installed at the central office (3620)

I can bring up both interfaces and mfr0 but I can't pass IP traffic to any remote locations.

Do I have to have mfr running on the remote office routers (1600)?

Reply to
mark.arneson
Loading thread data ...

Never mind...I see that mfr is not supported on the 1600.

I can't ping the ip address of the mfr pvc. 192.168.122.1. There must be something wrong with my config.

! version 12.3 service timestamps debug uptime service timestamps log uptime service password-encryption ! hostname Al ! boot-start-marker boot-end-marker ! ! clock timezone EST -5 clock summer-time EDT recurring no aaa new-model ip subnet-zero ! ! no ip domain lookup ! frame-relay switching ! ! no voice hpi capture buffer no voice hpi capture destination ! ! ! interface MFR0 no ip address ip route-cache flow frame-relay lmi-type cisco ! interface MFR0.122 point-to-point description Wood ip address 192.168.122.1 255.255.255.252 frame-relay interface-dlci 122 ! interface Ethernet0/0 description connected to EthernetLAN ip address 192.168.0.1 255.255.255.0 half-duplex ! interface Serial0/0 no ip address encapsulation frame-relay MFR0 ip route-cache flow no arp frame-relay ! interface Serial0/1 no ip address encapsulation frame-relay MFR0 ip route-cache flow no arp frame-relay ! ip http server ip classless ip route 0.0.0.0 0.0.0.0 192.168.0.5 ip route 192.168.1.0 255.255.255.0 192.168.0.5 ip route 192.168.4.0 255.255.255.0 192.168.103.1 ip route 192.168.40.0 255.255.255.0 192.168.15.2 ip route 192.169.15.0 255.255.255.0 192.168.0.5 ! ! ! end

Reply to
Diasonics

Turns out it was the DLCI on the other end. As soon as it got changed, I could ping the first hop (192.168.122.1) along with everything else.

Reply to
Diasonics

This is the router config I use to bond serveral frame rrealy circuits, MLPPPoFR This bonds at the PVC level. Just make sure all Access and PVC CIR is same bandwidth for all members. DLCIs 505 and 515 are the two access at the remote location.

! interface Serial0/0 no ip address encapsulation frame-relay no ip mroute-cache ! interface Serial0/0.505 point-to-point frame-relay interface-dlci 505 ppp Virtual-Template1 ! interface Serial0/1 no ip address encapsulation frame-relay no ip mroute-cache ! interface Serial0/1.515 point-to-point frame-relay interface-dlci 515 ppp Virtual-Template1 ! interface Virtual-Template1 ip address 10.70.50.118 255.255.255.252 decnet cost 2 ppp multilink !

MC

Reply to
MC

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.