18/5/55

การ Bridging Ethernet over an IP network using DLSw+



การ Bridging Ethernet over an IP network using DLSw+


    ลูกค้า มี network cloud อยู่ โดยตอนนี้ ลูกค้า มีปัญหา อยู่ 2 site ที่ต้องการให้ 2 site นี้ มองเห็น internal lan ของทั้งสอง site มองเห็นเป็น เป็น subnet เดียวกัน ! เนื่องจาก application ท่ีซื้อมัน มันมี requirement แบบนี้


   โดยลูกค้าไม่ต้องการให้เพิ่ม hardware หรือ แก้ไข rotuing ใดๆทั้งสิ้น T__T


ปกติ ถ้าเป็นการขึ้น network ใหม่ จะแนะนำให้ ทำ mpls vpn l2 จะ ยืดหยุ่นมากในอนาคต แต่กรณีนี้ เราจะมาใช้ command พื้นฐานที่ โลกลืมกันนะครับ




Focus กันตรงที่ต้อง แก้ไขนั้น ตามนี้นะครับ

Router-A
!
bridge irb
bridge 1 protocol ieee
!
interface FastEthernet0/1
 description Link to lan 192.168.2.20/24
 no ip address
 bridge-group 1
!
dlsw local-peer peer-id 172.16.32.2
dlsw remote-peer 0 tcp 172.16.33.2
dlsw bridge-group 1
!

Router-B
!
bridge irb
bridge 1 protocol ieee
!
interface FastEthernet0/1
 description Link to lan 192.168.2.22/24
 no ip address
 bridge-group 1
!
dlsw local-peer peer-id 172.16.33.2
dlsw remote-peer 0 tcp 172.16.32.2
dlsw bridge-group 1
!

Verify: Try to use ping for testing.. Got it!

ปล. ถ้าต้องการความ security เพิ่มขึ้น ลองใช้ tunnel gre นะครับ (แต่ production network จริงๆ ไม่ค่อยแนะนำนะครับ)

บทความหน้า: พบกันลูกค้าจอมงก 555 ใช้ router 2ตัว (ทำ Active/Standby) ทำ Extranet Zone เพื่อ support External network


ไม่มีความคิดเห็น:

แสดงความคิดเห็น