This submodule contains a collection of YANG definitions for Cisco IOS-XR ncs6k-acl package operational data. Copyright (c) 201...
Version: 2019-04-05
submodule Cisco-IOS-XR-ncs6k-acl-oper-sub1 { yang-version 1; belongs-to Cisco-IOS-XR-ncs6k-acl-oper { prefix Cisco-IOS-XR-ncs6k-acl-oper; } import ietf-inet-types { prefix inet; } import cisco-semver { prefix semver; } 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 submodule contains a collection of YANG definitions for Cisco IOS-XR ncs6k-acl package operational data. Copyright (c) 2013-2019 by Cisco Systems, Inc. All rights reserved."; revision "2019-04-05" { description "Establish semantic version baseline."; } revision "2017-09-07" { description "Fixed type translation error."; } revision "2017-05-01" { description "adding PD yang."; } revision "2015-11-09" { description "IOS XR 6.0 revision."; } semver:module-version "1.0.0"; typedef Sse-ipv6-address { type inet:ipv6-address; description "Sse ipv6 address"; } typedef Sse-ipv4-address { type inet:ipv4-address; description "Sse ipv4 address"; } typedef Sse-pfilter-addr { type enumeration { enum "ipv4" { value 0; description "IPv4"; } enum "ipv6" { value 1; description "IPv6"; } } description "Address types"; } typedef Sse-grant { type enumeration { enum "permit" { value 1; description "Grant permit"; } enum "deny" { value 2; description "Grant deny"; } } description "ACL grant"; } } // submodule Cisco-IOS-XR-ncs6k-acl-oper-sub1
© 2023 YumaWorks, Inc. All rights reserved.