[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

5.2.1 Displaying configuration - the config command

To display the configuration of a masterpair and it's nodes, use the config command. The masterpair name will be displayed, followed by the configuration variables for that masterpair. After that, for each node, the node name and configuration variables specific to that node will be displayed:

 
$ flipper customerdata config
MASTERPAIR: customerdata
        write_ip: 192.168.4.54
        send_arp_command: /sbin/arping -I $sendarp_interface -c 5 -U -A $sendarp_ip
        read_ip: 192.168.4.55
        netmask: 255.255.240.0
NODE: dell_2850
        ip: 192.168.3.234
	interface: eth0
NODE: hp_dl380
        ip: 192.168.2.52
	interface: eth1
$