This module contains a collection of YANG definitions for Cisco IOS-XR action package configuration. Copyright (c) 2018-2019 by...
Version: 2019-10-01
module Cisco-IOS-XR-infra-statsd-act { yang-version 1; namespace "http://cisco.com/ns/yang/Cisco-IOS-XR-infra-statsd-act"; prefix statsd-act; import cisco-semver { prefix semver; } import Cisco-IOS-XR-types { prefix csc; } 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 action package configuration. Copyright (c) 2018-2019 by Cisco Systems, Inc. All rights reserved."; revision "2019-10-01" { description "Made changes to be RFC6087 compliant"; } revision "2019-04-05" { description "Establish semantic version baseline."; } revision "2018-01-10" { description "IOS XR 6.4.1 revision."; } semver:module-version "1.0.1"; semver:module-version "1.0.0"; rpc clear-counters-controller { csc:xr-task "interface"; csc:cli-command "clear counters <controller-name>"; description "Controller name.\n"; input { leaf controller-name { type csc:Interface-name; mandatory true; description "Controller name"; } } } // rpc clear-counters-controller rpc clear-counters-all { csc:xr-task "interface"; csc:cli-command "clear counters all"; description "Clear counters on all interfaces.\n"; } // rpc clear-counters-all rpc clear-counters-interface { csc:xr-task "interface"; csc:cli-command "clear counters interface <interface-name>"; description "Clear counters for interface.\n"; input { leaf interface-name { type csc:Interface-name; mandatory true; description "Interface name"; } } } // rpc clear-counters-interface } // module Cisco-IOS-XR-infra-statsd-act
© 2024 YumaWorks, Inc. All rights reserved.