22.01.2014 Views

Network Configuration Management with NETCONF and YANG - IETF

Network Configuration Management with NETCONF and YANG - IETF

Network Configuration Management with NETCONF and YANG - IETF

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Example: choice<br />

container transfer {<br />

choice how {<br />

default interval;<br />

case interval {<br />

leaf interval {<br />

type uint16; default 30; units minutes;<br />

}<br />

}<br />

case daily {<br />

leaf daily {<br />

type empty;<br />

}<br />

leaf time-of-day {<br />

type string; units 24-hour-clock; default 1am;<br />

}<br />

}<br />

case manual {<br />

leaf manual {<br />

type empty;<br />

}<br />

}<br />

}<br />

}<br />

59 / 90

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!