June 2018
Intermediate to advanced
398 pages
9h
English
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "Some large packages such as matplotlib or django have hundreds of modules inside them, and developers usually categorize the related modules into a sub-directories."
A block of code is set as follows:
from netmiko import ConnectHandlerfrom devices import R1,SW1,SW2,SW3,SW4nodes = [R1,SW1,SW2,SW3,SW4]for device in nodes: net_connect = ConnectHandler(**device) output = net_connect.send_command("show run") print output
When we wish to draw your attention to a particular part of a ...
Read now
Unlock full access