NETCONF YANG tutorial with Cisco IOS realtime example : IETF Data model pyang explained with demo

NETCONF YANG tutorial with Cisco IOS realtime example : IETF Data model pyang explained with demo

NetworkEvolution

4 года назад

19,189 Просмотров

𝗙𝗼𝗿 𝗖𝗼𝗺𝗽𝗹𝗲𝘁𝗲 𝗣𝘆𝘁𝗵𝗼𝗻 𝗙𝗼𝗿 𝗡𝗲𝘁𝘄𝗼𝗿𝗸 𝗘𝗻𝗴𝗶𝗻𝗲𝗲𝗿𝘀 𝗖𝗼𝘂𝗿𝘀𝗲:
𝗘𝗻𝗿𝗼𝗹𝗹 𝗳𝗼𝗿 𝗯𝗲𝗹𝗼𝘄 𝗨𝗱𝗲𝗺𝘆 𝗖𝗹𝗮𝘀𝘀: 𝟐𝟎𝟐𝟐 𝐕𝐞𝐫𝐬𝐢𝐨𝐧
𝑫𝒊𝒔𝒄𝒐𝒖𝒏𝒕𝒆𝒅 𝑹𝒆𝒇𝒆𝒓𝒓𝒂𝒍 𝑳𝒊𝒏𝒌:
https://www.udemy.com/course/python-for-network-engineers/?referralCode=35A75AAE1ACA94A15829 Video Playlist:
https://www.youtube.com/watch?v=2iehrmLxQxA&list=PLOocymQm7YWaJX5l5SgfkAvHQYUS-Xr1Q&index=1

This video explains what is NETCONF and YANG.How to Enable NETCONF in CIsco NETCONF YANG Intro
how to enable this in Cisco devices, how to use it for managing device configuration.
NETCONF protocol we can use for interacting with network devices for managing the configuration and monitoring the state in a vendor neutral way.
That means You can use same set of standard input for configuring any networking devices, which supports IETF defined standard data model.
there are different types of data models,one is IETF data model another is vendor specific data model.individual vendors can have their own data model.
YANG data model
----------------
Yang Stands for (Yet another Next Generation): RFC is 6020
it contains data in a structured form or standardized form.

To see yang in a structured way, demonstrated tool called pyang : pyang -f tree ietf-interfaces.yang :in tree format.
Explained about data types and containers in yang.
IETF defines standards for NETCONF configuration using Yang data models.
It is going to be consistent across vendors.

Тэги:

#netconf_yang #netconf_yang_tutorial #netconf_tutorial #netconf_cisco #netconf_protocol #netconf_python #netconf_vs_snmp #netconf_client #netconf_example #netcong_yang_demo #netconf_tutorial_for_beginners #netconf_and_yang #netconf_and_yang_tutorial #netconf_and_restconf #netconf_rpc #yang_data_model #pyang_example #yang_data_modeling #netconf_basics #pyang_tree_view #what_is_netconf_and_yang #netconf_cisco_example #cisco_netconf_tutorial #netconf_yang_demo
Ссылки и html тэги не поддерживаются


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

Avinash Kumar
Avinash Kumar - 28.08.2023 14:31

How to get enumeration value ?

Ответить
Nirav Chauhan
Nirav Chauhan - 22.08.2022 19:38

i have configured basic SSH configuration for line vty in Cisco IOS XE 17.6 . When I login using ssh it shows me this XML hello . How can I disable and get normal ssh terminal in Cisco?? Plz let me know.

Ответить
chikki venu
chikki venu - 15.06.2022 13:15

Hi i am just wondering which vios image u are using. and where did you find the image. where i can get the image. I do have ISR v image. with me. Please guide me

Ответить
saiful islam
saiful islam - 12.08.2021 21:59

Hello bro, thanks for the awesome explanation... But do you mind telling where do you get those operations for example hello response etc. ? Or if you can share those operations

Ответить
layla BOURHARMANE
layla BOURHARMANE - 29.06.2021 17:17

Hi , I have activated the netconf protocol on my switch cisco 4000 witch the netconf-yang command , but why i stiil got port 830 connection refused? for info my switch does not support the netconf-yang ssh port command, it just supports netconf-yang

Ответить
Kamran Mahmood
Kamran Mahmood - 26.06.2021 15:51

Thank you brother, i just got to ask a question, Can netconf -yang command be run on normal Cisco IOSv routers .. as i can not see this command is available ! if not then how can we do this and what IOS version are you using . Thanks in advance for good tutorial.

Ответить
Shahul Hameed
Shahul Hameed - 08.04.2021 08:11

hi
after enabling netconf-yang still connection refused on port 830

Ответить
Arif Patel
Arif Patel - 30.03.2021 05:29

Amazing and Very helpful videos to understand the through concepts and fundamental of Netconf and YANG.
Please if you can advise which Linux flavor you are using?
Can we still use Python 2.7 with old PIP package with Netconf and YANG ?
Does PIP can we use with backwards compatibility with Python 2.7 ?

Ответить
Mrinal Jaiswal
Mrinal Jaiswal - 18.03.2021 09:34

worthless video.
When making a video for a specific topic, explain the details or at least touch on all the points and then let viewers dig it on their own.

Ответить
Deepan Prasanth
Deepan Prasanth - 20.01.2021 13:55

Clear explanation.. thanks

Ответить
Karlo Bobiles
Karlo Bobiles - 24.11.2020 11:27

Solid explanation and easy to follow. Thank you!

Ответить
Sean D
Sean D - 04.09.2020 23:28

Thank you, this is a great into to NETCONF and YANG. Concise and easy to follow, I really appreciate your work in making it. Thank you.

Ответить
Arya Nair
Arya Nair - 06.08.2020 08:47

Thank you for this! This video is a godsend for a complete noob like me.

Ответить
Teja Ancha
Teja Ancha - 12.12.2019 15:12

Why make things too complicated, Yaml seems to be much better unlike xml. Can see why people are moving to automation tools like Ansible

Ответить