This module defines configuration and operational state data for defined sets (sets of IPv4 prefixes, sets of IPv6 prefixes, set...
Version: 2022-12-14
module openconfig-defined-sets { yang-version 1; namespace "http://openconfig.net/yang/defined-sets"; prefix oc-sets; import openconfig-extensions { prefix oc-ext; } import openconfig-inet-types { prefix oc-inet; } import openconfig-packet-match-types { prefix oc-pkt-match-types; } organization "OpenConfig working group"; contact "OpenConfig working group www.openconfig.net"; description "This module defines configuration and operational state data for defined sets (sets of IPv4 prefixes, sets of IPv6 prefixes, sets of ports, etc). These sets are used, for example, in network access control lists (i.e., filters, rules, etc.) in the matching fields."; revision "2022-12-14" { description "Initial version of the defined set model"; reference "1.0.0"; } oc-ext:openconfig-version "1.0.0"; oc-ext:catalog-organization "openconfig"; oc-ext:origin "openconfig"; } // module openconfig-defined-sets
© 2023 YumaWorks, Inc. All rights reserved.