SlideShare ist ein Scribd-Unternehmen logo
1 von 5
Downloaden Sie, um offline zu lesen
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

Weitere ähnliche Inhalte

Was ist angesagt?

OSPF LSA Types Explained
OSPF LSA Types ExplainedOSPF LSA Types Explained
OSPF LSA Types ExplainedDuane Bodle
 
Ericsson 2 g ran optimization complete training
Ericsson 2 g ran optimization complete trainingEricsson 2 g ran optimization complete training
Ericsson 2 g ran optimization complete trainingsekit123
 
Location Aided Routing (LAR)
Location Aided Routing (LAR) Location Aided Routing (LAR)
Location Aided Routing (LAR) Pradeep Kumar TS
 
Tems layer3_messages
Tems  layer3_messagesTems  layer3_messages
Tems layer3_messagesbadgirl3086
 
Lte kpi accessability
Lte kpi accessabilityLte kpi accessability
Lte kpi accessabilityDheeraj Yadav
 
xcal drive test tool
xcal drive test tool xcal drive test tool
xcal drive test tool Subhash Kumar
 
Basic of gsm by pawan
Basic of gsm by pawanBasic of gsm by pawan
Basic of gsm by pawanPawan Kumar
 
Routing Information Protocol
Routing Information ProtocolRouting Information Protocol
Routing Information ProtocolKashif Latif
 
Top 10 3 G Radio Optimisation Actions
Top 10 3 G Radio Optimisation ActionsTop 10 3 G Radio Optimisation Actions
Top 10 3 G Radio Optimisation ActionsAbdul Muin
 
Wcdma kpi-analysis
Wcdma kpi-analysisWcdma kpi-analysis
Wcdma kpi-analysisa8us
 
Ericsson RBS RET Alarms Troubleshooting Guide Flow Chart v2
Ericsson RBS RET Alarms Troubleshooting Guide   Flow Chart v2Ericsson RBS RET Alarms Troubleshooting Guide   Flow Chart v2
Ericsson RBS RET Alarms Troubleshooting Guide Flow Chart v2Mohamed Abd El Razek Bakry
 

Was ist angesagt? (20)

Drive test learning
Drive test learningDrive test learning
Drive test learning
 
OSPF LSA Types Explained
OSPF LSA Types ExplainedOSPF LSA Types Explained
OSPF LSA Types Explained
 
Layer 3 redundancy hsrp
Layer 3 redundancy   hsrpLayer 3 redundancy   hsrp
Layer 3 redundancy hsrp
 
Xcap post processing tool
Xcap post processing toolXcap post processing tool
Xcap post processing tool
 
Ericsson 2 g ran optimization complete training
Ericsson 2 g ran optimization complete trainingEricsson 2 g ran optimization complete training
Ericsson 2 g ran optimization complete training
 
Location Aided Routing (LAR)
Location Aided Routing (LAR) Location Aided Routing (LAR)
Location Aided Routing (LAR)
 
Tems layer3_messages
Tems  layer3_messagesTems  layer3_messages
Tems layer3_messages
 
Lte kpi accessability
Lte kpi accessabilityLte kpi accessability
Lte kpi accessability
 
xcal drive test tool
xcal drive test tool xcal drive test tool
xcal drive test tool
 
Lte resource grid
Lte resource gridLte resource grid
Lte resource grid
 
Ospf
OspfOspf
Ospf
 
Basic of gsm by pawan
Basic of gsm by pawanBasic of gsm by pawan
Basic of gsm by pawan
 
Routing Information Protocol
Routing Information ProtocolRouting Information Protocol
Routing Information Protocol
 
Border Gatway Protocol
Border Gatway ProtocolBorder Gatway Protocol
Border Gatway Protocol
 
Top 10 3 G Radio Optimisation Actions
Top 10 3 G Radio Optimisation ActionsTop 10 3 G Radio Optimisation Actions
Top 10 3 G Radio Optimisation Actions
 
Radio network overview
Radio network overviewRadio network overview
Radio network overview
 
Wcdma kpi-analysis
Wcdma kpi-analysisWcdma kpi-analysis
Wcdma kpi-analysis
 
Ericsson RBS RET Alarms Troubleshooting Guide Flow Chart v2
Ericsson RBS RET Alarms Troubleshooting Guide   Flow Chart v2Ericsson RBS RET Alarms Troubleshooting Guide   Flow Chart v2
Ericsson RBS RET Alarms Troubleshooting Guide Flow Chart v2
 
LTE Basics - II
LTE Basics - IILTE Basics - II
LTE Basics - II
 
Ospf
 Ospf Ospf
Ospf
 

Andere mochten auch

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
 

Andere mochten auch (10)

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
 
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
 

Ähnlich wie 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
 

Ähnlich wie 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
 

Kürzlich hochgeladen

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
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991RKavithamani
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 
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
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 

Kürzlich hochgeladen (20)

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
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
Industrial Policy - 1948, 1956, 1973, 1977, 1980, 1991
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 
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
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 

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