Controllers

Community space to connect, share knowledge, and seek guidance on network controllers and related topics
cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Forum Posts

Hi all, I aim to perform ZTP operations on Cisco Routers using DHCP options and Python script.Once the router receives its DHCP lease, it should be able to execute a python script to register itself in NSO. I found a way to activate guestshell on an ...

Jerems by Spotlight
  • 1740 Views
  • 1 replies
  • 0 Helpful votes

I'm trying to make an HTTP GET request with Cisco Prime: #!/opt/local/bin/perl -w use strict; use JSON-support_by_pp; use LWP 5.64; use LWP::UserAgent; $ENV{PERL_LWP_SSL_VERIFY_HOSTNAME} = 0; my $ua = LWP::UserAgent->new; my $BASE_URL = 'https:/...

Demarco by Visitor
  • 973 Views
  • 1 replies
  • 0 Helpful votes

I am trying to run pyATS on a few CSRv routers and retrieve their routing tables. When I execute learn, pyATS looks for a vrf identified as 'default' as noted in the console file. I do not have a vrf labeled 'default', it's just the global routing ta...

Hi there, I'm having problems with the genie parser library in robot framework.  I'm basically copying the approach from the example in https://pubhub.devnetcloud.com/media/genie-docs/docs/userguide/robot/index.html If I try this .robot file to parse...

Is there any way to get the NVE peer-IP for a MAC-address via NX-API Rest query? I can get the MAC-address specifics via:/api/mo/sys/mac/table.json?query-target=subtree&query-target-filter=eq(l2MacAddressEntry.macAddress,"MAC_ADDR") "l2MacAddressEntr...

jespir by Frequent Visitor
  • 1424 Views
  • 0 replies
  • 0 Helpful votes