About 6 months ago, I wrote a post titled Programmatic Access to CLI Devices with TextFSM that talked about what was possible with TextFSM and even some things that could be possible with Ansible.
The overall feedback about the Ansible module (aka netget) shown in that post was great — it was ultimately taking input parameters such as the template file along with the CLI command to execute on the devices in order to return structured JSON data back using Ansible. In other words, the module used Ansible and TextFSM to create a pseudo-API for accessing data in traditional (no API support) devices.
Since then, we have been using TextFSM for a few customer projects and found out there was another capability within TextFSM to create what’s called an “index” or a mapping between CLI commands, vendors, and TextFSM templates. By integrating this functionality, instead of users needing to know what template to call, they can simply just send in the show command, while the index maps the command to the proper template! Pretty sweet!
Needless to say, the Ansible module is officially online and is now called ntc_show_command.
With the right amount of community support, it shouldn’t be Continue reading
The gold standard for corporate networks today is MPLS, but carrier pricing issues and MPLS’s failure to play well with new, cost-efficient forms of network access are causing problems for the legion of enterprise customers that rely on it.
Consider:
It’s not clear how fast MPLS will go the way of Frame Relay and ATM, but changing apps and bandwidth needs, coupled with Continue reading
The gold standard for corporate networks today is MPLS, but carrier pricing issues and MPLS’s failure to play well with new, cost-efficient forms of network access are causing problems for the legion of enterprise customers that rely on it.
Consider:
It’s not clear how fast MPLS will go the way of Frame Relay and ATM, but changing apps and bandwidth needs, coupled with Continue reading
This vendor-written tech primer has been edited by Network World to eliminate product promotion, but readers should note it will likely favor the submitter’s approach.
If network infrastructure is not your organization’s core competency or you have outsourced the environment, you lack control of equipment and transport services and probably struggle with complex pricing and non-standard billing. Worse yet, if your service provider owns either all or components of the processes, procedures, staffing and tools, it limits the changes you can make.
If that describes your environment, a network infrastructure cost optimization consultation can help you drive infrastructure costs down, capture the network environment processes, identify systemic issues and leverage best practices.
To read this article in full or to leave a comment, please click here
This vendor-written tech primer has been edited by Network World to eliminate product promotion, but readers should note it will likely favor the submitter’s approach.
The model of the future is based on social, mobile, cloud and big data, and IT is realizing that to succeed it must have the right processes, tools and culture. This is where open source is a major benefit.
Once you’ve decided to make open source a key feature of your enterprise IT infrastructure, here are steps you should take:
* Identify critical dependencies: It’s important to determine which components of an open source deployment represent critical dependencies. These are the ones you need to be fully certain about in terms of community size, robustness, feature suggestions and more. When it comes to components that represent dependencies, it’s important to ensure you don’t get locked into something that isn’t the perfect fit.
To read this article in full or to leave a comment, please click here
This vendor-written tech primer has been edited by Network World to eliminate product promotion, but readers should note it will likely favor the submitter’s approach.
IT is headed toward being something more akin to a utility service, transformed by OpenStack’s open standardized cloud architecture, which will improve interoperability and render vendor lock-in a thing of the past.
Initially a solution adopted by smaller ISVs lacking the capital to build private clouds, OpenStack-based cloud solutions are shaping up to be the logical choice for large enterprise as industry leaders, including IBM, Cisco, EMC, HP and Oracle, bet on its value for defining the next-generation model for business computing.
To read this article in full or to leave a comment, please click here
What's happening in the world of SDN Controllers? Download your copy of the SDN Controllers Report today!
IT and InfoSec need new and better tools.
This vendor-written tech primer has been edited by Network World to eliminate product promotion, but readers should note it will likely favor the submitter’s approach.
Overprovisioning has been the go-to approach for ensuring infrastructure and application performance. But when performance degradations and unplanned outages occur, even the most experienced teams move into “react-and-guess” mode.
Where to start? Every level of the infrastructure stack comes with its own possible issues, and tracking the culprit down takes time. And with IT infrastructures growing at an exponential pace and workloads to the cloud, the typical approach of overprovisioning and reacting-and-guessing is no longer a viable option.
To read this article in full or to leave a comment, please click here
What do you need to have a viable telco NFV system in place? Find out with the Ericsson DemoFriday on September 18th.
In this post I’ll show how to take an already established network, pull out some of the common configuration pieces and put them all into a standard Ansible environment. A lot of configuration files will be omitted for the sake of brevity, however all of them can be found on my github repository.
Continue reading