Hi All,
Just asking how ntpd working in SRX with chassis clustering mode.
As now seeing one node0(chassis) as using LOCAL CLOCK and another node1(chassis) is gettin NTP CLOCK
It is node0 fetching data from node1 ? as time between both node0/1 are the same.
refer attachment
chassis are configured with ntp server in global configuration, and also groups configuration.
{primary:node0}
JUNIPER@node0-SRX5800-new> show configuration groups
node0 {
system {
host-name node0-SRX5800-new;
services {
ssh {
root-login deny;
max-sessions-per-connection 32;
}
}
syslog {
file default-log-messages {
any info;
match "(requested 'commit' operation)|(copying configuration to juniper.save)|(commit complete)|ifAdminStatus|(FRU power)|(FRU removal)|(FRU insertion)|(link UP)|transitioned|Transferred|transfer-file|(license add)|(license delete)|(package -X update)|(package -X delete)|(FRU Online)|(FRU Offline)|(plugged in)|(unplugged)|GRES";
structured-data;
}
}
ntp {
server 172.16.5.7 prefer;
}
}
interfaces {
fxp0 {
unit 0 {
family inet {
address 10.10.10.15/24;
}
}
}
}
}
node1 {
system {
host-name node1-SRX5800-loaner;
services {
ssh {
root-login deny;
max-sessions-per-connection 32;
}
}
syslog {
file default-log-messages {
any info;
match "(requested 'commit' operation)|(copying configuration to juniper.save)|(commit complete)|ifAdminStatus|(FRU power)|(FRU removal)|(FRU insertion)|(link UP)|transitioned|Transferred|transfer-file|(license add)|(license delete)|(package -X update)|(package -X delete)|(FRU Online)|(FRU Offline)|(plugged in)|(unplugged)|GRES";
structured-data;
}
}
ntp {
server 172.16.5.7 prefer;
}
}
interfaces {
fxp0 {
unit 0 {
family inet {
address 10.10.10.16/24;
}
}
}
}
}
INT_RETH {
interfaces {
<reth*> {
traps;
mtu 9192;
}
<xe-*> {
traps;
}
}
}
{primary:node0}
JUNIPER@node0-SRX5800-new>
{primary:node0}
JUNIPER@node0-SRX5800-new> show configuration system ntp
boot-server 172.16.5.7;
server 172.16.5.7 prefer;
source-address 58.27.43.49;
{primary:node0}
JUNIPER@node0-SRX5800-new>