SlideShare a Scribd company logo
1 of 22
Download to read offline
Liu Johnson Page 1 6/15/2012
MC-LAG with BGP VPLS
Liu Johnson Page 2 6/15/2012
Topology:
PE1 – MX960 – themask,
- Loopback address – 10.255.49.164
PE2 – MX960 – gerbil
- Loopback address – 10.255.49.149
PE3 – MX960 – leopard
- Loopback address – 10.255.49.155
PE4 – MX960 – Auror
- Loopback address – 10.255.49.138
CE1 – M10i – kitten
- ae0 address – 10.49.1.1
CE1
PE2
PE1
CE2
PE4
PE3
LACP
LACP
ICC
P
ICCP
Liu Johnson Page 3 6/15/2012
CE2 – M10i – beaver
- ae0 address – 10.49.1.2
VPLS, MC-LAG and ICCP states:
Remote standby state is shown as RD instead of RS.MC-LAG states are not
correct.ICCP states are correct.
{master}[edit]
regress@gerbil# run show vpls connections
Layer-2 VPN connections:
Legend for connection status (St)
EI -- encapsulation invalid NC -- interface encapsulation not
CCC/TCC/VPLS
EM -- encapsulation mismatch WE -- interface and instance encaps
not same
VC-Dn -- Virtual circuit down NP -- interface hardware not present
CM -- control-word mismatch -> -- only outbound connection is up
CN -- circuit not provisioned <- -- only inbound connection is up
OR -- out of range Up -- operational
OL -- no outgoing label Dn -- down
LD -- local site signaled down CF -- call admission control failure
RD -- remote site signaled down SC -- local and remote site ID
collision
LN -- local site not designated LM -- local site ID not minimum
designated
RN -- remote site not designated RM -- remote site ID not minimum
designated
XX -- unknown connection status IL -- no incoming label
MM -- MTU mismatch MI -- Mesh-Group ID not availble
BK -- Backup connection ST -- Standby connection
PF -- Profile parse failure PB -- Profile busy
RS -- remote site standby SN -- Static Neighbor
Legend for interface status
Up -- operational
Dn -- down
Instance: vpls1
Local site: CE1 (2)
connection-site Type St Time last up # Up
trans
3 rmt RD
4 rmt Up Jul 8 11:59:35 2010
1
Remote PE: 10.255.49.155, Negotiated control-word: No
Incoming label: 800003, Outgoing label: 800001
Local interface: vt-4/3/10.1048577, Status: Up, Encapsulation:
VPLS
Description: Intf - vpls vpls1 local site 2 remote site 4
Liu Johnson Page 4 6/15/2012
{master}[edit]
regress@gerbil#
{master}[edit]
regress@gerbil# run show interfaces mc-ae id 1
Member Link : ae0
Current State Machine's State: mcae active state
Local Status : active
Local State : up
Peer Status : standby
Peer State : up
Logical Interface : ae0.1
Topology Type : NULL
Local State : up
Peer State : Unknown
Peer Ip/MCP/State : Unknown
Logical Interface : ae0.2
Topology Type : NULL
Local State : up
Peer State : Unknown
Peer Ip/MCP/State : Unknown
{master}[edit]
regress@gerbil#
{master}[edit]
regress@gerbil# run show iccp detail
Redundancy Group Information for peer 10.50.1.1
TCP Connection : Established
Liveliness Detection : Up
Redundancy Group ID Status
1 Up
2 Up
3 Up
Client Application: lacpd
Redundancy Group IDs Joined: 1
Client Application: MCSNOOPD
Redundancy Group IDs Joined: None
Client Application: l2ald_iccpd_client
Redundancy Group IDs Joined: None
{master}[edit]
regress@gerbil#
Liu Johnson Page 5 6/15/2012
Local standby state is shown as LD instead of ST.MC-AE states are not
correct.
{master}[edit]
regress@themask# run show vpls connections
Layer-2 VPN connections:
Legend for connection status (St)
EI -- encapsulation invalid NC -- interface encapsulation not
CCC/TCC/VPLS
EM -- encapsulation mismatch WE -- interface and instance encaps
not same
VC-Dn -- Virtual circuit down NP -- interface hardware not present
CM -- control-word mismatch -> -- only outbound connection is up
CN -- circuit not provisioned <- -- only inbound connection is up
OR -- out of range Up -- operational
OL -- no outgoing label Dn -- down
LD -- local site signaled down CF -- call admission control failure
RD -- remote site signaled down SC -- local and remote site ID
collision
LN -- local site not designated LM -- local site ID not minimum
designated
RN -- remote site not designated RM -- remote site ID not minimum
designated
XX -- unknown connection status IL -- no incoming label
MM -- MTU mismatch MI -- Mesh-Group ID not availble
BK -- Backup connection ST -- Standby connection
PF -- Profile parse failure PB -- Profile busy
RS -- remote site standby SN -- Static Neighbor
Legend for interface status
Up -- operational
Dn -- down
Instance: vpls1
Local site: CE1 (1)
connection-site Type St Time last up # Up
trans
3 rmt LD
4 rmt LD
{master}[edit]
regress@themask#
{master}[edit]
regress@themask# run show interfaces mc-ae id 1
Member Link : ae0
Current State Machine's State: mcae standby state
Local Status : standby
Local State : up
Peer Status : active
Peer State : up
Logical Interface : ae0.1
Topology Type : NULL
Local State : up
Peer State : Unknown
Liu Johnson Page 6 6/15/2012
Peer Ip/MCP/State : Unknown
Logical Interface : ae0.2
Topology Type : NULL
Local State : up
Peer State : Unknown
Peer Ip/MCP/State : Unknown
{master}[edit]
regress@themask#
{master}[edit]
regress@themask# run show iccp detail
Redundancy Group Information for peer 10.50.1.2
TCP Connection : Established
Liveliness Detection : Up
Redundancy Group ID Status
1 Up
2 Up
3 Up
Client Application: l2ald_iccpd_client
Redundancy Group IDs Joined: None
Client Application: lacpd
Redundancy Group IDs Joined: 1
Client Application: MCSNOOPD
Redundancy Group IDs Joined: None
{master}[edit]
regress@themask#
FAILOVER Scenarios:
CE1 to PE2 link failure:
Before the link flap:
Before the link flap, PE2 is MC-LAG active router.Ping traffic
forwarded by PE2 without any drop.
[edit]
regress@kitten# run ping 10.49.2.2 rapid count 10
PING 10.49.2.2 (10.49.2.2): 56 data bytes
!!!!!!!!!!
--- 10.49.2.2 ping statistics ---
10 packets transmitted, 10 packets received, 0% packet loss
round-trip min/avg/max/stddev = 1.138/2.071/9.892/2.608 ms
[edit]
Liu Johnson Page 7 6/15/2012
regress@kitten#
PE2:
{master}[edit]
regress@gerbil# run show interfaces terse ae0
Interface Admin Link Proto Local
Remote
ae0 up up
ae0.1 up up vpls
ae0.2 up up vpls
ae0.32767 up up multiservice
{master}[edit]
regress@gerbil#
{master}[edit]
regress@gerbil# run show vpls connections
Layer-2 VPN connections:
Legend for connection status (St)
EI -- encapsulation invalid NC -- interface encapsulation not
CCC/TCC/VPLS
EM -- encapsulation mismatch WE -- interface and instance encaps
not same
VC-Dn -- Virtual circuit down NP -- interface hardware not present
CM -- control-word mismatch -> -- only outbound connection is up
CN -- circuit not provisioned <- -- only inbound connection is up
OR -- out of range Up -- operational
OL -- no outgoing label Dn -- down
LD -- local site signaled down CF -- call admission control failure
RD -- remote site signaled down SC -- local and remote site ID
collision
LN -- local site not designated LM -- local site ID not minimum
designated
RN -- remote site not designated RM -- remote site ID not minimum
designated
XX -- unknown connection status IL -- no incoming label
MM -- MTU mismatch MI -- Mesh-Group ID not availble
BK -- Backup connection ST -- Standby connection
PF -- Profile parse failure PB -- Profile busy
RS -- remote site standby SN -- Static Neighbor
Legend for interface status
Up -- operational
Dn -- down
Instance: vpls1
Local site: CE1 (2)
connection-site Type St Time last up # Up
trans
3 rmt RD
Liu Johnson Page 8 6/15/2012
4 rmt Up Jul 8 11:59:35 2010
1
Remote PE: 10.255.49.155, Negotiated control-word: No
Incoming label: 800003, Outgoing label: 800001
Local interface: vt-4/3/10.1048577, Status: Up, Encapsulation:
VPLS
Description: Intf - vpls vpls1 local site 2 remote site 4
{master}[edit]
regress@gerbil#
{master}[edit]
regress@gerbil# run show interfaces mc-ae id 1
Member Link : ae0
Current State Machine's State: mcae active state
Local Status : active
Local State : up
Peer Status : standby
Peer State : up
Logical Interface : ae0.1
Topology Type : NULL
Local State : up
Peer State : Unknown
Peer Ip/MCP/State : Unknown
Logical Interface : ae0.2
Topology Type : NULL
Local State : up
Peer State : Unknown
Peer Ip/MCP/State : Unknown
{master}[edit]
regress@gerbil#
After the link flap:
After the link between CE1 and PE2 flapped the traffic flows through
PE1.PE2 and PE1 MC-LAG and VPLS states changed.
edit]
regress@kitten# run ping 10.49.2.2 rapid count 10
PING 10.49.2.2 (10.49.2.2): 56 data bytes
!!!!!!!!!!
--- 10.49.2.2 ping statistics ---
10 packets transmitted, 10 packets received, 0% packet loss
round-trip min/avg/max/stddev = 1.101/1.205/1.313/0.082 ms
[edit]
regress@kitten#
PE2:
Liu Johnson Page 9 6/15/2012
{master}[edit]
regress@gerbil# run test interface ge-4/0/1 restart-auto-negotiation
{master}[edit]
regress@gerbil# run show interfaces ae0 terse
Interface Admin Link Proto Local
Remote
ae0 up down
ae0.1 up down vpls
ae0.2 up down vpls
ae0.32767 up down multiservice
{master}[edit]
regress@gerbil#
master}[edit]
regress@gerbil# run show interfaces mc-ae id 1
Member Link : ae0
Current State Machine's State: mcae standby state
Local Status : standby
Local State : up
Peer Status : active
Peer State : up
Logical Interface : ae0.1
Topology Type : NULL
Local State : up
Peer State : Unknown
Peer Ip/MCP/State : Unknown
Logical Interface : ae0.2
Topology Type : NULL
Local State : up
Peer State : Unknown
Peer Ip/MCP/State : Unknown
{master}[edit]
regress@gerbil#
{master}[edit]
regress@gerbil# run show vpls connections
Layer-2 VPN connections:
Legend for connection status (St)
EI -- encapsulation invalid NC -- interface encapsulation not
CCC/TCC/VPLS
EM -- encapsulation mismatch WE -- interface and instance encaps
not same
VC-Dn -- Virtual circuit down NP -- interface hardware not present
CM -- control-word mismatch -> -- only outbound connection is up
CN -- circuit not provisioned <- -- only inbound connection is up
OR -- out of range Up -- operational
OL -- no outgoing label Dn -- down
LD -- local site signaled down CF -- call admission control failure
RD -- remote site signaled down SC -- local and remote site ID
collision
LN -- local site not designated LM -- local site ID not minimum
designated
Liu Johnson Page 10 6/15/2012
RN -- remote site not designated RM -- remote site ID not minimum
designated
XX -- unknown connection status IL -- no incoming label
MM -- MTU mismatch MI -- Mesh-Group ID not availble
BK -- Backup connection ST -- Standby connection
PF -- Profile parse failure PB -- Profile busy
RS -- remote site standby SN -- Static Neighbor
Legend for interface status
Up -- operational
Dn -- down
Instance: vpls1
Local site: CE1 (2)
connection-site Type St Time last up # Up
trans
3 rmt LD
4 rmt LD
{master}[edit]
regress@gerbil#
PE1:
{master}[edit]
regress@themask# run show interfaces mc-ae id 1
Member Link : ae0
Current State Machine's State: mcae active state
Local Status : active
Local State : up
Peer Status : standby
Peer State : up
Logical Interface : ae0.1
Topology Type : NULL
Local State : up
Peer State : Unknown
Peer Ip/MCP/State : Unknown
Logical Interface : ae0.2
Topology Type : NULL
Local State : up
Peer State : Unknown
Peer Ip/MCP/State : Unknown
{master}[edit]
regress@themask#
{master}[edit]
regress@themask# run show vpls connections
Layer-2 VPN connections:
Legend for connection status (St)
EI -- encapsulation invalid NC -- interface encapsulation not
CCC/TCC/VPLS
Liu Johnson Page 11 6/15/2012
EM -- encapsulation mismatch WE -- interface and instance encaps
not same
VC-Dn -- Virtual circuit down NP -- interface hardware not present
CM -- control-word mismatch -> -- only outbound connection is up
CN -- circuit not provisioned <- -- only inbound connection is up
OR -- out of range Up -- operational
OL -- no outgoing label Dn -- down
LD -- local site signaled down CF -- call admission control failure
RD -- remote site signaled down SC -- local and remote site ID
collision
LN -- local site not designated LM -- local site ID not minimum
designated
RN -- remote site not designated RM -- remote site ID not minimum
designated
XX -- unknown connection status IL -- no incoming label
MM -- MTU mismatch MI -- Mesh-Group ID not availble
BK -- Backup connection ST -- Standby connection
PF -- Profile parse failure PB -- Profile busy
RS -- remote site standby SN -- Static Neighbor
Legend for interface status
Up -- operational
Dn -- down
Instance: vpls1
Local site: CE1 (1)
connection-site Type St Time last up # Up
trans
3 rmt RD
4 rmt Up Jul 8 12:10:58 2010
1
Remote PE: 10.255.49.155, Negotiated control-word: No
Incoming label: 800003, Outgoing label: 800000
Local interface: vt-3/3/10.1049088, Status: Up, Encapsulation:
VPLS
Description: Intf - vpls vpls1 local site 1 remote site 4
{master}[edit]
regress@themask#
Liu Johnson Page 12 6/15/2012
Configuration:
PE1:
{master}[edit]
regress@themask# show interfaces ae0
vlan-tagging;
encapsulation vlan-vpls;
aggregated-ether-options {
lacp {
active;
system-id 00:00:00:00:00:01;
admin-key 10;
}
mc-ae {
mc-ae-id 1;
redundancy-group 1;
chassis-id 0;
mode active-standby;
status-control active;
}
}
unit 1 {
encapsulation vlan-vpls;
vlan-id 601;
}
unit 2 {
encapsulation vlan-vpls;
vlan-id 602;
}
{master}[edit]
regress@themask#
{master}[edit]
regress@themask# show routing-instances
vpls1 {
instance-type vpls;
interface ae0.1;
interface ae0.2;
route-distinguisher 100:1;
vrf-target target:100:1;
protocols {
vpls {
traceoptions {
file vpls_mclag.log size 20m world-readable;
flag all;
}
site-range 8;
Liu Johnson Page 13 6/15/2012
tunnel-services {
primary vt-3/3/10;
}
site CE1 {
site-identifier 1;
interface ae0.1;
interface ae0.2;
}
}
}
}
{master}[edit]
regress@themask#
{master}[edit]
regress@themask# show protocols
rsvp {
interface all;
}
mpls {
interface all;
}
bgp {
local-address 10.255.49.164;
family inet {
unicast;
}
family l2vpn {
signaling;
}
group ibgp {
type internal;
neighbor 10.255.49.138;
neighbor 10.255.49.155;
}
}
ospf {
traffic-engineering;
area 0.0.0.0 {
interface lo0.0 {
passive;
}
interface all;
interface fxp0.0 {
disable;
}
}
}
ldp {
traceoptions {
file ldp.log size 20m world-readable;
flag all;
}
interface all;
}
Liu Johnson Page 14 6/15/2012
iccp {
local-ip-addr 10.50.1.1;
peer 10.50.1.2 {
redundancy-group-id-list [ 1 2 3 ];
liveness-detection {
minimum-interval 1000;
detection-time {
threshold 2000000;
}
single-hop;
}
}
traceoptions {
file iccp.log size 20m world-readable;
flag all;
}
}
lacp {
traceoptions {
file lacp.log size 20m world-readable;
flag all;
}
}
{master}[edit]
regress@themask#
PE2:
{master}[edit]
regress@gerbil# show interfaces ae0
vlan-tagging;
encapsulation vlan-vpls;
aggregated-ether-options {
lacp {
active;
system-id 00:00:00:00:00:01;
admin-key 10;
}
mc-ae {
mc-ae-id 1;
redundancy-group 1;
chassis-id 1;
mode active-standby;
status-control standby;
}
}
unit 1 {
encapsulation vlan-vpls;
vlan-id 601;
}
unit 2 {
encapsulation vlan-vpls;
vlan-id 602;
}
Liu Johnson Page 15 6/15/2012
{master}[edit]
regress@gerbil#
{master}[edit]
regress@gerbil# show routing-instances
vpls1 {
instance-type vpls;
interface ae0.1;
interface ae0.2;
route-distinguisher 100:2;
vrf-target target:100:1;
protocols {
vpls {
traceoptions {
file vpls_mclag.log size 20m world-readable;
flag all;
}
site-range 8;
tunnel-services {
primary vt-4/3/10;
}
site CE1 {
site-identifier 2;
interface ae0.1;
interface ae0.2;
}
}
}
}
{master}[edit]
regress@gerbil#
{master}[edit]
regress@gerbil# show protocols
rsvp {
interface all;
}
mpls {
interface all;
}
bgp {
local-address 10.255.49.149;
family inet {
unicast;
}
family l2vpn {
signaling;
}
group ibgp {
type internal;
neighbor 10.255.49.138;
neighbor 10.255.49.155;
}
}
Liu Johnson Page 16 6/15/2012
ospf {
traffic-engineering;
area 0.0.0.0 {
interface lo0.0 {
passive;
}
interface all;
interface fxp0.0 {
disable;
}
}
}
ldp {
traceoptions {
file ldp.log size 20m world-readable;
flag all;
}
interface all;
}
iccp {
local-ip-addr 10.50.1.2;
peer 10.50.1.1 {
redundancy-group-id-list [ 1 2 3 ];
liveness-detection {
minimum-interval 1000;
detection-time {
threshold 2000000;
}
single-hop;
}
}
traceoptions {
file iccp.log size 20m world-readable;
flag all;
}
}
lacp {
traceoptions {
file lacp.log size 20m world-readable;
flag all;
}
}
{master}[edit]
Liu Johnson Page 17 6/15/2012
PE3:
master}[edit]
regress@leopard# show interfaces ae0
vlan-tagging;
encapsulation vlan-vpls;
aggregated-ether-options {
lacp {
active;
system-id 00:00:00:00:00:01;
admin-key 10;
}
mc-ae {
mc-ae-id 1;
redundancy-group 1;
chassis-id 0;
mode active-standby;
status-control active;
}
}
unit 1 {
encapsulation vlan-vpls;
vlan-id 601;
}
unit 2 {
encapsulation vlan-vpls;
vlan-id 602;
}
{master}[edit]
regress@leopard#
{master}[edit]
regress@leopard# show routing-instances
vpls1 {
instance-type vpls;
interface ae0.1;
interface ae0.2;
route-distinguisher 100:4;
vrf-target target:100:1;
protocols {
vpls {
traceoptions {
file vpls_mclag.log size 20m world-readable;
flag all;
}
site-range 8;
tunnel-services {
primary vt-5/3/10;
}
site CE2 {
site-identifier 4;
interface ae0.1;
interface ae0.2;
}
}
Liu Johnson Page 18 6/15/2012
}
}
{master}[edit]
regress@leopard#
{master}[edit]
regress@leopard# show protocols
rsvp {
interface all;
}
mpls {
interface all;
}
bgp {
local-address 10.255.49.155;
family inet {
unicast;
}
family l2vpn {
signaling;
}
group ibgp {
type internal;
neighbor 10.255.49.164;
neighbor 10.255.49.149;
}
}
ospf {
traffic-engineering;
area 0.0.0.0 {
interface lo0.0 {
passive;
}
interface all;
interface fxp0.0 {
disable;
}
}
}
ldp {
traceoptions {
file ldp.log size 20m world-readable;
flag all;
}
interface all;
}
iccp {
local-ip-addr 10.100.1.1;
peer 10.100.1.2 {
redundancy-group-id-list [ 1 2 3 ];
liveness-detection {
minimum-interval 1000;
detection-time {
threshold 2000000;
}
single-hop;
Liu Johnson Page 19 6/15/2012
}
}
traceoptions {
file iccp.log size 20m world-readable;
flag all;
}
}
lacp {
traceoptions {
file lacp.log size 20m world-readable;
flag all;
}
}
{master}[edit]
regress@leopard#
PE4:
regress@auror# show interfaces ae0
vlan-tagging;
encapsulation vlan-vpls;
aggregated-ether-options {
lacp {
active;
system-id 00:00:00:00:00:01;
admin-key 10;
}
mc-ae {
mc-ae-id 1;
redundancy-group 1;
chassis-id 1;
mode active-standby;
status-control standby;
}
}
unit 1 {
encapsulation vlan-vpls;
vlan-id 601;
}
unit 2 {
encapsulation vlan-vpls;
vlan-id 602;
}
{master}[edit]
regress@auror#
{master}[edit]
regress@auror# show routing-instances
vpls1 {
instance-type vpls;
interface ae0.1;
interface ae0.2;
Liu Johnson Page 20 6/15/2012
route-distinguisher 100:3;
vrf-target target:100:1;
protocols {
vpls {
traceoptions {
file vpls_mclag.log size 20m world-readable;
flag all;
}
site-range 8;
tunnel-services {
primary vt-5/3/10;
}
site CE2 {
site-identifier 3;
interface ae0.1;
interface ae0.2;
}
}
}
}
{master}[edit]
regress@auror#
{master}[edit]
regress@auror# show protocols
rsvp {
interface all;
}
mpls {
interface all;
}
bgp {
local-address 10.255.49.138;
family inet {
unicast;
}
family l2vpn {
signaling;
}
group ibgp {
type internal;
neighbor 10.255.49.164;
neighbor 10.255.49.149;
}
}
ospf {
traffic-engineering;
area 0.0.0.0 {
interface lo0.0 {
passive;
}
interface all;
interface fxp0.0 {
disable;
}
Liu Johnson Page 21 6/15/2012
}
}
ldp {
traceoptions {
file ldp.log size 20m world-readable;
flag all;
}
interface all;
}
iccp {
local-ip-addr 10.100.1.2;
peer 10.100.1.1 {
redundancy-group-id-list [ 1 2 3 ];
liveness-detection {
minimum-interval 1000;
detection-time {
threshold 2000000;
}
single-hop;
}
}
traceoptions {
file iccp.log size 20m world-readable;
flag all;
}
}
lacp {
traceoptions {
file lacp.log size 20m world-readable;
flag all;
}
}
{master}[edit]
regress@auror#
CE1:
[edit]
regress@kitten# show interfaces ae0
vlan-tagging;
aggregated-ether-options {
lacp {
passive;
}
}
unit 1 {
vlan-id 601;
family inet {
address 10.49.1.1/30;
}
}
unit 2 {
vlan-id 602;
Liu Johnson Page 22 6/15/2012
family inet {
address 10.49.2.1/30;
}
}
[edit]
regress@kitten#
CE2:
[edit]
regress@beaver# show interfaces ae0
vlan-tagging;
aggregated-ether-options {
lacp {
passive;
}
}
unit 1 {
vlan-id 601;
family inet {
address 10.49.1.2/30;
}
}
unit 2 {
vlan-id 602;
family inet {
address 10.49.2.2/30;
}
}
[edit]
regress@beaver#

