Cisco-IOS-XR-subscriber-infra-tmplmgr-cfg

This module contains a collection of YANG definitions for Cisco IOS-XR subscriber-infra-tmplmgr package configuration. This mod...

  • Version: 2019-04-05

    Cisco-IOS-XR-subscriber-infra-tmplmgr-cfg@2019-04-05


    
      module Cisco-IOS-XR-subscriber-infra-tmplmgr-cfg {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-subscriber-infra-tmplmgr-cfg";
    
        prefix subscriber-infra-tmplmgr-cfg;
    
        import Cisco-IOS-XR-types {
          prefix xr;
        }
        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 subscriber-infra-tmplmgr package configuration.
    
    This module contains definitions
    for the following management objects:
      dynamic-template: All dynamic template configurations
    
    Copyright (c) 2013-2019 by Cisco Systems, Inc.
    All rights reserved.";
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2015-01-07" {
          description "IOS XR 5.3.1 revision.";
        }
    
        semver:module-version "1.0.1";
    
        container dynamic-template {
          description
            "All dynamic template configurations";
          container ppps {
            description
              "Templates of the PPP Type";
            list ppp {
              key "template-name";
              description
                "A Template of the PPP Type";
              leaf template-name {
                type xr:Cisco-ios-xr-string;
                description
                  "The name of the template";
              }
            }  // list ppp
          }  // container ppps
    
          container ip-subscribers {
            description
              "The IP Subscriber Template Table";
            list ip-subscriber {
              key "template-name";
              description
                "A IP Subscriber Type Template ";
              leaf template-name {
                type xr:Cisco-ios-xr-string;
                description
                  "The name of the template";
              }
            }  // list ip-subscriber
          }  // container ip-subscribers
    
          container subscriber-services {
            description
              "The Service Type Template Table";
            list subscriber-service {
              key "template-name";
              description
                "A Service Type Template ";
              leaf template-name {
                type xr:Cisco-ios-xr-string;
                description
                  "The name of the template";
              }
            }  // list subscriber-service
          }  // container subscriber-services
        }  // container dynamic-template
      }  // module Cisco-IOS-XR-subscriber-infra-tmplmgr-cfg
    

© 2023 YumaWorks, Inc. All rights reserved.