This module contains a collection of YANG definitions for Cisco IOS-XR ES ACL entry configuration. Copyright (c) 2015-2019 by C...
Version: 2019-04-05
submodule Cisco-IOS-XR-es-ace-cfg { yang-version 1; belongs-to Cisco-IOS-XR-es-acl-cfg { prefix es-acl-cfg; } import cisco-semver { prefix semver; } import Cisco-IOS-XR-es-acl-datatypes { prefix es-acl-dt; } import Cisco-IOS-XR-types { prefix xr; } organization "Cisco Systems, Inc."; contact "Cisco Systems, Inc. Customer Service Postal: 170 West Tasman Drive San Jose, CA 95134 Tel: +1 800 553-NETS E-mail: cs-yang@cisco.com"; description "This module contains a collection of YANG definitions for Cisco IOS-XR ES ACL entry configuration. Copyright (c) 2015-2019 by Cisco Systems, Inc. All rights reserved."; revision "2019-04-05" { description "Establish semantic version baseline."; } revision "2018-02-26" { description "6.5.1 revision. Fixed datatypes for below leaves: - vlan1, vlan2 - inner-vlan1, inner-vlan2 - cos, inner-cos - dei, inner-dei - log-option"; } revision "2018-02-21" { description "Changed ether-type-number to type Hex-integer-16."; } revision "2018-01-03" { description "6.4.1 revision. Fixed a few typos in the description."; } revision "2017-05-01" { description "Fixing backward compatibility error in module."; } revision "2015-11-09" { description "Initial revision."; } semver:module-version "1.0.0"; typedef es-acl-grant-enum { type enumeration { enum "deny" { value 0; description "Deny"; } enum "permit" { value 1; description "Permit"; } } description "ES ACL forwarding action."; } typedef es-acl-address { type string { pattern "([0-9a-fA-F]{1,4}(\\.[0-9a-fA-F]{1,4}){2})"; } } } // submodule Cisco-IOS-XR-es-ace-cfg
© 2023 YumaWorks, Inc. All rights reserved.