CiscoDevNet / yang-explorer

An open-source Yang Browser and RPC Builder Application
Apache License 2.0
437 stars 177 forks source link

Unable to subscribe to lot of modules #99

Open afk-always opened 5 years ago

afk-always commented 5 years ago

I am using Yang Explorer 0.8.0 Beta for a Catalyst 9300 running on 16.10.x. I can sync all the modules and can only subscribe to limited ones.

I am unable to subscribe the following to be specific: CISCO-IOS-XE-bgp-common-oper CISCO-IOS-XE-bgp-route-oper CISCO-IOS-XE-bgp

Any guidance?

blahblah2206 commented 4 years ago

I have similar issue: can't subscribe all IOS-XE- yang files.

marwayik commented 4 years ago

Same issue here, I`m trying to load nx-os 9.3.4 yang files like : openconfig-vlan

"""

openconfig-vlan@2018-11-21.yang

INFO:explorer.utils.admin:ModuleAdmin.admin_action: enter (guest -> subscribe) INFO:explorer.utils.admin:ModuleAdmin.get_modules: returning (15) modules .. exit [28/May/2020 11:44:30]"GET /explorer/admin?payload=%3Cmodules%3E%0A%20%20%3Cmodule%3Eopenconfig%2Dvlan%402018%2D11%2D21%2Eyang%3C%2Fmodule%3E%0A%3C%2Fmodules%3E&action=subscribe HTTP/1.1" 200 888 [28/May/2020 11:44:30]"GET /explorer/modules?node=root HTTP/1.1" 200 487 """

Message is same as I`m trying to load ietf-interfaces (which works) so I have no idea, why specifically openconfig-vlan does not work ...

"""

ietf-interfaces@2013-12-23.yang

INFO:explorer.utils.admin:ModuleAdmin.admin_action: enter (guest -> subscribe) INFO:explorer.utils.admin:ModuleAdmin.get_modules: returning (15) modules .. exit [28/May/2020 11:44:38]"GET /explorer/admin?payload=%3Cmodules%3E%0A%20%20%3Cmodule%3Eietf%2Dinterfaces%402013%2D12%2D23%2Eyang%3C%2Fmodule%3E%0A%3C%2Fmodules%3E&action=subscribe HTTP/1.1" 200 888 [28/May/2020 11:44:38]"GET /explorer/modules?node=root HTTP/1.1" 200 487 """