cancel
Showing results for 
Search instead for 
Did you mean: 

Load Sharing VPLS end

Load Sharing VPLS end

Julian_Eble
New Contributor II
Hello Community,

I'm having headache about the load-balance on Aggreation Ports.

Our scenery is a MPLS network who the end point are connected by Juniper Routers.
These connections are 10G (20g agg) and have one VLAN VPLS tagged end-by-end.
The traffic doesn't get balanced even when I change the hash-algorithm and the balance type.

Is there any problem using VPLS and LACP?
Extreme introduced the load-sharing VPLS but I think that useful just for the trunk LACP/MPLS, isn't?

Thanks,
Julian Eble
48 REPLIES 48

Anatoly_Machekh
New Contributor
TL05.1 # #
# Module mpls configuration.
#
configure mpls add vlan "LB5"
enable mpls vlan "LB5"
enable mpls rsvp-te vlan "LB5"
enable mpls ldp vlan "LB5"
configure mpls add vlan "VLAN45"
enable mpls vlan "VLAN45"
enable mpls rsvp-te vlan "VLAN45"
enable mpls ldp vlan "VLAN45"
enable mpls bfd vlan "VLAN45"
configure mpls add vlan "VLAN59"
enable mpls vlan "VLAN59"
enable mpls rsvp-te vlan "VLAN59"
enable mpls ldp vlan "VLAN59"
enable mpls bfd vlan "VLAN59"
create mpls rsvp-te path "TL05_TL04"
create mpls rsvp-te path "TL05_TL09_TL04"
configure mpls rsvp-te path TL05_TL04 add ero 172.22.127.9/32 strict order 100
configure mpls rsvp-te path TL05_TL09_TL04 add ero 172.22.127.1/32 strict order 100
configure mpls rsvp-te path TL05_TL09_TL04 add ero 172.22.127.6/32 strict order 200
create mpls rsvp-te lsp "LSP_TL05_TL04" destination 172.22.128.4
configure mpls rsvp-te lsp "LSP_TL05_TL04" fast-reroute disable
create mpls rsvp-te lsp "LSP_TL05_TL04_1" destination 172.22.128.4
configure mpls rsvp-te lsp "LSP_TL05_TL04_1" fast-reroute disable
create mpls rsvp-te lsp "LSP_TL05_TL04_2" destination 172.22.128.4
configure mpls rsvp-te lsp "LSP_TL05_TL04_2" fast-reroute disable
create mpls rsvp-te lsp "LSP_TL05_TL04_3" destination 172.22.128.4
configure mpls rsvp-te lsp "LSP_TL05_TL04_3" fast-reroute disable
configure mpls rsvp-te lsp "LSP_TL05_TL04" add path "TL05_TL04" primary
configure mpls rsvp-te lsp "LSP_TL05_TL04" add path "TL05_TL09_TL04" secondary
configure mpls rsvp-te lsp "LSP_TL05_TL04_1" add path "TL05_TL04" primary
configure mpls rsvp-te lsp "LSP_TL05_TL04_1" add path "TL05_TL09_TL04" secondary
configure mpls rsvp-te lsp "LSP_TL05_TL04_2" add path "TL05_TL04" primary
configure mpls rsvp-te lsp "LSP_TL05_TL04_2" add path "TL05_TL09_TL04" secondary
configure mpls rsvp-te lsp "LSP_TL05_TL04_3" add path "TL05_TL04" primary
configure mpls rsvp-te lsp "LSP_TL05_TL04_3" add path "TL05_TL09_TL04" secondary
configure mpls exp examination value 5 qosProfile QP5
configure mpls exp replacement qosProfile QP5 value 5
configure mpls lsr-id 172.22.128.5
enable mpls protocol ldp
enable mpls protocol rsvp-te
enable mpls exp examination
enable mpls exp replacement
enable mpls
create l2vpn vpls VPLS_GIN fec-id-type pseudo-wire 200
configure l2vpn vpls VPLS_GIN add service vlan GIN
create l2vpn vpls VPLS_VPN fec-id-type pseudo-wire 300
configure l2vpn vpls VPLS_VPN add service vlan VPN
enable l2vpn sharing
configure l2vpn vpls VPLS_GIN add peer 172.22.128.9 core full-mesh
configure l2vpn vpls VPLS_GIN add peer 172.22.128.4 core full-mesh
configure l2vpn vpls VPLS_VPN add peer 172.22.128.9 core full-mesh
configure l2vpn vpls VPLS_VPN add peer 172.22.128.4 core full-mesh
configure l2vpn vpls VPLS_VPN peer 172.22.128.4 add mpls lsp LSP_TL05_TL04
configure l2vpn vpls VPLS_VPN peer 172.22.128.4 add mpls lsp LSP_TL05_TL04_1
configure l2vpn vpls VPLS_VPN peer 172.22.128.4 add mpls lsp LSP_TL05_TL04_2
configure l2vpn vpls VPLS_VPN peer 172.22.128.4 add mpls lsp LSP_TL05_TL04_3

