cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
746
Views
0
Helpful
2
Replies

Hi team , are there python libraries available for the following CLIs --

smuralik
Cisco Employee
Cisco Employee

show version brief,

show version,

show version detail,

admin show version,

show chassis environment,

show debug,

show filesystem location all,

show processes memory location all ,

admin show processes abort location all,

show redundancy,

admin show diag,

show clock,

show ntp associations detail,

1 Accepted Solution

Accepted Solutions

saalvare
Cisco Employee
Cisco Employee

Show commands are human-friendly representations of some of the data in operational models.  You need to use the the YDK-Py SDK to read operational data from specific operational models.  These are some of the models you need to look at:

http://ydk.cisco.com/py/docs/gen_doc_61c400f156043afde1e3cb34dd8c97a6dadc1e4c.html

http://ydk.cisco.com/py/docs/gen_doc_941541b45e2157b4653df20fa9f3508c780e4375.html

http://ydk.cisco.com/py/docs/gen_doc_7fab598e1ab00afc789d74e31f5037b2d549b147.html

HTH.

View solution in original post

2 Replies 2

saalvare
Cisco Employee
Cisco Employee

Show commands are human-friendly representations of some of the data in operational models.  You need to use the the YDK-Py SDK to read operational data from specific operational models.  These are some of the models you need to look at:

http://ydk.cisco.com/py/docs/gen_doc_61c400f156043afde1e3cb34dd8c97a6dadc1e4c.html

http://ydk.cisco.com/py/docs/gen_doc_941541b45e2157b4653df20fa9f3508c780e4375.html

http://ydk.cisco.com/py/docs/gen_doc_7fab598e1ab00afc789d74e31f5037b2d549b147.html

HTH.

I got the ntp associations detail,

Under the filesystem there is nothing for location information , and also I didn't find the show version related procs.,

Could you please let me know where the show version is?

Thank you

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: