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

(andrew) #1

"The module for entities implementing
the Bogus interfaces .";


revision 2020-01-06 {
description "Initial revision.";
}
container interfaces {
leaf intf-name {
type string;
description "The name of the
interface";
}


leaf-list trunk-interfaces {
type string;
description "List of trunk
interfaces";
}


container statistics {
description "A collection of
interface statistics.";
leaf in-octets {
type yang:counter64;
description "Total
number of octets received on the
interface.";
}


leaf in-errors {
type yang:counter32;
description "Number of
inbound packets that contained
errors.";
}


leaf out-octets {
type yang:counter64;
description "Total
number of octets sent out on the
interface.";
}


leaf out-errors {
type yang:counter32;
description "Number of
outbound packets that contained
errors.";
}
}
list user {
key name;
leaf name {
type string;

Free download pdf