montanahaa.blogg.se

Gns3 bgp examples
Gns3 bgp examples






gns3 bgp examples

R2(config-if)# standby 10 ip 10.0.0.3 //Assigning group for HSPR ‘10’ The physical interface of this router will be different but the Standby IP address will be the same of Router 1. Here, we will only not used a tracking command and give a different HSRP priority value. We will configure Router 2 like Router 1. R1(config-if)# standby 10 track FastEthernet0/0 20 //Tracking the WAN interface for Failover R1(config-if)# standby 10 preempt // Forceful assignment of active role R1(config-if)# standby 10 priority 110 // Assigning priority R1(config-if)# standby 10 ip 10.0.0.3 //Assigning group for HSPR ‘10’ If a failure occurs in this link, then priority value will decrease and this will effect Active router selection. Laslty, for tracking, we will assign a decrement value for a link. After that, we will usee “ preempt” command to open preemption. And the router that has the highest HSRP priority is elected as Active Router. As you know, by default HSRP priority is 100. Then, we will assign a Priority value as 110. Firstly, we will assign HSRP Group Number as 10.

gns3 bgp examples

After that we will start HSRP Configuration. On Router 1, at the beginning, we will configure the interface ip address.








Gns3 bgp examples