Frame Relay configuration for ccie lab

==========================================================================
Frame Relay router

!
interface Serial0/0/0
 description *** static DCE connection to s1 Prasit
 no ip address
 encapsulation frame-relay
 clock rate 2000000
 frame-relay intf-type dce
 frame-relay route 150 interface Serial0/1/0 130
 frame-relay route 170 interface Serial0/2/0 180
!
interface Serial0/1/0
 description *** static DCE connection to s0 spicy
 bandwidth 1000000
 no ip address
 encapsulation frame-relay
 tx-ring-limit 100
 tx-queue-limit 100
 transmitter-delay 10
 frame-relay intf-type dce
 frame-relay route 130 interface Serial0/0/0 150
 frame-relay route 140 interface Serial0/2/0 160
!
interface Serial0/2/0
 description *** static DCE connection to s1 Aton
 ip address 192.168.22.1 255.255.255.0
 encapsulation frame-relay
 frame-relay intf-type dce
 frame-relay route 160 interface Serial0/1/0 140
 frame-relay route 180 interface Serial0/0/0 170
!

==========================================================================

BR2
interface Serial0/2/0
 ip address 172.16.26.3 255.255.255.0
 encapsulation frame-relay
 no fair-queue
 clock rate 2000000
 frame-relay interface-dlci 160
 frame-relay interface-dlci 180
 !

==========================================================================

BR1
!
interface Serial0/0/0
 ip address 172.16.26.2 255.255.255.0
 encapsulation frame-relay
 no fair-queue
 frame-relay interface-dlci 150
 frame-relay interface-dlci 170
!

==========================================================================

HQ
!
interface Serial0/0/0
 ip address 172.16.26.1 255.255.255.0
 encapsulation frame-relay
 no fair-queue
 clock rate 2000000
 frame-relay interface-dlci 130
 frame-relay interface-dlci 140

Comments

Post a Comment

Popular posts from this blog

Status: Local Agent is not responding. This may be due to Master or Local Agent being down.

Understanding code yellow