Please consider adding the following leafs to the device info container
leaf sysDescr {
description "Text description of the entity.";
type string;
}
leaf sysUpTime {
description "The time (in hundredths of a second) since the network management
portion of the system was last re-initialized.";
type ietf-yang-types:timeticks;
}
leaf sysContact {
description "Contact information";
type string;
}
leaf sysName {
description "The node's fully qualified domain name, if it has one.";
type string;
}
leaf sysLocation {
description "Text description of the system location";
type string;
}
Please consider adding the following leafs to the device info container