More Related Content

What's hot

Ether Channel High Speed Data Transmission
Ether Channel  High Speed Data TransmissionEther Channel  High Speed Data Transmission
Ether Channel High Speed Data TransmissionNetwax Lab
 
Junos routing overview from Juniper
Junos routing overview from JuniperJunos routing overview from Juniper
Junos routing overview from JuniperNam Nguyen
 
CISCO Virtual Private LAN Service (VPLS) Technical Deployment Overview
CISCO Virtual Private LAN Service (VPLS) Technical Deployment OverviewCISCO Virtual Private LAN Service (VPLS) Technical Deployment Overview
CISCO Virtual Private LAN Service (VPLS) Technical Deployment OverviewAmeen Wayok
 
Cisco Live! :: Introduction to Segment Routing :: BRKRST-2124 | Las Vegas 2017
Cisco Live! :: Introduction to Segment Routing :: BRKRST-2124  | Las Vegas 2017Cisco Live! :: Introduction to Segment Routing :: BRKRST-2124  | Las Vegas 2017
Cisco Live! :: Introduction to Segment Routing :: BRKRST-2124 | Las Vegas 2017Bruno Teixeira
 
Waris l2vpn-tutorial
Waris l2vpn-tutorialWaris l2vpn-tutorial
Waris l2vpn-tutorialrakiva29
 
