Hi all,
Still busy with the lab but I like checking sections as I finish them to confirm I am on the right track.
My solution for this though similiar appears to be a lot less intensive on configuration, thought possibly incorrect as I have to gone further.
R1
bridge 1 protocol ieee
bridge crb
bridge 1 bridge ip
int s0/0
shut
encap frame-relay
int s0/0.102 point-to-point
frame-relay interface-dlci 102 ppp virtual-Template 102
exit
int s0/0.103 point-to-point
frame-relay interface-dlci 103 ppp virtual-Template 103
exit
interface virtual-temp 102
encapsulation ppp
bridge-group 1
interface virtual-temp 103
encapsulation ppp
bridge-group 1
int s0/0
no shut
R3
int s1/0
encapsulation frame-relay
shut
frame interface-dlci 301
exit
no shut
R2
int s0/0
encapsulation frame-relay
shut
frame interface-dlci 301
exit
no shut
Able to ping across from R3 to R2; my BGP still seems to be working on R1.
Thoughts?