Brocade Multi-Service IronWare YANG Configuration Guide (S Instrukcja Użytkownika Strona 71

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 110
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 70
Multi-Service IronWare YANG Configuration Guide 63
53-1003038-02
MPLS configuration elements
4
MPLS LSP configuration
The following data element configures the Label Switch Path (LSP).
list insert-loose
{
key "addr before";
description "Insert Loose nodes";
leaf addr
{
type ipv4_address;
description "Loose node";
}
leaf before
{
type ipv4_address;
description "Insert before this node";
}
}
}
}
<brcd:insert-loose>
<brcd:addr>4.4.4.4</brcd:addr>
<brcd:before>1.1.1.1</brcd:before>
</brcd:insert-loose>
</brcd:path>
[no] insert loose <ip address>
before <ip address>
TABLE 16 MPLS path (Continued)
YANG model XML CLI
TABLE 17 MPLS LSP
YANG model XML CLI
grouping mpls-lsp-grouping
{
description "MPLS LSP configuration group";
list lsp
{
key "name";
description "MPLS Signaled label switched
"+"path configuration";
leaf name
{
type string
{
length "1..64";
}
description "LSP name";
}
<brcd:lsp>
<brcd:name>example</brcd:name>
[no] lsp <name>
leaf adaptive
{
type empty;
description "Enable LSP to be modified
on fly";
}
<brcd:adaptive></brcd:adaptive>[no] adaptive
Przeglądanie stron 70
1 2 ... 66 67 68 69 70 71 72 73 74 75 76 ... 109 110

Komentarze do niniejszej Instrukcji

Brak uwag