Search This Blog

Thursday, November 11, 2010

Cisco Basic Frame Relay Config

I recently needed to install a Cisco router on a frame relay and forgot how. Trust me it's been a while.



hostname
no service udp-small-servers
no service tcp-small-servers
!
ip subnet-zero
ip classless
!
enable-password <>
!
interface Ethernet 0/0
description To Office Ethernet
ip address
no ip directed broadcast
no shutdown
!
interface Serial 0/0
description To
bandwidth 1536
service-module t1 timeslots 1-24
service-module t1 framing esf
service-module t1 linecode b8zs
service-module t1 clock source internal
encapsulation frame-relay IETF
frame-relay lmi-type ansi
no ip address
no shutdown
no fair-queue
!
interface Serial 0/0.1 point-to-point
ip unnumbered Ethernet0/0
frame-relay interface-dlci 500 IETF
bandwidth 1536
no shutdown
!
ip route 0.0.0.0 0.0.0.0 Serial 0/0.1
no cdp run
no ip http server
!
ip domain-name
ip name-server

End

Alternate serial config.

interface Serial0/0
no ip address
encapsulation frame-relay IETF
service-module t1 timeslots 1-24
service-module t1 framing esf
service-module t1 linecode b8zs
service-module t1 clock source internal
frame-relay lmi-type ansi
load-interval 30
calculations
no fair-queue
bandwidth
!
interface Serial0/0.1 point-to-point
ip addresss XX.XX.XX.XX 255.255.255.252
frame-relay interface-dlci 500 IETF
no ip redirects
no ip proxy-arp
no arp frame-relay
no cdp enable
bandwidth

No comments:

Post a Comment