This module contains a collection of YANG definitions for Cisco IOS-XR action package configuration. Copyright (c) 2018-2020 by...
Version: 2020-10-01
module Cisco-IOS-XR-ipv4-arp-act { yang-version 1; namespace "http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-arp-act"; prefix arp-act; 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 module contains a collection of YANG definitions for Cisco IOS-XR action package configuration. Copyright (c) 2018-2020 by Cisco Systems, Inc. All rights reserved."; revision "2020-10-01" { description "Changing task to cef as commonly used in arp ref cdets : CSCtq86525 2020-09-29 Added clear arp-cache commands"; } revision "2019-10-01" { description "Made changes to be RFC6087 compliant"; } revision "2019-04-05" { description "Establish semantic version baseline."; } revision "2018-10-08" { description "IOS XR 6.1.1 revision."; } semver:module-version "1.2.0"; semver:module-version "1.1.0"; semver:module-version "1.0.0"; rpc clear-arp-api-stats-api { description "Clear ARP API stats API"; input { leaf name { type string; mandatory true; description "Name of api"; } } } // rpc clear-arp-api-stats-api rpc clear-arp-api-stats-location { description "Clear ARP API stats location"; input { leaf node-location { type string; mandatory true; description "Node location"; } } } // rpc clear-arp-api-stats-location rpc clear-arp-cache-location { description "clear ARP cache for given node"; input { leaf node-location { type string; mandatory true; description "Node location"; } } } // rpc clear-arp-cache-location rpc clear-arp-cache-traffic-location { description "Clear ARP cache traffic statistics"; input { leaf node-location { type string; mandatory true; description "Node location"; } } } // rpc clear-arp-cache-traffic-location rpc clear-arp-cache-traffic-interface-location { description "Clear ARP cache traffic statistics for interface location"; input { leaf interface-name { type string; mandatory true; description "Interface name"; } leaf node-location { type string; mandatory true; description "Node location"; } } } // rpc clear-arp-cache-traffic-interface-location rpc clear-arp-cache-drop-adjacency-location { description "Clear ARP drop adjancency entries"; input { leaf node-location { type string; mandatory true; description "Node location"; } } } // rpc clear-arp-cache-drop-adjacency-location rpc clear-arp-cache-drop-adjacency-interface-ip-address-location { description "Clear ARP drop adjancency entries"; input { leaf interface-name { type string; mandatory true; description "Interface name"; } leaf ip-address { type string; mandatory true; description "IP address"; } leaf node-location { type string; mandatory true; description "Node location"; } } } // rpc clear-arp-cache-drop-adjacency-interface-ip-address-location rpc clear-arp-cache-interface-location { description "Clear ARP cache entries for given interface"; input { leaf interface-name { type string; mandatory true; description "Interface"; } leaf node-location { type string; mandatory true; description "node location"; } } } // rpc clear-arp-cache-interface-location rpc clear-arp-cache-interface-ip-address-location { description "Interface for which to clear ARP entries"; input { leaf interface-name { type string; mandatory true; description "Interface name"; } leaf ip-address { type string; mandatory true; description "IP address"; } leaf node-location { type string; mandatory true; description "Node location"; } } } // rpc clear-arp-cache-interface-ip-address-location } // module Cisco-IOS-XR-ipv4-arp-act
© 2024 YumaWorks, Inc. All rights reserved.