Conf Fram Relei

You might also like

You are on page 1of 2

---R1--int s0/0/0

encapsulation frame-relay
ip add 10.1.2.1 255.255.255.252
exit
int s0/0/0.102 point-to-point
ip add 10.1.2.1 255.255.255.252
frame-relay interface-dlci 102
no sh
exit
router eigrp 1
passive-interface fa0/1
network 172.16.0.0 0.0.0.255
network 10.1.2.0 0.0.0.3
no auto-summary
int fa0/1
ip add 172.16.1.254 255.255.255.0
no sh
---R3--int s0/0/1
encapsulation frame-relay
ip add 10.1.2.2 255.255.255.252
exit
int s0/0/1.201 point-to-point
ip add 10.1.2.2 255.255.255.252
frame-relay interface-dlci 201
no sh
exit
router eigrp 1
passive-interface fa0/1
network 172.16.0.0 0.0.0.255
network 10.1.2.0 0.0.0.3
no auto-summary
int fa0/1
ip add 172.16.2.1 255.255.255.0
no sh
---FR--frame-relay switching
int s0/0/0
description PVC_R1
encapsulation frame-relay
frame-relay int-type dce
frame-relay route 102 int s0/0/1 201
exit
int s0/0/1
description PVC_R2
encapsulation frame-relay
frame-relay int-type dce

frame-relay route 201 int s0/0/0 102

You might also like