0% found this document useful (0 votes)
100 views6 pages

Tutorial - VRRP Configuration On Cisco Switch (Step by Step)

This document provides step-by-step instructions for configuring VRRP on Cisco switches to provide redundancy for a VLAN. It describes creating VLAN 100, configuring the VRRP virtual IP and priority on interfaces for switches A and B, enabling trunking between the switches, and verifying connectivity by pinging the virtual IP and switch interfaces.

Uploaded by

Bui Hong My
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
100 views6 pages

Tutorial - VRRP Configuration On Cisco Switch (Step by Step)

This document provides step-by-step instructions for configuring VRRP on Cisco switches to provide redundancy for a VLAN. It describes creating VLAN 100, configuring the VRRP virtual IP and priority on interfaces for switches A and B, enabling trunking between the switches, and verifying connectivity by pinging the virtual IP and switch interfaces.

Uploaded by

Bui Hong My
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Tutorial - VRRP Configuration on Cisco Switch [ Step by Step ] https://techexpert.

tips/cisco-switch/vrrp-configuration-cisco-switch/

1 of 6 3/21/2020, 5:30 PM
Tutorial - VRRP Configuration on Cisco Switch [ Step by Step ] https://techexpert.tips/cisco-switch/vrrp-configuration-cisco-switch/

2 of 6 3/21/2020, 5:30 PM
Tutorial - VRRP Configuration on Cisco Switch [ Step by Step ] https://techexpert.tips/cisco-switch/vrrp-configuration-cisco-switch/

1 Switch>

1 Switch> enable

1 Switch# configure terminal

1 SwitchA(config)# vlan 100


2 SwitchA(config-vlan)# name Desktop Network
3 SwitchA(config-vlan)# exit

3 of 6 3/21/2020, 5:30 PM
Tutorial - VRRP Configuration on Cisco Switch [ Step by Step ] https://techexpert.tips/cisco-switch/vrrp-configuration-cisco-switch/

1 SwitchA(config)# interface vlan 100


2 SwitchA(config-if)# name Desktop Network Interface
3 SwitchA(config-if)# ip address 192.168.100.2
4 SwitchA(config-if)# vrrp 100 ip 192.168.100.1
5 SwitchA(config-if)# vrrp 100 priority 120
6 SwitchA(config-if)# vrrp 100 timers learn
7 SwitchA(config-if)# vrrp 100 preempt
8 SwitchA(config-if)# vrrp 100 authentication MYVRRPPASS
9 SwitchA(config-if)# exit

1 SwitchA(config)# interface gigabitethernet0/40


2 SwitchA(config-if)# switchport mode trunk
3 SwitchA(config-if)# switchport trunk native vlan 1
4 SwitchA(config-if)# switchport trunk allowed vlan add 1,100
5 SwitchA(config-if)# exit
6 SwitchA(config)# exit

1 SwitchA(config)# interface gigabitethernet0/10


2 SwitchA(config-if)# switchport mode access
3 SwitchA(config-if)# switchport access vlan 100
4 SwitchA(config-if)# exit
5 SwitchA(config)# exit

1 Switch# copy running-config startup-config

1 ping 192.168.100.2
2 ping 192.168.100.3
3 ping 192.168.100.1

1 SwitchB(config)# vlan 100


2 SwitchB(config-vlan)# name Desktop Network
3 SwitchB(config-vlan)# exit

4 of 6 3/21/2020, 5:30 PM
Tutorial - VRRP Configuration on Cisco Switch [ Step by Step ] https://techexpert.tips/cisco-switch/vrrp-configuration-cisco-switch/

1 SwitchB(config)# interface vlan 100


2 SwitchB(config-if)# name Desktop Network Interface
3 SwitchB(config-if)# ip address 192.168.100.3
4 SwitchB(config-if)# vrrp 100 ip 192.168.100.1
5 SwitchB(config-if)# vrrp 100 timers learn
6 SwitchB(config-if)# vrrp 100 preempt
7 SwitchB(config-if)# vrrp 100 authentication MYVRRPPASS
8 SwitchB(config-if)# exit

1 SwitchB(config)# interface gigabitethernet0/40


2 SwitchB(config-if)# switchport mode trunk
3 SwitchB(config-if)# switchport trunk native vlan 1
4 SwitchB(config-if)# switchport trunk allowed vlan add 1,100
5 SwitchB(config-if)# exit
6 SwitchB(config)# exit

1 SwitchB(config)# interface gigabitethernet0/10


2 SwitchB(config-if)# switchport mode access
3 SwitchB(config-if)# switchport access vlan 100
4 SwitchB(config-if)# exit
5 SwitchB(config)# exit

1 Switch# copy running-config startup-config

1 ping 192.168.100.2
2 ping 192.168.100.3
3 ping 192.168.100.1

5 of 6 3/21/2020, 5:30 PM
Tutorial - VRRP Configuration on Cisco Switch [ Step by Step ] https://techexpert.tips/cisco-switch/vrrp-configuration-cisco-switch/

6 of 6 3/21/2020, 5:30 PM

You might also like