Device lists are used to import devices into Policy Manager. They are text
files that list network devices and (optionally) their SNMP access
information. You can create a Device List using a text editor.
| NOTE: | There are special utility programs available that will create a device list for you based on your HP OpenView®, NetSight Switch and Topology Manager, or NetSight Element Manager device database. Contact Support for more information. |
|---|
After you have created a device list, use the Import from Device List
window to import the devices into the Policy Manager database. Initially, you must
import your devices into Policy Manager before you can use the application
to manage them. Later, you can use this window to import new devices. The
imported devices are automatically appended to the list of devices in the
Network Elements tab Devices folder.
| NOTE: | You can also add a new device to the Policy Manager database using the Create Device window. |
|---|
When Policy Manager imports the device list, it tries to establish SNMP contact to the Policy MIB, using the SNMP access information provided. The following table details the Policy Manager's actions depending on the device's response.
| Device SNMP-Manageable?* | Device supports Policy MIB? | Action |
|---|---|---|
| Yes | Yes | Device imported. |
| Yes | No | Device not imported. |
| No (device can be contacted, but access information doesn't match) |
Unknown | Device imported with Policy Support listed as Unknown. |
| Unknown (since device cannot be contacted) |
Unknown | Device imported with Policy Support listed as Unknown. |
* "Manageable" is defined as having at least read-only access to the device.
Instructions on:
| TIP: | If you create a device list without community names, devices will be imported into Policy Manager using the list of community names in the Community Names window. If you populate the Community Names window with valid community names before doing the import, you won't have to specify community names for each entry in the device list. |
|---|
SNMPv1 access information consists of the read only, read write, and super user community names for the device. SNMPv3 access information consists of certain USM (User-based Security Model) settings. (For more information on SNMPv3, read RFC2574.) See a brief explanation of the SNMPv3 USM settings and their possible choices below.
You can mix SNMPv1 and SNMPv3 formats in a single device list. If you list both an SNMPv1 and SNMPv3 entry for a device, Policy Manager stores the v1 values, but uses the v3 values to contact the device.
dev=[device name or IP address] ro=[Read Only Community Name]
rw=[Read Write Community Name] su=[Super User Community Name]
dev=Switch1 rw=public ro=public su=public
dev=10.20.30.40 rw=public ro=public su=public| NOTE: | For RoamAbout R2 devices. If you are importing the device with
SNMPv1 (SNMPv3 is recommended), the default community names on the device
must be updated. There are four SNMPv1 community names on the R2:
|
|---|
dev=[device name or IP address] user=[User Name]
authtype=[Authorization Type] authpwd=[Authorization Password]
privtype=[Privacy Type] privpwd=[Privacy Password] seclevel=[Security Level]dev=Switch1 user=name
dev=Switch2 user=name authtype=MD5 authpwd=password seclevel=AuthNoPriv
dev=10.20.30.40 user=name authtype=MD5 authpwd=password privtype=DES
privpwd=password seclevel=AuthPriv[IP address]10.20.30.40
10.20.30.50
10.20.30.60
| NOTES: | If you import a device list from an older version of Policy
Manager where the "Contain to VLAN" and "Deny Traffic" choices were not
available, the VLANs Selection View
appears, where you can select the VLANs you want to act as Discard VLANs. When you import a device, Policy Manager determines whether or not authentication is enabled on the device. If yes, the appropriate Authentication Type is displayed in the device's Authentication tab, with the Authentication Status set to Enabled. If authentication is not enabled on the device, Policy Manager displays the previous Authentication Type/ Authentication Status setting for the device if there was one, or Authentication Type: Web-Based and Authentication Status: Disabled, if not. The Policy Manager Small Business Edition allows a maximum of 10 devices. If your device list exceeds the maximum number of devices allowed, one or more of the devices will not be imported. |
|---|