fujitsu-radius-client

This module contains definitions for the management of RADIUS client provisioning. Copyright (c) 2016 Fujitsu Ltd. All rights re...

  • Version: 2016-10-27

    fujitsu-radius-client@2016-10-27


    
      module fujitsu-radius-client {
    
        yang-version 1;
    
        namespace
          "urn:fujitsu:params:xml:ns:yang:typedef:radius-client";
    
        prefix radius-client;
    
        import ietf-inet-types {
          prefix inet;
        }
        import fujitsu-user-security {
          prefix secu;
        }
    
        organization "Fujitsu Ltd.";
    
        contact
          "Fujitsu Ltd.
    
    Address: 2801 Telecom Parkway
    	 Richardson, Texas 75082
    
    Tel: +1-800-USE-FTAC (1-800-873-3822)
    Email: ftac@fnc.fujitsu.com
    Web: www.fujitsu.com/us/services/telecom";
    
        description
          "This module contains definitions for the management of RADIUS
    client provisioning.
    Copyright (c) 2016 Fujitsu Ltd.
    All rights reserved. ";
    
        revision "2016-10-27" {
          description
            "Remove unsupported RADIUS chap identity.";
        }
    
        revision "2016-06-30" {
          description "Initial revision.";
        }
    
    
        feature radius {
          description
            "Indicates that the device can be configured as a RADIUS
    client.";
          reference
            "RFC 2865: Remote Authentication Dial In User Service (RADIUS)";
    
        }
    
        identity authentication-method {
          description
            "Base identity for user authentication methods.";
        }
    
        identity radius {
          base authentication-method;
          description
            "Indicates user authentication using RADIUS.";
          reference
            "RFC 2865: Remote Authentication Dial In User Service (RADIUS)
             RFC 5607: Remote Authentication Dial-In User Service (RADIUS)
            	  Authorization for Network Access Server (NAS)
            	  Management";
    
        }
    
        identity local-users {
          base authentication-method;
          description
            "Indicates password-based authentication of locally
    configured users.";
        }
    
        identity radius-authentication-type {
          description
            "Base identity for RADIUS authentication types.";
        }
    
        identity radius-pap {
          base radius-authentication-type;
          description
            "The device requests Password Authentication Protocol (PAP)
    authentication from the RADIUS server.";
          reference
            "RFC 2865: Remote Authentication Dial In User Service (RADIUS)";
    
        }
      }  // module fujitsu-radius-client
    

© 2023 YumaWorks, Inc. All rights reserved.