Brocade Multi-Service IronWare YANG Configuration Guide (S Manual de usuario Pagina 70

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 110
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 69
62 Multi-Service IronWare YANG Configuration Guide
53-1003038-02
MPLS configuration elements
4
MPLS path
The following data element creates a path and inserts nodes into the path.
TABLE 16 MPLS path
YANG model XML CLI
grouping mpls-path-grouping
{
description "MPLS Explicit Path configuration group";
list path
{
key "name";
description "Explicit route path";
leaf name
{
type mpls-path-type;
description "Path Name";
}
<brcd:path>
<brcd:name>example</brcd:name>
[no] path <path name>
leaf-list strict
{
type ipv4_address;
description "Strict node";
}
<brcd:strict>1.1.1.1</brcd:strict>[no] strict <ip address>
leaf-list loose
{
type ipv4_address;
description "Loose node";
}
<brcd:loose>2.2.2.2</brcd:loose>[no] loose <ip address>
list insert-strict
{
key "addr before";
description "Insert Strict nodes";
leaf addr
{
type ipv4_address;
description "Strict node";
}
leaf before
{
type ipv4_address;
description "Insert before this node";
}
}
<brcd:insert-strict>
<brcd:addr>3.3.3.3</brcd:addr>
<brcd:before>2.2.2.2</brcd:before>
</brcd:insert-strict>
[no] insert strict <ip address> before
<ip address>
Vista de pagina 69
1 2 ... 65 66 67 68 69 70 71 72 73 74 75 ... 109 110

Comentarios a estos manuales

Sin comentarios