WO2017206925A1 - Procédé et dispositif de configuration de ressource id - Google Patents

Procédé et dispositif de configuration de ressource id Download PDF

Info

Publication number
WO2017206925A1
WO2017206925A1 PCT/CN2017/086776 CN2017086776W WO2017206925A1 WO 2017206925 A1 WO2017206925 A1 WO 2017206925A1 CN 2017086776 W CN2017086776 W CN 2017086776W WO 2017206925 A1 WO2017206925 A1 WO 2017206925A1
Authority
WO
WIPO (PCT)
Prior art keywords
resource
type
information
defining
upper layer
Prior art date
Application number
PCT/CN2017/086776
Other languages
English (en)
Chinese (zh)
Inventor
涂晓平
Original Assignee
中兴通讯股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2017206925A1 publication Critical patent/WO2017206925A1/fr

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks
    • H04L41/08Configuration management of networks or network elements
    • H04L41/0803Configuration setting

Definitions

  • the present application relates to the field of communications, for example, to a resource identification (RESOURCE ID) configuration method and apparatus.
  • REOURCE ID resource identification
  • SDN Software Defined Network
  • SDN is a new type of network architecture that constructs an open and programmable network architecture by decoupling network control from network forwarding.
  • SDN aims to define the network interconnection and network behavior and open interfaces to support future innovations in various new network architectures and new services.
  • Software-defined network SDN makes the network more agile and flexible. The biggest value brought by SDN is cost savings, improved network performance, improved network efficiency, and ultimately enabling users to respond quickly to changing business needs.
  • the Open Flow Configuration (OF-CONFIG) protocol is one of the SDN southbound interface technologies developed by the Open Network Foundation (ONF). Its essence is to provide an open interface for remote configuration and control of OpenFlow. All hardware and software (such as ports, queues, etc.) involved in data forwarding on the switch and OpenFlow switch can be regarded as network resources, and the role of OF-CONFIG is to manage these resources. At present, eight types of resources have been defined in the OF-CONFIG 1.2. A RESOURCE ID of a URI (Uniform Resource Identifier) type is uniquely identified for each resource to facilitate unified management.
  • URI Uniform Resource Identifier
  • RESOURCE ID is URI
  • the URI syntax is defined by the URI protocol name (eg "http", "ftp", "mailto” or " File"), a colon, and the content of the protocol.
  • URI protocol name eg "http", "ftp", "mailto” or " File”
  • a specific protocol defines the syntax and semantics of the protocol content, and all protocols must follow certain URI grammar general rules, that is, retain some special characters for some special purposes.
  • the URI protocol name corresponding to the RESOURCE ID must be applied to a separate standard organization.
  • the content-specific grammar rules of the protocol are not defined at present, but the grammar rule definition common to URIs is subject to all URI protocols.
  • Figure 1 shows the flow of RESOURCE ID data in related technical practices in the SDN system.
  • the controller After receiving the RESOURCE ID information, the controller must first request the configuration point to resolve the RESOURCE ID of the corresponding entity, and the configuration point returns the corresponding entity information to the controller, so that the controller can report the entity information of the corresponding resource to the upper layer.
  • the general practice is to define a meaningless string ID and establish a table associated with the corresponding entity at the configuration point.
  • the problem with this approach is that each RESOURCE ID is received.
  • the upper-layer application needs to request the corresponding entity information from the configuration point. The process is complicated, and the interconnection and intercommunication of different device vendors is difficult.
  • the RESOURCE ID can only be uniformly distributed by one module in the configuration point. When multiple upper-layer application requests, information congestion and low efficiency are inevitable.
  • an embodiment of the present disclosure provides a RESOURCE ID configuration method and apparatus.
  • the present disclosure provides a RESOURCE ID configuration method, including: generating a RESOURCE ID for a resource and delivering it to a device; receiving a RESOURCE ID reported by the device and forwarding the RESOURCE ID to an upper layer application; wherein the RESOURCE ID includes resource type information and Corresponding entity information.
  • the method for generating a RESOURCE ID for a resource is: a configuration point generates a corresponding RESOURCE ID for each resource;
  • the method for receiving the RESOURCE ID reported by the device is: the controller receives the RESOURCE ID reported by the device.
  • the method further includes: pre-defining a specification of the RESOURCE ID and applying to the configuration point, the controller, and the upper-layer application, where the specification includes: being an OF-CONFIG protocol
  • the specification includes: being an OF-CONFIG protocol
  • Each type of resource within the definition defines a type value; according to the SDN device type, a corresponding entity structure is defined for each resource type in the OF-CONFIG protocol.
  • the specification further includes: defining a version number of the RESOURCE ID; and the RESOURCE ID further includes version information of the resource.
  • the configuration point generates a corresponding RESOURCE ID for each resource, and the configuration point generates a corresponding RESOURCE ID for each resource according to the specification of the RESOURCE ID.
  • the method further includes: after receiving the RESOURCE ID reported by the device, the controller further parses the entity information from the RESOURCE ID according to the specification of the RESOURCE ID.
  • the method further includes: the upper layer application receives the RESOURCE ID forwarded by the controller, and parses the entity information from the RESOURCE ID according to the specification of the RESOURCE ID.
  • the embodiment of the present disclosure further provides a configuration point device, including: a RESOURCE ID allocation module, configured to generate a corresponding RESOURCE ID for each resource and send the information to the device, where the RESOURCE ID includes resource type information and corresponding Entity information.
  • a RESOURCE ID allocation module configured to generate a corresponding RESOURCE ID for each resource and send the information to the device, where the RESOURCE ID includes resource type information and corresponding Entity information.
  • the RESOURCE ID allocation module may be configured to use a pre-defined and published RESOURCE ID specification at the configuration point, and generate a corresponding RESOURCE ID for each resource according to the RESOURCE ID specification;
  • the specification includes: defining a type value for each resource type in the OF-CONFIG protocol; and respectively defining a corresponding entity structure for each resource type in the OF-CONFIG protocol according to the SDN device type.
  • the specification further includes: defining a version number of the RESOURCE ID; and the RESOURCE ID further includes version information of the resource.
  • the embodiment of the present disclosure further provides a controller, including: an application module, configured to receive a RESOURCE ID reported by the device and forward the message to the upper layer application, so that the upper layer application parses the entity information from the RESOURCE ID;
  • the RESOURCE ID includes type information of the resource and corresponding entity information.
  • the application module is further configured to use a pre-defined and published RESOURCE ID specification; the specification includes: defining a type value for each resource type in the OF-CONFIG protocol; and in the OF-CONFIG protocol according to the SDN device type Each resource type defines a corresponding entity structure.
  • the specification further includes: defining a version number of the RESOURCE ID; and the RESOURCE ID further includes version information of the resource.
  • the application module is further configured to parse the entity information from the RESOURCE ID according to the specification of the RESOURCE ID after receiving the RESOURCE ID.
  • the embodiment of the present disclosure further provides an upper layer application device, where the upper layer application device includes an upper layer application module, and the upper layer application module is configured to receive a RESOURCE ID forwarded by the controller, where the RESOURCE ID includes resource type information and corresponding Entity information; and parsing the entity information from the RESOURCE ID according to the specification of the RESOURCE ID.
  • the upper application module is further configured to use a pre-defined and published RESOURCE ID specification; the specification includes: defining a type value for each resource type in the OF-CONFIG protocol; and providing an OF-type according to the SDN device type.
  • Each resource type in the CONFIG protocol defines a corresponding entity structure.
  • the specification further includes: defining a version number of the RESOURCE ID; and the RESOURCE ID further includes version information of the resource.
  • Embodiments of the present disclosure also provide a non-transitory computer readable storage medium storing computer executable instructions arranged to perform the above method.
  • An embodiment of the present disclosure further provides an electronic device, including:
  • At least one processor At least one processor
  • the memory stores instructions executable by the at least one processor, the instructions being executed by the at least one processor to cause the at least one processor to perform the method described above.
  • the controller and the configuration point no longer need to interact with the RESOURCE ID, and the upper layer application of the controller does not need to interact with the configuration point RESOURCE ID, thereby reducing the interaction interface;
  • the RESOURCE ID is added with the RESOURCE ID type information, which solves the problem that the physical structure of each type of resource corresponds to different entities;
  • the corresponding entity information is embedded in the RESOURCE ID.
  • the entity information is unique.
  • the RESOURCE ID can allocate resources to different RESOURCE ID allocation modules at the configuration point. It does not need to be allocated in a centralized manner, which is beneficial to application development and improves deployment. Flexibility and efficiency.
  • the version information is added to the RESOURCE ID.
  • the device upgrade causes the physical structure corresponding to each resource to change, the new entity structure can be identified and reconfigured by the version number.
  • FIG. 1 is a schematic diagram of data flow of a RESOURCE ID in the related art
  • FIG. 2 is a schematic flowchart of a method for configuring a RESOURCE ID according to an embodiment of the present disclosure
  • FIG. 3 is a schematic diagram of data flow and architecture of a RESOURCE ID configuration according to an embodiment of the present disclosure
  • FIG. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present disclosure.
  • the RESOURCE ID configuration method in the embodiment of the present disclosure embeds the entity information corresponding to the RESOURCE ID into the content of the RESOURCE ID according to a simple rule (which also conforms to the URI general syntax), and publishes the simple general specification, and the upper layer application receives the RESOURCE. After the ID, the relevant information can be parsed according to the published specifications, which greatly simplifies the application process and also conforms to the technical development direction of SDN open interworking interconnection.
  • the RESOURCE ID configuration method includes:
  • Step 201 Pre-configure the specification of the RESOURCE ID:
  • the specification of the RESOURCE ID includes at least: defining a type value for each type of resource in the OF-CONFIG protocol; and assigning each resource type in the OF-CONFIG protocol according to the SDN device type. Do not define the corresponding entity structure.
  • the specification of the RESOURCE ID may further include: defining a version number of the RESOURCE ID. In this way, when the device upgrade causes the physical structure corresponding to each type of resource to change, the new entity structure can be identified and reconfigured by the version number.
  • the RESOURCE ID is defined according to the grammar rule of the URI, and the defined RESOURCE ID includes the following content information: resource type information (currently having 8 resource types), version information, and corresponding entity information (for example, port type)
  • the RESOURCE ID can include a rack number, a subrack number, a slot number, a port number, etc., and the content information can be separated by a spacer (for example, using the URI standard common spacer "/" interval).
  • the RESOURCE ID configuration method in the embodiment of the present disclosure can be implemented in the actual configuration of the device.
  • the upper layer application can parse the entity information corresponding to the RESOURCE ID according to the specification, which simplifies the application process.
  • the specification of the RESOURCE ID is configured in the configuration point, the controller, and the upper layer application of the controller.
  • Step 202 The configuration point generates a corresponding RESOURCE ID for each resource according to the foregoing specification, and sends the corresponding RESOURCE ID to the device.
  • the RESOURCE ID generated by the configuration point includes at least the type information of the resource and the corresponding entity information. It can also contain version information (for example, version number) of the resource. In this way, when the device upgrade causes the physical structure corresponding to each type of resource to change, the new entity structure can be identified and reconfigured by the version number.
  • Step 203 After receiving the RESOURCE ID, the device saves the RESOURCE ID and reports the related RESOURCE ID to the controller.
  • Step 204 After receiving the RESOURCE ID, the controller parses the entity information corresponding to the RESOURCE ID according to the foregoing specification. If necessary, continue to forward the RESOURCE ID to the upper application.
  • Step 205 The upper layer application of the controller receives the RESOURCE ID, and parses the entity information corresponding to the RESOURCE ID according to the published specification.
  • the embodiment of the present disclosure further provides a configuration point device, including: a RESOURCE ID allocation module, configured to generate a corresponding RESOURCE ID for each resource and send the information to the device, where the RESOURCE ID includes resource type information. And corresponding entity information.
  • a RESOURCE ID allocation module configured to generate a corresponding RESOURCE ID for each resource and send the information to the device, where the RESOURCE ID includes resource type information. And corresponding entity information.
  • the RESOURCE ID allocation module can be configured to be pre-determined at the configuration point.
  • the specification of the RESOURCE ID issued by the company (such as configuring the specification or embedding the specification into the system or placing the specification in other ways to enable the RESOURCE ID allocation module to be used), according to the specification of the RESOURCE ID for each resource
  • the corresponding RESOURCE ID is generated; the content of the specification is the same as that of the above method, and details are not described herein.
  • the embodiment of the present disclosure further provides a controller, including: an application module, configured to receive a RESOURCE ID reported by the device and forward the message to an upper layer application, so that the upper layer application parses the entity from the RESOURCE ID.
  • Information the RESOURCE ID includes type information of the resource and corresponding entity information.
  • the application module is also configured to use a specification of a pre-defined and published RESOURCE ID (eg, configuring the specification or embedding the specification into the system or otherwise placing the specification therein to enable the application module to be used).
  • a specification of a pre-defined and published RESOURCE ID eg, configuring the specification or embedding the specification into the system or otherwise placing the specification therein to enable the application module to be used.
  • the contents of the specification and the RESOURCE ID are the same as those of the above method, and are not described again.
  • the application module may be further configured to parse the entity information from the RESOURCE ID according to the specification of the RESOURCE ID after receiving the RESOURCE ID.
  • an embodiment of the present disclosure further provides an upper layer application device of the controller, where the upper layer application device includes an upper layer application module, and the upper layer application module is configured to receive a RESOURCE ID forwarded by the controller, where the RESOURCE ID includes Type information of the resource and corresponding entity information; and parsing the entity information from the RESOURCE ID according to the specification of the RESOURCE ID.
  • the upper application module is further configured to use a pre-defined and published RESOURCE ID specification (such as configuring the specification or embedding the specification into the system or placing the specification in another manner to enable the upper application module to be used.
  • RESOURCE ID such as configuring the specification or embedding the specification into the system or placing the specification in another manner to enable the upper application module to be used.
  • the contents of the specification and the RESOURCE ID are the same as those of the above method, and will not be described again.
  • the upper-layer application device is configured to provide a user interface, and the user can personally configure and manage the network configuration and other functions of the SDN system through the upper-layer application device, where the function of the upper-layer application device is equivalent to the network management and is deployed in the client.
  • an upper application device may have a plurality of the above upper application modules. Controllers and configuration points can be configured on the server. Generally, controllers and configuration points are deployed on different servers. In actual applications, they can be deployed on the same server as needed.
  • the controller may be configured to transmit the commands of the upper layer application to the device layer, and report related information of the device layer to the upper layer application, etc., in addition to the functions involved in the foregoing method.
  • the configuration point is configured to configure information or content related to the OF-CONFIG protocol.
  • the configuration point can be an OF-CONFIG configuration point or other A configuration point with corresponding functionality.
  • the application module of the controller may be a performance reporting application module, an alarm application module, etc., but only a part of the RESOURCE ID related application. Only one RESOURCE ID allocation module is shown as a schematic in the configuration point. In actual applications, multiple RESOURCE ID allocation modules can be configured at the configuration point, and multiple RESOURCE ID allocation modules can be deployed in a distributed architecture.
  • the method implementation process of the embodiment of the present disclosure may include:
  • type values for the existing resource types (currently only eight are defined for OF-CONFIG), which are defined as port, queue, owned-certificate, external-certificate, flow-table, sptn-oam: Ethernet_MEG, sptn. -oam: G.8113.1_MEG, sptn-oam: The MLP_ProtectionGroup type is 1 to 8, that is, the port type value is 1, the sptn-oam: MLP_ProtectionGroup is 8, and so on.
  • the RESOURCE ID management allocation module of the configuration point allocates a RESOURCE ID to the resource according to the specifications defined in the above steps 1, 2, and 3, for example, in the rack No. 5, subrack No. 2, slot No. 11, port 6, and channel.
  • the RESOURCE ID with the number 3 and the MEGID of 18 is: ⁇ 1 ⁇ 7 ⁇ 5 ⁇ 2 ⁇ 11 ⁇ 6 ⁇ 3 ⁇ 18, and " ⁇ 1 ⁇ 7 ⁇ 5 ⁇ 2 ⁇ 11 ⁇ 6 ⁇ 3 ⁇ 18"
  • the RESOURCE ID is sent to the device.
  • the device After the device receives the RESOURCE ID of " ⁇ 1 ⁇ 7 ⁇ 5 ⁇ 2 ⁇ 11 ⁇ 6 ⁇ 3 ⁇ 18", it will be saved first. When you need to report the RESOURCE ID related information such as " ⁇ 1 ⁇ 7 ⁇ 5 ⁇ 2 ⁇ 11 ⁇ 6 ⁇ 3 ⁇ 18" (such as alarm reporting), the device will receive " ⁇ 1 ⁇ 7 ⁇ 5 ⁇ 2 ⁇ 11". ⁇ 6 ⁇ 3 ⁇ 18" This RESOURCE ID is reported to the controller (if it is an alarm report, the alarm information associated with this RESOURCE ID is also reported)
  • the controller After receiving the RESOURCE ID information, the controller takes out the value of the RESOURCE ID " ⁇ 1 ⁇ 7 ⁇ 5 ⁇ 2 ⁇ 11 ⁇ 6 ⁇ 3 ⁇ 18", first removes the version number 1 and the type code 7, according to the published information. , know that the corresponding entity structure is the rack address, device number/subrack number, slot number, port number, channel number, MEGID number, Therefore, the entity information corresponding to the RESOURCE ID can be parsed as: rack 5, subrack 2, slot 11 and port 6, port number 3, MEGID 18. If necessary, the controller will continue to report the RESOURCE ID of " ⁇ 1 ⁇ 7 ⁇ 5 ⁇ 2 ⁇ 11 ⁇ 6 ⁇ 3 ⁇ 18" to the upper application of the controller.
  • the upper application of the controller takes out the value of the RESOURCE ID " ⁇ 1 ⁇ 7 ⁇ 5 ⁇ 2 ⁇ 11 ⁇ 6 ⁇ 3 ⁇ 18".
  • the value of the RESOURCE ID can be parsed.
  • Embodiments of the present disclosure also provide a non-transitory computer readable storage medium storing computer executable instructions arranged to perform the method of any of the above embodiments.
  • the embodiment of the present disclosure further provides a schematic structural diagram of an electronic device.
  • the electronic device includes:
  • At least one processor 40 which is exemplified by a processor 40 in FIG. 4; and a memory 41, may further include a communication interface 42 and a bus 43.
  • the processor 40, the communication interface 42, and the memory 41 can complete communication with each other through the bus 43.
  • Communication interface 42 can be used for information transmission.
  • Processor 40 may invoke logic instructions in memory 41 to perform the methods of the above-described embodiments.
  • logic instructions in the memory 41 described above may be implemented in the form of a software functional unit and sold or used as a stand-alone product, and may be stored in a computer readable storage medium.
  • the memory 41 is used as a computer readable storage medium for storing software programs, computer executable programs, and program instructions/modules corresponding to the methods in the embodiments of the present disclosure.
  • the processor 40 executes the function application and the data portion by running software programs, instructions, and modules stored in the memory 41.
  • the RESOURCE ID configuration method in the foregoing method embodiment is implemented.
  • the memory 41 may include a storage program area and a storage data area, wherein the storage program area may store an operating system, an application required for at least one function; the storage data area may store data created according to use of the terminal device, and the like. Further, the memory 41 may include a high speed random access memory, and may also include a nonvolatile memory.
  • the technical solution of the embodiments of the present disclosure may be embodied in the form of a software product stored in a storage medium, including one or more instructions for causing a computer device (which may be a personal computer, a server, or a network) The device or the like) performs all or part of the steps of the method described in the embodiments of the present disclosure.
  • the foregoing storage medium may be a non-transitory storage medium, including: a USB flash drive, a mobile hard disk, a read-only memory (ROM), a random access memory (RAM), a magnetic disk or an optical disk, and the like.
  • the RESOURCE ID configuration method and device provided by the application reduce the interaction interface, solve the problem that different types of resources correspond to different entity structures, do not need to centrally allocate RESOURCE ID, are beneficial to application development, improve deployment flexibility, and can Improve efficiency.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer And Data Communications (AREA)
  • Mobile Radio Communication Systems (AREA)

Abstract

La présente invention concerne un procédé et un dispositif de configuration de RESOURCE ID. Le procédé consiste à : générer un RESOURCE ID pour une ressource et l'envoyer à un dispositif ; recevoir le RESOURCE ID rapporté par le dispositif et le transmettre à une application supérieure. Le RESOURCE ID comprend des informations de type de la ressource et des informations d'entité correspondante. En réduisant le nombre d'interfaces interactives, la présente invention résout le problème selon lequel divers types de ressources correspondent à différentes structures d'entité, ce qui supprime la nécessité d'attribuer des RESOURCE ID de manière centralisée. La présente invention est avantageuse pour le développement d'applications. Elle améliore la flexibilité du déploiement et son efficacité.
PCT/CN2017/086776 2016-06-01 2017-06-01 Procédé et dispositif de configuration de ressource id WO2017206925A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610383859.4A CN107453892A (zh) 2016-06-01 2016-06-01 Resource id配置方法及装置
CN201610383859.4 2016-06-01

Publications (1)

Publication Number Publication Date
WO2017206925A1 true WO2017206925A1 (fr) 2017-12-07

Family

ID=60478000

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/086776 WO2017206925A1 (fr) 2016-06-01 2017-06-01 Procédé et dispositif de configuration de ressource id

Country Status (2)

Country Link
CN (1) CN107453892A (fr)
WO (1) WO2017206925A1 (fr)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108322329A (zh) * 2017-12-25 2018-07-24 深圳市泰信通信息技术有限公司 基于sdn网络的下发网络配置方法、装置及设备

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101655892A (zh) * 2009-09-22 2010-02-24 成都市华为赛门铁克科技有限公司 一种移动终端和访问控制方法
CN103338163A (zh) * 2013-07-16 2013-10-02 清华大学 支持动态弹性资源调度的软件定义网络控制器
WO2015018436A1 (fr) * 2013-08-06 2015-02-12 Nec Europe Ltd. Procédé d'exploitation d'un réseau et réseau
US20160036601A1 (en) * 2014-08-03 2016-02-04 Oliver Solutions Ltd. Virtualization method for an access network system and its management architecture
CN105516116A (zh) * 2015-12-02 2016-04-20 浙江工商大学 一种基于ForCES控制件控制OpenFlow交换机的系统及协议转换方法

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101655892A (zh) * 2009-09-22 2010-02-24 成都市华为赛门铁克科技有限公司 一种移动终端和访问控制方法
CN103338163A (zh) * 2013-07-16 2013-10-02 清华大学 支持动态弹性资源调度的软件定义网络控制器
WO2015018436A1 (fr) * 2013-08-06 2015-02-12 Nec Europe Ltd. Procédé d'exploitation d'un réseau et réseau
US20160036601A1 (en) * 2014-08-03 2016-02-04 Oliver Solutions Ltd. Virtualization method for an access network system and its management architecture
CN105516116A (zh) * 2015-12-02 2016-04-20 浙江工商大学 一种基于ForCES控制件控制OpenFlow交换机的系统及协议转换方法

Also Published As

Publication number Publication date
CN107453892A (zh) 2017-12-08

Similar Documents

Publication Publication Date Title
EP3432517B1 (fr) Procédé et appareil de configuration de dispositif basés sur un protocole de configuration de réseau
US9565135B2 (en) System and method for service chaining with tunnel chains in software defined network
US10541877B2 (en) Dynamic reservation protocol for 5G network slicing
US11487690B2 (en) Universal host and non-volatile memory express storage domain discovery for non-volatile memory express over fabrics
US10034222B2 (en) System and method for mapping a service-level topology to a service-specific data plane logical topology
EP3905598B1 (fr) Procédé et appareil de traitement de message, dispositif de panneau de commande, et support de stockage informatique
CN107733799B (zh) 一种报文传输方法和装置
EP3143511B1 (fr) Procédé et appareil destinés à la configuration d'un réseau basé sur l'affinité
CN115296993B (zh) 用于互连多域网络分片控制和管理的系统、功能和接口
WO2017198003A1 (fr) Procédé et système de traitement de service
JP6419947B2 (ja) 光ネットワークユニットptpサービスをリモート設定する方法、装置、及びシステム
US11656897B2 (en) Apparatus and method for network function virtualization in wireless communication system
CN111865662B (zh) 网络设备配置方法及系统
US20220394010A1 (en) Method, Apparatus, and System for Sending Control Request Based on Key Value Configuration
CN104243198B (zh) 一种基于网络配置协议的网络管理方法和系统
US9633131B2 (en) HTML network service tags used with web browsers for controlling network elements
WO2017206925A1 (fr) Procédé et dispositif de configuration de ressource id
WO2015168974A1 (fr) Procédé et appareil de création de ressources
CN104780229A (zh) 通过云终端设置云服务器ip地址的方法、系统和云系统
CN108989157B (zh) 用于智能设备控制的方法、装置
US8924520B2 (en) Method, remote access server and system for configuring a quality of service parameter
KR20190066743A (ko) 소프트웨어 정의 네트워킹 기반의 멀티 프로토콜 지원 네트워크 가상화 시스템 및 네트워크 가상화 장치의 동작 방법
WO2017211277A1 (fr) Procédé et appareil de configuration d'une unité de réseau optique
CN109644158B (zh) 区分报文进入消息的软件定义网络系统
WO2018121715A1 (fr) Procédé et dispositif de commande pour une attribution de ressources de réseau

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 17805870

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 17805870

Country of ref document: EP

Kind code of ref document: A1