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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 110
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 12
Multi-Service IronWare YANG Configuration Guide 5
53-1003038-02
Common definition and header elements
2
typedef ethernet-intf-single
{
type string
{
pattern "ethernet\s+\d{1,2}/\d{1,2}";
length "11..20";
}
description "Single ethernet interface";
}
typedef ethernet-pos-intf-single
{
type string
{
pattern
"ethernet\s+\d{1,2}/\d{1,2}|"+
"pos\s+\d{1,2}/\d{1,2}";
length "11..20";
}
description "Single ethernet or pos interface";
}
typedef ve-intf-single
{
type string
{
pattern "ve\s+\d";
length "4..20";
}
description "VE interface";
}
typedef ethernet-intf-multiple
{
type string
{
pattern
"ethernet\s+\d{1,2}/\d{1,2}|"+
"ethernet\s+\d{1,2}/\d{1,2}\s+to\d{1,2}/\d{1,2}";
length "11..50";
}
description "Multiple ethernet interfaces";
}
typedef ethernet-pos-intf-multiple
{
type string
{
pattern
"ethernet\s+\d{1,2}/\d{1,2}|"+
"ethernet\s+\d{1,2}/\d{1,2}\s+to\d{1,2}/\d{1,2}|"+
"pos\s+\d{1,2}/\d{1,2}|"+
"pos\s+\d{1,2}/\d{1,2}\s+to\d{1,2}/\d{1,2}";
length "7..50";
}
description "Multiple ethernet or pos interfaces";
}
typedef vlan-identifier
{
Przeglądanie stron 12
1 2 ... 8 9 10 11 12 13 14 15 16 17 18 ... 109 110

Komentarze do niniejszej Instrukcji

Brak uwag