home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

show config-sync difference

Displays configuration differences between the master system and the standby system.

show config-sync difference [ addr [ detail ] ]
addr
The IP address of the standby system.
detail
Provides detailed information.

Operational mode

Use this command to compare the configuration that is identified in the synchronization map on the standby system with the synchronization map of the master system to find any differences.

The following example shows how to display differences in configuration synchronization.

vyatta@R1> show config-sync difference

192.168.0.200 configuration is in sync

The following example shows how to display detailed differences in configuration synchronization.

vyatta@R1> show config-sync difference 192.168.74.200 detail

Configuration only on master (compared to 192.168.74.200):
  zone-policy zone lan default-action drop
  zone-policy zone lan from public firewall name public_to_lan
  zone-policy zone lan interface dp0p1p1
  zone-policy zone public default-action drop
  zone-policy zone public from lan firewall name lan_to_public
  zone-policy zone public interface dp0p1p4
192.168.74.200 configuration is out of sync