Tuesday, May 10, 2011

GNS3 frame-relay poin-to-point



the configuration
R1(config)#interface serial 1/0
R1(config-if)#encapsulation frame-relay
R1(config-if)# no shutdown
R1(config)#interface serial 1/0.102 point-to-point
R1(config-subif)#ip address 192.168.1.1 255.255.255.0
R1(config-subif)#frame-relay interface-dlci 102

R1(config)#interface serial 1/0.103 point-to-point
R1(config-subif)#ip address 192.168.3.2 255.255.255.0
R1(config-subif)#frame-relay interface-dlci 103

R1(config)#interface serial 1/0.104 point-to-point
R1(config-subif)#ip address 192.168.4.2 255.255.255.0
R1(config-subif)#frame-relay interface-dlci 104

R1(config)#router eigrp 10
R1(config-router)#network 192.168.1.0 0.0.0.255
R1(config-router)#network 192.168.3.0 0.0.0.255
R1(config-router)#network 192.168.4.0 0.0.0.255




R2(config)#interface serial 1/0
R2(config-if)#encapsulation frame-relay
R2(config-if)# no shutdown
R2(config)#interface serial 1/0.201 point-to-point
R2(config-subif)#ip address 192.168.1.2 255.255.255.0
R2(config-subif)#frame-relay interface-dlci 201

R2(config)#router eigrp 10
R2(config-router)#network 192.168.1.0 0.0.0.255


R3(config)#interface serial 1/0
R3(config-if)#encapsulation frame-relay
R3(config-if)# no shutdown
R3(config)#interface serial 1/0.301 point-to-point
R3(config-subif)#ip address 192.168.3.1 255.255.255.0
R3(config-subif)#frame-relay interface-dlci 301

R3(config)#router eigrp 10
R3(config-router)#network 192.168.3.0 0.0.0.255


R4(config)#interface serial 1/0
R4(config-if)#encapsulation frame-relay
R4(config-if)# no shutdown
R4(config)#interface serial 1/0.401 point-to-point
R4(config-subif)#ip address 192.168.4.1 255.255.255.0
R4(config-subif)#frame-relay interface-dlci 401

R4(config)#router eigrp 10
R4(config-router)#network 192.168.4.0 0.0.0.255
download this topology

No comments:

Post a Comment