#configure terminal | Enter configure mode |
(config)#router ldp | Enable LDP process |
(config-router)#fast-reroute | Enable LDP FRR |
(config-router)#auto-targeted-session | To Allow creating TLDP session dynamically |
(config-router)#commit | Commit the candidate configuration to the running configuration |
(config-router)#exit | Exit LDP process |
(config)#router rsvp | Enable RSPVP |
(config-router)#srlg-disjoint forced | Configure SRLG to enable MPLS-TE |
(config-router)#commit | Commit the candidate configuration to the running configuration |
(config)#interface xe1 | Enter interface mode. |
(config-if)#ip address 10.1.1.1/24 | Configure the IP address of the interface. |
(config-if)#ip ospf cost 10 | Configure the OSPF cost |
(config-if)#label-switching | Enable label-switching on interface |
(config-if)#enable-ldp ipv4 | Enable LDP process on xe1 interface |
(config-if)#mpls traffic-eng srlg 11 | Enable MPLS-TE |
(config-if)#commit | Commit the candidate configuration to the running configuration |
(config-if)#exit | Exit interface mode. |
(config)#interface xe2 | Enter interface mode. |
(config-if)#ip address 60.1.1.1/24 | Configure the IP address of the interface. |
(config-if)#ip ospf cost 10 | Configure OSPF cost |
(config-if)#label-switching | Enable label-switching on interface |
(config-if)#mpls traffic-eng srlg 11 | Enable MPLS-TE |
(config-if)#enable-ldp ipv4 | Enable LDP process on xe2 interface |
(config-if)#commit | Commit the candidate configuration to the running configuration |
(config-if)#exit | Exit interface mode. |
(config)#interface lo | Enter interface mode. |
(config-if)#ip address 1.1.1.1/32 secondary | Configure the IP address of the interface |
(config-if)#exit | Exit interface mode. |
(config)#router ospf 1 | Create an OSPF instance |
(config-router)# ospf router-id 1.1.1.1 | Configure router ID |
(config-router)# bfd all-interfaces | Configure BFD |
(config-router)# timers spf exp 50 50 | Configure the OSPF timers |
(config-router)# timers throttle lsa all 0 1 1 | Configure the OSPF timer LSA throttle |
(config-router)# timers lsa arrival 1 | Configure the OSPF timer LSA arrival |
(config-router)# fast-reroute per-prefix remote-lfa area 0.0.0.0 tunnel mpls-ldp | Configure Remote LFA to calculate backup paths to those destinations whichever does not satisfy basic LFA FRR inequalities |
(config-router)# network 1.1.1.1/32 area 0.0.0.0 | Configure the network command to advertise the prefixes |
(config-router)# network 10.1.1.0/24 area 0.0.0.0 | Configure the network command to advertise the prefixes |
(config-router)# network 60.1.1.0/24 area 0.0.0.0 | Configure the network command to advertise the prefixes |
(config-router)#commit | Commit the candidate configuration to the running configuration |
(config-router)#end | Exit router mode. |
(config)# bfd interval 3 minrx 3 multiplier 3 | Configure BFD interval globally |
#configure terminal | Enter configure mode |
(config)#router ldp | Enable LDP process |
(config-router)#fast-reroute | Enable LDP FRR |
(config-router)#auto-targeted-session | To Allow creating TLDP session dynamically |
(config-router)#commit | Commit the candidate configuration to the running configuration |
(config-router)#exit | Exit LDP process |
(config)#router rsvp | Enable RSPVP |
(config-router)#srlg-disjoint forced | Configure SRLG to enable mpls-TE |
(config-router)#commit | Commit the candidate configuration to the running configuration |
(config)#interface xe2 | Enter interface mode. |
(config-if)#ip address 10.1.1.2/24 | Configure the IP address of the interface. |
(config-if)#ip ospf cost 10 | Configure the OSPF cost |
(config-if)#label-switching | Enable label-switching on interface |
(config-if)#enable-ldp ipv4 | Enable LDP process on xe1 interface |
(config-if)#mpls traffic-eng srlg 11 | Enable MPLS-TE |
(config-if)#commit | Commit the candidate configuration to the running configuration |
(config-if)#exit | Exit interface mode. |
(config)#interface xe1 | Enter interface mode. |
(config-if)#ip address 20.1.1.1/24 | Configure the IP address of the interface. |
(config-if)#ip ospf cost 10 | Configure OSPF cost |
(config-if)#label-switching | Enable label-switching on interface |
(config-if)#mpls traffic-eng srlg 11 | Enable MPLS-TE |
(config-if)#enable-ldp ipv4 | Enable LDP process on xe2 interface |
(config-if)#commit | Commit the candidate configuration to the running configuration |
(config-if)#exit | Exit interface mode. |
(config)#interface lo | Enter interface mode. |
(config-if)#ip address 2.2.2.2/32 secondary | Configure the IP address of the interface |
(config-if)#exit | Exit interface mode. |
(config)#router ospf 1 | Create an OSPF instance |
(config-router)# ospf router-id 2.2.2.2 | Configure router ID |
(config-router)# bfd all-interfaces | Configure BFD |
(config-router)# timers spf exp 50 50 | Configure the OSPF timers |
(config-router)# timers throttle lsa all 0 1 1 | Configure the OSPF timer LSA throttle |
(config-router)# timers lsa arrival 1 | Configure the OSPF timer LSA arrival |
(config-router)# network 2.2.2.2/32 area 0.0.0.0 | Configure the network command to advertise the prefixes |
(config-router)# network 10.1.1.0/24 area 0.0.0.0 | Configure the network command to advertise the prefixes |
(config-router)# network 20.1.1.0/24 area 0.0.0.0 | Configure the network command to advertise the prefixes |
(config-router)#commit | Commit the candidate configuration to the running configuration |
(config)# bfd interval 3 minrx 3 multiplier 3 Configure bfd interval globally | Configure BFD interval globally |
(config)#commit | Commit the candidate configuration to the running configuration |
(config)#end | Exit configure mode. |
#configure terminal | Enter configure mode |
(config)#router ldp | Enable LDP process |
(config-router)#fast-reroute | Enable LDP FRR |
(config-router)#auto-targeted-session | To Allow creating TLDP session dynamically |
(config-router)#commit | Commit the candidate configuration to the running configuration |
(config-router)#exit | Exit LDP process |
(config)#router rsvp | Enable RSPVP |
(config-router)#srlg-disjoint forced | Configure SRLG to enable mpls-TE |
(config-router)#commit | Commit the candidate configuration to the running configuration |
(config)#interface xe2 | Enter interface mode. |
(config-if)#ip address 20.1.1.2/24 | Configure the IP address of the interface. |
(config-if)#ip ospf cost 10 | Configure the OSPF cost |
(config-if)#label-switching | Enable label-switching on interface |
(config-if)#enable-ldp ipv4 | Enable LDP process on xe1 interface |
(config-if)#mpls traffic-eng srlg 11 | Enable MPLS-TE |
(config-if)#commit | Commit the candidate configuration to the running configuration |
(config-if)#exit | Exit interface mode. |
(config)#interface xe1 | Enter interface mode. |
(config-if)#ip address 30.1.1.1/24 | Configure the IP address of the interface. |
(config-if)#ip ospf cost 10 | Configure OSPF cost |
(config-if)#label-switching | Enable label-switching on interface |
(config-if)#mpls traffic-eng srlg 11 | Enable MPLS-TE |
(config-if)#enable-ldp ipv4 | Enable ldp process on xe2 interface |
(config-if)#commit | Commit the candidate configuration to the running configuration |
(config-if)#exit | Exit interface mode. |
(config)#interface lo | Enter interface mode. |
(config-if)#ip address 3.3.3.3/32 secondary | Configure the IP address of the interface |
(config-if)#exitv | Exit interface mode. |
(config)#router ospf 1 | Create an OSPF instance |
(config-router)# ospf router-id 3.3.3.3 | Configure router id |
(config-router)# bfd all-interfaces | Configure BFD |
(config-router)# timers spf exp 50 50 | Configure the OSPF timers |
(config-router)# timers throttle lsa all 0 1 1 | Configure the OSPF timer LSA throttle |
(config-router)# timers lsa arrival 1 | Configure the OSPF timer LSA arrival |
(config-router)# network 3.3.3.3/32 area 0.0.0.0 | Configure the network command to advertise the prefixes |
(config-router)# network 20.1.1.0/24 area 0.0.0.0 | Configure the network command to advertise the prefixes |
(config-router)# network 30.1.1.0/24 area 0.0.0.0 | Configure the network command to advertise the prefixes |
(config-router)#commit | Commit the candidate configuration to the running configuration |
(config)# bfd interval 3 minrx 3 multiplier 3 Configure bfd interval globally | Configure BFD interval globally |
(config)#commit | Commit the candidate configuration to the running configuration |
(config)#end | Exit configure mode. |
#configure terminal | Enter configure mode |
(config)#router ldp | Enable LDP process |
(config-router)#fast-reroute | Enable LDP FRR |
(config-router)#auto-targeted-session | To Allow creating TLDP session dynamically |
(config-router)#commit | Commit the candidate configuration to the running configuration |
(config-router)#exit | Exit LDP process |
(config)#router rsvp | Enable RSPVP |
(config-router)#srlg-disjoint forced | Configure SRLG to enable MPLS-TE |
(config-router)#commit | Commit the candidate configuration to the running configuration |
(config)#interface xe2 | Enter interface mode. |
(config-if)#ip address 30.1.1.2/24 | Configure the IP address of the interface. |
(config-if)#ip ospf cost 10 | Configure the OSPF cost |
(config-if)#label-switching | Enable label-switching on interface |
(config-if)#enable-ldp ipv4 | Enable LDP process on xe1 interface |
(config-if)#mpls traffic-eng srlg 11 | Enable MPLS-TE |
(config-if)#commit | Commit the candidate configuration to the running configuration |
(config-if)#exit | Exit interface mode. |
(config)#interface xe1 | Enter interface mode. |
(config-if)#ip address 40.1.1.1/24 | Configure the IP address of the interface. |
(config-if)#ip ospf cost 10 | Configure OSPF cost |
(config-if)#label-switching | Enable label-switching on interface |
(config-if)#mpls traffic-eng srlg 11 | Enable MPLS-TE |
(config-if)#enable-ldp ipv4 | Enable LDP process on xe2 interface |
(config-if)#commit | Commit the candidate configuration to the running configuration |
(config-if)#exit | Exit interface mode. |
(config)#interface lo | Enter interface mode. |
(config-if)#ip address 4.4.4.4/32 secondary | Configure the IP address of the interface |
(config-if)#exit | Exit interface mode. |
(config)#router ospf 1 | Create an OSPF instance |
(config-router)# ospf router-id 4.4.4.4 | Configure router ID |
(config-router)# bfd all-interfaces | Configure BFD |
(config-router)# timers spf exp 50 50 | Configure the OSPF timers |
(config-router)# timers throttle lsa all 0 1 1 | Configure the OSPF timer LSA throttle |
(config-router)# timers lsa arrival 1 | Configure the OSPF timer LSA arrival |
(config-router)# network 4.4.4.4/32 area 0.0.0.0 | Configure the network command to advertise the prefixes |
(config-router)# network 40.1.1.0/24 area 0.0.0.0 | Configure the network command to advertise the prefixes |
(config-router)# network 30.1.1.0/24 area 0.0.0.0 | Configure the network command to advertise the prefixes |
(config-router)#commit | Commit the candidate configuration to the running configuration |
(config)# bfd interval 3 minrx 3 multiplier 3 Configure bfd interval globally | Configure BFD interval globally |
(config)#commit | Commit the candidate configuration to the running configuration |
(config)#end | Exit configure mode. |
#configure terminal | Enter configure mode |
(config)#router ldp | Enable LDP process |
(config-router)#fast-reroute | Enable LDP FRR |
(config-router)#auto-targeted-session | To Allow creating TLDP session dynamically |
(config-router)#commit | Commit the candidate configuration to the running configuration |
(config-router)#exit | Exit LDP process |
(config)#router rsvp | Enable RSPVP |
(config-router)#srlg-disjoint forced | Configure SRLG to enable mpls-TE |
(config-router)#commit | Commit the candidate configuration to the running configuration |
(config)#interface xe2 | Enter interface mode. |
(config-if)#ip address 40.1.1.2/24 | Configure the IP address of the interface. |
(config-if)#ip ospf cost 10 | Configure the OSPF cost |
(config-if)#label-switching | Enable label-switching on interface |
(config-if)#enable-ldp ipv4 | Enable LDP process on xe1 interface |
(config-if)#mpls traffic-eng srlg 11 | Enable MPLS-TE |
(config-if)#commit | Commit the candidate configuration to the running configuration |
(config-if)#exit | Exit interface mode. |
(config)#interface xe1 | Enter interface mode. |
(config-if)#ip address 50.1.1.1/24 | Configure the IP address of the interface. |
(config-if)#ip ospf cost 10 | Configure OSPF cost |
(config-if)#label-switching | Enable label-switching on interface |
(config-if)#mpls traffic-eng srlg 11 | Enable MPLS-TE |
(config-if)#enable-ldp ipv4 | Enable LDP process on xe2 interface |
(config-if)#commit | Commit the candidate configuration to the running configuration |
(config-if)#exit | Exit interface mode. |
(config)#interface lo | Enter interface mode. |
(config-if)#ip address 5.5.5.5/32 secondary | Configure the IP address of the interface |
(config-if)#exit | Exit interface mode. |
(config)#router ospf 1 | Create an OSPF instance |
(config-router)# ospf router-id 5.5.5.5 | Configure router ID |
(config-router)# bfd all-interfaces | Configure BFD |
(config-router)# timers spf exp 50 50 | Configure the OSPF timers |
(config-router)# timers throttle lsa all 0 1 1 | Configure the OSPF timer LSA throttle |
(config-router)# timers lsa arrival 1 | Configure the OSPF timer LSA arrival |
(config-router)# network 5.5.5.5/32 area 0.0.0.0 | Configure the network command to advertise the prefixes |
(config-router)# network 50.1.1.0/24 area 0.0.0.0 | Configure the network command to advertise the prefixes |
(config-router)# network 40.1.1.0/24 area 0.0.0.0 | Configure the network command to advertise the prefixes |
(config-router)#commit | Commit the candidate configuration to the running configuration |
(config)# bfd interval 3 minrx 3 multiplier 3 Configure bfd interval globally | Configure BFD interval globally |
(config)#commit | Commit the candidate configuration to the running configuration |
(config)#end | Exit configure mode. |
#configure terminal | Enter configure mode |
(config)#router ldp | Enable LDP process |
(config-router)#fast-reroute | Enable LDP FRR |
(config-router)#auto-targeted-session | To Allow creating TLDP session dynamically |
(config-router)#commit | Commit the candidate configuration to the running configuration |
(config-router)#exit | Exit LDP process |
(config)#router rsvp | Enable RSPVP |
(config-router)#srlg-disjoint forced | Configure SRLG to enable mpls-TE |
(config-router)#commit | Commit the candidate configuration to the running configuration |
(config)#interface xe2 | Enter interface mode. |
(config-if)#ip address 50.1.1.2/24 | Configure the IP address of the interface. |
(config-if)#ip ospf cost 10 | Configure the OSPF cost |
(config-if)#label-switching | Enable label-switching on interface |
(config-if)#enable-ldp ipv4 | Enable LDP process on xe1 interface |
(config-if)#mpls traffic-eng srlg 11 | Enable MPLS-TE |
(config-if)#commit | Commit the candidate configuration to the running configuration |
(config-if)#exit | Exit interface mode. |
(config)#interface xe1 | Enter interface mode. |
(config-if)#ip address 60.1.1.2/24 | Configure the IP address of the interface. |
(config-if)#ip ospf cost 10 | Configure OSPF cost |
(config-if)#label-switching | Enable label-switching on interface |
(config-if)#mpls traffic-eng srlg 11 | Enable MPLS-TE |
(config-if)#enable-ldp ipv4 | Enable LDP process on xe2 interface |
(config-if)#commit | Commit the candidate configuration to the running configuration |
(config-if)#exit | Exit interface mode. |
(config)#interface lo | Enter interface mode. |
(config-if)#ip address 6.6.6.6/32 secondary | Configure the IP address of the interface |
(config-if)#exit | Exit interface mode. |
(config)#router ospf 1 | Create an OSPF instance |
(config-router)# ospf router-id 6.6.6.6 | Configure router id |
(config-router)# bfd all-interfaces | Configure BFD |
(config-router)# timers spf exp 50 50 | Configure the OSPF timers |
(config-router)# timers throttle lsa all 0 1 1 | Configure the OSPF timer LSA throttle |
(config-router)# timers lsa arrival 1 | Configure the OSPF timer LSA arrival |
(config-router)# network 6.6.6.6/32 area 0.0.0.0 | Configure the network command to advertise the prefixes |
(config-router)# network 50.1.1.0/24 area 0.0.0.0 | Configure the network command to advertise the prefixes |
(config-router)# network 60.1.1.0/24 area 0.0.0.0 | Configure the network command to advertise the prefixes |
(config-router)#commit | Commit the candidate configuration to the running configuration |
(config)# bfd interval 3 minrx 3 multiplier 3 Configure bfd interval globally | Configure BFD interval globally |
(config)#commit | Commit the candidate configuration to the running configuration |
(config)#end | Exit configure mode. |