Cisco-IOS-XR-aaa-diameter-cfg

This module contains a collection of YANG definitions for Cisco IOS-XR aaa-diameter package configuration. This YANG module aug...

  • Version: 2020-04-05

    Cisco-IOS-XR-aaa-diameter-cfg@2020-04-05


    
      module Cisco-IOS-XR-aaa-diameter-cfg {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-aaa-diameter-cfg";
    
        prefix aaa-diameter-cfg;
    
        import ietf-inet-types {
          prefix inet;
        }
        import Cisco-IOS-XR-types {
          prefix xr;
        }
        import cisco-semver {
          prefix semver;
        }
        import Cisco-IOS-XR-aaa-lib-cfg {
          prefix a1;
        }
        import Cisco-IOS-XR-aaa-locald-cfg {
          prefix a2;
        }
    
        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 aaa-diameter package configuration.
         
         This YANG module augments the
           Cisco-IOS-XR-aaa-lib-cfg,
           Cisco-IOS-XR-aaa-locald-cfg
         modules with configuration data.
         
         Copyright (c) 2013-2020 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2020-04-05" {
          description
            "New config added for quota high usage disconnect.";
        }
    
        revision "2019-10-09" {
          description
            "Added nas leaf in yang
           2019-09-20
           Changed the datatype for AddressIpv6 to IPAddress";
        }
    
        revision "2019-07-10" {
          description
            "Added origin realm to peer leaf in yang";
        }
    
        revision "2019-06-17" {
          description
            "Added new auth session stateless to peer leaf in yang";
        }
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2019-03-28" {
          description
            "Added new service context id gy leaf in yang";
        }
    
        revision "2019-03-05" {
          description
            "Fixed gx, gy leafs in yang";
        }
    
        revision "2018-09-16" {
          description "Fixed yang gap";
        }
    
        revision "2017-11-13" {
          description "Fixed yang gap";
        }
    
        revision "2017-09-07" {
          description
            "Fixed type translation error.";
        }
    
        revision "2015-11-09" {
          description "IOS XR 6.0 revision.";
        }
    
        semver:module-version "2.0.0";
        semver:module-version "2.0.0";
        semver:module-version "1.0.0";
    
        typedef Aaa-diameter-tls {
          type uint32 {
            range "0..1";
          }
          description "Aaa diameter tls";
        }
    
        typedef Aaa-diameter-timeout {
          type uint32 {
            range "6..1000";
          }
          description "Aaa diameter timeout";
        }
    
        typedef Aaa-diameter-port {
          type uint32 {
            range "1..65535";
          }
          description "Aaa diameter port";
        }
    
        typedef Aaa-diameter-attr {
          type uint32 {
            range "0..23";
          }
          description "Aaa diameter attr";
        }
      }  // module Cisco-IOS-XR-aaa-diameter-cfg
    

© 2023 YumaWorks, Inc. All rights reserved.