Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 371 Bytes

exercise1.md

File metadata and controls

6 lines (5 loc) · 371 Bytes

Napalm Exercise 1

  1. Construct a script that retrieves facts from two IOS routers, one Arista switch, and one NX-OS device.
  2. Retrieve the 'model' from the returned data structure and print the model to standard out.
  3. Define the devices that you use in a Python file that you import.
  4. [Optional] - Define the devices that you use in a YAML file that you read in.