- Preface
- New and Changed Information
- Overview
- Importing a Device Package
- Defining a Logical Device
- Configuring Connectivity to Devices
- Selecting a Layer 4 to Layer 7 Device to Render a Graph
- Configuring a Service Graph
- Configuring Route Peering
- Configuring Direct Server Return
- Configuring the Device and Chassis Manager
- Configuring Unmanaged Mode
- Configuration Parameters
- Using a Service Graph Template
- Monitoring a Service Graph
- Configuring Administrator Roles for Managing a Service Configuration
- Developing Automation
- Using the GUI
Importing a Device
Package
- About the Device Package
- Installing a Device Package Using REST
- Importing a Device Package Using the GUI
About the Device Package
The Application Policy Infrastructure Controller (APIC) requires a device package to configure and monitor service devices. A device package manages a single class of service devices and provides the APIC with information about the device and its capabilities. A device package is a zip file that contains the following parts:
|
Device specification |
An XML file that defines the following: |
|
Device script |
A Python script that interacts with the device from the APIC. APIC events are mapped to function calls that are defined in the device script. A device package can contain multiple device scripts. |
|
Function profile |
Function parameters with default values that are specified by the vendor. You can configure a function to use these default values. |
|
Device-level configuration parameters |
A configuration file that specifies parameters that are required by a device. This configuration can be shared by one or more graphs using a device. |
You can create a device package or it can be provided by a device vendor or Cisco.
Installing a Device Package Using REST
Importing a Device Package Using the GUI
You import a device package using the GUI.
See Using the GUI for the procedure for importing a device package.
Feedback