Access Control List (ACL). An ACL is used to identify and select data packets through packet attributes. For example, applying a...
Version: 2020-03-09
module huawei-acl-ucl { yang-version 1; namespace "urn:huawei:yang:huawei-acl-ucl"; prefix acl-ucl; import huawei-acl { prefix acl; } import huawei-time-range { prefix timerange; } import ietf-inet-types { prefix inet; } import huawei-extension { prefix ext; } import huawei-pub-type { prefix pub-type; } import huawei-bras-vas { prefix bras-vas; } import huawei-bras-basic-access { prefix bras-basic-access; } organization "Huawei Technologies Co., Ltd."; contact "Huawei Industrial Base Bantian, Longgang Shenzhen 518129 People's Republic of China Website: http://www.huawei.com Email: support@huawei.com"; description "Access Control List (ACL). An ACL is used to identify and select data packets through packet attributes. For example, applying an ACL in the firewall can either permit or discard data packets. Applying an ACL in IPsec can encrypt data packets that match ACL rules and forward those that do not match any ACL rule."; revision "2020-03-09" { description "Modify description."; reference "Huawei private."; } revision "2020-03-04" { description "Add leaf must condition."; reference "Huawei private."; } revision "2019-12-17" { description "Initial revision."; reference "Huawei private."; } ext:task-name "acl"; } // module huawei-acl-ucl
© 2023 YumaWorks, Inc. All rights reserved.