rfc9130v16.txt | rfc9130.txt | |||
---|---|---|---|---|
skipping to change at line 924 ¶ | skipping to change at line 924 ¶ | |||
6. IS-IS YANG Module | 6. IS-IS YANG Module | |||
The following specifications are referenced in this module: | The following specifications are referenced in this module: | |||
[ISO-10589], [RFC1195], [RFC4090], [RFC5029], [RFC5120], [RFC5130], | [ISO-10589], [RFC1195], [RFC4090], [RFC5029], [RFC5120], [RFC5130], | |||
[RFC5286], [RFC5301], [RFC5302], [RFC5305], [RFC5307], [RFC5308], | [RFC5286], [RFC5301], [RFC5302], [RFC5305], [RFC5307], [RFC5308], | |||
[RFC5443], [RFC5880], [RFC5881], [RFC6119], [RFC6232], [RFC6241], | [RFC5443], [RFC5880], [RFC5881], [RFC6119], [RFC6232], [RFC6241], | |||
[RFC6991], [RFC7490], [RFC7794], [RFC7917], [RFC7981], [RFC8177], | [RFC6991], [RFC7490], [RFC7794], [RFC7917], [RFC7981], [RFC8177], | |||
[RFC8294], [RFC8342], [RFC8343], [RFC8349], [RFC8405], [RFC8570], | [RFC8294], [RFC8342], [RFC8343], [RFC8349], [RFC8405], [RFC8570], | |||
[RFC8706], and [RFC9314]. | [RFC8706], and [RFC9314]. | |||
<CODE BEGINS> file "ietf-isis@2021-08-31.yang" | <CODE BEGINS> file "ietf-isis@2022-10-19.yang" | |||
module ietf-isis { | module ietf-isis { | |||
yang-version 1.1; | yang-version 1.1; | |||
namespace "urn:ietf:params:xml:ns:yang:ietf-isis"; | namespace "urn:ietf:params:xml:ns:yang:ietf-isis"; | |||
prefix isis; | prefix isis; | |||
import ietf-routing { | import ietf-routing { | |||
prefix rt; | prefix rt; | |||
reference | reference | |||
"RFC 8349: A YANG Data Model for Routing Management | "RFC 8349: A YANG Data Model for Routing Management | |||
(NMDA Version)"; | (NMDA Version)"; | |||
skipping to change at line 1025 ¶ | skipping to change at line 1025 ¶ | |||
the license terms contained in, the Revised BSD License set | the license terms contained in, the Revised BSD License set | |||
forth in Section 4.c of the IETF Trust's Legal Provisions | forth in Section 4.c of the IETF Trust's Legal Provisions | |||
Relating to IETF Documents | Relating to IETF Documents | |||
(https://trustee.ietf.org/license-info). | (https://trustee.ietf.org/license-info). | |||
This version of this YANG module is part of RFC 9130; see the | This version of this YANG module is part of RFC 9130; see the | |||
RFC itself for full legal notices."; | RFC itself for full legal notices."; | |||
reference | reference | |||
"RFC 8342: Network Management Datastore Architecture (NMDA)"; | "RFC 8342: Network Management Datastore Architecture (NMDA)"; | |||
revision 2021-08-31 { | revision 2022-10-19 { | |||
description | description | |||
"Initial revision."; | "Initial revision."; | |||
reference | reference | |||
"RFC 9130: YANG Data Model for the IS-IS Protocol"; | "RFC 9130: YANG Data Model for the IS-IS Protocol"; | |||
} | } | |||
/* Identities */ | /* Identities */ | |||
identity isis { | identity isis { | |||
base rt:routing-protocol; | base rt:routing-protocol; | |||
skipping to change at line 3497 ¶ | skipping to change at line 3497 ¶ | |||
description | description | |||
"Sent PSNP PDUs."; | "Sent PSNP PDUs."; | |||
} | } | |||
description | description | |||
"Number of PSNP PDUs received/sent."; | "Number of PSNP PDUs received/sent."; | |||
} | } | |||
container csnp { | container csnp { | |||
leaf in { | leaf in { | |||
type uint32; | type uint32; | |||
description | description | |||
"Received Complete Sequence Number PDU (CSNP) PDUs."; | "Received Complete Sequence Number PDU (CSNP) PDUs."; | |||
} | } | |||
leaf out { | leaf out { | |||
type uint32; | type uint32; | |||
description | description | |||
"Sent CSNP PDUs."; | "Sent CSNP PDUs."; | |||
} | } | |||
description | description | |||
"Number of CSNP PDUs received/sent."; | "Number of CSNP PDUs received/sent."; | |||
} | } | |||
container unknown { | container unknown { | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added | |||
This html diff was produced by rfcdiff 1.48. |