Concept Guide
Table Of Contents
- Dell EMC Networking Open Automation Guide 9.14.1.0 November 2018
- About this Guide
- Open Automation Framework
- Bare Metal Provisioning
- Introduction
- How it Works
- Prerequisites
- Industry Standard Upgrades with BMP
- BMP Process Overview
- BMP Operations
- Configure BMP
- BMP Commands and Examples
- System Boot and Set-up Behavior in BMP Mode
- BMP Mode - Boot and Set-up Behavior
- DHCP Offer Vendor-Specific Option for BMP
- DHCP Offer Relay Option 82
- Software Upgrade Using BMP
- Apply Configurations Using BMP Scripts
- Using the Post-configuration Script
- Using Auto-Execution Script - Normal Mode Only
- Timers in Pre–configuration and Post–configuration Scripts
- Script Examples
- BMP Operations on Servers Overview
- File Server Settings
- Domain Name Server Settings
- BMP MIB Support
- Bare Metal Provisioning CLI
- Open Management Infrastructure
- Puppet
- Smart Scripting
- Overview
- Download the Smart Scripting Package
- Dell EMC Environment Variables
- Dell EMC Proprietary Utilities
- Dell EMC SmartScript Utilities
- SQLite
- NET SNMP Client
- Limits on System Usage
- Supported UNIX Utilities
- Creating a Username and Password for Smart Scripting
- Logging in to a NetBSD UNIX Shell
- Downloading Scripts to a Switch
- Network File System (NFS)
- Setting a Search Path for Scripts
- Scheduling and Executing Scripts
- Running a Script from the UNIX Shell
- Running Scripts with User Privileges
- Smart Scripting CLI
- disable
- execute
- mount nfs
- package clear-all
- package install
- package uninstall
- script (run)
- script (stop/resume/clear/kill/unschedule)
- script event-handler
- script execute (EXEC mode)
- script execute
- script get
- script path
- script remove
- script trigger-event
- show packages
- show script
- start shell
- triggered-by
- switch script limit
- username (event handler)
- username
- SNMP MIBs
- Virtual Server Networking
- Virtual Server Networking CLI
- REST API
- HTTP and HTTPS
- XML
- Important Points to Remember
- REST Authentication
- Request Query Parameters
- Sample BGP Configurations
- HTTP Status Error Codes
- REST API — Protocol Data Unit (PDU) Structure
- Configurations
- Operational
- Operational Data for IPv6
- Management Information Base (MIB)
- IETF Interface Operations
- REST API Framework to Execute the CLIs
- Samples of the config-command
- Samples of the EXEC command
- Samples of the show-command
- REST API CLI
- Web Server

Puppet
Dell EMC Networking OS supports the Puppet automation framework. Puppet Agent is supported on the S4810, S4820T, S3048–ON,
S4048–ON, S4048T–ON, S5000, S5048F-ON, S6000, S6000–ON, S6010–ON, S6100–ON,Z9100–ON, , Z9500, MXL, and FN IOM
platforms.
Overview
Puppet is a conguration management utility that denes the state of system, then automatically enforces the correct state. Puppet Agent
is a daemon that runs on all the client servers. Using Puppet, you can automate the repetitive tasks, quickly deploy critical applications, and
proactively manage changes, scaling from 10s of servers to 1000s, on-premise or in the cloud. The Puppet Standalone/Agent applies
congurations on the Dell EMC Networking OS according to the puppet manifest le declarations. The Puppet 1.0 provides support for
Ruby, Puppet, and the user interface to both the Puppet Agent and Puppet Standalone.
Installing Puppet
To install the Puppet package, follow these steps.
Smart Scripting is a pre–requisite for using Puppet. Install the Smart Scripting package before you run the Puppet application (see Puppet
Agent Conguration Scripts).
1 On a PC or other network device, go to the Dell EMC Networking web portal at https://www.force10networks.com/CSPortal20/
Main/SupportMain.aspx. Enter your User Id and Password, and click Login .
2 Click the Software Center tab.
3 From the left pane, click Automation Software.
4 To accept the DELL End User License Agreement, at the lower end of the page, click I Agree. Open Automation Software packages
are listed.
5 From the PUPPET PACKAGES, select and download the le corresponding to the switch from the following list:
• PUPPET-P-9.14.1.0.tar.gz for S4810, S4820T, and S5000.
• PUPPET-I-9.14.1.0.tar.gz for S3048–ON, S4048–ON, S4048T–ON, S6000, S6000–ON, S6010–ON, S6100–ON,
Z9100–ON, and Z9500.
• PUPPET-I-9.14.1.0.tar.gz for S5048F–ON.
• PUPPET-M-9.14.1.0.tar.gz for IOA, MXL, and FN IOM.
Prerequisites
Before using the Puppet Agent on the Dell EMC Networking OS switch, congure the following:
1 Create the puppet user, with the user privilege 15.
2 Install the smartscript package.
EXEC Privilege mode
DellEMC#package install tftp://1.1.1.1/SMARTSCRIPTS-I-9.14.1.0.tar.gz
3 Install the puppet package.
EXEC Privilege mode
package install tftp://1.1.1.1/PUPPET-I-9.14.1.0.tar.gz
6
Puppet 65