Juniper Mpls Best Practice Part 1
Juniper Mpls Best Practice Part 1
Part 1
Static LSP Configuration and understanding mpls.0 table
Loopbacks
Jakarta : 192.168.8.1
Bandung : 192.168.12.1
Semarang : 192.168.16.1
Surabaya : 192.168.36.1
Denpasar : 192.168.40.1
Makasar : 192.168.44.1
IGP Configuration
• After IGP already converged, we’re ready to configure static LSP
• And returning LSP path from Makasar to Jakarta via Denpasar and Bandung
LSP Configuration
Jakarta performs label imposition (PUSH) , this label should be received by Semarang
jkt@Lab:Jakarta> show
configuration protocols mpls
static-path inet {
192.168.44.1/32 {
next-hop 10.0.11.1;
push 1000001;
}
}
interface all;
LSP Configuration
}
LSP Configuration
}
LSP Configuration
• Reachability from Jakarta
jkt@Lab:Jakarta> show route 192.168.44.1