المقدمة
يصف هذا المستند كيفية تكوين ترجمة شبكة VLAN (شبكة المنطقة المحلية الظاهرية) على موجه Cisco ASR لإنشاء اتصال الطبقة 2 بين الأجهزة في شبكتي VLAN مختلفتين عبر شبكة OTV (محاكاة افتراضية لنقل تراكب).
الرسم التخطيطي للشبكة
التكوين
الطريقة 1 :
في هذه الطريقة، يتم تكوين إعادة كتابة علامة VLAN فقط على واجهة التغشية لموجه Cisco ASR لترجمة علامة VLAN من شبكة VLAN إلى أخرى.
ASR-1
On the Internal Interface :
service instance 10 ethernet
encapsulation dot1q 10
bridge-domain 10
On the Overlay Interface:
service instance 10 ethernet
encapsulation dot1q 20
rewrite ingress tag translate 1-to-1 dot1q 10 symmetric
bridge-domain 10
ASR-2
On the Internal Interface :
service instance 20 ethernet
encapsulation dot1q 20
bridge-domain 20
On the Overlay Interface:
service instance 20 ethernet
encapsulation dot1q 20
bridge-domain 20
الطريقة الثانية :
في هذه الطريقة، تم تكوين إعادة كتابة علامة VLAN على كل من الواجهات الداخلية والتغشية لموجه Cisco ASR لإزالة علامة VLAN واحدة ثم إضافة واحدة جديدة.
ASR-1
On the Internal Interface :
service instance 10 ethernet
encapsulation dot1q 10
rewrite ingress tag pop 1 symmetric
bridge-domain 10
On the Overlay Interface:
service instance 10 ethernet
encapsulation dot1q 20
rewrite ingress tag pop 1 symmetric
bridge-domain 10
ASR-2
On the Internal Interface :
service instance 20 ethernet
encapsulation dot1q 20
bridge-domain 20
On the Overlay Interface:
service instance 20 ethernet
encapsulation dot1q 20
bridge-domain 20