Got it

Xml

Created: Apr 18, 2021 16:52:16Latest reply: Apr 29, 2021 07:26:30 641 3 0 0 0
  HiCoins as reward: 0 (problem unresolved)
How can I write xml file to umpt

Featured Answers

Recommended answer

BetterMing
Created Apr 19, 2021 01:08:36

Hello, dear.

You can use the MML command to upload an XML file.

Upload Backup Configuration File (ULD CFGFILE)

Network Element: BTS3900, BTS3900 WCDMA, BTS3900 LTE, BTS5900, BTS5900 WCDMA, BTS5900 LTE, BTS5900 5G

Function

Use this command to upload a backup configuration file or a downloaded configuration file to an FTP server.

Note

  • Before running this command to upload a base station configuration file to the server, there must be the configuration file. You must run the LST CFGFILE command to check that the configuration file exists on a base station.

  • If the execution result of this command indicates that the file or directory is not available on the FTP server, the possible causes and solutions are as follows:

    The user does not have the write permission to a specified path on the FTP server. In this case, assign the user with the write permission.

    The specified path does not exist on the FTP server. In this case, create folders accordingly.

    A read-only file with the same name as the target file exists in the specified upload path. In this case, set the read-only attribute to off.

    A folder with the same name as the target file exists in the specified upload path. In this case, rename the folder to ensure that their names are different.

  • If a configuration file already exists in the specified path, the file will be replaced by another uploaded configuration file with the same format. Therefore, it is recommended that each path be named on the basis of time. For example, C:/bak/20040110, C:/bak/20040115.

  • Before running this command, ensure that the following conditions are met:

    The FTP server is functioning properly.

    No firewall is set between the FTP server and the NE, or the firewall is disabled.

    The specified user name and password of the FTP server are valid, and the user has the write permission to the specified directory.

  • If a configuration file is not activated, it will be deleted immediately after it is successfully uploaded.

  • If a configuration file fails to be uploaded and is not activated within 24 hours, it will be automatically deleted after 24 hours.

  • Execution of this command will increase the CPU usage, and CPU overload may affect UE access. Therefore, it is recommended that you run this command when the system has a light load.

Parameters

IDNameDescription
MODEIP Mode

Meaning: Indicates the IP mode of the FTP server.

GUI Value Range: IPV4(IPv4), IPV6(IPv6)

Unit: None

Actual Value Range: IPV4, IPV6

MML Default Value: IPV4(IPv4)

Recommended Value: IPV4(IPv4)

Parameter Relationship: None

Service Interrupted After Modification: N/A

Impact on Radio Network Performance: None

Applicable Mode:G,U,L,N,R

IPFTP Server IP

Meaning: Indicates the IP address of the FTP server.

GUI Value Range: Valid IP address

Unit: None

Actual Value Range: Valid IP address

MML Default Value: None

Recommended Value: None

Parameter Relationship: None

Service Interrupted After Modification: N/A

Impact on Radio Network Performance: None

Applicable Mode:G,U,L,N,R

USRUser Name

Meaning: Indicates the user name for logging in to the FTP server.

GUI Value Range: 1~32 characters

Unit: None

Actual Value Range: 1~32 characters

MML Default Value: None

Recommended Value: None

Parameter Relationship: None

Service Interrupted After Modification: N/A

Impact on Radio Network Performance: None

Applicable Mode:G,U,L,N,R

PWDPassword

Meaning: Indicates the password for logging in to the FTP server.

GUI Value Range: 1~32 characters

Unit: None

Actual Value Range: 1~32 characters

MML Default Value: None

Recommended Value: None

Parameter Relationship: None

Service Interrupted After Modification: N/A

Impact on Radio Network Performance: None

Applicable Mode:G,U,L,N,R

DIRDirectory Name

Meaning: Indicates the directory where the file is saved on the FTP server. If this parameter is not specified, the license file will be saved to the default directory on the FTP server. Whether the directory name can include an absolute or relative path and what format the path should be in both depend on the FTP server and the operating system of the FTP server. You can refer to the directory name in the Example part.

