SlideShare a Scribd company logo
1 of 5
Download to read offline
Anuj Kumar
                                               ciscobulls@gmail.com

                CCNP SWITCH
         PORTABLE STUDY GUIDE
                           &
             PRACTICE WORK BOOK


ANUJ KUMAR




                email:- ciscobulls@gmail.com
                   anuj_dev007@yahoo.com
                     networkbulls.com
Anuj Kumar
                                                                                                ciscobulls@gmail.com



                                                       VRRP
                                       Virtual Router Redundancy Protocol

Feature: -

       Like HSRP, VRRP is a default gateway redundancy method.
       RFC 2338
       Similar in functionality to HSRP
       The virtual router, representing a group of routers, is known as a VRRP group.
       Cisco switches and routers support VRRP on Ethernet, Fast Ethernet, and Gigabit Ethernet interfaces, and on
        MPLS VPNs and VLANs.
       The virtual router can use a physical IP address or a virtual IP address.
       VRRP group no range 0 to 255.
       VRRP router priority range from 1 to 254 (100 is the default priority of VRRP router)
       VRRP provides on redundant gateway address from a group of routers. The Active router is called Master router,
        even all other router are in backup state. The master router has highest priority in the VRRP group.
       VRRP sends its advertisements to the multicast address 224.0.0.18.
       It using IP protocol 445.
       The advertisement interval timer (default 1 second, hold 3 second)
       Preempt is by default is enable, you can manually disable it.
         It uses two types authentication for advertisement.

                                                Configuration of VRRP
Anuj Kumar
                                                                               ciscobulls@gmail.com

R1(config)# int s0/0
R1(config-if)#ip address 10.1.1.2 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#int s0/1
R1(config-if)#ip address 11.1.1.2 255.255.255.0
R1(config-if)#no shutdown
R1(config-router)#network 10.1.1.0 0.0.0.255
R1(config-router)#network 11.1.1.0 0.0.0.255
R1(config-router)#no auto-summary
R1(config-router)#network 192.168.102.0
R1(config-router)#exit
R1(config-if)#int f0/0
R1(config-if)#ip address 192.168.102.1 255.255.255.0
R1(config-if)#no sh

R2(config)# int s0/0
R2(config-if)#ip address 10.1.1.1 255.255.255.0
R2(config-if)#no shutdown
R2(config-if)#int f0/0
R2(config-if)#ip address 192.168.101.2 255.255.255.0
R2(config-if)#no shutdown
R2(config-if)#router ei 100
R2(config-router)#network 192.168.101.0
R2(config-router)#network 10.1.1.0 255.255.255.0
R2(config-router)#no network 10.1.1.0 255.255.255.0
R2(config-router)#network 10.1.1.0 0.0.0.255
R2(config-router)#no auto-summary
R2(config)#int f0/0
R2(config-if)#vrrp 1 ip 192.168.101.1
*Mar 1 00:45:34.391: %VRRP-6-STATECHANGE: Fa0/0 Grp 1 state Init -> Backup
*Mar 1 00:45:38.003: %VRRP-6-STATECHANGE: Fa0/0 Grp 1 state Backup -> Master
*Mar 1 00:45:34.391: %VRRP-6-STATECHANGE: Fa0/0 Grp 1 state Init -> Backup
As we change priority manually
R2(config-if)#vrrp 1 priority 101
*Mar 1 00:51:36.235: %VRRP-6-STATECHANGE: Fa0/0 Grp 1 state Backup -> Master
Tracking
R2(config)#track 1 interface serial 0/0 line-protocol
R2(config)#int f0/0
R2(config-if)#vrrp 1 track 1

R3(config)# int f0/0
R3(config-if)#ip address 192.168.101.3 255.255.255.0
R3(config-if)#no shutdown
R3(config-if)#int s0/0
R3(config-if)#ip address 11.1.1.1 255.255.255.0
Anuj Kumar
                                                                                              ciscobulls@gmail.com

