CẤU HÌNH ROUTER NHƯ MỘT FRAME RELAY SWITCH

Post new topic   Reply to topic

View previous topic View next topic Go down

CẤU HÌNH ROUTER NHƯ MỘT FRAME RELAY SWITCH

Post  chantroitinhoc on Sun Sep 25, 2011 12:00 am

Để router làm việc như một Frame Relay switch thì ta phải kích hoạt tính năng chuyển mạch Frame Relay trên Router bằng cách dùng câu lệnh frame-relay switching, kế tiếp ở chế độ cấu hình interface thiết lập loại DCE interface với câu lệnh frame-relay intf-type dce, sau đó thiết lập xung clock bằng câu lệnh clock rate, và sử dụng frame-relay route để định tuyến traffic từ một DLCI của một interface đến DLCI của một interface khác.

Dưới đây là mô hình cho bài lab này:




Cấu hình trên Frame Relay Switch FR1:

FR1(config)# frame-relay switching

FR1(config-if)# interface Serial1/0
FR1(config-if)# no ip address
FR1(config-if)# no shutdown
FR1(config-if)# encapsulation frame-relay
FR1(config-if)# clock rate 64000
FR1(config-if)# frame-relay intf-type dce
FR1(config-if)# frame-relay route 100 interface Serial1/1 200

FR1(config-if)# interface serial1/1
FR1(config-if)# no ip address
FR1(config-if)# no shutdown
FR1(config-if)# encapsulation frame-relay
FR1(config-if)# clock rate 64000
FR1(config-if)# frame-relay intf-type dce
FR1(config-if)# frame-relay route 200 interface Serial1/0 100


Cấu hình trên R1:

R1(config)# interface Serial1/0
R1(config-if)# ip address 10.0.0.1 255.255.255.0
R1(config-if)# encapsulation frame-relay
R1(config-if)# no shutdown

Cấu hình trên R2:

R2(config)# interface Serial1/0
R2(config-if)# ip address 10.0.0.2 255.255.255.0
R2(config-if)# encapsulation frame-relay
R2(config-if)# no shutdown

Bây giờ chúng ta kiểm tra các tuyến đường đã cấu hình ở trên Frame Relay đã active chưa.




Và chúng ta kiểm tra cấu hình và kết nối giữa các router.




Các bạn có thể tham khảo thêm ở đoạn video demo ở đây: Configuring Router as a Frame Relay Switch

chantroitinhoc
Admin

Posts: 126
Join date: 2008-01-16

View user profile http://chantroitinhoc.niceboard.net

Back to top Go down

View previous topic View next topic Back to top

- Similar topics

Permissions in this forum:
You can reply to topics in this forum