rfc9128v10.txt | rfc9128.txt | |||
---|---|---|---|---|
skipping to change at line 14 ¶ | skipping to change at line 14 ¶ | |||
Category: Standards Track P. McAllister | Category: Standards Track P. McAllister | |||
ISSN: 2070-1721 Metaswitch Networks | ISSN: 2070-1721 Metaswitch Networks | |||
A. Peter | A. Peter | |||
Individual | Individual | |||
M. Sivakumar | M. Sivakumar | |||
Juniper Networks | Juniper Networks | |||
Y. Liu | Y. Liu | |||
China Mobile | China Mobile | |||
F. Hu | F. Hu | |||
Individual Contributor | Individual Contributor | |||
September 2022 | October 2022 | |||
YANG Data Model for Protocol Independent Multicast (PIM) | YANG Data Model for Protocol Independent Multicast (PIM) | |||
Abstract | Abstract | |||
This document defines a YANG data model that can be used to configure | This document defines a YANG data model that can be used to configure | |||
and manage devices supporting Protocol Independent Multicast (PIM). | and manage devices supporting Protocol Independent Multicast (PIM). | |||
The model covers the PIM protocol configuration, operational state, | The model covers the PIM protocol configuration, operational state, | |||
and event notifications data. | and event notifications data. | |||
skipping to change at line 1658 ¶ | skipping to change at line 1658 ¶ | |||
* Features | * Features | |||
*/ | */ | |||
feature bfd { | feature bfd { | |||
description | description | |||
"Supports BFD (Bidirectional Forwarding Detection)."; | "Supports BFD (Bidirectional Forwarding Detection)."; | |||
reference | reference | |||
"RFC 5880: Bidirectional Forwarding Detection (BFD)"; | "RFC 5880: Bidirectional Forwarding Detection (BFD)"; | |||
} | } | |||
feature bfd-client-cfg { | ||||
description | ||||
"Support for BFD configuration of client parameters."; | ||||
reference | ||||
"RFC 9314: YANG Data Model for Bidirectional Forwarding | ||||
Detection (BFD)"; | ||||
} | ||||
feature global-graceful-restart { | feature global-graceful-restart { | |||
description | description | |||
"Global configuration for graceful restart support as per | "Global configuration for graceful restart support as per | |||
RFC 8706."; | RFC 8706."; | |||
reference | reference | |||
"RFC 8706: Restart Signaling for IS-IS"; | "RFC 8706: Restart Signaling for IS-IS"; | |||
} | } | |||
feature intf-dr-priority { | feature intf-dr-priority { | |||
description | description | |||
skipping to change at line 2362 ¶ | skipping to change at line 2354 ¶ | |||
description | description | |||
"Reference to an entry in the global interface list."; | "Reference to an entry in the global interface list."; | |||
} | } | |||
list address-family { | list address-family { | |||
key "address-family"; | key "address-family"; | |||
description | description | |||
"Each list entry for one address family."; | "Each list entry for one address family."; | |||
uses rt:address-family; | uses rt:address-family; | |||
container bfd { | container bfd { | |||
if-feature "bfd"; | if-feature "bfd"; | |||
leaf enabled { | ||||
type boolean; | ||||
default "false"; | ||||
description | ||||
"Indicates whether BFD is enabled."; | ||||
} | ||||
container bfd-client-parms { | ||||
if-feature "bfd-client-cfg"; | ||||
uses bfd-types:base-cfg-parms; | ||||
description | ||||
"BFD client configuration."; | ||||
reference | ||||
"RFC 9314: YANG Data Model for Bidirectional | ||||
Forwarding Detection (BFD)"; | ||||
} | ||||
description | description | |||
"BFD interface configuration."; | "BFD (Bidirectional Forwarding Detection) | |||
operation."; | ||||
uses bfd-types:client-cfg-parms; | ||||
} | } | |||
leaf dr-priority { | leaf dr-priority { | |||
if-feature "intf-dr-priority"; | if-feature "intf-dr-priority"; | |||
type uint32; | type uint32; | |||
default "1"; | default "1"; | |||
description | description | |||
"DR (Designated Router) priority as the preference in | "DR (Designated Router) priority as the preference in | |||
the DR election process."; | the DR election process."; | |||
} | } | |||
leaf hello-interval { | leaf hello-interval { | |||
skipping to change at line 4515 ¶ | skipping to change at line 4494 ¶ | |||
DOI 10.17487/RFC8349, March 2018, | DOI 10.17487/RFC8349, March 2018, | |||
<https://www.rfc-editor.org/info/rfc8349>. | <https://www.rfc-editor.org/info/rfc8349>. | |||
[RFC8446] Rescorla, E., "The Transport Layer Security (TLS) Protocol | [RFC8446] Rescorla, E., "The Transport Layer Security (TLS) Protocol | |||
Version 1.3", RFC 8446, DOI 10.17487/RFC8446, August 2018, | Version 1.3", RFC 8446, DOI 10.17487/RFC8446, August 2018, | |||
<https://www.rfc-editor.org/info/rfc8446>. | <https://www.rfc-editor.org/info/rfc8446>. | |||
[RFC9314] Jethanandani, M., Ed., Rahman, R., Ed., Zheng, L., Ed., | [RFC9314] Jethanandani, M., Ed., Rahman, R., Ed., Zheng, L., Ed., | |||
Pallagatti, S., and G. Mirsky, "YANG Data Model for | Pallagatti, S., and G. Mirsky, "YANG Data Model for | |||
Bidirectional Forwarding Detection (BFD)", RFC 9314, | Bidirectional Forwarding Detection (BFD)", RFC 9314, | |||
September 2022, <https://www.rfc-editor.org/info/rfc9314>. | DOI 10.17487/RFC9314, September 2022, | |||
<https://www.rfc-editor.org/info/rfc9314>. | ||||
9.2. Informative References | 9.2. Informative References | |||
[RFC3376] Cain, B., Deering, S., Kouvelas, I., Fenner, B., and A. | [RFC3376] Cain, B., Deering, S., Kouvelas, I., Fenner, B., and A. | |||
Thyagarajan, "Internet Group Management Protocol, Version | Thyagarajan, "Internet Group Management Protocol, Version | |||
3", RFC 3376, DOI 10.17487/RFC3376, October 2002, | 3", RFC 3376, DOI 10.17487/RFC3376, October 2002, | |||
<https://www.rfc-editor.org/info/rfc3376>. | <https://www.rfc-editor.org/info/rfc3376>. | |||
[RFC3618] Fenner, B., Ed. and D. Meyer, Ed., "Multicast Source | [RFC3618] Fenner, B., Ed. and D. Meyer, Ed., "Multicast Source | |||
Discovery Protocol (MSDP)", RFC 3618, | Discovery Protocol (MSDP)", RFC 3618, | |||
End of changes. 5 change blocks. | ||||
26 lines changed or deleted | 6 lines changed or added | |||
This html diff was produced by rfcdiff 1.48. |