R3(config-if)#no shutdown
R3(config-if)#router ei 100
R3(config-router)#network 192.168.101.0
R3(config-router)#network 11.1.1.0 0.0.0.255
R3(config-router)#no auto-summary
R3(config)#int f0/0
R3(config-if)#vrrp 1 ip 192.168.101.1
*Mar 1 00:47:13.987: %VRRP-6-STATECHANGE: Fa0/0 Grp 1 state Init -> Backup
*Mar 1 00:47:17.599: %VRRP-6-STATECHANGE: Fa0/0 Grp 1 state Backup -> Master
Note: - first we implement VRRP, In VRRP which has highest router id it will become Master.
*Mar 1 00:51:35.711: %VRRP-6-STATECHANGE: Fa0/0 Grp 1 state Master -> Backup
Tacking
R3(config)#track 1 interface serial 0/0 line-protocol
R3(config)#interface f0/0
R3(config-if)#vrrp 1 track 1




Verifying Command: -
R2#sh vrrp
FastEthernet0/0 - Group 1
 State is Master
 Virtual IP address is 192.168.101.1
 Virtual MAC address is 0000.5e00.0101
 Advertisement interval is 1.000 sec
 Preemption enabled
 Priority is 101
  Track object 1 state Up decrement 10
 Master Router is 192.168.101.2 (local), priority is 101
 Master Advertisement interval is 1.000 sec
 Master Down interval is 3.605 sec

R3# sh vrrp
FastEthernet0/0 - Group 1
 State is Backup
 Virtual IP address is 192.168.101.1
 Virtual MAC address is 0000.5e00.0101
 Advertisement interval is 1.000 sec
 Preemption enabled
 Priority is 100
  Track object 1 state Up decrement 10
 Master Router is 192.168.101.2, priority is 101
 Master Advertisement interval is 1.000 sec
Anuj Kumar
                                                                   ciscobulls@gmail.com

Master Down interval is 3.609 sec (expires in 2.761 sec)

R2#sh vrrp brief
Interface     Grp Pri Time Own Pre State Master addr Group addr
Fa0/0        1 101 3605     Y Master 192.168.101.2 192.168.101.1

R3#sh vrrp brief
Interface     Grp Pri Time Own Pre State Master addr Group addr
Fa0/0        1 100 3609     Y Backup 192.168.101.2 192.168.101.1

More Related Content

What's hot

HSRP (hot standby router protocol)
HSRP (hot standby router protocol)HSRP (hot standby router protocol)
HSRP (hot standby router protocol)Netwax Lab
 
GLBP (gateway load balancing protocol)
GLBP (gateway load balancing protocol)GLBP (gateway load balancing protocol)
GLBP (gateway load balancing protocol)Netwax Lab
 
ospf routing protocol
ospf routing protocolospf routing protocol
ospf routing protocolAmeer Agel
 
Cisco Live! :: Introduction to IOS XR for Enterprises and Service Providers
Cisco Live! :: Introduction to IOS XR for Enterprises and Service ProvidersCisco Live! :: Introduction to IOS XR for Enterprises and Service Providers
Cisco Live! :: Introduction to IOS XR for Enterprises and Service ProvidersBruno Teixeira
 
OSPF- Multi area
OSPF- Multi area OSPF- Multi area
OSPF- Multi area Ahmed Ali
 
Open Shortest Path First
Open Shortest Path FirstOpen Shortest Path First
Open Shortest Path FirstKashif Latif
 
Troubleshooting BGP
Troubleshooting BGPTroubleshooting BGP
Troubleshooting BGPDuane Bodle
 
CCNA SUMMER TRAINNING PPT
CCNA SUMMER TRAINNING PPTCCNA SUMMER TRAINNING PPT
CCNA SUMMER TRAINNING PPTNishant Goel
 
Ccna ppt1
Ccna ppt1Ccna ppt1
Ccna ppt1AIRTEL
 
OSPF Summary LSA (Type 3 LSA)
OSPF Summary LSA (Type 3 LSA)OSPF Summary LSA (Type 3 LSA)
OSPF Summary LSA (Type 3 LSA)NetProtocol Xpert
 
MPLS Concepts and Fundamentals
MPLS Concepts and FundamentalsMPLS Concepts and Fundamentals
MPLS Concepts and FundamentalsShawn Zandi
 
Clash of Titans in SDN: OpenDaylight vs ONOS - Elisa Rojas
Clash of Titans in SDN: OpenDaylight vs ONOS - Elisa RojasClash of Titans in SDN: OpenDaylight vs ONOS - Elisa Rojas
Clash of Titans in SDN: OpenDaylight vs ONOS - Elisa RojasOpenNebula Project
 

