Tools

cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Developer Sustainability Week Events

Build for Better Code Challenge

Cisco U. Spotlight Registration


>> View previously featured conversations <<

Forum Posts

Hi Team,   Currently, ydk-gen is with pyang 1.6, which is compatible with YANG 1.0. But we have some models developed with yang 1.1. When I try to compile them using pyang, I get the following errors: cnbng-cp.yang:3: error: bad value "1.1" (should ...

sashmish by Cisco Employee
  • 429 Views
  • 1 replies
  • 0 Helpful votes

Hello All,Utilizing the Genie BGP conf library, one can populate necessary information inside the BGP conf treeBgp    +­­DeviceAttributes        +­­ PeerSessionAttributes        +­­ PeerPolicyAttributes        +­­ VrfAttributes              +­­...

l00pback by Level 1
  • 1062 Views
  • 1 replies
  • 0 Helpful votes

Hi, i am trying to configure the line "random-detect discard-class 1 10 ms 12 ms" under policy map on iosxr   my code snippet: #importing all required libraries here from ydk.models.cisco_ios_xr import Cisco_IOS_XR_infra_policymgr_cfg as  xr_infra_p...

arynair by Cisco Employee
  • 444 Views
  • 1 replies
  • 0 Helpful votes

Hi, I am trying to configure QoS on iosxrv using the ydk-py however, when applying queue-limit, I get an error from the system saying schema not found.   my code snippet: #importing all required libraries here from ydk.models.cisco_ios_xr import Cis...

arynair by Cisco Employee
  • 541 Views
  • 1 replies
  • 0 Helpful votes

hi, I need to get only vrf operational data under BGP, but am getting an error when I try to read it. Please guide me on how I can get the required output   from ydk.models.cisco_ios_xr import Cisco_IOS_XR_ipv4_bgp_oper as xr_ipv4_bgp_oper #BGP in...

arynair by Cisco Employee
  • 1828 Views
  • 9 replies
  • 0 Helpful votes

Hi! I'm trying to login into a switch which is connected through a terminal server vis ssh.When i login nothing happens and after a while i getTypeError: device is not connected, output must be provided.When i try with ssh "ssh -p 4002 username@10.10...

uheil by Level 1
  • 1550 Views
  • 1 replies
  • 0 Helpful votes

 This is my setup to benchmark my server https://ibb.co/0KWwT8ZTrex version v2.88Trex server MACens2f0: f8:f2:1e:5c:bf:78 ens2f1: f8:f2:1e:5c:bf:79DUT server MACeth0: fa:16:3e:1c:be:82 eth1: fa:16:3e:d5:37:b1trex_cfg.yaml# cat /etc/trex_cfg.yaml ### ...

I want to use the Next UI for network topology with manual linking between the nodes. How can I do this? Cloud you please help me with some guide documentation or sample code snippet. I am using React JS.I am using this package: https://www.npmjs.com...

Top Solution Authors