MPLS WC 2014 Segment Routing TI-LFA Fast ReRoute
MPLS WC 2014  Segment Routing TI-LFA Fast ReRouteMPLS WC 2014  Segment Routing TI-LFA Fast ReRoute
MPLS WC 2014 Segment Routing TI-LFA Fast ReRouteBruno Decraene
 
Link Aggregation Control Protocol
Link Aggregation Control ProtocolLink Aggregation Control Protocol
Link Aggregation Control ProtocolKashif Latif
 
CCNA 2 Routing and Switching v5.0 Chapter 6
CCNA 2 Routing and Switching v5.0 Chapter 6CCNA 2 Routing and Switching v5.0 Chapter 6
CCNA 2 Routing and Switching v5.0 Chapter 6Nil Menon
 
MPLS L3 VPN Tutorial, by Nurul Islam Roman [APNIC 38]
MPLS L3 VPN Tutorial, by Nurul Islam Roman [APNIC 38]MPLS L3 VPN Tutorial, by Nurul Islam Roman [APNIC 38]
MPLS L3 VPN Tutorial, by Nurul Islam Roman [APNIC 38]APNIC
 
VDC by NETWORKERS HOME
VDC by NETWORKERS HOMEVDC by NETWORKERS HOME
VDC by NETWORKERS HOMEnetworkershome
 
Difference b/w STP RSTP PVST & MSTP
Difference b/w STP RSTP PVST & MSTPDifference b/w STP RSTP PVST & MSTP
Difference b/w STP RSTP PVST & MSTPNetwax Lab
 
Segment Routing Advanced Use Cases - Cisco Live 2016 USA
Segment Routing Advanced Use Cases - Cisco Live 2016 USASegment Routing Advanced Use Cases - Cisco Live 2016 USA
Segment Routing Advanced Use Cases - Cisco Live 2016 USAJose Liste
 

What's hot (20)

Ether Channel High Speed Data Transmission
Ether Channel  High Speed Data TransmissionEther Channel  High Speed Data Transmission
Ether Channel High Speed Data Transmission
 
Junos routing overview from Juniper
Junos routing overview from JuniperJunos routing overview from Juniper
Junos routing overview from Juniper
 
CISCO Virtual Private LAN Service (VPLS) Technical Deployment Overview
CISCO Virtual Private LAN Service (VPLS) Technical Deployment OverviewCISCO Virtual Private LAN Service (VPLS) Technical Deployment Overview
CISCO Virtual Private LAN Service (VPLS) Technical Deployment Overview
 
Cisco Commands
Cisco CommandsCisco Commands
Cisco Commands
 
Mpls
MplsMpls
Mpls
 
