huawei-bras-ipv6-basic-access

Bras IPv6 basic access.

  • Version: 2020-03-03

    huawei-bras-ipv6-basic-access@2020-03-03


    
      module huawei-bras-ipv6-basic-access {
    
        yang-version 1;
    
        namespace
          'urn:huawei:yang:huawei-bras-ipv6-basic-access';
    
        prefix bras-ipv6-basic-access;
    
        import huawei-ifm {
          prefix ifm;
        }
        import huawei-aaa {
          prefix aaa;
        }
        import huawei-extension {
          prefix ext;
        }
        import huawei-bras-basic-access {
          prefix bras-basic-access;
        }
        import huawei-bras-ipv6-address-manage {
          prefix bras-ipv6-address-manage;
        }
        import ietf-inet-types {
          prefix inet;
        }
    
        organization
          "Huawei Technologies Co., Ltd.";
    
        contact
          "Huawei Industrial Base
         Bantian, Longgang
         Shenzhen 518129
         People's Republic of China
         Website: http://www.huawei.com
         Email: support@huawei.com";
    
        description "Bras IPv6 basic access.";
    
        revision "2020-03-03" {
          description "Modify description.";
          reference
            "Huawei private.";
    
        }
    
        revision "2019-03-26" {
          description "Init revision.";
          reference
            "Huawei private.";
    
        }
    
        ext:task-name "bras-control";
    
        typedef bras-ipv6-basic-access-accounting-mode {
          type enumeration {
            enum "separate" {
              value 1;
              description
                "Indicates that traffic of IPv4 and IPv6 users is sent to the server separately and then accounted separately.";
            }
            enum "identical" {
              value 2;
              description
                "Indicates that traffic of IPv4 and IPv6 users is sent to the server together and then accounted together.";
            }
          }
          description
            "Accounting mode for IPv4/IPv6 dual-stack users.";
        }
      }  // module huawei-bras-ipv6-basic-access
    

© 2023 YumaWorks, Inc. All rights reserved.