www.ciscopress.com Open in urlscan Pro
206.31.248.222  Public Scan

Submitted URL: https://e.pearson.info/pub/cc?_ri_=X0Gzc2X=AQpglLjHJlTQGqzaR2G2csSczb36b82cXhaN7ylmzcHzcze6XaBh5S4zeUb0517cNnvwtdWfVXtp...
Effective URL: https://www.ciscopress.com/store/network-automation-made-easy-9780137506613?utm_source=emaillist&utm_medium=email&utm_campa...
Submission: On April 25 via api from BE — Scanned from DE

Form analysis 2 forms found in the DOM

Name: headersearchformGET /search/index.asp

<form name="headersearchform" id="headersearchform" class="s" method="GET" action="/search/index.asp" xmlns:msxsl="urn:schemas-microsoft-com:xslt"><label for="headersearchform">Search</label><input type="text" name="query" id="query"
    placeholder="Search"><input type="submit" id="searchbutton" class="ss-icon" value="🔎"></form>

Name: NewsletterFormPOST /store/network-automation-made-easy-9780137506613

<form action="/store/network-automation-made-easy-9780137506613" id="NewsletterForm" method="post" name="NewsletterForm">
  <h3>Cisco Press Promotional Mailings &amp; Special Offers</h3><span class="moreInformation"></span>
  <div id="error_result" style="display:none">
    <p class="alert" id="errorMessage">
      <span class="ss-icon">âš </span>
    </p>
  </div>
  <div id="error_resultEmpty" style="display:none">
    <p class="alert" id="errorMessageEmpty">
    </p>
  </div>
  <div id="success_result" style="display:none">
    <p class="alert ss-success">
    </p>
  </div>
  <div id="widgetBody">
    <div class="rewardContent">
      <p> I would like to receive exclusive offers and hear about products from Cisco Press and its family of brands. I can unsubscribe at any time. </p>
    </div>
    <label for="read_privacy" class="promoPrivacy" tabindex="-1">
      <a href="#privacyPopup" class="dialogOpener">Privacy Notice</a>
    </label>
    <div id="VoucherInputs">
      <label class="required star" for="Email">Email Address</label>
      <input id="NewsletterSubscriptionResult" name="NewsletterSubscriptionResult" type="hidden" value="">
      <input id="IsSuccess" name="IsSuccess" type="hidden" value="False">
      <input id="Email" maxlength="100" name="Email" type="email" value="">
      <br>
      <input type="submit" id="emailSubmit" class="button" value="Submit" onclick="return doValidateVoucher()">
    </div>
  </div>
</form>

Text Content

Cisco Press
 View Your Cart
Join|Sign In
Search
 * Shop By Cert
   * New Titles and Certification Information
   * CCNA
   * CyberOps
   * DevNet
   * CCNP Enterprise
   * CCNP Data Center
   * CCNP Security
   * CCNP Collaboration
   * CCIE
 * Formats
   * Books
   * eBooks
   * Exam Vouchers
   * Practice Tests
   * Product Support
   * Register a Product
   * Software
   * Video
   * Web Editions
 * Cisco Networking Academy
 * Video Training
 * Explore
   * About
   * Affiliate Program
   * Authors
   * Chapters & Articles
   * Deals & Promotions
   * Newsletters
   * Press & Media Relations
   * Sales
   * Series
   * User Groups

Home > Store

View Larger Image

Add To My Wish List



Share |




Register your product to gain access to bonus material or receive a coupon.


NETWORK AUTOMATION MADE EASY

 * By Ivo Pinto
 * Published Nov 4, 2021 by Cisco Press.


EBOOK (WATERMARKED)

 * Your Price: $38.39
 * List Price: $47.99
 * Includes EPUB, MOBI, and PDF
 * About eBook Formats

Add to cart

Also available in other formats.

 * About
   
 * Description
   
 * Sample Content
   
 * Updates
   


FEATURES



 * Bridges the gap between theory and practice: provides realistic case studies,
   examples, and use cases readers won't find anywhere else
 * Offers practical introductions to NetDevOps and other important emerging
   topics
 * Leverages the author's extensive experience deploying real network automation
   solutions into large-scale production networks
 * Part of the Networking Technology Series from Cisco Press®: helps network
   pros build more efficient networks, master new technologies, and lead more
   successful careers



 * Copyright 2022
 * Edition: 1st

 * eBook (Watermarked)
 * ISBN-10: 0-13-750661-9
 * ISBN-13: 978-0-13-750661-3