Deploying Carrier Ethernet features on ASR 9000
Deploying Carrier Ethernet features on ASR 9000Deploying Carrier Ethernet features on ASR 9000
Deploying Carrier Ethernet features on ASR 9000
 
Cisco Live! :: Introduction to Segment Routing :: BRKRST-2124 | Las Vegas 2017
Cisco Live! :: Introduction to Segment Routing :: BRKRST-2124  | Las Vegas 2017Cisco Live! :: Introduction to Segment Routing :: BRKRST-2124  | Las Vegas 2017
Cisco Live! :: Introduction to Segment Routing :: BRKRST-2124 | Las Vegas 2017
 
Ethernet VPN (EVPN) EVerything Provider Needs
Ethernet VPN (EVPN) EVerything Provider NeedsEthernet VPN (EVPN) EVerything Provider Needs
Ethernet VPN (EVPN) EVerything Provider Needs
 
Waris l2vpn-tutorial
Waris l2vpn-tutorialWaris l2vpn-tutorial
Waris l2vpn-tutorial
 
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
 
MPLS WC 2014 Segment Routing TI-LFA Fast ReRoute
MPLS WC 2014  Segment Routing TI-LFA Fast ReRouteMPLS WC 2014  Segment Routing TI-LFA Fast ReRoute
MPLS WC 2014 Segment Routing TI-LFA Fast ReRoute
 
Link Aggregation Control Protocol
Link Aggregation Control ProtocolLink Aggregation Control Protocol
Link Aggregation Control Protocol
 
EtherChannel
EtherChannelEtherChannel
EtherChannel
 
Spanning tree protocol
Spanning tree protocolSpanning tree protocol
Spanning tree protocol
 
CCNA 2 Routing and Switching v5.0 Chapter 6
CCNA 2 Routing and Switching v5.0 Chapter 6CCNA 2 Routing and Switching v5.0 Chapter 6
CCNA 2 Routing and Switching v5.0 Chapter 6
 
MPLS L3 VPN Tutorial, by Nurul Islam Roman [APNIC 38]
MPLS L3 VPN Tutorial, by Nurul Islam Roman [APNIC 38]MPLS L3 VPN Tutorial, by Nurul Islam Roman [APNIC 38]
MPLS L3 VPN Tutorial, by Nurul Islam Roman [APNIC 38]
 
JUNOS EX-Switching
JUNOS EX-SwitchingJUNOS EX-Switching
JUNOS EX-Switching
 
VDC by NETWORKERS HOME
VDC by NETWORKERS HOMEVDC by NETWORKERS HOME
VDC by NETWORKERS HOME
 
Difference b/w STP RSTP PVST & MSTP
Difference b/w STP RSTP PVST & MSTPDifference b/w STP RSTP PVST & MSTP
Difference b/w STP RSTP PVST & MSTP
 
Segment Routing Advanced Use Cases - Cisco Live 2016 USA
Segment Routing Advanced Use Cases - Cisco Live 2016 USASegment Routing Advanced Use Cases - Cisco Live 2016 USA
Segment Routing Advanced Use Cases - Cisco Live 2016 USA
 

Viewers also liked

Arista: DevOps for Network Engineers
Arista: DevOps for Network EngineersArista: DevOps for Network Engineers
Arista: DevOps for Network EngineersPhilip DiLeo
 
Network Virtualization in Cloud Data Centers
Network Virtualization in Cloud Data CentersNetwork Virtualization in Cloud Data Centers
Network Virtualization in Cloud Data Centersrjain51
 
GRE (Generic Routing Encapsulation)
GRE (Generic Routing Encapsulation)GRE (Generic Routing Encapsulation)
GRE (Generic Routing Encapsulation)NetProtocol Xpert
 
CloudStack NVP Integration - BACD
CloudStack NVP Integration - BACDCloudStack NVP Integration - BACD
CloudStack NVP Integration - BACDHugo Trippaers
 
Software defined networks and openflow protocol
Software defined networks and openflow protocolSoftware defined networks and openflow protocol
Software defined networks and openflow protocolMahesh Mohan
 
Doutrinas sociais
Doutrinas sociaisDoutrinas sociais
Doutrinas sociaisCRIATIVO
 
Device Driver in WinCE 6.0 R2
Device Driver in WinCE 6.0 R2Device Driver in WinCE 6.0 R2
Device Driver in WinCE 6.0 R2rahul_p_shukla
 
Model-driven Network Management
Model-driven Network ManagementModel-driven Network Management
Model-driven Network ManagementAnees Shaikh
 
SDN in the Management Plane: OpenConfig and Streaming Telemetry
SDN in the Management Plane: OpenConfig and Streaming TelemetrySDN in the Management Plane: OpenConfig and Streaming Telemetry
SDN in the Management Plane: OpenConfig and Streaming TelemetryAnees Shaikh
 
ネットワークAPI のあれこれ (ENOG37)
ネットワークAPI のあれこれ (ENOG37)ネットワークAPI のあれこれ (ENOG37)
ネットワークAPI のあれこれ (ENOG37)Kentaro Ebisawa
 
Arista reinventing data center switching
Arista   reinventing data center switchingArista   reinventing data center switching
Arista reinventing data center switchingVLCM2015
 
Novas Doutrinas Sociais - século XIX
Novas Doutrinas Sociais - século XIXNovas Doutrinas Sociais - século XIX
Novas Doutrinas Sociais - século XIXAndre Luiz
 
Aula sobre Socialismo
Aula sobre SocialismoAula sobre Socialismo
Aula sobre Socialismoclauverlevy
 
Arista Networks - Building the Next Generation Workplace and Data Center Usin...
Arista Networks - Building the Next Generation Workplace and Data Center Usin...Arista Networks - Building the Next Generation Workplace and Data Center Usin...
Arista Networks - Building the Next Generation Workplace and Data Center Usin...Aruba, a Hewlett Packard Enterprise company
 
Presentación socialismo
Presentación   socialismoPresentación   socialismo
Presentación socialismoionelrichard
 

Viewers also liked (20)

Arista: DevOps for Network Engineers
Arista: DevOps for Network EngineersArista: DevOps for Network Engineers
Arista: DevOps for Network Engineers
 
GRE Tunnel Configuration
GRE Tunnel ConfigurationGRE Tunnel Configuration
GRE Tunnel Configuration
 
Network Virtualization in Cloud Data Centers
Network Virtualization in Cloud Data CentersNetwork Virtualization in Cloud Data Centers
Network Virtualization in Cloud Data Centers
 
GRE (Generic Routing Encapsulation)
GRE (Generic Routing Encapsulation)GRE (Generic Routing Encapsulation)
GRE (Generic Routing Encapsulation)
 
CloudStack NVP Integration - BACD
CloudStack NVP Integration - BACDCloudStack NVP Integration - BACD
CloudStack NVP Integration - BACD
 
Software defined networks and openflow protocol
Software defined networks and openflow protocolSoftware defined networks and openflow protocol
Software defined networks and openflow protocol
 
CloudStack + SDN
CloudStack + SDNCloudStack + SDN
CloudStack + SDN
 
Doutrinas sociais
Doutrinas sociaisDoutrinas sociais
Doutrinas sociais
 
Device Driver in WinCE 6.0 R2
Device Driver in WinCE 6.0 R2Device Driver in WinCE 6.0 R2
Device Driver in WinCE 6.0 R2
 
Model-driven Network Management
Model-driven Network ManagementModel-driven Network Management
Model-driven Network Management
 
SDN in the Management Plane: OpenConfig and Streaming Telemetry
SDN in the Management Plane: OpenConfig and Streaming TelemetrySDN in the Management Plane: OpenConfig and Streaming Telemetry
SDN in the Management Plane: OpenConfig and Streaming Telemetry
 
ネットワークAPI のあれこれ (ENOG37)
ネットワークAPI のあれこれ (ENOG37)ネットワークAPI のあれこれ (ENOG37)
ネットワークAPI のあれこれ (ENOG37)
 
Arista reinventing data center switching
Arista   reinventing data center switchingArista   reinventing data center switching
Arista reinventing data center switching
 
Novas Doutrinas Sociais - século XIX
Novas Doutrinas Sociais - século XIXNovas Doutrinas Sociais - século XIX
Novas Doutrinas Sociais - século XIX
 
Doutrinas sociais do séc xix
Doutrinas  sociais do séc xix Doutrinas  sociais do séc xix
Doutrinas sociais do séc xix
 
Aula sobre Socialismo
Aula sobre SocialismoAula sobre Socialismo
Aula sobre Socialismo
 
Socialismo
SocialismoSocialismo
Socialismo
 
Arista Networks - Building the Next Generation Workplace and Data Center Usin...
Arista Networks - Building the Next Generation Workplace and Data Center Usin...Arista Networks - Building the Next Generation Workplace and Data Center Usin...
Arista Networks - Building the Next Generation Workplace and Data Center Usin...
 
Socialismo
SocialismoSocialismo
Socialismo
 
Presentación socialismo
Presentación   socialismoPresentación   socialismo
Presentación socialismo
 

Similar to MC-LAG Configuration with BGP-base VPLS

Solucion-OSPF Troubleshooting-aplicando protocolo ipv4 y ipv6
Solucion-OSPF Troubleshooting-aplicando protocolo ipv4 y ipv6Solucion-OSPF Troubleshooting-aplicando protocolo ipv4 y ipv6
Solucion-OSPF Troubleshooting-aplicando protocolo ipv4 y ipv6OJavierMParra
 
