Forgot password?
 Register now

Welcome to use this form to feedback your problems with Ruijie Community

The category of your feedback

Your Feedback

Your Email address (optional):

How to config the VRRP between two Ruijie EG? Reply

GTAC-Wayne

Level 2

How to config the VRRP between two Ruijie EG?
2704 0 2022-2-24 20:28:45
Original
Introduction of VRRP
VRRP (Virtual Router Redundancy Protocol, Virtual Router Redundancy Protocol) is designed in active-standby mode to ensure that when the main routing device fails, the backup routing device can perform function switching without affecting internal and external data communication, and does not need to be modified. Parameters of the internal network.

Applied scenarios
The enterprise has two gateway routers,one active and one standby. Redundant backup is required between the active and standby. Under normal circumstances, the Internet is accessed through the active gateway router. When the active gateway router fails, it can automatically switch to the backup gateway routers, you can enable the vrrp function on the two gateway routers to implement the redundant backup function.

Case of configuration
a) Requirement
1) There are two routers connected tothe egress device in the intranet
2) Two routers are required to do gateway backup, and only one gateway address is required to be set in the intranet
3) It is required that when the uplink interfaces or lines of the two routers are disconnected, the network can be automatically switched to ensure the smooth network.

b) Network Topology

c) Key configure points
1) EG basic network configuration(deployed according to the actual network design)
2) EG internal network portconfiguration VRRP
3) The client gateway address is configured with a virtual gateway

d) Configure steps
Configuration on EG1
Ruijie>enable
Ruijie#configure terminal
Ruijie(config)#interface GigabitEthernet0/0
Ruijie(config-if-GigabitEthernet 0/0)#ipaddress 192.168.1.1 255.255.255.0        //Configure the actual ip of the interface
Ruijie(config-if-GigabitEthernet0/0)#vrrp 1 ip 192.168.1.254       // configure vrrpvirtual address
Ruijie(config-if-GigabitEthernet0/0)#vrrp 1 priority 120        // configure the vrrp priority of the interface, the larger the priority, the default is 100
Ruijie(config-if-GigabitEthernet0/0)#vrrp 1 track GigabitEthernet 0/1 30        // After detecting that the uplink port f1/0 is down, the priority is reduced by 30, and it is switched to the standby gateway
Ruijie(config-if-GigabitEthernet0/0)#end
Ruijie#write
Configuration on EG2
Ruijie>enable
Ruijie#configure terminal
Ruijie(config)#interface GigabitEthernet0/0
Ruijie(config-if-GigabitEthernet 0/0)#ipaddress 192.168.1.2 255.255.255.0   
Ruijie(config-if-GigabitEthernet0/0)#vrrp 1 ip 192.168.1.254   
Ruijie(config-if-GigabitEthernet0/0)#end
Ruijie#write
Verification
Using 'sh vrrp brief' and 'show vrrp 1' command to check the VRRP negotiation status:


There are no replies.
Related Posts
Product Model

Share this topic to

Cancel

This site contains user submitted content, comments and opinions and is for informational purposes only. Ruijie may provide or recommend responses as a possible solution based on the information provided; every potential issue may involve several factors not detailed in the conversations captured in an electronic forum and Ruijie can therefore provide no guarantee as to the efficacy of any proposed solutions on the community forums. Ruijie disclaims any and all liability for the acts, omissions and conduct of any third parties in connection with or related to your use of the site. All postings and use of the content on this site are subject to the Ruijie Community Terms of Use.

More ways to get help: Visit Support Videos, call us via Service Hotline, Facebook or Live Chat.

©2000-2023 Ruijie Networks Co,Ltd