This module contains a collection of YANG definitions for Cisco IOS-XR crypto-macsec-pl package operational data. This module c...
Version: 2020-11-05
module Cisco-IOS-XR-crypto-macsec-pl-oper { yang-version 1; namespace "http://cisco.com/ns/yang/Cisco-IOS-XR-crypto-macsec-pl-oper"; prefix crypto-macsec-pl-oper; import Cisco-IOS-XR-types { prefix xr; } import cisco-semver { prefix semver; } include Cisco-IOS-XR-crypto-macsec-pl-oper-sub1 { revision-date "2020-11-05"; } 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 crypto-macsec-pl package operational data. This module contains definitions for the following management objects: macsec-platform: MACSec operational data Copyright (c) 2013-2020 by Cisco Systems, Inc. All rights reserved."; revision "2020-11-05" { description "Revison Update doe macsec pl oper"; } revision "2019-12-05" { description "Revison Update doe macsec pl oper"; } revision "2019-04-05" { description "Establish semantic version baseline."; } revision "2015-11-09" { description "IOS XR 6.0 revision."; } semver:module-version "2.0.0"; semver:module-version "1.2.0"; semver:module-version "1.1.0"; container macsec-platform { config false; description "MACSec operational data"; container nodes { description "NodeTable for all the nodes"; list node { key "node-name"; description "Node where macsec interfaces exist"; container interfaces { description "Table of Interfaces"; list interface { key "name"; description "Interface Where Macsec is configured"; container hw-statistics { description "The Hardware Statistics"; uses PL-MACSEC-STATS; } // container hw-statistics container hw-sas { description "Table of Hardware SAs"; list hw-sa { key "sa-id"; description "Hardware Security Association"; leaf sa-id { type uint32; description "SA ID"; } uses PL-MACSEC-SA; } // list hw-sa } // container hw-sas container hw-flow-s { description "Table of Hardware Flows"; list hw-flow { key "flow-id"; description "Hardware Flow"; leaf flow-id { type uint32; description "FLOW ID"; } uses PL-MACSEC-FLOW; } // list hw-flow } // container hw-flow-s container sw-statistics { description "The Software Statistics"; uses PL-MACSEC-STATS; } // container sw-statistics leaf name { type xr:Interface-name; description "Value"; } } // list interface } // container interfaces leaf node-name { type xr:Node-id; description "Node"; } } // list node } // container nodes } // container macsec-platform } // module Cisco-IOS-XR-crypto-macsec-pl-oper
© 2023 YumaWorks, Inc. All rights reserved.