Cisco-IOS-XR-lldp-clear-act

This module contains a collection of YANG definitions for Cisco IOS-XR clear per-interface adjacencies for lldp module. Copyrig...

  • Version: 2019-11-13

    Cisco-IOS-XR-lldp-clear-act@2019-11-13


    
      module Cisco-IOS-XR-lldp-clear-act {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-lldp-clear-act";
    
        prefix lldp-clear-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 clear per-interface adjacencies for lldp module.
         
         Copyright (c) 2018-2019 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2019-11-13" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2019-09-09" {
          description "IOS XR 6.5.1 revision.";
        }
    
        semver:module-version "1.0.0";
    
        rpc clear-lldp-adj {
          description
            "Clear lldp per interface adjacencies";
          input {
            leaf interface {
              type string;
              description
                "Interface name in R/S/I/P format";
            }
          }
        }  // rpc clear-lldp-adj
      }  // module Cisco-IOS-XR-lldp-clear-act
    

© 2023 YumaWorks, Inc. All rights reserved.