0% found this document useful (0 votes)
168 views9 pages

VRRP

This document outlines the configuration of VRRP on two routers, SR_1 and SR_2. It describes configuring an interface on each router for the VRRP group, setting SR_1 as the master and SR_2 as the backup, and verifying the VRRP configuration and statuses on each router.

Uploaded by

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

VRRP

This document outlines the configuration of VRRP on two routers, SR_1 and SR_2. It describes configuring an interface on each router for the VRRP group, setting SR_1 as the master and SR_2 as the backup, and verifying the VRRP configuration and statuses on each router.

Uploaded by

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

Configure VRRP

Configure VRRP
SR_1
A:SR_1# configure port 1/1/1
A:SR_1>config>port# ethernet mode access
*A:SR_1>config>port# no shutdown
*A:SR_1>config>port# exit all
*A:SR_1#

Configure VRRP
SR_1
*A:SR_1# configure service
*A:SR_1>config>service# ies 100 customer 1 create
*A:SR_1>config>service>ies$ interface vrrp-sr-1 create
*A:SR_1>config>service>ies>if$ address 192.168.1.2/24
*A:SR_1>config>service>ies>if$ sap 1/1/1 create
*A:SR_1>config>service>ies>if>sap$ back
*A:SR_1>config>service>ies>if$ ip-mtu 1500
*A:SR_1>config>service>ies>if$ vrrp 100
*A:SR_1>config>service>ies>if$ priority 150
*A:SR_1>config>service>ies>if>vrrp$ backup 192.168.1.1
*A:SR_1>config>service>ies>if>vrrp$ ping-reply
*A:SR_1>config>service>ies>if>vrrp$ message-interval milliseconds 100
*A:SR_1>config>service>ies>if>vrrp$ exit
*A:SR_1>config>service>ies>if#
*A:SR_1>config>service>ies>if# back
*A:SR_1>config>service>ies# no shutdown
*A:SR_1>config>service>ies#

Configure VRRP
SR_1
*A:SR_1# configure service ies 100
*A:SR_1>config>service>ies# info

*A:SR_1# show router interface

Configure VRRP
SR_2
A:SR_2# configure port 1/1/1
A:SR_2>config>port# ethernet mode access
*A:SR_2>config>port# no shutdown
*A:SR_2>config>port# exit all
*A:SR_2#

Configure VRRP
SR_2
*A:SR_2# configure service
*A:SR_2>config>service# ies 100 customer 1 create
*A:SR_2>config>service>ies$ interface vrrp-sr-2 create
*A:SR_2>config>service>ies>if$ address 192.168.1.3/24
*A:SR_2>config>service>ies>if$ sap 1/1/1 create
*A:SR_1>config>service>ies>if>sap$ back
*A:SR_2>config>service>ies>if$ ip-mtu 1500
*A:SR_2>config>service>ies>if$ vrrp 100
*A:SR_2>config>service>ies>if>vrrp$ backup 192.168.1.1
*A:SR_2>config>service>ies>if>vrrp$ ping-reply
*A:SR_2>config>service>ies>if>vrrp$ message-interval milliseconds 100
*A:SR_2>config>service>ies>if>vrrp$ exit
*A:SR_2>config>service>ies>if#
*A:SR_2>config>service>ies>if# back
*A:SR_2>config>service>ies# no shutdown
*A:SR_2>config>service>ies#

Configure VRRP
SR_2
*A:SR_2# configure service ies 100
*A:SR_2>config>service>ies# info

*A:SR_2# show router interface

Configure VRRP
SR_1
*A:SR_1# show router vrrp instance

SR_1 now is master

Configure VRRP
SR_2
*A:SR_2# show router vrrp instance

SR_2 now is backup

You might also like