Junos RPC YANG module for authentication-whitelist command(s)
Version: 2019-01-01
module junos-ex-rpc-authentication-whitelist { yang-version 1; namespace "http://yang.juniper.net/junos-ex/rpc/authentication-whitelist"; prefix authentication-whitelist; 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 authentication-whitelist command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc get-ethernet-switching-authentication-whitelist-mac { description "Show 802.1X White List MAC addresses"; output { choice output_c { leaf output { type string; } anyxml authentication-whitelist-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-ethernet-switching-authentication-whitelist-mac rpc get-ethernet-switching-interface-mac-addresses { description "Show 802.1X White List MAC addresses on this interface"; input { leaf interface-name { type union { type jt:interface-name; type string { pattern "<.*>|$.*"; } } description "Show White List MAC addresses of interface"; } } output { choice output_c { leaf output { type string; } anyxml authentication-whitelist-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-ethernet-switching-interface-mac-addresses rpc get-authentication-whitelist-mac-bypassed-users { description "List users who have bypassed 802.1X authentication"; output { choice output_c { leaf output { type string; } anyxml authentication-whitelist-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-authentication-whitelist-mac-bypassed-users } // module junos-ex-rpc-authentication-whitelist
© 2023 YumaWorks, Inc. All rights reserved.