Pseudowire MPLS Juniper e Cisco

Posted: quinta-feira, 23 de abril de 2015 by Wairisson Gomes in Marcadores: , , , , , , , ,
3

Para o cenário, assuma OSPF + MPLS+LDP ativos nos routers e as loopbacks devidamente publicadas:

Segue abaixo as configurações que usei para criar um PW entre Juniper e Cisco.

Cisco:

conf t
mpls label protocol ldp
pseudowire-class MartiniToJuniper
 encapsulation mpls

interface GigabitEthernet0/3.77
 encapsulation dot1Q 77
 xconnect 192.168.0.1 7 pw-class MartiniToJuniper


Juniper:

set interfaces ge-0/0/5 description TESTE-PW-CISCO-7200
set interfaces ge-0/0/5 vlan-tagging
set interfaces ge-0/0/5 media-type copper
set interfaces ge-0/0/5 encapsulation flexible-ethernet-services
set interfaces ge-0/0/5 unit 7 description TESTE-PW-TO-CISCO7200
set interfaces ge-0/0/5 unit 7 encapsulation vlan-ccc
set interfaces ge-0/0/5 unit 7 vlan-id 7
set interfaces ge-0/0/5 unit 7 family ccc

set protocols mpls label-switched-path TO-7200-TESTE to 192.168.0.2
set protocols mpls label-switched-path TO-7200-TESTE no-cspf

set protocols l2circuit neighbor 192.168.0.2 interface ge-0/0/5.7 virtual-circuit-id 7
set protocols l2circuit neighbor 192.168.0.2  interface ge-0/0/5.7 encapsulation-type ethernet-vlan



Referências: http://www.gossamer-threads.com/lists/nsp/juniper/6800

3 comentários:

  1. Este comentário foi removido pelo autor.
  1. Este comentário foi removido pelo autor.
  1. Este comentário foi removido pelo autor.