GUI Value Range: 0~230 characters

Unit: None

Actual Value Range: 0~230 characters

MML Default Value: None

Recommended Value: None

Parameter Relationship: None

Service Interrupted After Modification: N/A

Impact on Radio Network Performance: None

Applicable Mode:G,U,L,N,R

FTFile Type

Meaning: Indicates the type of the configuration file.

GUI Value Range: XML(XML Format)

Unit: None

Actual Value Range: XML

MML Default Value: XML(XML Format)

Recommended Value: None

Parameter Relationship: None

Service Interrupted After Modification: N/A

Impact on Radio Network Performance: None

Applicable Mode:G,U,L,N,R

GAGuage Option

Meaning: Indicates whether to report the progress during the data transfer. If this parameter is set to Y, the system displays the current progress in percentage, for example, 30%, during the data transfer.

GUI Value Range: Y(Send Progress), N(Not to Send Progress)

Unit: None

Actual Value Range: Y, N

MML Default Value: Y(Send Progress)

Recommended Value: Y(Send Progress)

Parameter Relationship: None

Service Interrupted After Modification: N/A

Impact on Radio Network Performance: None

Applicable Mode:G,U,L,N,R

CFCompression Flag

Meaning: Indicates whether to compress the source file before it is uploaded. If this parameter is set to COMPRESSED, a compressed file is generated after the source file is uploaded. The compressed files have a file name extension of .gz and can be decompressed with the WinRAR program. For example, if the source file is named "OPLOG.txt", the file will be compressed into a file named "OPLOG.txt.gz".

GUI Value Range: UNCOMPRESSED(Uncompressed), COMPRESSED(Compressed)

Unit: None

Actual Value Range: UNCOMPRESSED, COMPRESSED

MML Default Value: UNCOMPRESSED(Uncompressed)

Recommended Value: UNCOMPRESSED(Uncompressed)

Parameter Relationship: None

Service Interrupted After Modification: N/A

Impact on Radio Network Performance: The CPU usage increases by 10% to 50% if the source file is compressed before being uploaded. CPU overload leads to access failure.

Applicable Mode:G,U,L,N,R

Example

Example 1: To upload the backup configuration file with the parameters as follows: IP Mode: IPV4, FTP Server IP: 192.168.0.66, User Name: admin, Password: a1234, run the following command: 
ULD CFGFILE: MODE=IPV4, IP="192.168.0.66", USR="admin", PWD="*****";

Example 2: To upload the backup configuration file with the parameters as follows: IP Mode: IPV4, FTP Server IP: 192.168.0.66, User Name: admin, Password: a1234, Directory Name: D:\FTP\files, run the following command: 
ULD CFGFILE: MODE=IPV4, IP="192.168.0.66", USR="admin", PWD="*****", DIR="D:\FTP\files";

Example 3: To upload the backup configuration file with the parameters as follows: IP Mode: IPV4, FTP Server IP: 192.168.0.66, User Name: admin, Password: a1234, Directory Name: \files, run the following command: 
ULD CFGFILE: MODE=IPV4, IP="192.168.0.66", USR="admin", PWD="*****", DIR="\files";

Example 4: To upload the backup configuration file with the parameters as follows: IP Mode: IPV4, FTP Server IP: 192.168.0.66, User Name: admin, Password: a1234, Directory Name: ftproot/, run the following command: 
ULD CFGFILE: MODE=IPV4, IP="192.168.0.66", USR="admin", PWD="*****", DIR="ftproot/";



View more
  • x
  • convention:

All Answers

Hello, friend!


XMLl files do not support writing to UMPT.


Generally, XML files can be written only to ONTs.


Thanks!

View more
  • x
  • convention:

Hello, dear.

You can use the MML command to upload an XML file.

Upload Backup Configuration File (ULD CFGFILE)

Network Element: BTS3900, BTS3900 WCDMA, BTS3900 LTE, BTS5900, BTS5900 WCDMA, BTS5900 LTE, BTS5900 5G