Practical strategies and techniques for automating network infrastructure




As networks grow ever more complex, network professionals are seeking to
automate processes for configuration, management, testing, deployment, and
operation. Using automation, they aim to lower expenses, improve productivity,
reduce human error, shorten time to market, and improve agility. In this guide,
expert practitioner Ivo Pinto presents all the concepts and techniques youll
need to move your entire physical and virtual infrastructure towards greater
automation and maximize the value it delivers.




Writing for experienced professionals, the author reviews todays leading use
cases for automation, compares leading tools, and presents a deep dive into
using the open source Ansible engine to automate common tasks. Youll find
everything you need: from practical code snippets to real-world case studies to
a complete methodology for planning strategy.




This guide is for everyone seeking to improve network operations and
productivity, including system, network, storage, and virtualization
administrators, network and security engineers, and many other technical
professionals and managers. You can apply its vendor-neutral concepts throughout
your entire environmen--from servers to the cloud, switches to security.




 * Explore modern use cases for network automation, and compare todays most
   widely used automation tools
 * Capture essential data for use in network automation, using standard formats
   such as JSON, XML, and YAML
 * Get more value from the data your network can provide
 * Install Ansible and master its building blocks, including plays, tasks,
   modules, variables, conditionals, loops, and roles
 * Perform common networking tasks with Ansible playbooks: manage files,
   devices, VMs, cloud constructs, APIs, and more
 * See how Ansible can be used to automate even the largest global network
   architectures
 * Discover how NetDevOps can transform your approach to automation--and create
   a new NetDevOps pipeline, step by step
 * Build a network automation strategy from the ground up, reflecting lessons
   from the worlds largest enterprises





SAMPLE PAGES



Download the sample pages (includes Chapter 3)




TABLE OF CONTENTS

    Introduction xvii
Chapter 1 Types of Network Automation 1
    Data-Driven Automation 2
    Task-Based Automation 11
    End-to-End Automation 16
    Tools 22
    Summary 39
    Review Questions 40
Chapter 2 Data for Network Automation 43
    The Importance of Data 43
    Data Formats and Models 44
    Methods for Gathering Data 66
    Summary 84
    End Notes 84
    Review Questions 85
Chapter 3 Using Data from Your Network 87
    Data Preparation 87
    Data Visualization 100
    Data Insights 104
    Case Studies 112
    Summary 116
    Review Questions 117
Chapter 4 Ansible Basics 119
    Ansible Characteristics 119
    Installing Ansible 120
    Variables 126
    Playbooks 131
    Conditionals 133
    Loops 136
    Handlers 140
    Executing a Playbook 143
    Roles 149
    Summary 152
    Review Questions 153
Chapter 5 Using Ansible for Network Automation 155
    Interacting with Files 155
    Interacting with Devices 160
    Interacting with APIs 187
    Case Studies 189
    Summary 195
    Review Questions 196
Chapter 6 Network DevOps 199
    What NetDevOps Is 199
    NetDevOps Tools 214
    How to Build Your Own NetDevOps Environment 228
    Case Studies 233
    Summary 238
    Review Questions 238
Chapter 7 Automation Strategies 241
    What an Automation Strategy Is 241
    Why You Need an Automation Strategy 250
    How to Build Your Own Automation Strategy 251
    How to Use an Automation Strategy 268
    Summary 270
    Review Questions 271
Appendix A Answers to Review Questions 273


TOC, 9780137455928, 10/5/2021




SUBMIT ERRATA


CISCO PRESS PROMOTIONAL MAILINGS & SPECIAL OFFERS

âš 





I would like to receive exclusive offers and hear about products from Cisco
Press and its family of brands. I can unsubscribe at any time.

Privacy Notice
Email Address

 * Corporate, Academic, and Employee Purchases


OTHER THINGS YOU MIGHT LIKE