PLNOG 7: Piotr Jabłoński - Jak wygląda mój pakiet?
PLNOG 7: Piotr Jabłoński - Jak wygląda mój pakiet?PLNOG 7: Piotr Jabłoński - Jak wygląda mój pakiet?
PLNOG 7: Piotr Jabłoński - Jak wygląda mój pakiet?PROIDEA
 
Lab_5_OSPF_MPLS_sham_link_on_MPLS_VPN_1698700003.pdf
Lab_5_OSPF_MPLS_sham_link_on_MPLS_VPN_1698700003.pdfLab_5_OSPF_MPLS_sham_link_on_MPLS_VPN_1698700003.pdf
Lab_5_OSPF_MPLS_sham_link_on_MPLS_VPN_1698700003.pdfEnRios1
 
Juniper L2 MPLS VPN
Juniper L2 MPLS VPNJuniper L2 MPLS VPN
Juniper L2 MPLS VPNmehrdad1981
 
[오픈소스컨설팅] Linux Network Troubleshooting
[오픈소스컨설팅] Linux Network Troubleshooting[오픈소스컨설팅] Linux Network Troubleshooting
[오픈소스컨설팅] Linux Network TroubleshootingOpen Source Consulting
 
Community tech talk virtual port channel ( v pc ) operations and design best ...
Community tech talk virtual port channel ( v pc ) operations and design best ...Community tech talk virtual port channel ( v pc ) operations and design best ...
Community tech talk virtual port channel ( v pc ) operations and design best ...crojasmo
 
Linux Networking Explained
Linux Networking ExplainedLinux Networking Explained
Linux Networking ExplainedThomas Graf
 
OpenStack networking juno l3 h-a, dvr
OpenStack networking   juno l3 h-a, dvrOpenStack networking   juno l3 h-a, dvr
OpenStack networking juno l3 h-a, dvrSim Janghoon
 
Network Jumbo Frame Config Guide
Network Jumbo Frame Config GuideNetwork Jumbo Frame Config Guide
Network Jumbo Frame Config GuideWoo Hyung Choi
 
SR-IOV+KVM on Debian/Stable
SR-IOV+KVM on Debian/StableSR-IOV+KVM on Debian/Stable
SR-IOV+KVM on Debian/Stablejuet-y
 
Call processing and handover.eng
Call processing and handover.engCall processing and handover.eng
Call processing and handover.engNeelabh Krishna
 
Chap 4. call processing and handover.eng
Chap 4. call processing and handover.engChap 4. call processing and handover.eng
Chap 4. call processing and handover.engsivakumar D
 
LTE Call Processing and Handover
LTE Call Processing and HandoverLTE Call Processing and Handover
LTE Call Processing and HandoverSitha Sok
 
Deploying Carrier Ethernet Features on Cisco ASR 9000
Deploying Carrier Ethernet Features on Cisco ASR 9000Deploying Carrier Ethernet Features on Cisco ASR 9000
Deploying Carrier Ethernet Features on Cisco ASR 9000Vinod Kumar Balasubramanyam
 
Puppet Camp Boston 2014: Network Automation with Puppet and Arista (Beginner)
Puppet Camp Boston 2014: Network Automation with Puppet and Arista (Beginner) Puppet Camp Boston 2014: Network Automation with Puppet and Arista (Beginner)
Puppet Camp Boston 2014: Network Automation with Puppet and Arista (Beginner) Puppet
 
Krzysztof Mazepa - IOS XR - IP Fast Convergence
Krzysztof Mazepa - IOS XR - IP Fast ConvergenceKrzysztof Mazepa - IOS XR - IP Fast Convergence
Krzysztof Mazepa - IOS XR - IP Fast ConvergencePROIDEA
 
SR-IOV, KVM and Emulex OneConnect 10Gbps cards on Debian/Stable
SR-IOV, KVM and Emulex OneConnect 10Gbps cards on Debian/StableSR-IOV, KVM and Emulex OneConnect 10Gbps cards on Debian/Stable
SR-IOV, KVM and Emulex OneConnect 10Gbps cards on Debian/Stablejuet-y
 
Troubleshooting Firewalls (2012 San Diego)
Troubleshooting Firewalls (2012 San Diego)Troubleshooting Firewalls (2012 San Diego)
Troubleshooting Firewalls (2012 San Diego)Cisco Security
 

Similar to MC-LAG Configuration with BGP-base VPLS (20)

Solucion-OSPF Troubleshooting-aplicando protocolo ipv4 y ipv6
Solucion-OSPF Troubleshooting-aplicando protocolo ipv4 y ipv6Solucion-OSPF Troubleshooting-aplicando protocolo ipv4 y ipv6
Solucion-OSPF Troubleshooting-aplicando protocolo ipv4 y ipv6
 
PLNOG 7: Piotr Jabłoński - Jak wygląda mój pakiet?
PLNOG 7: Piotr Jabłoński - Jak wygląda mój pakiet?PLNOG 7: Piotr Jabłoński - Jak wygląda mój pakiet?
PLNOG 7: Piotr Jabłoński - Jak wygląda mój pakiet?
 
MPLS LAB Practice Vol.1.pdf
MPLS LAB Practice Vol.1.pdfMPLS LAB Practice Vol.1.pdf
MPLS LAB Practice Vol.1.pdf
 
Lab_5_OSPF_MPLS_sham_link_on_MPLS_VPN_1698700003.pdf
Lab_5_OSPF_MPLS_sham_link_on_MPLS_VPN_1698700003.pdfLab_5_OSPF_MPLS_sham_link_on_MPLS_VPN_1698700003.pdf
Lab_5_OSPF_MPLS_sham_link_on_MPLS_VPN_1698700003.pdf
 
Juniper L2 MPLS VPN
Juniper L2 MPLS VPNJuniper L2 MPLS VPN
Juniper L2 MPLS VPN
 
[오픈소스컨설팅] Linux Network Troubleshooting
[오픈소스컨설팅] Linux Network Troubleshooting[오픈소스컨설팅] Linux Network Troubleshooting
[오픈소스컨설팅] Linux Network Troubleshooting
 
Community tech talk virtual port channel ( v pc ) operations and design best ...
Community tech talk virtual port channel ( v pc ) operations and design best ...Community tech talk virtual port channel ( v pc ) operations and design best ...
Community tech talk virtual port channel ( v pc ) operations and design best ...
 
Linux Networking Explained
Linux Networking ExplainedLinux Networking Explained
Linux Networking Explained
 
OpenStack networking juno l3 h-a, dvr
OpenStack networking   juno l3 h-a, dvrOpenStack networking   juno l3 h-a, dvr
OpenStack networking juno l3 h-a, dvr
 
Network Jumbo Frame Config Guide
Network Jumbo Frame Config GuideNetwork Jumbo Frame Config Guide
Network Jumbo Frame Config Guide
 
SR-IOV+KVM on Debian/Stable
SR-IOV+KVM on Debian/StableSR-IOV+KVM on Debian/Stable
SR-IOV+KVM on Debian/Stable
 
Call processing and handover.eng
Call processing and handover.engCall processing and handover.eng
Call processing and handover.eng
 
Chap 4. call processing and handover.eng
Chap 4. call processing and handover.engChap 4. call processing and handover.eng
Chap 4. call processing and handover.eng
 
LTE Call Processing and Handover
LTE Call Processing and HandoverLTE Call Processing and Handover
LTE Call Processing and Handover
 
Deploying Carrier Ethernet Features on Cisco ASR 9000
Deploying Carrier Ethernet Features on Cisco ASR 9000Deploying Carrier Ethernet Features on Cisco ASR 9000
Deploying Carrier Ethernet Features on Cisco ASR 9000
 
Puppet Camp Boston 2014: Network Automation with Puppet and Arista (Beginner)
Puppet Camp Boston 2014: Network Automation with Puppet and Arista (Beginner) Puppet Camp Boston 2014: Network Automation with Puppet and Arista (Beginner)
Puppet Camp Boston 2014: Network Automation with Puppet and Arista (Beginner)
 
Session 2
Session 2Session 2
Session 2
 
Krzysztof Mazepa - IOS XR - IP Fast Convergence
Krzysztof Mazepa - IOS XR - IP Fast ConvergenceKrzysztof Mazepa - IOS XR - IP Fast Convergence
Krzysztof Mazepa - IOS XR - IP Fast Convergence
 
SR-IOV, KVM and Emulex OneConnect 10Gbps cards on Debian/Stable
SR-IOV, KVM and Emulex OneConnect 10Gbps cards on Debian/StableSR-IOV, KVM and Emulex OneConnect 10Gbps cards on Debian/Stable
SR-IOV, KVM and Emulex OneConnect 10Gbps cards on Debian/Stable
 
Troubleshooting Firewalls (2012 San Diego)
Troubleshooting Firewalls (2012 San Diego)Troubleshooting Firewalls (2012 San Diego)
Troubleshooting Firewalls (2012 San Diego)
 

More from Johnson Liu

Packet Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 RoutingPacket Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 RoutingJohnson Liu
 
Packet Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 SwitchingPacket Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 SwitchingJohnson Liu
 
Olive Introduction for TOI
Olive Introduction for TOIOlive Introduction for TOI
Olive Introduction for TOIJohnson Liu
 
