Hi All

I have a small doubt in FR . can someone please clearify in this :

                         R1
                          |s0/3/0
                          |s0/1/0
                          |
                          |
                      FR SWITCH
              s0/2/0  /     \ s0/3/0
                        /       \
            s0/1/0  /         \s0/1/0
                    R2        R3

I am not making use of static binding at client routers.
My configs are :
**************************** R1 **************************
!
interface Serial0/3/0
 no ip address
 encapsulation frame-relay
!
interface Serial0/3/0.1 point-to-point
 ip address 150.1.1.2 255.255.255.0
 snmp trap link-status
 frame-relay interface-dlci 100
!
interface Serial0/3/0.2 point-to-point
 ip address 150.1.1.3 255.255.255.0
 snmp trap link-status
 frame-relay interface-dlci 200
!

****************************** R2 ********************************
!
interface Serial0/1/0
 no ip address
 encapsulation frame-relay
!
interface Serial0/1/0.1 point-to-point
 ip address 150.1.1.4 255.255.255.0
 snmp trap link-status
 frame-relay interface-dlci 300
!
****************************** R3 ******************************
!
interface Serial0/1/0
 no ip address
 encapsulation frame-relay
!
interface Serial0/1/0.1 point-to-point
 ip address 150.1.1.5 255.255.255.0
 frame-relay interface-dlci 400
!
*********************SWITCH *************************************
!
interface Serial0/1/0
 no ip address
 encapsulation frame-relay
 clock rate 64000
 frame-relay intf-type dce
 frame-relay route 100 interface Serial0/2/0 300
 frame-relay route 200 interface Serial0/3/0 400
!
!
interface Serial0/2/0
 no ip address
 encapsulation frame-relay
 clock rate 64000
 frame-relay intf-type dce
 frame-relay route 300 interface Serial0/1/0 100
!
!
interface Serial0/3/0
 no ip address
 encapsulation frame-relay
 clock rate 64000
 frame-relay intf-type dce
 frame-relay route 400 interface Serial0/1/0 200
!
**************************************************************************************

1) I wish to have a hub and spoke with R1 as hub .. But I am not able to
ping R1 -- R2 and R1-- R3 . What is wrong in above config ?
2) If I am using point to point sub-int @ R1 ; do I need to have point to
point sub int on R2 and R3 as well . Cant this be done on main interface on
R2 and R3

Gaurav Madan.

Gaurav Madan.

Reply via email to