Anatoly_Machekh
New Contributor
OK, here go configs:

TL04.1 ##
# Module mpls configuration.
#
configure mpls add vlan "LB4"
enable mpls vlan "LB4"
enable mpls rsvp-te vlan "LB4"
enable mpls ldp vlan "LB4"
configure mpls add vlan "VLAN45"
enable mpls vlan "VLAN45"
enable mpls rsvp-te vlan "VLAN45"
enable mpls ldp vlan "VLAN45"
enable mpls bfd vlan "VLAN45"
configure mpls add vlan "VLAN49"
enable mpls vlan "VLAN49"
enable mpls rsvp-te vlan "VLAN49"
enable mpls ldp vlan "VLAN49"
enable mpls bfd vlan "VLAN49"
create mpls rsvp-te path "TL04_TL05"
create mpls rsvp-te path "TL04_TL09_TL05"
configure mpls rsvp-te path TL04_TL05 add ero 172.22.127.10/32 strict order 100
configure mpls rsvp-te path TL04_TL09_TL05 add ero 172.22.127.5/32 strict order 100
configure mpls rsvp-te path TL04_TL09_TL05 add ero 172.22.127.2/32 strict order 200
create mpls rsvp-te lsp "LSP_TL04_TL05" destination 172.22.128.5
configure mpls rsvp-te lsp "LSP_TL04_TL05" fast-reroute disable
create mpls rsvp-te lsp "LSP_TL04_TL05_1" destination 172.22.128.5
configure mpls rsvp-te lsp "LSP_TL04_TL05_1" fast-reroute disable
create mpls rsvp-te lsp "LSP_TL04_TL05_2" destination 172.22.128.5
configure mpls rsvp-te lsp "LSP_TL04_TL05_2" fast-reroute disable
create mpls rsvp-te lsp "LSP_TL04_TL05_3" destination 172.22.128.5
configure mpls rsvp-te lsp "LSP_TL04_TL05_3" fast-reroute disable
configure mpls rsvp-te lsp "LSP_TL04_TL05" add path "TL04_TL05" primary
configure mpls rsvp-te lsp "LSP_TL04_TL05" add path "TL04_TL09_TL05" secondary
configure mpls rsvp-te lsp "LSP_TL04_TL05_1" add path "TL04_TL05" primary
configure mpls rsvp-te lsp "LSP_TL04_TL05_1" add path "TL04_TL09_TL05" secondary
configure mpls rsvp-te lsp "LSP_TL04_TL05_2" add path "TL04_TL05" primary
configure mpls rsvp-te lsp "LSP_TL04_TL05_2" add path "TL04_TL09_TL05" secondary
configure mpls rsvp-te lsp "LSP_TL04_TL05_3" add path "TL04_TL05" primary
configure mpls rsvp-te lsp "LSP_TL04_TL05_3" add path "TL04_TL09_TL05" secondary
configure mpls exp examination value 5 qosProfile QP5
configure mpls exp replacement qosProfile QP5 value 5
configure mpls lsr-id 172.22.128.4
enable mpls protocol ldp
enable mpls protocol rsvp-te
enable mpls exp examination
enable mpls exp replacement
enable mpls
create l2vpn vpls VPLS_GIN fec-id-type pseudo-wire 200
configure l2vpn vpls VPLS_GIN add service vlan GIN
create l2vpn vpls VPLS_VPN fec-id-type pseudo-wire 300
configure l2vpn vpls VPLS_VPN add service vlan VPN
enable l2vpn sharing
configure l2vpn vpls VPLS_GIN add peer 172.22.128.5 core full-mesh
configure l2vpn vpls VPLS_GIN add peer 172.22.128.9 core full-mesh
configure l2vpn vpls VPLS_VPN add peer 172.22.128.5 core full-mesh
configure l2vpn vpls VPLS_VPN add peer 172.22.128.9 core full-mesh
configure l2vpn vpls VPLS_VPN peer 172.22.128.5 add mpls lsp LSP_TL04_TL05
configure l2vpn vpls VPLS_VPN peer 172.22.128.5 add mpls lsp LSP_TL04_TL05_1
configure l2vpn vpls VPLS_VPN peer 172.22.128.5 add mpls lsp LSP_TL04_TL05_2
configure l2vpn vpls VPLS_VPN peer 172.22.128.5 add mpls lsp LSP_TL04_TL05_3

Anatoly_Machekh
New Contributor
Hi Henrique,
Topology is in previous post.
Traffic goes from PE01 to PE02. And vice versa.
Balancing is not happening on sharing groups 2:1 on both Extreme switches to Junipers.

Is there a way to attach config file?

Anatoly_Machekh
New Contributor


Henrique
Extreme Employee
Hi Anatoly, could you please share a topology (including all uplinks) and the MPLS configuration for both X670G2s? Also, please point in the diagram where the balancing is not happening.

Thanks.
GTM-P2G8KFN