Skip to content

Commit

Permalink
Upload of Cisco IOS XR 24.1.1 Yang Models (#1544)
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg-Brown-1 committed Mar 29, 2024
1 parent 9442dda commit 2c5955e
Show file tree
Hide file tree
Showing 2,101 changed files with 1,351,377 additions and 1 deletion.
130 changes: 130 additions & 0 deletions vendor/cisco/xr/2411/8000/Cisco-IOS-XR-fpd-infra-cfg.yang
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
module Cisco-IOS-XR-fpd-infra-cfg {
namespace "http://cisco.com/ns/yang/Cisco-IOS-XR-fpd-infra-cfg";
prefix fpd-infra-cfg;

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: [email protected]";
description
"This module contains a collection of YANG definitions
for Cisco IOS-XR fpd-infra package configuration.
This model is deprecated and is replaced by
Cisco-IOS-XR-um-fpd-cfg.yang which will provide the
compatible functionalities.
This module contains definitions
for the following management objects:
fpd: FPD Configuration
Copyright (c) 2013-2022 by Cisco Systems, Inc.
All rights reserved.";

revision 2022-01-05 {
description
"Deprecated the native model, replaced by UM model in Exr.";
semver:module-version "1.1.0";
}
revision 2020-07-06 {
description
"Added auto-upgrade config in display";
semver:module-version "1.0.0";
}
revision 2020-05-21 {
description
"Separating eXR and LNT versions for module";
semver:module-version "1.0.0";
}
revision 2019-04-05 {
description
"Establish semantic version baseline.";
semver:module-version "1.0.0";
}
revision 2015-11-09 {
description
"IOS XR 6.0 revision.";
}

typedef Auto-reload {
type enumeration {
enum "disable" {
value 0;
description
"fpd auto-reload disable";
}
enum "enable" {
value 1;
description
"fpd auto-reload enable";
}
}
description
"Auto reload";
}

typedef Exclude {
type enumeration {
enum "pm" {
value 1;
description
"fpd auto-upgrade exclude power module";
}
}
description
"Exclude";
}

typedef Auto-upgrade {
type enumeration {
enum "disable" {
value 0;
description
"fpd auto-upgrade disable";
}
enum "enable" {
value 1;
description
"fpd auto-upgrade enable";
}
}
description
"Auto upgrade";
}

container fpd {
status deprecated;
description
"This model is deprecated and is replaced by
Cisco-IOS-XR-um-fpd-cfg.yang which will provide
the compatible functionalities. FPD
Configuration";
leaf auto-reload {
type Auto-reload;
description
"Enable or disable fpd auto-reload";
}
leaf exclude {
type Exclude;
description
"Exclude entity for fpd auto-upgrade";
}
leaf auto-upgrade {
type Auto-upgrade;
description
"Enable or disable fpd auto-upgrade";
}
}
}
179 changes: 179 additions & 0 deletions vendor/cisco/xr/2411/8000/Cisco-IOS-XR-fpd-infra-cfg.yang.html

Large diffs are not rendered by default.

Loading

0 comments on commit 2c5955e

Please sign in to comment.