What is the correct syntax for applying node-specific parameters to each node in a chassis cluster?

What is the correct syntax for applying node-specific parameters to each node in a chassis cluster?

What is the correct syntax for applying node-specific parameters to each node in a chassis cluster?

A.
set apply-groups node$

B.
set apply-groups (node)

C.
set apply-groups $(node)

D.
set apply-groups (node)all



Leave a Reply 1

Your email address will not be published. Required fields are marked *


SmoothNO

SmoothNO

https://kb.juniper.net/InfoCenter/index?page=content&id=KB15504

Configure the device specific configurations such as host names and management IP addresses. This is specific to each device and is the only part of the configuration that is unique to its specific node. This is done by entering the following commands (all on the primary node):

On device A:
{primary:node0}
# set groups node0 system host-name -Device A’s host name
# set groups node0 interfaces fxp0 unit 0 family inet address -Device A’s management IP address on fxp0 interface
# set groups node1 system host-name -Device B’s host name
# set groups node1 interfaces fxp0 unit 0 family inet address <ip address/mask -Device B's management IP address on fxp0 interface

The 'set apply-groups' command is run so that the individual configs for each node, set by the above commands, are applied only to that node. This command is required.