Troubleshooting Tip: FortiGate VRRP configuration with Juniper Router
| Description | This article describes the VRRP configuration between FortiGate and Juniper devices. |
| Scope | FortiGate. |
| Solution | VRRP can be configured between third-party network devices for traffic redundancy.
FortiGate Configuration:
config system interface next end
Juniper Configuration:
root@R1# edit interfaces ge-0/0/0 unit 0 family inet address 10.1.1.2/24
VRRP Group:
VRRP IP:
VRRP Priority:
[edit interfaces ge-0/0/0 unit 0 family inet address 10.1.1.2/24]
VRRP allows traffic command:
[edit interfaces ge-0/0/0 unit 0 family inet address 10.1.1.2/24]
Verification: On Juniper:
root@R1> show vrrp
root@R1> show vrrp track detail
On FortiGate:
FortiGate # get router info vrrp
VRRP Debug Commands on FortiGate:
diagnose debug application vrrpd -1 diagnose debug enable Stop the Debug Using the command below: diagnose debug disable diagnose debug reset VRRP uses protocol number 112, and packet sniffer can be run to capture VRRP traffic multicast traffic for further analysis when needed. diagnose sniffer packet any 'proto 112' 6 0 a Related articles: |
