# Modifying Multilevel Precedence and Preemption (MLPP) Options

**To modify Multilevel Precedence and Preemption (MLPP) Options:**

1- Click Multilevel Precedence and Preemption (MLPP) Options in the Editing Profile window, to display the customizable options.

<figure><img src="https://docs.telcobridges.com/w/images/d/dd/ProfileMlpp_0.png" alt=""><figcaption></figcaption></figure>

\
2- Modify settings as required.

* Click Save

<figure><img src="https://docs.telcobridges.com/w/images/6/66/ProfileMlpp_1.png" alt=""><figcaption></figcaption></figure>

<details>

<summary>Northbound Interface</summary>

Path

```
/configurations/@[configuration_name]/profiles/@[profile_name]
```

Parameters (text)

```
/configurations/@[configuration_name]/profiles/@[profile_name]
name                            = "@[profile_name]"

/configurations/@[configuration_name]/profiles/@[profile_name]/mlpp_options
look_ahead_for_busy = "LFB allowed"
network_identity    = 0
outgoing_mode       = "No MLPP insertion"
precedence_level    = "PL flash override"
service_domain      = 0
```

Parameters (json)

```
{
"mlpp_options" : {
    "look_ahead_for_busy" : "LFB allowed",
    "network_identity" : 0,
    "outgoing_mode" : "No MLPP insertion",
    "precedence_level" : "PL flash override",
    "service_domain" : 0
  }
}
```

<br>

</details>

### List of Parameters

MLPP Options

* [MLPP: Outgoing Mode](/configuration-details/configuration-parameters-all.md#parameter-mlpp-outgoing-mode)
* [MLPP: Default look ahead for busy when unspecified](/configuration-details/configuration-parameters-all.md#parameter-mlpp-default-look-ahead-for-busy-when-unspecified)
* [MLPP: Default precedence level when unspecified](/configuration-details/configuration-parameters-all.md#parameter-mlpp-default-precedence-level-when-unspecified)
* [MLPP: Default network identity when unspecified](/configuration-details/configuration-parameters-all.md#parameter-mlpp-default-network-identity-when-unspecified)
* [MLPP: Default service domain when unspecified](/configuration-details/configuration-parameters-all.md#parameter-mlpp-default-service-domain-when-unspecified)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://prosbcdocs.telcobridges.com/configuration-details/configuration-by-use-case/rtp-no-anchoring/creating-profiles/modifying-multilevel-precedence-and-preemption-mlpp-options.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
