< Home

data-model

Function

The data-model command specifies the data model of a user-defined application.

The undo data-model command restores the default data model of a user-defined application.

Format

data-model { unassigned | client-server | browser-based | networking | peer-to-peer }

undo data-model

Parameters

Parameter Description Value
unassigned Indicates that no model is specified for data transmission. -
client-server Indicates applications using the Client/Server (C/S) model, such as client games. -
browser-based Indicates web applications, such as web games. -
networking Indicates common networking applications, such as HTTP and HTTPS. -
peer-to-peer Indicates peer-to-peer applications, such as Thunder and BT. -

Views

User-defined application view

Default Level

2: Configuration level

Usage Guidelines

The default data model of user-defined applications is unassigned.

Example

# Set the data model of user-defined application UD_abc to client-server.

<sysname> system-view
[sysname] sa
[sysname-sa] user-defined-application name UD_abc
[sysname-sa-user-defined-app-UD_abc] data-model client-server
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >