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

Hello,I am looking for a solution to share with our development team that will auto create a CSF device (Jabber) for every user that is assigned a phone/voicemail.  I would like this process to also assign the appropriate owner user ID to the CSF dev...

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
  • 1809 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://Host...

Demarco by Visitor
  • 1079 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...