OpenROADM / OpenROADM_MSA_Public

Open ROADM MSA
http://www.openroadm.org/
62 stars 79 forks source link

Feature Request Device Info #2

Closed damianoneill closed 6 years ago

damianoneill commented 7 years ago

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;
        }