R1#configure terminal | Enter the Configure mode. |
R1(config)#interface eth1 | Enter interface Mode. |
R1(config-if)#ip address 10.1.1.1/24 | Assign IP address for interface |
R1(config-if)#bfd session 10.1.1.1 10.1.1.2 | Configure BFD session on interface. |
R1(config-if)#exit | Exit from interface mode. |
R1(config)#bfd echo | Enable BFD echo mode. |
R1(config)#commit | Commit the candidate configuration to the running configuration. |
R1(config)#exit | Exit from interface mode. |
R2#configure terminal | Enter the Configure mode. |
R2(config)#interface eth1 | Enter interface Mode. |
R2(config-if)#ip address 10.1.1.2/24 | Assign IP address for interface |
R2(config-if)#bfd session 10.1.1.2 10.1.1.1 | Configure BFD session on interface. |
R2(config-if)#exit | Exit from interface mode. |
R2(config)#bfd echo | Enable BFD echo mode. |
R2(config)#commit | Commit the candidate configuration to the running configuration. |
R2(config)#exit | Exit from interface mode. |
R1#configure terminal | Enter the Configure mode. |
R1(config)#interface eth1 | Enter interface Mode. |
R1(config-if)#ip address 10.1.1.1/24 | Assign IP address for interface |
R1(config-if)#bfd session 10.1.1.1 10.1.1.2 | Configure BFD session on interface. |
R1(config-if)#exit | Exit from interface mode. |
R1(config)#bfd slow-timer 1000 | Configure BFD slow-timer in milliseconds. |
R2(config)#commit | Commit the candidate configuration to the running configuration. |
R2(config)#exit | Exit from interface mode. |
R2#configure terminal | Enter the Configure mode. |
R2(config)#interface eth1 | Enter interface Mode. |
R2(config-if)#ip address 10.1.1.2/24 | Assign IP address for interface |
R2(config-if)#bfd session 10.1.1.2 10.1.1.1 | Configure BFD session on interface. |
R2(config-if)#exit | Exit from interface mode. |
R2(config)#bfd slow-timer 1000 | Configure BFD slow-timer in milliseconds. |
R1#configure terminal | Enter the Configure mode. |
R1(config)#interface eth1 | Enter interface Mode. |
R1(config-if)#ip address 10.1.1.1/24 | Assign IP address for interface |
R1(config-if)#exit | Exit from interface mode. |
R1(config)#router ospf 1 | Enter router OSPF mode |
R1(config-router)#network 10.1.1.0/24 area 0 | Advertise the network to area 0 |
R1(config-router)#redistribute connected | |
R1(config-router)#exit | Exit router OSPF mode |
R1(config)#bfd multihop-peer 20.1.1.3 interval 100 minrx 100 multiplier 3 | Configure BFD multihop-peer timer and reception intervals in milliseconds and the Hello multiplier. |
R1(config)#commit | Commit the candidate configuration to the running configuration. |
R1(config)#exit | Exit router OSPF mode |
R2#configure terminal | Enter the Configure mode. |
R2(config)#interface eth1 | Enter interface Mode. |
R2(config-if)#ip address 10.1.1.2/24 | Assign IP address for interface |
R2(config-if)#exit | Exit from interface mode. |
R2(config)#interface eth2 | Enter interface Mode. |
R2(config-if)#ip address 20.1.1.2/24 | Assign IP address for interface |
R2(config-if)#exit | Exit from interface mode. |
R2(config)#router ospf 1 | Enter router OSPF mode |
R2(config-router)#network 10.1.1.0/24 area 0 | Advertise the network to area 0 |
R2(config-router)#network 20.1.1.0/24 area 0 | Advertise the network to area 0 |
R2(config-router)#redistribute connected | |
R2(config-router)#commit | Commit the candidate configuration to the running configuration. |
R2(config-router)#exit | Exit router OSPF mode |
R1#configure terminal | Enter the Configure mode. |
R1(config)#interface eth2 | Enter interface Mode. |
R1(config-if)#ip address 20.1.1.3/24 | Assign IP address for interface |
R1(config-if)#exit | Exit from interface mode. |
R1(config)#router ospf 1 | Enter router OSPF mode |
R1(config-router)#network 20.1.1.0/24 area 0 | Advertise the network to area 0 |
R1(config-router)#redistribute connected | |
R1(config-router)#exit | Exit router OSPF mode |
R1(config)#bfd multihop-peer 10.1.1.1 interval 100 minrx 100 multiplier 3 | Configure BFD multihop-peer timer and reception intervals in milliseconds and the Hello multiplier.v |
R1(config)#commit | Commit the candidate configuration to the running configuration. |
R1(config)#exit | Exit router OSPF mode |