PSMI Attribute
==============
* **P-Multicast Service Interface Tunnel (PMSI) attribute:**
- **RSVP-TE P2MP LSP**
.. tabs::
.. tab:: XML
.. code-block:: xml
true
20024
1111111111
11111
10.10.10.10
.. tab:: JSON
.. code-block:: json
{
"pmsi-tunnel": {
"leaf-information-required": true,
"mpls-label": 20024,
"rsvp-te-p2mp-lsp": {
"p2mp-id": 1111111111,
"tunnel-id": 11111,
"extended-tunnel-id": "10.10.10.10"
}
}
}
- **mLDP P2MP LSP**
.. tabs::
.. tab:: XML
.. code-block:: xml
true
20024
x:ipv4-address-family
10.10.10.10
255
11111
aa:aa:aa
.. tab:: JSON
.. code-block:: json
{
"pmsi-tunnel": {
"leaf-information-required": true,
"mpls-label": 20024,
"mldp-p2mp-lsp": {
"address-family": "x:ipv4-address-family",
"root-node-address": "10.10.10.10",
"opaque-value": {
"opaque-type": 255,
"opaque-extended-type": 11111,
"opaque": "aa:aa:aa"
}
}
}
}
- **PIM-SSM Tree**
.. tabs::
.. tab:: XML
.. code-block:: xml
true
20024
11.12.13.14
10.10.10.10
.. tab:: JSON
.. code-block:: json
{
"pmsi-tunnel": {
"leaf-information-required": true,
"mpls-label": 20024,
"pim-ssm-tree": {
"p-address": "11.12.13.14",
"p-multicast-group": "10.10.10.10"
}
}
}
- **PIM-SM Tree**
.. tabs::
.. tab:: XML
.. code-block:: xml
true
20024
1.0.0.1
10.10.10.10
.. tab:: JSON
.. code-block:: json
{
"pmsi-tunnel": {
"leaf-information-required": true,
"mpls-label": 20024,
"pim-sm-tree": {
"p-address": "1.0.0.1",
"p-multicast-group": "10.10.10.10"
}
}
}
- **BIDIR-PIM Tree**
.. tabs::
.. tab:: XML
.. code-block:: xml
true
20024
1.0.0.1
10.10.10.10
.. tab:: JSON
.. code-block:: json
{
"pmsi-tunnel": {
"leaf-information-required": true,
"mpls-label": 20024,
"bidir-pim-tree": {
"p-address": "1.0.0.1",
"p-multicast-group": "10.10.10.10"
}
}
}
- **Ingress Replication**
.. tabs::
.. tab:: XML
.. code-block:: xml
true
20024
172.12.123.3
.. tab:: JSON
.. code-block:: json
{
"pmsi-tunnel": {
"leaf-information-required": true,
"mpls-label": 20024,
"ingress-replication": {
"receiving-endpoint-address": "172.12.123.3"
}
}
}
- **mLDP MP2MP LSP**
.. tabs::
.. tab:: XML
.. code-block:: xml
true
20024
255
11111
aa:aa
.. tab:: JSON
.. code-block:: json
{
"pmsi-tunnel": {
"leaf-information-required": true,
"mpls-label": 20024,
"mldp-mp2mp-lsp": {
"opaque-type": 255,
"opaque-extended-type": 11111,
"opaque": "aa:aa"
}
}
}