Use the Import from Device List window to import your network devices into the Policy Manager application. Initially, you must import your network devices into Policy Manager before you can configure and enforce policies. Later, you can use this window to import new devices or update device data. You can access the Import from Device List window by selecting File > Import > From Device List.
| TIP: | You can also open the Import from Device List window directly from the Getting Started Wizard
(Help > Getting Started).
From the left panel of the wizard, expand the Basic Tasks folder and select
Import Devices. |
|---|
A Device List is a text file that lists your network devices and
(optionally) their SNMP access information. You can create a Device List
using a text editor. See How to Create and
Import Device Lists for more information.
| NOTES: | 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.
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. |
|---|
| Click the graphic for more information. |
Format of Device Data
The device list can be in the following formats. Select the format that applies to the
device
list you are importing.
| 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. |
|---|
dev=[device name or IP address] ro=[Read Only Community Name]
rw=[Read Write Community Name]
su=[Super User Community Name]
dev=Switch1 ro=public rw=public su=public
dev=10.20.30.40 ro=public rw=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
SNMPv3 USM Settings:
[IP address]10.20.30.40
10.20.30.50
10.20.30.60| NOTE: | If you import a Read Only community name that is different from the Read Only name currently being used for the device, and the new community name does not match any of the community names that are configured on the device, Policy Manager will revert to using the original Read Only community name. If the Read Write or Super User community names are different, they are not checked against the device and the new values from the file will always be used. |
|---|