[c-nsp] multilink frame relay configuration examples

Eric Kagan eklists at axsne.com
Fri Jun 13 14:15:37 EDT 2008


> I've been googling and searching on the cisco site but many 
> of the documents 
> point to broken links.  I'm looking for pointers for configuring (if 
> possible) multilink frame relay on a 2600 series.  We want to 
> terminate 2 
> Frame Relay T1's on a single 2600 series if possible.
> 
> Any pointers would be appreciated.

I got the config below from someone using Verizon / MCI 2 x FR T1

Eric

version 12.3
!
interface MFR1
 mtu 4470
 no ip address
 no ip redirects
 no ip proxy-arp
 encapsulation frame-relay IETF
 no ip route-cache cef
 no ip mroute-cache
 load-interval 30
 no arp frame-relay
 frame-relay multilink bid to gw
 frame-relay lmi-type ansi
!
interface MFR1.500 point-to-point
 ip address 192.168.1.1 255.255.255.252
 no ip redirects
 no ip proxy-arp
 no arp frame-relay
 no cdp enable
 frame-relay interface-dlci 500 IETF
!
interface FastEthernet0/0
 ip address 10.10.10.1 255.255.255.0
 speed auto
 full-duplex
!
interface Serial0/0
 mtu 4470
 bandwidth 1536
 no ip address
 no ip redirects
 no ip proxy-arp
 encapsulation frame-relay MFR1
 no arp frame-relay
!
interface Serial0/1
 mtu 4470
 bandwidth 1536
 no ip address
 no ip redirects
 no ip proxy-arp
 encapsulation frame-relay MFR1
 no arp frame-relay
!
ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 MFR1.500




More information about the cisco-nsp mailing list