CCNP and CCIE Security Core SCOR 350-701 uCertify Labs Access Code Card By
uCertify Book   $126.00
CCNP and CCIE Security Core SCOR 350-701 uCertify Course and Labs Access Code
Card By Omar Santos Book   $126.00
CCNP Security Virtual Private Networks SVPN 300-730 Official Cert Guide By
Joseph Muniz, Steven Chimes, James Risler Book   $55.99
 * About
 * Affiliates
 * Cisco Systems, Inc.
 * Contact Us
 * FAQ
 * Legal Notice
 * Ordering Information
 * Pearson+
 * Privacy Notice
 * Do Not Sell My Personal Information
 * Site Help
 * Site Map
 * Write for Us

© 2022 Pearson Education, Cisco Press. All rights reserved.

221 River Street, Hoboken, NJ 07030


Add To My Wish List Close

About eBook Formats Close

This eBook includes the following formats, accessible from your Account page
after purchase:

EPUB The open industry format known for its reflowable content and usability on
supported mobile devices.

MOBI The eBook format compatible with the Amazon Kindle and Amazon Kindle
applications.

PDF The popular standard, used most often with the free Adobe® Reader® software.

This eBook requires no passwords or activation to read. We customize your eBook
by discreetly watermarking it with your name, making it uniquely yours.

 * Watermarked eBook FAQ
 * eBook Download Instructions

Privacy Notice Close


OVERVIEW

Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson)
presents this site to provide information about Cisco Press products and
services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and
describes how we collect, protect, use and share personal information collected
through this site. Please note that other Pearson websites and online products
and services have their own separate privacy policies.


COLLECTION AND USE OF INFORMATION

To conduct business and deliver products and services, Pearson collects and uses
personal information in several ways in connection with this site, including:


QUESTIONS AND INQUIRIES

For inquiries and questions, we collect the inquiry or question, together with
name, contact details (email address, phone number and mailing address) and any
other additional information voluntarily submitted to us through a Contact Us
form or an email. We use this information to address the inquiry and respond to
the question.


ONLINE STORE

For orders and purchases placed through our online store on this site, we
collect order details, name, institution name and address (if applicable), email
address, phone number, shipping and billing addresses, credit/debit card
information, shipping options and any instructions. We use this information to
complete transactions, fulfill orders, communicate with individuals placing
orders or visiting the online store, and for related purposes.


SURVEYS

Pearson may offer opportunities to provide feedback or participate in surveys,
including surveys evaluating Pearson products, services or sites. Participation
is voluntary. Pearson collects information requested in the survey questions and
uses the information to evaluate, support, maintain and improve products,
services or sites; develop new products and services; conduct educational
research; and for other purposes specified in the survey.


CONTESTS AND DRAWINGS

Occasionally, we may sponsor a contest or drawing. Participation is optional.
Pearson collects name, contact information and other information specified on
the entry form for the contest or drawing to conduct the contest or drawing.
Pearson may collect additional personal information from the winners of a
contest or drawing in order to award the prize and for tax reporting purposes,
as required by law.


NEWSLETTERS

If you have elected to receive email newsletters or promotional mailings and
special offers but want to unsubscribe, simply email information@ciscopress.com.


SERVICE ANNOUNCEMENTS

On rare occasions it is necessary to send out a strictly service related
announcement. For instance, if our service is temporarily suspended for
maintenance we might send users an email. Generally, users may not opt-out of
these communications, though they can deactivate their account information.
However, these communications are not promotional in nature.


CUSTOMER SERVICE

We communicate with users on a regular basis to provide requested services and
in regard to issues relating to their account we reply via email or phone in
accordance with the users' wishes when a user submits their information through
our Contact Us form.


OTHER COLLECTION AND USE OF INFORMATION


APPLICATION AND SYSTEM LOGS

Pearson automatically collects log data to help ensure the delivery,
availability and security of this site. Log data may include technical
information about how a user or visitor connected to this site, such as browser
type, type of computer/device, operating system, internet service provider and
IP address. We use this information for support purposes and to monitor the
health of the site, identify problems, improve service, detect unauthorized
access and fraudulent activity, prevent and respond to security incidents and
appropriately scale computing resources.


WEB ANALYTICS

Pearson may use third party web trend analytical services, including Google
Analytics, to collect visitor information, such as IP addresses, browser types,
referring pages, pages visited and time spent on a particular site. While these
analytical services collect and report information on an anonymous basis, they
may use cookies to gather web trend information. The information gathered may
enable Pearson (but not the third party web trend services) to link information
with application and system log data. Pearson uses this information for system
administration and to identify problems, improve service, detect unauthorized
access and fraudulent activity, prevent and respond to security incidents,
appropriately scale computing resources and otherwise support and deliver this
site and its services.


