YANG Explained and Explored | Pyang | DevNet | CCNP

  Рет қаралды 18,089

Data Knox

Data Knox

Күн бұрын

Пікірлер: 43
@gorebrush
@gorebrush 2 жыл бұрын
I feel old. CCIE since 2015, been in IT since 2004... - and this makes me feel like i'm green all over. I love it.
@mrhinton101
@mrhinton101 5 жыл бұрын
This is great. Its nice to see the network world embracing programmability. I may be one of the first subscribers to your CBT Nuggets series. Its been nearly 10 years since I last attempted a new Cisco cert but this may be the one.
@DataKnox
@DataKnox 5 жыл бұрын
Awesome! Let's get it!!
@ravindravyasit123
@ravindravyasit123 3 жыл бұрын
Excellent.........no words out standing.......you write abstract of research paper(yang)..so read only abstract
@oasis5827
@oasis5827 3 жыл бұрын
Great Video! Thank you for posting. I'm a CCNP just learning SDN and YANG etc. I have a long way to go in understanding the entire DEVNET training and certification. IT has taken some time just to get down all of the new acronyms included in all of this. I really am interested in getting the DEVNET Cert and also becoming proficient in using the technology. Thank you!
@adamlicht6614
@adamlicht6614 5 жыл бұрын
Knox, you are the man. Nice work and very well presented. Thank you!
@DataKnox
@DataKnox 5 жыл бұрын
Not gonna lie - I was sweating releasing this video. It’s HARD to summarize something as big as YANG in about 10 minutes!
@mikewhitney7345
@mikewhitney7345 5 жыл бұрын
Thanks for helping clearing up the confusion I had with YANG in relation to network devices and interfaces
@DataKnox
@DataKnox 5 жыл бұрын
You bet!
@kewlguyjason
@kewlguyjason 4 жыл бұрын
great explanation and easy to understand. Following the devNet guide and configuring loopback / configure hostname was easy. Trying to dig out another IETF YANG data model and trying to configure BGP, OSPF, DHCP was hard/almost impossible. My guess is you explain how to do it in your course
@dv7045
@dv7045 3 жыл бұрын
Hi. Can you tell me please, can I implement MIBS module (yang) to explore data from pppoe connection on ASR router with tree view structure ? Thanks for help.
@BlindPigBluesBand
@BlindPigBluesBand 5 жыл бұрын
Awesome video and great explanation! What? You can use context manager for the connect method? Brilliant. It’s easy to forget to close the connection when you’re beginning to program.
@ahmedareem9599
@ahmedareem9599 4 жыл бұрын
Great explanation Sir!
@asa9593
@asa9593 4 жыл бұрын
Thanks Xnox, it was clear at the beginning. However, as you got to python commands
@DillyDogSays
@DillyDogSays 2 жыл бұрын
Where do I learn about different yang like open, native, ietf. for testing questions?
@DustinJohnson1
@DustinJohnson1 4 жыл бұрын
FYI you could have just passed in the dictionary as kwargs. It would be as clean as with manager.connect(**router): LOVE the Yang topic though. thank you for a great video
@williamcleek4922
@williamcleek4922 7 ай бұрын
Splatting in params is prob a bit outside the scope of the video
@muhammad.rafi2012
@muhammad.rafi2012 4 жыл бұрын
Another great video but it would also be beneficial if you go through little bit of YANG common statements e.g. leaf, leaf-list etc.
@marteenhd
@marteenhd 4 жыл бұрын
Wow! Great video!
@DataKnox
@DataKnox 4 жыл бұрын
Thanks!
@arturogonzalezbocanegra7073
@arturogonzalezbocanegra7073 3 жыл бұрын
what does the " * " in some leafs inside the tree mean?
@rakesh4a1
@rakesh4a1 4 жыл бұрын
Question: ncclient::connect() does this use SSH or TLS as transport protocol? Nice and clear.
@DataKnox
@DataKnox 4 жыл бұрын
It uses Netconf which leverages SSH to transport
@shahrinsharif9642
@shahrinsharif9642 3 жыл бұрын
This is really helpful.. thanks
@Qweklain
@Qweklain 4 жыл бұрын
When I try to run Pyang, it just opens the 'pyang' file in the Python\Scripts\ folder no matter what I do. In other words, running "pyang " just keeps opening that pyang file. I have searched all over and there is no explanation or solution. Why is it doing this?
@techevangelist8373
@techevangelist8373 4 жыл бұрын
Great video. Question- With yang working together with restconf or netconf, we can now configure any vendor device or get the operational data from any vendor device without having to know, what is the actual command we should be using on a particular vendor device. Is that correct? Also, can I compare YANG like SNMP MIBS and netconf or restconf like snmp protocol?
@DataKnox
@DataKnox 4 жыл бұрын
You’re correct on both accounts. But know that there are vendor-specific models (called Native models) that provide more data than the industry standard models
@techevangelist8373
@techevangelist8373 4 жыл бұрын
@@DataKnox thanks. One last thing, I am in this industry for more than 7 years now and all these time, I never had to learn SNMP MIBS and still I was able to work and troubleshoot issues. So, if YANG is like MIBS, is it like something good to have while working these days but, not a must knowledge. And we will still need all the other networking concepts. Right?
@CakRama01
@CakRama01 4 жыл бұрын
How to know get_schema value? For example on your video ietf-ip. How about another? And how to find that for example bgp state information
@RaulEduardoFloresNajera
@RaulEduardoFloresNajera Жыл бұрын
Get the capability of device using ncclient
@harsha00761
@harsha00761 4 жыл бұрын
Beautiful !!!
@mikearrera8672
@mikearrera8672 4 жыл бұрын
Great video! Do you have any information about connecting to the DevNet Sandbox to use automation tools? I would like to be able to play with IOS-XE without having a physical device. I am assuming this can be achieved with VIRL as well?
@DataKnox
@DataKnox 4 жыл бұрын
I used both in my CBT Nuggets course, and we even have a skill on prepping a study environment
@DataKnox
@DataKnox 4 жыл бұрын
You can also check my code samples GitHub.com/DataKnox/CodeSamples
@mikearrera8672
@mikearrera8672 4 жыл бұрын
@@DataKnoxI will have to check those out! I am about 1/3 of the way through right now
@alexeyleontiev7388
@alexeyleontiev7388 5 жыл бұрын
It amazing and very interesting.
@asa9593
@asa9593 4 жыл бұрын
Do I need to have an understanding of Python before I persue DEVNET Associate with CBTnuggets?
@DataKnox
@DataKnox 4 жыл бұрын
Check this: kzbin.info/www/bejne/nYmlqJJjgJmpeNU
@asa9593
@asa9593 4 жыл бұрын
Thanks Knox 😊. Your work ethic is inspirational, hope you stay disciplined.
@bimatube1274
@bimatube1274 6 ай бұрын
Did you ever passed on CCIE exams?
@kamalabduwahid
@kamalabduwahid 4 жыл бұрын
Thnx knox
@cddvdblurayful
@cddvdblurayful 2 жыл бұрын
We are blessed with chatgpt
@gd2860
@gd2860 Жыл бұрын
Cool and all but I don't understand why this is needed? Seems useless.
My Top 5 Tools for Network Automation
13:18
Data Knox
Рет қаралды 10 М.
Parse Cisco IOS to JSON with Python and Netmiko
17:15
Data Knox
Рет қаралды 22 М.
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
NETCONF and YANG Concepts
26:31
Tail-f Systems
Рет қаралды 18 М.
I PASSED Cisco ENCOR 350-401 | CCNP
9:15
Data Knox
Рет қаралды 45 М.
Getting Started with NETCONF
17:36
Kevin Wallace Training, LLC
Рет қаралды 58 М.
Deep Dive Into Model Driven Programmability with NETCONF and YANG
59:34
Comparing XML, JSON, and YAML (DevNet)
11:12
Rowell Dionicio
Рет қаралды 13 М.
YANG fundamentals
32:42
DevNet Expert Training
Рет қаралды 3,1 М.
pyATS | Genie - Getting Started!
11:01
Data Knox
Рет қаралды 20 М.
All YANG Suite, all the time, DevNet Snack Minute, Episode 9
14:53
Cisco DevNet
Рет қаралды 4,6 М.