What's hot (20)

Ospf
OspfOspf
Ospf
 
HSRP (hot standby router protocol)
HSRP (hot standby router protocol)HSRP (hot standby router protocol)
HSRP (hot standby router protocol)
 
GLBP (gateway load balancing protocol)
GLBP (gateway load balancing protocol)GLBP (gateway load balancing protocol)
GLBP (gateway load balancing protocol)
 
ospf routing protocol
ospf routing protocolospf routing protocol
ospf routing protocol
 
Cisco Live! :: Introduction to IOS XR for Enterprises and Service Providers
Cisco Live! :: Introduction to IOS XR for Enterprises and Service ProvidersCisco Live! :: Introduction to IOS XR for Enterprises and Service Providers
Cisco Live! :: Introduction to IOS XR for Enterprises and Service Providers
 
Mpls Services
Mpls ServicesMpls Services
Mpls Services
 
OSPF- Multi area
OSPF- Multi area OSPF- Multi area
OSPF- Multi area
 
Open Shortest Path First
Open Shortest Path FirstOpen Shortest Path First
Open Shortest Path First
 
Ccna
CcnaCcna
Ccna
 
Troubleshooting BGP
Troubleshooting BGPTroubleshooting BGP
Troubleshooting BGP
 
Border Gatway Protocol
Border Gatway ProtocolBorder Gatway Protocol
Border Gatway Protocol
 
BGP
BGP BGP
BGP
 
CCNA SUMMER TRAINNING PPT
CCNA SUMMER TRAINNING PPTCCNA SUMMER TRAINNING PPT
CCNA SUMMER TRAINNING PPT
 
Ccna ppt1
Ccna ppt1Ccna ppt1
Ccna ppt1
 
Deploying IPv6 on OpenStack
Deploying IPv6 on OpenStackDeploying IPv6 on OpenStack
Deploying IPv6 on OpenStack
 
OSPF Summary LSA (Type 3 LSA)
OSPF Summary LSA (Type 3 LSA)OSPF Summary LSA (Type 3 LSA)
OSPF Summary LSA (Type 3 LSA)
 
MPLS Concepts and Fundamentals
MPLS Concepts and FundamentalsMPLS Concepts and Fundamentals
MPLS Concepts and Fundamentals
 
Clash of Titans in SDN: OpenDaylight vs ONOS - Elisa Rojas
Clash of Titans in SDN: OpenDaylight vs ONOS - Elisa RojasClash of Titans in SDN: OpenDaylight vs ONOS - Elisa Rojas
Clash of Titans in SDN: OpenDaylight vs ONOS - Elisa Rojas
 
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
 
EVPN for Cloud Builders
EVPN for Cloud BuildersEVPN for Cloud Builders
EVPN for Cloud Builders
 

Viewers also liked

Link Aggregation Control Protocol
Link Aggregation Control ProtocolLink Aggregation Control Protocol
Link Aggregation Control ProtocolKashif Latif
 
1/10/40GbE Switch Design Pattern for VRRP Clustering with Multicast
1/10/40GbE Switch Design Pattern for VRRP Clustering with Multicast1/10/40GbE Switch Design Pattern for VRRP Clustering with Multicast
1/10/40GbE Switch Design Pattern for VRRP Clustering with MulticastNaoto MATSUMOTO
 
Cisco CCNA-CCNP IP SLA Configuration
Cisco CCNA-CCNP IP SLA ConfigurationCisco CCNA-CCNP IP SLA Configuration
Cisco CCNA-CCNP IP SLA ConfigurationHamed Moghaddam
 
Multilayer Campus Architectures and Design Principles
Multilayer Campus Architectures and Design PrinciplesMultilayer Campus Architectures and Design Principles
Multilayer Campus Architectures and Design PrinciplesCisco Canada
 
Cisco CCNA Port Security
Cisco CCNA Port SecurityCisco CCNA Port Security
Cisco CCNA Port SecurityHamed Moghaddam
 
Virtualización en la Red del Data Center - Extreme Networks
Virtualización en la Red del Data Center - Extreme NetworksVirtualización en la Red del Data Center - Extreme Networks
Virtualización en la Red del Data Center - Extreme NetworksAEC Networks
 