Mobile 2G/3G Workshop
Mobile 2G/3G WorkshopMobile 2G/3G Workshop
Mobile 2G/3G WorkshopJohnson Liu
 
2011 TWNIC SP IPv6 Transition
2011 TWNIC SP IPv6 Transition2011 TWNIC SP IPv6 Transition
2011 TWNIC SP IPv6 TransitionJohnson Liu
 
CALM DURING THE STORM:Best Practices in Multicast Security
CALM DURING THE STORM:Best Practices in Multicast SecurityCALM DURING THE STORM:Best Practices in Multicast Security
CALM DURING THE STORM:Best Practices in Multicast SecurityJohnson Liu
 
ISSU A PLANNED UPGRADE TOOL
ISSU A PLANNED UPGRADE TOOLISSU A PLANNED UPGRADE TOOL
ISSU A PLANNED UPGRADE TOOLJohnson Liu
 
CONTINUOUS SYSTEMS, NONSTOP OPERATIONS WITH JUNOS
CONTINUOUS SYSTEMS, NONSTOP OPERATIONS WITH JUNOSCONTINUOUS SYSTEMS, NONSTOP OPERATIONS WITH JUNOS
CONTINUOUS SYSTEMS, NONSTOP OPERATIONS WITH JUNOSJohnson Liu
 
NG MVPN BGP ROUTE TYPES AND ENCODINGS
NG  MVPN BGP ROUTE TYPES AND ENCODINGSNG  MVPN BGP ROUTE TYPES AND ENCODINGS
NG MVPN BGP ROUTE TYPES AND ENCODINGSJohnson Liu
 
Emerging Multicast VPN Applications
Emerging  Multicast  VPN  ApplicationsEmerging  Multicast  VPN  Applications
Emerging Multicast VPN ApplicationsJohnson Liu
 
Introduction to IGMP for IPTV Networks
Introduction to IGMP for IPTV NetworksIntroduction to IGMP for IPTV Networks
Introduction to IGMP for IPTV NetworksJohnson Liu
 
Virtual Private LAN Service (VPLS)
Virtual Private LAN Service (VPLS)Virtual Private LAN Service (VPLS)
Virtual Private LAN Service (VPLS)Johnson Liu
 
R C S P Study Guide 199 01 V2.0.1
R C S P  Study Guide 199 01 V2.0.1R C S P  Study Guide 199 01 V2.0.1
R C S P Study Guide 199 01 V2.0.1Johnson Liu
 
術業有專攻,認證會說話
術業有專攻,認證會說話術業有專攻,認證會說話
術業有專攻,認證會說話Johnson Liu
 
Cisco專業認證介紹
Cisco專業認證介紹Cisco專業認證介紹
Cisco專業認證介紹Johnson Liu
 

More from Johnson Liu (16)

Packet Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 RoutingPacket Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 Routing
 
Packet Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 SwitchingPacket Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 Switching
 
Olive Introduction for TOI
Olive Introduction for TOIOlive Introduction for TOI
Olive Introduction for TOI
 
Mobile 2G/3G Workshop
Mobile 2G/3G WorkshopMobile 2G/3G Workshop
Mobile 2G/3G Workshop
 
2011 TWNIC SP IPv6 Transition
2011 TWNIC SP IPv6 Transition2011 TWNIC SP IPv6 Transition
2011 TWNIC SP IPv6 Transition
 
CALM DURING THE STORM:Best Practices in Multicast Security
CALM DURING THE STORM:Best Practices in Multicast SecurityCALM DURING THE STORM:Best Practices in Multicast Security
CALM DURING THE STORM:Best Practices in Multicast Security
 
SEAMLESS MPLS
SEAMLESS MPLSSEAMLESS MPLS
SEAMLESS MPLS
 
ISSU A PLANNED UPGRADE TOOL
ISSU A PLANNED UPGRADE TOOLISSU A PLANNED UPGRADE TOOL
ISSU A PLANNED UPGRADE TOOL
 
CONTINUOUS SYSTEMS, NONSTOP OPERATIONS WITH JUNOS
CONTINUOUS SYSTEMS, NONSTOP OPERATIONS WITH JUNOSCONTINUOUS SYSTEMS, NONSTOP OPERATIONS WITH JUNOS
CONTINUOUS SYSTEMS, NONSTOP OPERATIONS WITH JUNOS
 
NG MVPN BGP ROUTE TYPES AND ENCODINGS
NG  MVPN BGP ROUTE TYPES AND ENCODINGSNG  MVPN BGP ROUTE TYPES AND ENCODINGS
NG MVPN BGP ROUTE TYPES AND ENCODINGS
 
Emerging Multicast VPN Applications
Emerging  Multicast  VPN  ApplicationsEmerging  Multicast  VPN  Applications
Emerging Multicast VPN Applications
 
Introduction to IGMP for IPTV Networks
Introduction to IGMP for IPTV NetworksIntroduction to IGMP for IPTV Networks
Introduction to IGMP for IPTV Networks
 
Virtual Private LAN Service (VPLS)
Virtual Private LAN Service (VPLS)Virtual Private LAN Service (VPLS)
Virtual Private LAN Service (VPLS)
 
R C S P Study Guide 199 01 V2.0.1
R C S P  Study Guide 199 01 V2.0.1R C S P  Study Guide 199 01 V2.0.1
R C S P Study Guide 199 01 V2.0.1
 
術業有專攻,認證會說話
術業有專攻,認證會說話術業有專攻,認證會說話
術業有專攻,認證會說話
 
Cisco專業認證介紹
Cisco專業認證介紹Cisco專業認證介紹
Cisco專業認證介紹
 

Recently uploaded

Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionDilum Bandara
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 

Recently uploaded (20)

Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Advanced Computer Architecture – An Introduction
Advanced Computer Architecture – An IntroductionAdvanced Computer Architecture – An Introduction
Advanced Computer Architecture – An Introduction
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 

