beautypg.com

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

Page 44

background image

36

Multi-Service IronWare YANG Configuration Guide

53-1003038-02

Full examples

3

}

}

leaf load-interval

{

type uint32

{

range "30..300";

}

units "Seconds";

description "Load interval, multiple of 30";

}

leaf source-guard

{

type empty;

description "Enable/ IP source guard";

}

leaf flow-control

{

type empty;

description "Enable 802.3 flow control "+

"on full duplex port";

}

leaf speed-duplex

{

type interface_speed_duplex;

description "Speed duplex for this interface";

}

container ip

{

description "Interface IPv4 configuration";

leaf address

{

type ipv4_address_mask;

description "IPv4 address";

}

}

container ipv6

{

description "Interface IPv6 configuration";

leaf address

{

type ipv6_address_mask;

description "IPv6 address";

}

leaf enable

{

type empty;

description "Enable IPv6 on this interface";

}

}

uses priority-grouping;

}