COOKIES AND RELATED TECHNOLOGIES

This site uses cookies and similar technologies to personalize content, measure
traffic patterns, control security, track use and access of information on this
site, and provide interest-based messages and advertising. Users can manage and
block the use of cookies through their browser. Disabling or blocking certain
cookies may limit the functionality of this site.


DO NOT TRACK

This site currently does not respond to Do Not Track signals.


SECURITY

Pearson uses appropriate physical, administrative and technical security
measures to protect personal information from unauthorized access, use and
disclosure.


CHILDREN

This site is not directed to children under the age of 13.


MARKETING

Pearson may send or direct marketing communications to users, provided that

 * Pearson will not use personal information collected or processed as a K-12
   school service provider for the purpose of directed or targeted advertising.
 * Such marketing is consistent with applicable law and Pearson's legal
   obligations.
 * Pearson will not knowingly direct or send marketing communications to an
   individual who has expressed a preference not to receive marketing.
 * Where required by applicable law, express or implied consent to marketing
   exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a
restricted basis to provide marketing solely on behalf of Pearson or an
affiliate or customer for whom Pearson is a service provider. Marketing
preferences may be changed at any time.


CORRECTING/UPDATING PERSONAL INFORMATION

If a user's personally identifiable information changes (such as your postal
address or email address), we provide a way to correct or update that user's
personal data provided to us. This can be done on the Account page. If a user no
longer desires our service and desires to delete his or her account, please
contact us at customer-service@informit.com and we will process the deletion of
a user's account.


CHOICE/OPT-OUT

Users can always make an informed choice as to whether they should proceed with
certain services offered by Cisco Press. If you choose to remove yourself from
our mailing list(s) simply visit the following page and uncheck any
communication you no longer want to receive: www.ciscopress.com/u.aspx.


SALE OF PERSONAL INFORMATION

Pearson does not rent or sell personal information in exchange for any payment
of money.

While Pearson does not sell personal information, as defined in Nevada law,
Nevada residents may email a request for no sale of their personal information
to NevadaDesignatedRequest@pearson.com.


SUPPLEMENTAL PRIVACY STATEMENT FOR CALIFORNIA RESIDENTS

California residents should read our Supplemental privacy statement for
California residents in conjunction with this Privacy Notice. The Supplemental
privacy statement for California residents explains Pearson's commitment to
comply with California law and applies to personal information of California
residents collected in connection with this site and the Services.


SHARING AND DISCLOSURE

Pearson may disclose personal information, as follows:

 * As required by law.
 * With the consent of the individual (or their parent, if the individual is a
   minor)
 * In response to a subpoena, court order or legal process, to the extent
   permitted or required by law
 * To protect the security and safety of individuals, data, assets and systems,
   consistent with applicable law
 * In connection the sale, joint venture or other transfer of some or all of its
   company or assets, subject to the provisions of this Privacy Notice
 * To investigate or address actual or suspected fraud or other illegal
   activities
 * To exercise its legal rights, including enforcement of the Terms of Use for
   this site or another contract
 * To affiliated Pearson companies and other companies and organizations who
   perform work for Pearson and are obligated to protect the privacy of personal
   information consistent with this Privacy Notice
 * To a school, organization, company or government agency, where Pearson
   collects or processes the personal information in a school setting or on
   behalf of such organization, company or government agency.


LINKS

This web site contains links to other sites. Please be aware that we are not
responsible for the privacy practices of such other sites. We encourage our
users to be aware when they leave our site and to read the privacy statements of
each and every web site that collects Personal Information. This privacy
statement applies solely to information collected by this web site.


REQUESTS AND CONTACT

Please contact us about this Privacy Notice or if you have any requests or
questions relating to the privacy of your personal information.


CHANGES TO THIS PRIVACY NOTICE

We may revise this Privacy Notice through an updated posting. We will identify
the effective date of the revision in the posting. Often, updates are made to
provide greater clarity or to comply with changes in regulatory requirements. If
the updates involve material changes to the collection, protection, use or
disclosure of Personal Information, Pearson will provide notice of the change
through a conspicuous notice on this site or other appropriate way. Continued
use of the site after the effective date of a posted revision evidences
acceptance. Please contact us if you have questions or concerns about the
Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020

  Close