Viewers also liked (11)

Link Aggregation Control Protocol
Link Aggregation Control ProtocolLink Aggregation Control Protocol
Link Aggregation Control Protocol
 
1/10/40GbE Switch Design Pattern for VRRP Clustering with Multicast
1/10/40GbE Switch Design Pattern for VRRP Clustering with Multicast1/10/40GbE Switch Design Pattern for VRRP Clustering with Multicast
1/10/40GbE Switch Design Pattern for VRRP Clustering with Multicast
 
Vrrp Alp
Vrrp AlpVrrp Alp
Vrrp Alp
 
Layer 3 redundancy hsrp
Layer 3 redundancy   hsrpLayer 3 redundancy   hsrp
Layer 3 redundancy hsrp
 
Cisco CCNA-CCNP IP SLA Configuration
Cisco CCNA-CCNP IP SLA ConfigurationCisco CCNA-CCNP IP SLA Configuration
Cisco CCNA-CCNP IP SLA Configuration
 
CISCO HSRP VRRP GLBP
CISCO HSRP VRRP GLBPCISCO HSRP VRRP GLBP
CISCO HSRP VRRP GLBP
 
CCNA Routing & Switching. Novedades en Tecnologías LAN
CCNA Routing & Switching. Novedades en Tecnologías LANCCNA Routing & Switching. Novedades en Tecnologías LAN
CCNA Routing & Switching. Novedades en Tecnologías LAN
 
Multilayer Campus Architectures and Design Principles
Multilayer Campus Architectures and Design PrinciplesMultilayer Campus Architectures and Design Principles
Multilayer Campus Architectures and Design Principles
 
Cisco CCNA Port Security
Cisco CCNA Port SecurityCisco CCNA Port Security
Cisco CCNA Port Security
 
Virtualización en la Red del Data Center - Extreme Networks
Virtualización en la Red del Data Center - Extreme NetworksVirtualización en la Red del Data Center - Extreme Networks
Virtualización en la Red del Data Center - Extreme Networks
 
Vlan
Vlan Vlan
Vlan
 

Similar to Vrrp

Ccn pv7 route_lab2-1_eigrp-load-balancing_student
Ccn pv7 route_lab2-1_eigrp-load-balancing_studentCcn pv7 route_lab2-1_eigrp-load-balancing_student
Ccn pv7 route_lab2-1_eigrp-load-balancing_studentAngel Clavel
 
Dynamic Routing IGRP
Dynamic Routing IGRPDynamic Routing IGRP
Dynamic Routing IGRPKishore Kumar
 
OSPF (open shortest path first) part iii
OSPF (open shortest path first) part  iiiOSPF (open shortest path first) part  iii
OSPF (open shortest path first) part iiiNetwax Lab
 
In depth understanding network security
In depth understanding network securityIn depth understanding network security
In depth understanding network securityThanawan Tuamyim
 
Basic cisco commands_by_marcus_nielson_2
Basic cisco commands_by_marcus_nielson_2Basic cisco commands_by_marcus_nielson_2
Basic cisco commands_by_marcus_nielson_2MAFANTIRI SELLO
 
cisco ccna cheat_sheet
cisco ccna cheat_sheetcisco ccna cheat_sheet
cisco ccna cheat_sheetGuntaka Reddy
 
Ncat ccna cheat sheet
Ncat ccna cheat sheetNcat ccna cheat sheet
Ncat ccna cheat sheetEZREIG OMAR
 
Service Provider Networks and Frame Relay
Service Provider Networks and Frame RelayService Provider Networks and Frame Relay
Service Provider Networks and Frame RelayTharindu Sankalpa
 
RIP (routing information protocol)
RIP (routing information protocol)RIP (routing information protocol)
RIP (routing information protocol)Netwax Lab
 
Aula04 - configuração da topologia ppp - resolvido
Aula04 -  configuração da topologia ppp - resolvidoAula04 -  configuração da topologia ppp - resolvido
Aula04 - configuração da topologia ppp - resolvidoCarlos Veiga
 
Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0Saurav Pandey
 

Similar to Vrrp (20)

Hsrp
HsrpHsrp
Hsrp
 
