The IP point-to-point and IGP please refer to previous lab! -> http://pursuingmydestiny.blogspot.com/2011/12/lab-3-ip-services-vrrp-ip-sla.html
Let’s create GLBP
R1#
interface FastEthernet0/0
ip address 12.12.12.1 255.255.255.0
glbp 1 ip 12.12.12.12
R2#
interface FastEthernet0/0
ip address 12.12.12.2 255.255.255.0
glbp 1 ip 12.12.12.12
Verify GLBP
R1#show glbp brief
Interface Grp Fwd Pri State Address Active router Standby router
Fa0/0 1 - 100 Active 12.12.12.12 local 12.12.12.2
Fa0/0 1 1 - Active 0007.b400.0101 local -
Fa0/0 1 2 - Listen 0007.b400.0102 12.12.12.2 -
R2#sh glbp brie
Interface Grp Fwd Pri State Address Active router Standby router
Fa0/0 1 - 100 Standby 12.12.12.12 12.12.12.1 local
Fa0/0 1 1 - Listen 0007.b400.0101 12.12.12.1 -
Fa0/0 1 2 - Active 0007.b400.0102 local -
You see that all interface is active.
Let’s do check by trace route from Virtual PC
VPCS 1 >trace 3.3.3.3 --- -> PC1 go to R3 via R1
traceroute to 3.3.3.3, 64 hops max
1 12.12.12.1 28.000 ms 8.000 ms 8.000 ms
2 13.13.13.3 33.000 ms * 30.000 ms
VPCS 2 >trace 3.3.3.3 --- -> PC2 go to R3 via R2
traceroute to 3.3.3.3, 64 hops max
1 12.12.12.2 28.000 ms 6.000 ms 7.000 ms
2 23.23.23.3 28.000 ms * 35.000 ms
No comments:
Post a Comment