Дерево страниц
Перейти к концу метаданных
Переход к началу метаданных

In the PROFILE MANAGEMENT mode, the IP parameters of the ONT management interface are configured (for client TR-069).

 After configuration, the management profile can be assigned to a specific template or directly in the ONT configuration.

profile management

This command allows to create a new profile and/or switch to its configuration mode.

The use of a negative form (no) of the command removes the profile.

Syntax     

[no] profile management [<NAME>]

Parameters

<NAME> – profile name, case sensitive.

Command mode

CONFIG

Example

ma4000(config)# profile management name
ma4000(config-management)("name")#

name

The command changes the name of the configured profile.

Syntax     

name <STRING>

Parameters

<STRING> – profile name, case sensitive.

Command mode

PROFILE MANAGEMENT

Example

ma4000(config-management)("name")# name test

description

This command allows to add a description for the profile to be configured.

The use of a negative form (no) of the command removes description.

Syntax     

[no] description <STRING>

Parameters

<STRING> – text description.

Command mode

PROFILE MANAGEMENT

Example

ma4000(config-management)("name")# description doc

omci-configuration

This command allows to enable setting of IP interface parameters and TR-069 server configuration by OMCI.

The use of a negative form (no) of the command sets the default parameter value.

Syntax     

omci-configuration <STRING>
[no] omci-configuration

Parameters

The command does not contain parameters

Command mode

PROFILE MANAGEMENT

Example

ma4000(config-management)("name")# omci-configuration

url

The command allows to set the URL of the ACS server.

The use of a negative form (no) of the command sets the default parameter value.

Syntax     

url <URL>
[no] url

Parameters

<URL> – ACS server in format http://ipaddr:port.

Command mode

PROFILE MANAGEMENT

Example

ma4000(config-management)("name")# url http://tr.ru:9595

username

This command allows to set a user name to connect to the ACS server.

The use of a negative form (no) of the command sets the default parameter value.

Syntax     

username <NAME>
[no] username

Parameters

<NAME> – user name, 25 characters max.

Command mode

PROFILE MANAGEMENT

Example

ma4000(config-management)("name")# username acsacs

password

This command allows to set a password to connect the user to the ACS server.

The use of a negative form (no) of the command sets the default parameter value.

Syntax     

password <STRING>
[no] password

Parameters

<STRING> – user password, 25 characters max.

Command mode

PROFILE MANAGEMENT

Example

ma4000(config-management)("name")# password password123

show profile management

This command allows to view the existing profiles, view the configuration of the specified profile.

Syntax     

show profile management <NAME>

Parameters

<NAME> – profile name, optional parameter.

If no profile name is specified – the list of all profiles of this type is displayed, if the name is specified – the configuration of this profile is displayed.

Command mode

ROOT

Example 1

ma4000# show profile management 
    ##                Name    Description
     1       management-00    ONT Profile Management 0
     2                name    ONT Profile Management 1

Example 2

ma4000# show profile management management-00
    Name:                                              'management-00'
    Description:                                       'ONT Profile Management 0'
    Enable omci configuration:                         true
    Url:                                               ''
    Username:                                          ''
    Password:                                          '' 
  • Нет меток