--- 1/draft-ietf-opsawg-tacacs-yang-06.txt 2020-06-20 02:13:10.290818907 -0700 +++ 2/draft-ietf-opsawg-tacacs-yang-07.txt 2020-06-20 02:13:10.326819816 -0700 @@ -1,19 +1,19 @@ Network Working Group G. Zheng Internet-Draft M. Wang Intended status: Standards Track B. Wu -Expires: December 3, 2020 Huawei - June 1, 2020 +Expires: December 22, 2020 Huawei + June 20, 2020 Yang data model for TACACS+ - draft-ietf-opsawg-tacacs-yang-06 + draft-ietf-opsawg-tacacs-yang-07 Abstract This document defines a YANG module that augment the System Management data model defined in the RFC 7317 with TACACS+ client model. The data model of Terminal Access Controller Access Control System Plus (TACACS+) client allows the configuration of TACACS+ servers for centralized Authentication, Authorization and Accounting. The YANG module in this document conforms to the Network Management @@ -27,21 +27,21 @@ Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet- Drafts is at https://datatracker.ietf.org/drafts/current/. Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." - This Internet-Draft will expire on December 3, 2020. + This Internet-Draft will expire on December 22, 2020. Copyright Notice Copyright (c) 2020 IETF Trust and the persons identified as the document authors. All rights reserved. This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents @@ -649,47 +649,49 @@ { "ietf-system:system": { "authentication": { "user-authentication-order": [tacacsplus, local-users] } "tacacsplus": { "server": [ { "name": "tac_plus1", - "server-type": "authentication" - "address": "10.10.10.2", + "server-type": "authentication", + "address": "192.0.2.2", "shared-secret": "QaEfThUkO1980100754609236h3TbE8n", - "source-ip": "10.10.10.12" - "single-connection": "false" + "source-ip": "192.0.2.12", + "single-connection": "false", "timeout": "10" } ] } } } Authors' Addresses Guangying Zheng - Huawei Technologies, Co., Ltd + Huawei Technologies, Co., + Ltd 101 Software Avenue, Yuhua District Nanjing, Jiangsu 210012 China Email: zhengguangying@huawei.com Michael Wang Huawei Technologies, Co., Ltd 101 Software Avenue, Yuhua District Nanjing 210012 China Email: wangzitao@huawei.com Bo Wu - Huawei Technologies, Co., Ltd + Huawei Technologies, Co., + Ltd 101 Software Avenue, Yuhua District Nanjing, Jiangsu 210012 China Email: lana.wubo@huawei.com