Function

Use this command to upload a backup configuration file or a downloaded configuration file to an FTP server.

Note

  • Before running this command to upload a base station configuration file to the server, there must be the configuration file. You must run the LST CFGFILE command to check that the configuration file exists on a base station.

  • If the execution result of this command indicates that the file or directory is not available on the FTP server, the possible causes and solutions are as follows:

    The user does not have the write permission to a specified path on the FTP server. In this case, assign the user with the write permission.

    The specified path does not exist on the FTP server. In this case, create folders accordingly.

    A read-only file with the same name as the target file exists in the specified upload path. In this case, set the read-only attribute to off.

    A folder with the same name as the target file exists in the specified upload path. In this case, rename the folder to ensure that their names are different.

  • If a configuration file already exists in the specified path, the file will be replaced by another uploaded configuration file with the same format. Therefore, it is recommended that each path be named on the basis of time. For example, C:/bak/20040110, C:/bak/20040115.

  • Before running this command, ensure that the following conditions are met:

    The FTP server is functioning properly.

    No firewall is set between the FTP server and the NE, or the firewall is disabled.

    The specified user name and password of the FTP server are valid, and the user has the write permission to the specified directory.

  • If a configuration file is not activated, it will be deleted immediately after it is successfully uploaded.

  • If a configuration file fails to be uploaded and is not activated within 24 hours, it will be automatically deleted after 24 hours.

  • Execution of this command will increase the CPU usage, and CPU overload may affect UE access. Therefore, it is recommended that you run this command when the system has a light load.

Parameters

IDNameDescription
MODEIP Mode

Meaning: Indicates the IP mode of the FTP server.

GUI Value Range: IPV4(IPv4), IPV6(IPv6)

Unit: None

Actual Value Range: IPV4, IPV6

MML Default Value: IPV4(IPv4)

Recommended Value: IPV4(IPv4)

Parameter Relationship: None

Service Interrupted After Modification: N/A

Impact on Radio Network Performance: None

Applicable Mode:G,U,L,N,R

IPFTP Server IP

Meaning: Indicates the IP address of the FTP server.

GUI Value Range: Valid IP address

Unit: None

Actual Value Range: Valid IP address

MML Default Value: None

Recommended Value: None

Parameter Relationship: None

Service Interrupted After Modification: N/A

Impact on Radio Network Performance: None

Applicable Mode:G,U,L,N,R

USRUser Name

Meaning: Indicates the user name for logging in to the FTP server.

GUI Value Range: 1~32 characters

Unit: None

Actual Value Range: 1~32 characters

MML Default Value: None

Recommended Value: None

Parameter Relationship: None

Service Interrupted After Modification: N/A

Impact on Radio Network Performance: None

Applicable Mode:G,U,L,N,R

PWDPassword

Meaning: Indicates the password for logging in to the FTP server.

GUI Value Range: 1~32 characters

Unit: None

Actual Value Range: 1~32 characters

MML Default Value: None

Recommended Value: None

Parameter Relationship: None

Service Interrupted After Modification: N/A

Impact on Radio Network Performance: None

Applicable Mode:G,U,L,N,R

DIRDirectory Name

Meaning: Indicates the directory where the file is saved on the FTP server. If this parameter is not specified, the license file will be saved to the default directory on the FTP server. Whether the directory name can include an absolute or relative path and what format the path should be in both depend on the FTP server and the operating system of the FTP server. You can refer to the directory name in the Example part.

GUI Value Range: 0~230 characters

Unit: None

Actual Value Range: 0~230 characters

MML Default Value: None

Recommended Value: None

Parameter Relationship: None

Service Interrupted After Modification: N/A

Impact on Radio Network Performance: None

Applicable Mode:G,U,L,N,R

FTFile Type

Meaning: Indicates the type of the configuration file.

GUI Value Range: XML(XML Format)

Unit: None

Actual Value Range: XML

MML Default Value: XML(XML Format)

Recommended Value: None

Parameter Relationship: None

