Browsing All Posts filed under »Ahmad Kurniawan (Lab Session)«

MPLS L2 VPN

April 25, 2012

0

Router  1 ( sebagai PE ) interfaces {     ge-0/0/0 {         unit 0 {             family inet {                 address 12.12.12.1/30;             }             family mpls;         }     }     ge-0/0/1 {         encapsulation ethernet-ccc;         unit 0 {             family ccc;         }     }     lo0 {         unit 0 { […]

MPLS L3 VPN

April 25, 2012

0

Router 1 interfaces {     ge-0/0/0 {         unit 0 {             family inet {                 address 12.12.12.1/30;             }             family iso;             family mpls;         }     }     ge-0/0/1 {         unit 0 {             family inet {                 address 192.168.1.1/30;             }         }     }     lo0 {         unit […]

L2 Circuit

April 23, 2012

0

Router R1 set interfaces ge-0/0/0 unit 0 family inet address 12.12.12.1/24 set interfaces ge-0/0/0 unit 0 family mpls set interfaces ge-0/0/2 encapsulation ethernet-ccc set interfaces ge-0/0/2 unit set interfaces lo0 unit 0 family inet address 1.1.1.1/32 set routing-options router-id 1.1.1.1 set routing-options autonomous-system 12 set protocols mpls label-switched-path to-B to 2.2.2.2 set protocols mpls label-switched-path […]

Virtual Router Redundancy Protocol (VRRP)

April 9, 2012

0

Virtual Router Redundancy Protocol (VRRP) adalah protocol yang memungkinkan untuk topology IP-Fault-Tolerant. Seperti halnya Cisco proprietary protocol HSRP (Hot Standby Router Protocol), konsep VRRP yang dikembangkan oleh IEEE ini memiliki tujuan yang sama yaitu REDUNDANCY. Fungsi VRRP itu sendiri adalah menyediakan backup gateway, sehingga apabila primary gateway (master) failed traffic akan dilewatkan ke secondary gateway […]