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

Page 12

Advertising
background image

4

Multi-Service IronWare YANG Configuration Guide

53-1003038-02

Common definition and header elements

2

"pos\s+\d{1,2}/\d{1,2}\s+to\d{1,2}/\d{1,2}|"+

"ve\s+\d|"+

"loopback\s+\d|"+

"management\s+\d|"+

"tunnel\s+\d";

length "4..100";

}

description

"Single or range of interfaces "+

"Format is etherenet SLOT/PORT or "+

"etherent SLOT/PORT to SLOT/PORT "+

"pos SLOT/PORT "+

"pos SLOT/PORT to SLOT/PORT "+

"ve ve_id "+

"loopback loopback_id (1 to 64) "+

"management mgmt_id (1 or 2) "+

"tunnel runnel_id";

}

typedef interface-eth-pos-ve-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}|"+

"ve\s+\d";

length "4..100";

}

description

"Single or range of interfaces "+

"Format is etherenet SLOT/PORT or "+

"etherent SLOT/PORT to SLOT/PORT "+

"pos SLOT/PORT "+

"pos SLOT/PORT to SLOT/PORT "+

"ve ve_id";

}

typedef interface-eth-pos-ve-single

{

type string

{

pattern

"ethernet\s+\d{1,2}/\d{1,2}|"+

"pos\s+\d{1,2}/\d{1,2}|"+

"ve\s+\d";

length "4..100";

}

description

"Single or range of interfaces "+

"Format is etherenet SLOT/PORT or "+

"pos SLOT/PORT "+

"ve ve_id";

}

Advertising