Junos RPC YANG module for synchronous-ethernet command(s)
Version: 2019-01-01
module junos-nfx-rpc-synchronous-ethernet { yang-version 1; namespace "http://yang.juniper.net/junos-nfx/rpc/synchronous-ethernet"; prefix synchronous-ethernet; import junos-common-types { prefix jt; revision-date "2019-01-01"; } organization "Juniper Networks, Inc."; contact "yang-support@juniper.net"; description "Junos RPC YANG module for synchronous-ethernet command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc get-synchronous-ethernet-global-information { description "Show process related global information only"; input { leaf verbosity { type enumeration { enum "brief" { value 0; description "Display brief output"; } } default "brief"; } } output { choice output_c { leaf output { type string; } anyxml clock-synchronization-global-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-synchronous-ethernet-global-information rpc get-synchronous-ethernet-esmc-transmit { description "Show ESMC enabled outgoing interfaces"; input { leaf interface { type string; description "Name of physical interface"; } leaf verbosity { type enumeration { enum "brief" { value 0; description "Display brief output"; } enum "detail" { value 1; description "Display detail output"; } } default "brief"; } } output { choice output_c { leaf output { type string; } anyxml clock-synchronization-esmc-transmit { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-synchronous-ethernet-esmc-transmit rpc get-synchronous-ethernet-esmc-statistics { description "Show ESMC related statistics"; input { leaf interface { type string; description "Name of physical interface"; } leaf verbosity { type enumeration { enum "brief" { value 0; description "Display brief output"; } enum "detail" { value 1; description "Display detail output"; } } default "brief"; } } output { choice output_c { leaf output { type string; } anyxml clock-synchronization-statistics { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-synchronous-ethernet-esmc-statistics } // module junos-nfx-rpc-synchronous-ethernet
© 2023 YumaWorks, Inc. All rights reserved.