Cisco-IOS-XR-sysadmin-fpd-infra-cli-fpd

FPD CLI support for both oper and config Copyright (c) 2012-2020 by Cisco Systems, Inc. All rights reserved.

  • Version: 2019-04-15

    Cisco-IOS-XR-sysadmin-fpd-infra-cli-fpd@2019-04-15


    
      module Cisco-IOS-XR-sysadmin-fpd-infra-cli-fpd {
    
        yang-version 1;
    
        namespace
          "http://www.cisco.com/ns/yang/Cisco-IOS-XR-sysadmin-fpd-infra-cli-fpd";
    
        prefix fpd;
    
        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
          "FPD CLI support for both oper and config
         
         Copyright (c) 2012-2020 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2019-04-15" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2017-05-01" {
          description
            "Namespace change to comply with Cisco guidelines on namespace";
        }
    
        revision "2011-12-03" {
          description "Initial revision.";
        }
    
        semver:module-version "1.0.0";
    
        container fpd {
          container config {
            description "fpd config mode";
            leaf auto-upgrade {
              type enumeration {
                enum "enable" {
                  value 0;
                }
                enum "disable" {
                  value 1;
                }
              }
              default "disable";
            }
          }  // container config
        }  // container fpd
      }  // module Cisco-IOS-XR-sysadmin-fpd-infra-cli-fpd
    

© 2023 YumaWorks, Inc. All rights reserved.