MC-LAG Configuration with BGP-base VPLS

  • 1. Liu Johnson Page 1 6/15/2012 MC-LAG with BGP VPLS
  • 2. Liu Johnson Page 2 6/15/2012 Topology: PE1 – MX960 – themask, - Loopback address – 10.255.49.164 PE2 – MX960 – gerbil - Loopback address – 10.255.49.149 PE3 – MX960 – leopard - Loopback address – 10.255.49.155 PE4 – MX960 – Auror - Loopback address – 10.255.49.138 CE1 – M10i – kitten - ae0 address – 10.49.1.1 CE1 PE2 PE1 CE2 PE4 PE3 LACP LACP ICC P ICCP
  • 3. Liu Johnson Page 3 6/15/2012 CE2 – M10i – beaver - ae0 address – 10.49.1.2 VPLS, MC-LAG and ICCP states: Remote standby state is shown as RD instead of RS.MC-LAG states are not correct.ICCP states are correct. {master}[edit] regress@gerbil# run show vpls connections Layer-2 VPN connections: Legend for connection status (St) EI -- encapsulation invalid NC -- interface encapsulation not CCC/TCC/VPLS EM -- encapsulation mismatch WE -- interface and instance encaps not same VC-Dn -- Virtual circuit down NP -- interface hardware not present CM -- control-word mismatch -> -- only outbound connection is up CN -- circuit not provisioned <- -- only inbound connection is up OR -- out of range Up -- operational OL -- no outgoing label Dn -- down LD -- local site signaled down CF -- call admission control failure RD -- remote site signaled down SC -- local and remote site ID collision LN -- local site not designated LM -- local site ID not minimum designated RN -- remote site not designated RM -- remote site ID not minimum designated XX -- unknown connection status IL -- no incoming label MM -- MTU mismatch MI -- Mesh-Group ID not availble BK -- Backup connection ST -- Standby connection PF -- Profile parse failure PB -- Profile busy RS -- remote site standby SN -- Static Neighbor Legend for interface status Up -- operational Dn -- down Instance: vpls1 Local site: CE1 (2) connection-site Type St Time last up # Up trans 3 rmt RD 4 rmt Up Jul 8 11:59:35 2010 1 Remote PE: 10.255.49.155, Negotiated control-word: No Incoming label: 800003, Outgoing label: 800001 Local interface: vt-4/3/10.1048577, Status: Up, Encapsulation: VPLS Description: Intf - vpls vpls1 local site 2 remote site 4
  • 4. Liu Johnson Page 4 6/15/2012 {master}[edit] regress@gerbil# {master}[edit] regress@gerbil# run show interfaces mc-ae id 1 Member Link : ae0 Current State Machine's State: mcae active state Local Status : active Local State : up Peer Status : standby Peer State : up Logical Interface : ae0.1 Topology Type : NULL Local State : up Peer State : Unknown Peer Ip/MCP/State : Unknown Logical Interface : ae0.2 Topology Type : NULL Local State : up Peer State : Unknown Peer Ip/MCP/State : Unknown {master}[edit] regress@gerbil# {master}[edit] regress@gerbil# run show iccp detail Redundancy Group Information for peer 10.50.1.1 TCP Connection : Established Liveliness Detection : Up Redundancy Group ID Status 1 Up 2 Up 3 Up Client Application: lacpd Redundancy Group IDs Joined: 1 Client Application: MCSNOOPD Redundancy Group IDs Joined: None Client Application: l2ald_iccpd_client Redundancy Group IDs Joined: None {master}[edit] regress@gerbil#
  • 5. Liu Johnson Page 5 6/15/2012 Local standby state is shown as LD instead of ST.MC-AE states are not correct. {master}[edit] regress@themask# run show vpls connections Layer-2 VPN connections: Legend for connection status (St) EI -- encapsulation invalid NC -- interface encapsulation not CCC/TCC/VPLS EM -- encapsulation mismatch WE -- interface and instance encaps not same VC-Dn -- Virtual circuit down NP -- interface hardware not present CM -- control-word mismatch -> -- only outbound connection is up CN -- circuit not provisioned <- -- only inbound connection is up OR -- out of range Up -- operational OL -- no outgoing label Dn -- down LD -- local site signaled down CF -- call admission control failure RD -- remote site signaled down SC -- local and remote site ID collision LN -- local site not designated LM -- local site ID not minimum designated RN -- remote site not designated RM -- remote site ID not minimum designated XX -- unknown connection status IL -- no incoming label MM -- MTU mismatch MI -- Mesh-Group ID not availble BK -- Backup connection ST -- Standby connection PF -- Profile parse failure PB -- Profile busy RS -- remote site standby SN -- Static Neighbor Legend for interface status Up -- operational Dn -- down Instance: vpls1 Local site: CE1 (1) connection-site Type St Time last up # Up trans 3 rmt LD 4 rmt LD {master}[edit] regress@themask# {master}[edit] regress@themask# run show interfaces mc-ae id 1 Member Link : ae0 Current State Machine's State: mcae standby state Local Status : standby Local State : up Peer Status : active Peer State : up Logical Interface : ae0.1 Topology Type : NULL Local State : up Peer State : Unknown
  • 6. Liu Johnson Page 6 6/15/2012 Peer Ip/MCP/State : Unknown Logical Interface : ae0.2 Topology Type : NULL Local State : up Peer State : Unknown Peer Ip/MCP/State : Unknown {master}[edit] regress@themask# {master}[edit] regress@themask# run show iccp detail Redundancy Group Information for peer 10.50.1.2 TCP Connection : Established Liveliness Detection : Up Redundancy Group ID Status 1 Up 2 Up 3 Up Client Application: l2ald_iccpd_client Redundancy Group IDs Joined: None Client Application: lacpd Redundancy Group IDs Joined: 1 Client Application: MCSNOOPD Redundancy Group IDs Joined: None {master}[edit] regress@themask# FAILOVER Scenarios: CE1 to PE2 link failure: Before the link flap: Before the link flap, PE2 is MC-LAG active router.Ping traffic forwarded by PE2 without any drop. [edit] regress@kitten# run ping 10.49.2.2 rapid count 10 PING 10.49.2.2 (10.49.2.2): 56 data bytes !!!!!!!!!! --- 10.49.2.2 ping statistics --- 10 packets transmitted, 10 packets received, 0% packet loss round-trip min/avg/max/stddev = 1.138/2.071/9.892/2.608 ms [edit]
  • 7. Liu Johnson Page 7 6/15/2012 regress@kitten# PE2: {master}[edit] regress@gerbil# run show interfaces terse ae0 Interface Admin Link Proto Local Remote ae0 up up ae0.1 up up vpls ae0.2 up up vpls ae0.32767 up up multiservice {master}[edit] regress@gerbil# {master}[edit] regress@gerbil# run show vpls connections Layer-2 VPN connections: Legend for connection status (St) EI -- encapsulation invalid NC -- interface encapsulation not CCC/TCC/VPLS EM -- encapsulation mismatch WE -- interface and instance encaps not same VC-Dn -- Virtual circuit down NP -- interface hardware not present CM -- control-word mismatch -> -- only outbound connection is up CN -- circuit not provisioned <- -- only inbound connection is up OR -- out of range Up -- operational OL -- no outgoing label Dn -- down LD -- local site signaled down CF -- call admission control failure RD -- remote site signaled down SC -- local and remote site ID collision LN -- local site not designated LM -- local site ID not minimum designated RN -- remote site not designated RM -- remote site ID not minimum designated XX -- unknown connection status IL -- no incoming label MM -- MTU mismatch MI -- Mesh-Group ID not availble BK -- Backup connection ST -- Standby connection PF -- Profile parse failure PB -- Profile busy RS -- remote site standby SN -- Static Neighbor Legend for interface status Up -- operational Dn -- down Instance: vpls1 Local site: CE1 (2) connection-site Type St Time last up # Up trans 3 rmt RD
  • 8. Liu Johnson Page 8 6/15/2012 4 rmt Up Jul 8 11:59:35 2010 1 Remote PE: 10.255.49.155, Negotiated control-word: No Incoming label: 800003, Outgoing label: 800001 Local interface: vt-4/3/10.1048577, Status: Up, Encapsulation: VPLS Description: Intf - vpls vpls1 local site 2 remote site 4 {master}[edit] regress@gerbil# {master}[edit] regress@gerbil# run show interfaces mc-ae id 1 Member Link : ae0 Current State Machine's State: mcae active state Local Status : active Local State : up Peer Status : standby Peer State : up Logical Interface : ae0.1 Topology Type : NULL Local State : up Peer State : Unknown Peer Ip/MCP/State : Unknown Logical Interface : ae0.2 Topology Type : NULL Local State : up Peer State : Unknown Peer Ip/MCP/State : Unknown {master}[edit] regress@gerbil# After the link flap: After the link between CE1 and PE2 flapped the traffic flows through PE1.PE2 and PE1 MC-LAG and VPLS states changed. edit] regress@kitten# run ping 10.49.2.2 rapid count 10 PING 10.49.2.2 (10.49.2.2): 56 data bytes !!!!!!!!!! --- 10.49.2.2 ping statistics --- 10 packets transmitted, 10 packets received, 0% packet loss round-trip min/avg/max/stddev = 1.101/1.205/1.313/0.082 ms [edit] regress@kitten# PE2:
  • 9. Liu Johnson Page 9 6/15/2012 {master}[edit] regress@gerbil# run test interface ge-4/0/1 restart-auto-negotiation {master}[edit] regress@gerbil# run show interfaces ae0 terse Interface Admin Link Proto Local Remote ae0 up down ae0.1 up down vpls ae0.2 up down vpls ae0.32767 up down multiservice {master}[edit] regress@gerbil# master}[edit] regress@gerbil# run show interfaces mc-ae id 1 Member Link : ae0 Current State Machine's State: mcae standby state Local Status : standby Local State : up Peer Status : active Peer State : up Logical Interface : ae0.1 Topology Type : NULL Local State : up Peer State : Unknown Peer Ip/MCP/State : Unknown Logical Interface : ae0.2 Topology Type : NULL Local State : up Peer State : Unknown Peer Ip/MCP/State : Unknown {master}[edit] regress@gerbil# {master}[edit] regress@gerbil# run show vpls connections Layer-2 VPN connections: Legend for connection status (St) EI -- encapsulation invalid NC -- interface encapsulation not CCC/TCC/VPLS EM -- encapsulation mismatch WE -- interface and instance encaps not same VC-Dn -- Virtual circuit down NP -- interface hardware not present CM -- control-word mismatch -> -- only outbound connection is up CN -- circuit not provisioned <- -- only inbound connection is up OR -- out of range Up -- operational OL -- no outgoing label Dn -- down LD -- local site signaled down CF -- call admission control failure RD -- remote site signaled down SC -- local and remote site ID collision LN -- local site not designated LM -- local site ID not minimum designated
  • 10. Liu Johnson Page 10 6/15/2012 RN -- remote site not designated RM -- remote site ID not minimum designated XX -- unknown connection status IL -- no incoming label MM -- MTU mismatch MI -- Mesh-Group ID not availble BK -- Backup connection ST -- Standby connection PF -- Profile parse failure PB -- Profile busy RS -- remote site standby SN -- Static Neighbor Legend for interface status Up -- operational Dn -- down Instance: vpls1 Local site: CE1 (2) connection-site Type St Time last up # Up trans 3 rmt LD 4 rmt LD {master}[edit] regress@gerbil# PE1: {master}[edit] regress@themask# run show interfaces mc-ae id 1 Member Link : ae0 Current State Machine's State: mcae active state Local Status : active Local State : up Peer Status : standby Peer State : up Logical Interface : ae0.1 Topology Type : NULL Local State : up Peer State : Unknown Peer Ip/MCP/State : Unknown Logical Interface : ae0.2 Topology Type : NULL Local State : up Peer State : Unknown Peer Ip/MCP/State : Unknown {master}[edit] regress@themask# {master}[edit] regress@themask# run show vpls connections Layer-2 VPN connections: Legend for connection status (St) EI -- encapsulation invalid NC -- interface encapsulation not CCC/TCC/VPLS
  • 11. Liu Johnson Page 11 6/15/2012 EM -- encapsulation mismatch WE -- interface and instance encaps not same VC-Dn -- Virtual circuit down NP -- interface hardware not present CM -- control-word mismatch -> -- only outbound connection is up CN -- circuit not provisioned <- -- only inbound connection is up OR -- out of range Up -- operational OL -- no outgoing label Dn -- down LD -- local site signaled down CF -- call admission control failure RD -- remote site signaled down SC -- local and remote site ID collision LN -- local site not designated LM -- local site ID not minimum designated RN -- remote site not designated RM -- remote site ID not minimum designated XX -- unknown connection status IL -- no incoming label MM -- MTU mismatch MI -- Mesh-Group ID not availble BK -- Backup connection ST -- Standby connection PF -- Profile parse failure PB -- Profile busy RS -- remote site standby SN -- Static Neighbor Legend for interface status Up -- operational Dn -- down Instance: vpls1 Local site: CE1 (1) connection-site Type St Time last up # Up trans 3 rmt RD 4 rmt Up Jul 8 12:10:58 2010 1 Remote PE: 10.255.49.155, Negotiated control-word: No Incoming label: 800003, Outgoing label: 800000 Local interface: vt-3/3/10.1049088, Status: Up, Encapsulation: VPLS Description: Intf - vpls vpls1 local site 1 remote site 4 {master}[edit] regress@themask#
  • 12. Liu Johnson Page 12 6/15/2012 Configuration: PE1: {master}[edit] regress@themask# show interfaces ae0 vlan-tagging; encapsulation vlan-vpls; aggregated-ether-options { lacp { active; system-id 00:00:00:00:00:01; admin-key 10; } mc-ae { mc-ae-id 1; redundancy-group 1; chassis-id 0; mode active-standby; status-control active; } } unit 1 { encapsulation vlan-vpls; vlan-id 601; } unit 2 { encapsulation vlan-vpls; vlan-id 602; } {master}[edit] regress@themask# {master}[edit] regress@themask# show routing-instances vpls1 { instance-type vpls; interface ae0.1; interface ae0.2; route-distinguisher 100:1; vrf-target target:100:1; protocols { vpls { traceoptions { file vpls_mclag.log size 20m world-readable; flag all; } site-range 8;
  • 13. Liu Johnson Page 13 6/15/2012 tunnel-services { primary vt-3/3/10; } site CE1 { site-identifier 1; interface ae0.1; interface ae0.2; } } } } {master}[edit] regress@themask# {master}[edit] regress@themask# show protocols rsvp { interface all; } mpls { interface all; } bgp { local-address 10.255.49.164; family inet { unicast; } family l2vpn { signaling; } group ibgp { type internal; neighbor 10.255.49.138; neighbor 10.255.49.155; } } ospf { traffic-engineering; area 0.0.0.0 { interface lo0.0 { passive; } interface all; interface fxp0.0 { disable; } } } ldp { traceoptions { file ldp.log size 20m world-readable; flag all; } interface all; }
  • 14. Liu Johnson Page 14 6/15/2012 iccp { local-ip-addr 10.50.1.1; peer 10.50.1.2 { redundancy-group-id-list [ 1 2 3 ]; liveness-detection { minimum-interval 1000; detection-time { threshold 2000000; } single-hop; } } traceoptions { file iccp.log size 20m world-readable; flag all; } } lacp { traceoptions { file lacp.log size 20m world-readable; flag all; } } {master}[edit] regress@themask# PE2: {master}[edit] regress@gerbil# show interfaces ae0 vlan-tagging; encapsulation vlan-vpls; aggregated-ether-options { lacp { active; system-id 00:00:00:00:00:01; admin-key 10; } mc-ae { mc-ae-id 1; redundancy-group 1; chassis-id 1; mode active-standby; status-control standby; } } unit 1 { encapsulation vlan-vpls; vlan-id 601; } unit 2 { encapsulation vlan-vpls; vlan-id 602; }
  • 15. Liu Johnson Page 15 6/15/2012 {master}[edit] regress@gerbil# {master}[edit] regress@gerbil# show routing-instances vpls1 { instance-type vpls; interface ae0.1; interface ae0.2; route-distinguisher 100:2; vrf-target target:100:1; protocols { vpls { traceoptions { file vpls_mclag.log size 20m world-readable; flag all; } site-range 8; tunnel-services { primary vt-4/3/10; } site CE1 { site-identifier 2; interface ae0.1; interface ae0.2; } } } } {master}[edit] regress@gerbil# {master}[edit] regress@gerbil# show protocols rsvp { interface all; } mpls { interface all; } bgp { local-address 10.255.49.149; family inet { unicast; } family l2vpn { signaling; } group ibgp { type internal; neighbor 10.255.49.138; neighbor 10.255.49.155; } }
  • 16. Liu Johnson Page 16 6/15/2012 ospf { traffic-engineering; area 0.0.0.0 { interface lo0.0 { passive; } interface all; interface fxp0.0 { disable; } } } ldp { traceoptions { file ldp.log size 20m world-readable; flag all; } interface all; } iccp { local-ip-addr 10.50.1.2; peer 10.50.1.1 { redundancy-group-id-list [ 1 2 3 ]; liveness-detection { minimum-interval 1000; detection-time { threshold 2000000; } single-hop; } } traceoptions { file iccp.log size 20m world-readable; flag all; } } lacp { traceoptions { file lacp.log size 20m world-readable; flag all; } } {master}[edit]
  • 17. Liu Johnson Page 17 6/15/2012 PE3: master}[edit] regress@leopard# show interfaces ae0 vlan-tagging; encapsulation vlan-vpls; aggregated-ether-options { lacp { active; system-id 00:00:00:00:00:01; admin-key 10; } mc-ae { mc-ae-id 1; redundancy-group 1; chassis-id 0; mode active-standby; status-control active; } } unit 1 { encapsulation vlan-vpls; vlan-id 601; } unit 2 { encapsulation vlan-vpls; vlan-id 602; } {master}[edit] regress@leopard# {master}[edit] regress@leopard# show routing-instances vpls1 { instance-type vpls; interface ae0.1; interface ae0.2; route-distinguisher 100:4; vrf-target target:100:1; protocols { vpls { traceoptions { file vpls_mclag.log size 20m world-readable; flag all; } site-range 8; tunnel-services { primary vt-5/3/10; } site CE2 { site-identifier 4; interface ae0.1; interface ae0.2; } }
  • 18. Liu Johnson Page 18 6/15/2012 } } {master}[edit] regress@leopard# {master}[edit] regress@leopard# show protocols rsvp { interface all; } mpls { interface all; } bgp { local-address 10.255.49.155; family inet { unicast; } family l2vpn { signaling; } group ibgp { type internal; neighbor 10.255.49.164; neighbor 10.255.49.149; } } ospf { traffic-engineering; area 0.0.0.0 { interface lo0.0 { passive; } interface all; interface fxp0.0 { disable; } } } ldp { traceoptions { file ldp.log size 20m world-readable; flag all; } interface all; } iccp { local-ip-addr 10.100.1.1; peer 10.100.1.2 { redundancy-group-id-list [ 1 2 3 ]; liveness-detection { minimum-interval 1000; detection-time { threshold 2000000; } single-hop;
  • 19. Liu Johnson Page 19 6/15/2012 } } traceoptions { file iccp.log size 20m world-readable; flag all; } } lacp { traceoptions { file lacp.log size 20m world-readable; flag all; } } {master}[edit] regress@leopard# PE4: regress@auror# show interfaces ae0 vlan-tagging; encapsulation vlan-vpls; aggregated-ether-options { lacp { active; system-id 00:00:00:00:00:01; admin-key 10; } mc-ae { mc-ae-id 1; redundancy-group 1; chassis-id 1; mode active-standby; status-control standby; } } unit 1 { encapsulation vlan-vpls; vlan-id 601; } unit 2 { encapsulation vlan-vpls; vlan-id 602; } {master}[edit] regress@auror# {master}[edit] regress@auror# show routing-instances vpls1 { instance-type vpls; interface ae0.1; interface ae0.2;
  • 20. Liu Johnson Page 20 6/15/2012 route-distinguisher 100:3; vrf-target target:100:1; protocols { vpls { traceoptions { file vpls_mclag.log size 20m world-readable; flag all; } site-range 8; tunnel-services { primary vt-5/3/10; } site CE2 { site-identifier 3; interface ae0.1; interface ae0.2; } } } } {master}[edit] regress@auror# {master}[edit] regress@auror# show protocols rsvp { interface all; } mpls { interface all; } bgp { local-address 10.255.49.138; family inet { unicast; } family l2vpn { signaling; } group ibgp { type internal; neighbor 10.255.49.164; neighbor 10.255.49.149; } } ospf { traffic-engineering; area 0.0.0.0 { interface lo0.0 { passive; } interface all; interface fxp0.0 { disable; }
  • 21. Liu Johnson Page 21 6/15/2012 } } ldp { traceoptions { file ldp.log size 20m world-readable; flag all; } interface all; } iccp { local-ip-addr 10.100.1.2; peer 10.100.1.1 { redundancy-group-id-list [ 1 2 3 ]; liveness-detection { minimum-interval 1000; detection-time { threshold 2000000; } single-hop; } } traceoptions { file iccp.log size 20m world-readable; flag all; } } lacp { traceoptions { file lacp.log size 20m world-readable; flag all; } } {master}[edit] regress@auror# CE1: [edit] regress@kitten# show interfaces ae0 vlan-tagging; aggregated-ether-options { lacp { passive; } } unit 1 { vlan-id 601; family inet { address 10.49.1.1/30; } } unit 2 { vlan-id 602;
  • 22. Liu Johnson Page 22 6/15/2012 family inet { address 10.49.2.1/30; } } [edit] regress@kitten# CE2: [edit] regress@beaver# show interfaces ae0 vlan-tagging; aggregated-ether-options { lacp { passive; } } unit 1 { vlan-id 601; family inet { address 10.49.1.2/30; } } unit 2 { vlan-id 602; family inet { address 10.49.2.2/30; } } [edit] regress@beaver#