frame relay encapsulation type

From: Quetta Walla (quetta_1@lycos.com)
Date: Sat Jul 22 2006 - 12:22:19 ART


Can someone please help on this guys ?

Diagram: R2 (Spoke with fr cisco)-------R1 (hub)--------R3 (spoke
with FR IETF)

The Scenario here is that R1 is HUB and R2 & R3 are Spokes If we look at
configurations below, the encapsulation type on R2(spoke) is
Frame-relay IETF. When we do our configuration on R1 and R3, should we use IETF on the static
mapping towards R2 or should we leave it like the way it is in the configuration. Can some one kindly help me out through this.

I shall be grateful
--------------
configs:

R1 HUB
interface s0/0
  encapsulation frame-relay
  ip add 10.0.0.1 255.255.255.0
  no frame-relay inverse arp
  frame-relay map ip 10.0.0.2 102 broadcast
  frame-relay map ip 10.0.0.3 103 broadcast

  R2 Spoke
  interface s0/0
ip address 10.0.0.2 255.255.255.0
encapsulation frame-relay IETF
no frame-relay inverse arp
frame-relay map ip 10.0.0.1 201 broadcast
frame-relay map ip 10.0.0.3 201

  R3 Spoke
interface s0/0
ip address 10.0.0.3 255.255.255.0
encapsulation frame-relay
no frame-relay inverse arp
frame-relay map ip 10.0.0.1 301 broadcast
frame-relay map ip 10.0.0.2 301

-- 


This archive was generated by hypermail 2.1.4 : Tue Aug 01 2006 - 07:13:48 ART