Hsrp
HsrpHsrp
Hsrp
 
Ccn pv7 route_lab2-1_eigrp-load-balancing_student
Ccn pv7 route_lab2-1_eigrp-load-balancing_studentCcn pv7 route_lab2-1_eigrp-load-balancing_student
Ccn pv7 route_lab2-1_eigrp-load-balancing_student
 
Dynamic Routing IGRP
Dynamic Routing IGRPDynamic Routing IGRP
Dynamic Routing IGRP
 
OSPF (open shortest path first) part iii
OSPF (open shortest path first) part  iiiOSPF (open shortest path first) part  iii
OSPF (open shortest path first) part iii
 
EIGRP Route Summarization
EIGRP Route SummarizationEIGRP Route Summarization
EIGRP Route Summarization
 
In depth understanding network security
In depth understanding network securityIn depth understanding network security
In depth understanding network security
 
Ciso commands
Ciso commandsCiso commands
Ciso commands
 
Ciso commands
Ciso commandsCiso commands
Ciso commands
 
Basic cisco commands_by_marcus_nielson_2
Basic cisco commands_by_marcus_nielson_2Basic cisco commands_by_marcus_nielson_2
Basic cisco commands_by_marcus_nielson_2
 
ccna cheat_sheet
ccna cheat_sheetccna cheat_sheet
ccna cheat_sheet
 
cisco ccna cheat_sheet
cisco ccna cheat_sheetcisco ccna cheat_sheet
cisco ccna cheat_sheet
 
Ncat ccna cheat sheet
Ncat ccna cheat sheetNcat ccna cheat sheet
Ncat ccna cheat sheet
 
Cisco Commands
Cisco CommandsCisco Commands
Cisco Commands
 
Service Provider Networks and Frame Relay
Service Provider Networks and Frame RelayService Provider Networks and Frame Relay
Service Provider Networks and Frame Relay
 
RIP (routing information protocol)
RIP (routing information protocol)RIP (routing information protocol)
RIP (routing information protocol)
 
Ccna command
Ccna commandCcna command
Ccna command
 
Aula04 - configuração da topologia ppp - resolvido
Aula04 -  configuração da topologia ppp - resolvidoAula04 -  configuração da topologia ppp - resolvido
Aula04 - configuração da topologia ppp - resolvido
 
Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0Network Design on cisco packet tracer 6.0
Network Design on cisco packet tracer 6.0
 
Samplab19
Samplab19Samplab19
Samplab19
 

Recently uploaded

Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 

Recently uploaded (20)

Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 