Service Interrupted After Modification: N/A

Impact on Radio Network Performance: None

Applicable Mode:G,U,L,N,R

GAGuage Option

Meaning: Indicates whether to report the progress during the data transfer. If this parameter is set to Y, the system displays the current progress in percentage, for example, 30%, during the data transfer.

GUI Value Range: Y(Send Progress), N(Not to Send Progress)

Unit: None

Actual Value Range: Y, N

MML Default Value: Y(Send Progress)

Recommended Value: Y(Send Progress)

Parameter Relationship: None

Service Interrupted After Modification: N/A

Impact on Radio Network Performance: None

Applicable Mode:G,U,L,N,R

CFCompression Flag

Meaning: Indicates whether to compress the source file before it is uploaded. If this parameter is set to COMPRESSED, a compressed file is generated after the source file is uploaded. The compressed files have a file name extension of .gz and can be decompressed with the WinRAR program. For example, if the source file is named "OPLOG.txt", the file will be compressed into a file named "OPLOG.txt.gz".

GUI Value Range: UNCOMPRESSED(Uncompressed), COMPRESSED(Compressed)

Unit: None

Actual Value Range: UNCOMPRESSED, COMPRESSED

MML Default Value: UNCOMPRESSED(Uncompressed)

Recommended Value: UNCOMPRESSED(Uncompressed)

Parameter Relationship: None

Service Interrupted After Modification: N/A

Impact on Radio Network Performance: The CPU usage increases by 10% to 50% if the source file is compressed before being uploaded. CPU overload leads to access failure.

Applicable Mode:G,U,L,N,R

Example

Example 1: To upload the backup configuration file with the parameters as follows: IP Mode: IPV4, FTP Server IP: 192.168.0.66, User Name: admin, Password: a1234, run the following command: 
ULD CFGFILE: MODE=IPV4, IP="192.168.0.66", USR="admin", PWD="*****";

Example 2: To upload the backup configuration file with the parameters as follows: IP Mode: IPV4, FTP Server IP: 192.168.0.66, User Name: admin, Password: a1234, Directory Name: D:\FTP\files, run the following command: 
ULD CFGFILE: MODE=IPV4, IP="192.168.0.66", USR="admin", PWD="*****", DIR="D:\FTP\files";

Example 3: To upload the backup configuration file with the parameters as follows: IP Mode: IPV4, FTP Server IP: 192.168.0.66, User Name: admin, Password: a1234, Directory Name: \files, run the following command: 
ULD CFGFILE: MODE=IPV4, IP="192.168.0.66", USR="admin", PWD="*****", DIR="\files";

Example 4: To upload the backup configuration file with the parameters as follows: IP Mode: IPV4, FTP Server IP: 192.168.0.66, User Name: admin, Password: a1234, Directory Name: ftproot/, run the following command: 
ULD CFGFILE: MODE=IPV4, IP="192.168.0.66", USR="admin", PWD="*****", DIR="ftproot/";



View more
  • x
  • convention:

Posted by Chenxintao at 2021-04-19 00:46 Hello, friend!XMLl files do not support writing to UMPT.Generally, XML files can be written only to ...
How ONTs
View more
  • x
  • convention:

Comment

You need to log in to comment to the post Login | Register
Comment

Notice: To protect the legitimate rights and interests of you, the community, and third parties, do not release content that may bring legal risks to all parties, including but are not limited to the following:
  • Politically sensitive content
  • Content concerning pornography, gambling, and drug abuse
  • Content that may disclose or infringe upon others ' commercial secrets, intellectual properties, including trade marks, copyrights, and patents, and personal privacy
Do not share your account and password with others. All operations performed using your account will be regarded as your own actions and all consequences arising therefrom will be borne by you. For details, see " User Agreement."

My Followers

Login and enjoy all the member benefits

Login

Block
Are you sure to block this user?
Users on your blacklist cannot comment on your post,cannot mention you, cannot send you private messages.
Reminder
Please bind your phone number to obtain invitation bonus.