This module contains a collection of YANG definitions for Cisco IOS-XR SysAdmin configuration. This module defines the top leve...
Version: 2019-04-15
module Cisco-IOS-XR-sysadmin-clear-asr9k { yang-version 1; namespace "http://www.cisco.com/ns/yang/Cisco-IOS-XR-sysadmin-clear-ASR9K"; prefix calvados_clear; import Cisco-IOS-XR-sysadmin-ethsw-esdma-cli-asr9k { prefix esdma; } import canb_cli_clear { prefix canb_clear; } import cisco-semver { prefix semver; } organization "Cisco Systems Inc."; contact "Cisco Systems, Inc. Customer Service \t 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 SysAdmin configuration. This module defines the top level container for all 'clear' commands for Sysadmin. Copyright (c) 2012-2020 by Cisco Systems, Inc. All rights reserved."; revision "2019-04-15" { description "Establish semantic version baseline."; } revision "2017-11-10" { description "Changed the namespace for ASR9K platform"; } revision "2017-01-31" { description "Changed the namespace and module name"; } revision "2015-10-15" { description "Created initial 'clear' implementation"; } semver:module-version "1.0.0"; container clear { container controller { container switch { uses esdma:switch_clear; } // container switch } // container controller uses canb_clear:canb-clear-grp; } // container clear } // module Cisco-IOS-XR-sysadmin-clear-asr9k
© 2023 YumaWorks, Inc. All rights reserved.