MPLS VPLS Juniper Point-to-multipoint

Di postingan saya sebelumnya membahas tentang point-to-point saja. Di postingan ini akan membahas tentang point-to-multipoint. Melanjutkan saja.

vpls2Konfigurasi interface

root@IDN-R1# run show configuration interfaces fe-0/0/2
encapsulation ethernet-vpls;
unit 0;

Konfigurasi routing instances

root@IDN-R1# run show configuration routing-instances
blue {
instance-type vpls;
interface fe-0/0/1.0;
interface fe-0/0/2.0;
route-distinguisher 65001:12;
vrf-target target:65001:15;
protocols {
vpls {
interface fe-0/0/1.0;
interface fe-0/0/2.0;
no-tunnel-services;
site blue1 {
site-identifier 1;
}
vpls-id 101;
neighbor 2.2.2.2;
}
}
}

Verifikasi

SW3#ping 50.50.50.1

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 50.50.50.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/8 ms
SW3#ping 50.50.50.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 50.50.50.2, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 1/1/1 ms
SW3#

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.