beautypg.com

Brocade Multi-Service IronWare YANG Configuration Guide (Supporting R05.6.00) User Manual

Page 72

background image

64

Multi-Service IronWare YANG Configuration Guide

53-1003038-02

MPLS configuration elements

4

leaf commit
{

type empty;
description "Apply the parameter

modifications to LSP";

}

<brcd:commit>brcd:commit>

[no] commit

choice admin-status-choice
{

description "Enable/Tear down the LSP";

case enable
{

leaf enable
{

type

empty;

description "Enable the LSP";

}

}
case disable
{

leaf disable
{

type empty;
description "Tear down the

LSP";

}

}

}

<brcd:enable>brcd:enable>

<brcd:disable>brcd:disable>

[no] enable

[no] disable

leaf from
{

type ipv4_address;
description "Ingress router of the LSP";

}

<brcd:from>5.5.5.5brcd:from>

from <ip address>

leaf to
{

type ipv4_address;
description "Egress router of the LSP";

}

<brcd:to>6.6.6.6brcd:to>

to <ip address>

leaf hop-limit
{

type hop-limit-type;
description "Limit of hops the LSP can

traverse";

}

<brcd:hop-limit>20brcd:hop-limit>

[no] hop-limit <number>

TABLE 17

MPLS LSP (Continued)

YANG model

XML

CLI