Learn YANG! Full Tutorial for Beginners (Yet Another Next Generation)

Learn YANG! Full Tutorial for Beginners (Yet Another Next Generation)

Ultra Config

4 года назад

38,722 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@Slavey
@Slavey - 21.09.2023 01:22

Very good summary, thank you!

Ответить
@ashwinramachandran118
@ashwinramachandran118 - 28.02.2023 16:37

Excellent video

Ответить
@kaustubhshantanu
@kaustubhshantanu - 21.02.2023 19:47

Very well explained. Kudos !!

Ответить
@jackr1162
@jackr1162 - 12.09.2022 10:52

Hi ultra config,

Can you please help me with this?

I want the pattern in leaf to take only 2 strings as input.
The strings are
["IPv4"]
["IPv6"]
Along with the square brackets and quotations. If the address mentioned is ipv4 then they also should mention that they mentioned ipv4 as ["IPv4"] and for ipv6 also the same.
So the pattern for this given is
'((["IPv4"] | ["IPv6"]))' ;
But this didn't work
Also tried
'(([\"IPv4\"] | [\"IPv6\"]))' ; this one is working but it is also taking all kinds of strings which is not the requirement so can you help in getting only ["IPv4"] and ["IPv6"]


Thank you

Ответить
@billmichae
@billmichae - 22.08.2022 16:24

Super clear.

Ответить
@markkaganovsky5676
@markkaganovsky5676 - 08.08.2022 00:10

Excellent tutorial!
Thank you for putting this together.

Ответить
@jebssan9
@jebssan9 - 06.07.2022 22:36

Thanks a lot for putting this together!

Ответить
@LifeOfSoftwareEngineer
@LifeOfSoftwareEngineer - 18.05.2022 21:31

How yang revisions are supported by yang libraries. AFAIK it is done by maintaining different file for each revision per module such as <module>@<revision-date>.yang files. Any other information I can read about the same?

Ответить
@anas6435
@anas6435 - 13.03.2022 12:43

Thanks, can you please share the link of the written blog you are using for explanation

Ответить
@bilalsaheli7505
@bilalsaheli7505 - 26.01.2022 14:30

This makes easy to understand, Thanks mate

Ответить
@IslamJoieDeVivre
@IslamJoieDeVivre - 03.01.2022 14:33

Thank you, well explained !

Ответить
@sloppydoggy9257
@sloppydoggy9257 - 20.10.2021 08:29

Where did the IP addresses come from?

Ответить
@watermanli
@watermanli - 03.09.2021 04:24

Really amazing tutorial... demystified

Ответить
@derka211
@derka211 - 21.05.2021 23:17

hi. can i omit module-header in yang-module?

Ответить
@zeenatsyed2498
@zeenatsyed2498 - 01.03.2021 13:48

Is it possible to send iot sensor data using YANG or is only for network configuration?

Ответить
@RodrigoLopes-mf3oy
@RodrigoLopes-mf3oy - 16.02.2021 01:32

Ultra Config, how can I validate a yang file in windows or save as file.yang? Or which editor can recognize a yang file? Thanks

Ответить
@AshutoshKumar-wy3vn
@AshutoshKumar-wy3vn - 17.01.2021 10:57

Thank you for a great overview. FYI, I did encounter few problems for which I've noted the solutions below.
1. One needs to use switch `-x` to ignore yang version error
2. When using python virtual environment, export PYANG_XSLT_DIR=env/share/yang/xslt and export PYANG_RNG_LIBDIR=env/share/yang/schema

Ответить
@arjunanranjit452
@arjunanranjit452 - 29.12.2020 18:42

Amazing video mate

Ответить
@jamalawyonis8603
@jamalawyonis8603 - 20.11.2020 20:04

yang2dsdl only works with pyang version 1 but not version 2..even if i change to version 1 i am having a problem running the code. Is there another way to to validate the models?

Ответить
@NikhilSharma-js7ct
@NikhilSharma-js7ct - 23.10.2020 22:05

What does Key means under list?

Ответить
@KalyanPuvvada
@KalyanPuvvada - 29.06.2020 12:50

nice video

Ответить
@oscarsalgado189
@oscarsalgado189 - 29.06.2020 02:42

ok now i have a tree that is based on a cisco xe. How can we put the pieces together in order to form a valid URI that we can use for example at postman???

Ответить
@brunofranca2828
@brunofranca2828 - 23.06.2020 17:08

What a GREAT video!

Ответить
@taoli5497
@taoli5497 - 21.06.2020 05:28

👍

Ответить
@MrChonch
@MrChonch - 15.03.2020 17:46

Can you pl give a tutorial of libyang also?

Ответить