Vrrp

  • 1. Anuj Kumar ciscobulls@gmail.com CCNP SWITCH PORTABLE STUDY GUIDE & PRACTICE WORK BOOK ANUJ KUMAR email:- ciscobulls@gmail.com anuj_dev007@yahoo.com networkbulls.com
  • 2. Anuj Kumar ciscobulls@gmail.com VRRP Virtual Router Redundancy Protocol Feature: -  Like HSRP, VRRP is a default gateway redundancy method.  RFC 2338  Similar in functionality to HSRP  The virtual router, representing a group of routers, is known as a VRRP group.  Cisco switches and routers support VRRP on Ethernet, Fast Ethernet, and Gigabit Ethernet interfaces, and on MPLS VPNs and VLANs.  The virtual router can use a physical IP address or a virtual IP address.  VRRP group no range 0 to 255.  VRRP router priority range from 1 to 254 (100 is the default priority of VRRP router)  VRRP provides on redundant gateway address from a group of routers. The Active router is called Master router, even all other router are in backup state. The master router has highest priority in the VRRP group.  VRRP sends its advertisements to the multicast address 224.0.0.18.  It using IP protocol 445.  The advertisement interval timer (default 1 second, hold 3 second)  Preempt is by default is enable, you can manually disable it.  It uses two types authentication for advertisement. Configuration of VRRP
  • 3. Anuj Kumar ciscobulls@gmail.com R1(config)# int s0/0 R1(config-if)#ip address 10.1.1.2 255.255.255.0 R1(config-if)#no shutdown R1(config-if)#int s0/1 R1(config-if)#ip address 11.1.1.2 255.255.255.0 R1(config-if)#no shutdown R1(config-router)#network 10.1.1.0 0.0.0.255 R1(config-router)#network 11.1.1.0 0.0.0.255 R1(config-router)#no auto-summary R1(config-router)#network 192.168.102.0 R1(config-router)#exit R1(config-if)#int f0/0 R1(config-if)#ip address 192.168.102.1 255.255.255.0 R1(config-if)#no sh R2(config)# int s0/0 R2(config-if)#ip address 10.1.1.1 255.255.255.0 R2(config-if)#no shutdown R2(config-if)#int f0/0 R2(config-if)#ip address 192.168.101.2 255.255.255.0 R2(config-if)#no shutdown R2(config-if)#router ei 100 R2(config-router)#network 192.168.101.0 R2(config-router)#network 10.1.1.0 255.255.255.0 R2(config-router)#no network 10.1.1.0 255.255.255.0 R2(config-router)#network 10.1.1.0 0.0.0.255 R2(config-router)#no auto-summary R2(config)#int f0/0 R2(config-if)#vrrp 1 ip 192.168.101.1 *Mar 1 00:45:34.391: %VRRP-6-STATECHANGE: Fa0/0 Grp 1 state Init -> Backup *Mar 1 00:45:38.003: %VRRP-6-STATECHANGE: Fa0/0 Grp 1 state Backup -> Master *Mar 1 00:45:34.391: %VRRP-6-STATECHANGE: Fa0/0 Grp 1 state Init -> Backup As we change priority manually R2(config-if)#vrrp 1 priority 101 *Mar 1 00:51:36.235: %VRRP-6-STATECHANGE: Fa0/0 Grp 1 state Backup -> Master Tracking R2(config)#track 1 interface serial 0/0 line-protocol R2(config)#int f0/0 R2(config-if)#vrrp 1 track 1 R3(config)# int f0/0 R3(config-if)#ip address 192.168.101.3 255.255.255.0 R3(config-if)#no shutdown R3(config-if)#int s0/0 R3(config-if)#ip address 11.1.1.1 255.255.255.0
  • 4. Anuj Kumar ciscobulls@gmail.com R3(config-if)#no shutdown R3(config-if)#router ei 100 R3(config-router)#network 192.168.101.0 R3(config-router)#network 11.1.1.0 0.0.0.255 R3(config-router)#no auto-summary R3(config)#int f0/0 R3(config-if)#vrrp 1 ip 192.168.101.1 *Mar 1 00:47:13.987: %VRRP-6-STATECHANGE: Fa0/0 Grp 1 state Init -> Backup *Mar 1 00:47:17.599: %VRRP-6-STATECHANGE: Fa0/0 Grp 1 state Backup -> Master Note: - first we implement VRRP, In VRRP which has highest router id it will become Master. *Mar 1 00:51:35.711: %VRRP-6-STATECHANGE: Fa0/0 Grp 1 state Master -> Backup Tacking R3(config)#track 1 interface serial 0/0 line-protocol R3(config)#interface f0/0 R3(config-if)#vrrp 1 track 1 Verifying Command: - R2#sh vrrp FastEthernet0/0 - Group 1 State is Master Virtual IP address is 192.168.101.1 Virtual MAC address is 0000.5e00.0101 Advertisement interval is 1.000 sec Preemption enabled Priority is 101 Track object 1 state Up decrement 10 Master Router is 192.168.101.2 (local), priority is 101 Master Advertisement interval is 1.000 sec Master Down interval is 3.605 sec R3# sh vrrp FastEthernet0/0 - Group 1 State is Backup Virtual IP address is 192.168.101.1 Virtual MAC address is 0000.5e00.0101 Advertisement interval is 1.000 sec Preemption enabled Priority is 100 Track object 1 state Up decrement 10 Master Router is 192.168.101.2, priority is 101 Master Advertisement interval is 1.000 sec
  • 5. Anuj Kumar ciscobulls@gmail.com Master Down interval is 3.609 sec (expires in 2.761 sec) R2#sh vrrp brief Interface Grp Pri Time Own Pre State Master addr Group addr Fa0/0 1 101 3605 Y Master 192.168.101.2 192.168.101.1 R3#sh vrrp brief Interface Grp Pri Time Own Pre State Master addr Group addr Fa0/0 1 100 3609 Y Backup 192.168.101.2 192.168.101.1