A YANG Data Model for NTP
draft-ietf-ntp-yang-data-model-04
The information below is for an old version of the document |
Document |
Type |
|
Active Internet-Draft (ntp WG)
|
|
Last updated |
|
2018-10-15
|
|
Replaces |
|
draft-wu-ntp-ntp-cfg
|
|
Stream |
|
IETF
|
|
Intended RFC status |
|
(None)
|
|
Formats |
|
plain text
pdf
html
bibtex
|
Stream |
WG state
|
|
WG Document
|
|
Document shepherd |
|
No shepherd assigned
|
IESG |
IESG state |
|
I-D Exists
|
|
Consensus Boilerplate |
|
Unknown
|
|
Telechat date |
|
|
|
Responsible AD |
|
(None)
|
|
Send notices to |
|
(None)
|
NTP Working Group N. Wu
Internet-Draft D. Dhody
Intended status: Standards Track Huawei
Expires: April 18, 2019 A. Sinha
A. Kumar S N
RtBrick Inc.
Y. Zhao
Ericsson
October 15, 2018
A YANG Data Model for NTP
draft-ietf-ntp-yang-data-model-04
Abstract
This document defines a YANG data model for Network Time Protocol
(NTP) implementations. The data model includes configuration data
and state data.
Requirements Language
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and
"OPTIONAL" in this document are to be interpreted as described in BCP
14 [RFC2119] [RFC8174] when, and only when, they appear in all
capitals, as shown here.
Status of This Memo
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF). Note that other groups may also distribute
working documents as Internet-Drafts. The list of current Internet-
Drafts is at https://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."
This Internet-Draft will expire on April 18, 2019.
Wu, et al. Expires April 18, 2019 [Page 1]
Internet-Draft YANG for NTP October 2018
Copyright Notice
Copyright (c) 2018 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(https://trustee.ietf.org/license-info) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 3
1.1. Operational State . . . . . . . . . . . . . . . . . . . . 3
1.2. Terminology . . . . . . . . . . . . . . . . . . . . . . . 3
1.3. Tree Diagrams . . . . . . . . . . . . . . . . . . . . . . 3
1.4. Prefixes in Data Node Names . . . . . . . . . . . . . . . 3
2. NTP data model . . . . . . . . . . . . . . . . . . . . . . . 4
3. Relationship with NTPv4-MIB . . . . . . . . . . . . . . . . . 7
4. Relationship with RFC 7317 . . . . . . . . . . . . . . . . . 9
5. Access Rules . . . . . . . . . . . . . . . . . . . . . . . . 9
6. Key Management . . . . . . . . . . . . . . . . . . . . . . . 9
7. NTP YANG Module . . . . . . . . . . . . . . . . . . . . . . . 10
8. Usage Example . . . . . . . . . . . . . . . . . . . . . . . . 31
8.1. Unicast association . . . . . . . . . . . . . . . . . . . 31
8.2. Refclock master . . . . . . . . . . . . . . . . . . . . . 33
8.3. Authentication configuration . . . . . . . . . . . . . . 34
8.4. Access configuration . . . . . . . . . . . . . . . . . . 36
8.5. Multicast configuration . . . . . . . . . . . . . . . . . 36
8.6. Manycast configuration . . . . . . . . . . . . . . . . . 40
8.7. Clock state . . . . . . . . . . . . . . . . . . . . . . . 43
8.8. Get all association . . . . . . . . . . . . . . . . . . . 43
8.9. Global statistic . . . . . . . . . . . . . . . . . . . . 45
9. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 45
10. Security Considerations . . . . . . . . . . . . . . . . . . . 46
11. Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . 47
12. References . . . . . . . . . . . . . . . . . . . . . . . . . 47
12.1. Normative References . . . . . . . . . . . . . . . . . . 47
12.2. Informative References . . . . . . . . . . . . . . . . . 49
Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 49
Wu, et al. Expires April 18, 2019 [Page 2]
Internet-Draft YANG for NTP October 2018
Show full document text