[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Configuration Statements for NTP on C-series Controllers

Use the following configuration statements to configure NTP on a C-series Controller at the [edit] hierarchy level.

system ntp {
    boot-server boot-server;
    broadcast-client; 
    trusted-key [trusted-key...]; 
}

system ntp authentication-key key-number {
    value value;
}

system ntp broadcast address {
    key key; 
    ttl ttl; 
    version version; 
}

system ntp multicast-client {
    address;
}

system ntp peer address {
    key key; 
    version version;
    prefer;
}

system ntp server address {
    key key;
    version version;
    prefer;
}

Related Topics


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]