DevNet Associate DEVASC 200-901 Official Certification Guide by Adrian Iliesiu (z-lib.org)

(andrew) #1
"WG Web:
<https://datatracker.ietf.org/wg/netmod/>
WG List: <mailto:[email protected]>
Editor: Martin Bjorklund
<mailto:[email protected]>";
description
"This module contains a collection of YANG
definitions for
managing network interfaces.+
Copyright (c) 2018 IETF Trust and the
persons identified as
authors of the code. All rights reserved.
Redistribution and use in source and
binary forms, with or
without modification, is permitted
pursuant to, and subject
to the license terms contained in, the
Simplified BSD License
set forth in Section 4.c of the IETF
Trust's Legal Provisions
Relating to IETF Documents
(https://trustee.ietf.org/license-info).
This version of this YANG module is part
of RFC 8343; see
the RFC itself for full legal notices.";
revision 2018-02-20 {
description
"Updated to support NMDA.";
... omitted output

You can run this YANG model through pyang and specify
the tree format by using the command pyang -f tree
ietf-interfaces.yang. This results in the output shown
in Example 12-9.


Example 12-9 pyang Output for ietf-
interfaces.yang


Click here to view code image


module: ietf-interfaces
+--rw interfaces
| +--rw interface* [name]
| +--rw name
Free download pdf