目錄(299章)
倒序
- coverpage
- Title
- Credits
- Foreword
- About the Author
- About the Reviewer
- www.PacktPub.com
- Why subscribe?
- Customer Feedback
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Downloading the example code
- Downloading the color images of this book
- Errata
- Piracy
- Questions
- Review of TCP/IP Protocol Suite and Python Language
- The internet overview
- Servers hosts and network components
- The rise of datacenter
- Enterprise datacenters
- Cloud datacenters
- Edge datacenters
- The OSI model
- Client server models
- Network protocol suites
- The Transmission Control Protocol (TCP)
- Functions and Characteristics of TCP
- TCP messages and data transfer
- User Datagram Protocol (UDP)
- The Internet Protocol (IP)
- The IP NAT and security
- IP routing concepts
- Python language overview
- Python versions
- Operating system
- Running a Python program
- Python built-In types
- The None type
- Numerics
- Sequences
- Mapping
- Sets
- Python operators
- Python control flow tools
- Python functions
- Python classes
- Python modules and packages
- Summary
- Low-Level Network Device Interactions
- The challenges of CLI
- Constructing a virtual lab
- Cisco Virtual Internet Routing Lab (VIRL)
- VIRL tips
- Cisco DevNet and dCloud
- GNS3
- Python Pexpect Library
- Installation
- The Pexpect overview
- Our first Expect program
- More Pexpect features
- Pexpect and SSH
- Putting things together for Pexpect
- The Python Paramiko library
- Installating Paramiko
- The Paramiko overview
- Our first Paramiko program
- More Paramiko features
- Paramiko for Servers
- Putting things together for Paramiko
- Looking ahead
- Downsides of Pexpect and Paramiko compared to other tools
- Idempotent network device interaction
- Bad automation speeds bad things up
- Summary
- API and Intent-Driven Networking
- Infrastructure as the Python code
- Screen scraping versus API structured output
- Data modeling for infrastructure as code
- The Cisco API and ACI
- Cisco NX-API
- Lab Software Installation and Device Preparation
- NX-API examples
- Cisco and YANG model
- The Cisco ACI
- The Python API for Juniper networks
- Juniper and NETCONF
- Device Preparation
- Juniper NETCONF examples
- Juniper PyEZ for developers
- Installation and preparation
- PyEZ examples
- The Arista Python API
- The Arista eAPI management
- The eAPI preparation
- eAPI examples
- The Arista Pyeapi library
- The Pyeapi installation
- Pyeapi examples
- Vendor neutral libraries
- Summary
- The Python Automation Framework - Ansible Basics
- A quick Ansible example
- The control node installation
- Your first Ansible playbook
- The Public key authorization
- The inventory file
- Our first playbook
- The advantages of Ansible
- Agentless
- Idempotent
- Simple and extensible
- The vendor Support
- The Ansible architecture
- YAML
- Inventories
- Variables
- Templates with Jinja2
- Ansible networking modules
- Local connections and facts
- Provider arguments
- The Ansible Cisco example
- The Ansible Juniper example
- The Ansible Arista example
- Summary
- The Python Automation Framework - Ansible Advance Topics
- Ansible conditionals
- The when clause
- Network module conditional
- Ansible loops
- Standard loops
- Looping over dictionaries
- Templates
- The Jinja2 template
- Jinja2 loops
- The Jinja2 conditional
- Group and host variables
- Group variables
- Host variables
- The Ansible vault
- The Ansible include and roles
- The Ansible include statement
- Ansible roles
- Writing your own custom module
- The first custom module
- The second custom module
- Summary
- Network Security with Python
- The lab setup
- Python Scapy
- Installing Scapy
- Interactive examples
- Sniffing
- The TCP port scan
- The ping collection
- Common attacks
- Scapy resources
- Access lists
- Implementing access lists with Ansible
- MAC access lists
- The syslog search
- Searching with regular expressions
- Other tools
- Private VLANs
- UFW with Python
- Summary
- Network Monitoring with Python - Part 1
- Lab setup
- SNMP
- Setup
- PySNMP
- Python visualization
- Matplotlib
- Installation
- Matplotlib - the first example
- Matplotlib for SNMP results
- Additional Matplotlib resources
- Pygal
- Installation
- Pygal - the first example
- Pygal for SNMP results
- Additional Pygal resources
- Python for Cacti
- Installation
- Python script as an input source
- Summary
- Network Monitoring with Python - Part 2
- Graphviz
- Lab setup
- Installation
- Graphviz examples
- Python with Graphviz examples
- LLDP neighbor graphing
- Information retrieval
- Python parser script
- Final playbook
- Flow-based monitoring
- NetFlow parsing with Python
- Python socket and struct
- ntop traffic monitoring
- Python extension for ntop
- sFlow
- SFlowtool and sFlow-RT with Python
- Elasticsearch (ELK stack)
- Setting up a hosted ELK service
- The logstash format
- Python helper script for Logstash formatting
- Summary
- Building Network Web Services with Python
- Comparing Python web frameworks
- Flask and lab setup
- Introduction to Flask
- The HTTPie client
- URL routing
- URL variables
- URL generation
- The jsonify return
- Network s API
- Flask-SQLAlchemy
- Network content API
- Devices API
- The device ID API
- Network dynamic operations
- Asynchronous operations
- Security
- Additional resources
- Summary
- OpenFlow Basics
- Lab setup
- Introducing OpenFlow
- Basic operations
- OpenFlow 1.0 vs 1.3
- Mininet
- The Ryu controller with Python
- Open vSwitch commands
- The Ryu firewall application
- Layer 2 OpenFlow switch
- Planning your application
- Application components
- The POX controller
- Summary
- Advanced OpenFlow Topics
- Setup
- OpenFlow operations with Ryu
- Packet inspection
- Static router
- Mininet topology
- Ryu controller code
- Ryu flow installation
- Ryu packet generation
- Final result
- Router with API
- Ryu controller with API
- API usage examples
- BGP router with OpenFlow
- Lab router setup
- Python with the BGP speaker library
- Ryu BGP application
- Firewall with OpenFlow
- Summary
- OpenStack OpenDaylight and NFV
- OpenStack
- OpenStack overview
- Networking in OpenStack
- Trying out OpenStack
- OpenDaylight
- OpenDaylight programming overview
- OpenDaylight example
- Summary
- Hybrid SDN
- Preparing the network
- Familiarize yourself with the existing framework and tools
- Network standardization
- Create minimum viable products
- Relentlessly experiment
- Greenfield deployment
- Controller redundancy
- Multiple controller example
- BGP migration example
- Migration segmentation
- VIRL and Mininet setup
- Cisco device configuration
- Ryu BGP speaker
- Mininet and REST Router
- Result and verification
- More BGP example
- Examine the JSONRPC over WebSocket
- Monitoring integration
- Secure TLS connection
- Physical switch selection
- Lab OpenFlow switches
- Incumbent vendor switches
- Whitebox Switches
- Summary 更新時間:2021-07-02 21:43:20
推薦閱讀
- Extending Jenkins
- SPSS數據挖掘與案例分析應用實踐
- 流量的秘密:Google Analytics網站分析與優化技巧(第2版)
- 算法零基礎一本通(Python版)
- 圖解Java數據結構與算法(微課視頻版)
- C和C++安全編碼(原書第2版)
- JavaScript Unlocked
- 編寫高質量代碼:改善C程序代碼的125個建議
- Python機器學習:手把手教你掌握150個精彩案例(微課視頻版)
- Android Wear Projects
- 愛上micro:bit
- RESTful Java Web Services(Second Edition)
- C++語言程序設計
- Deep Learning for Natural Language Processing
- JavaScript Concurrency
- Python高性能編程(第2版)
- C# 4.0權威指南
- 大話統計學(溢彩實訓版):基于R語言+中文統計工具
- 零基礎學Visual Basic第2版
- Java語言程序設計
- C語言程序設計
- 電氣控制工程師手冊
- C#從入門到精通(第4版)
- Mastering the C++17 STL
- Web前端工程師修煉之道(原書第5版)
- Quarkus實戰:專為Kubernetes而優化的Java解決方案
- Java Web應用開發技術與案例教程
- Visual C
- Smarter Decisions:The Intersection of Internet of Things and Decision Science
- Microsoft Dynamics CRM 2011 Reporting