|
|
Before you install, configure, and validate the IPM software, be sure that you have the hardware and software prerequisites listed here.
This section lists the workstation requirements and Cisco IOS software requirements for IPM.
IPM can run on the following systems:
All platforms require the following hardware:
All platforms require the following software:
To be manageable by IPM applications, source routers must be running Cisco IOS Release 11.2 (2) or above, with the Cisco IOS RTR feature (available only in the IBM or Enterprise feature set) installed and enabled.
If you have not already configured the routers in your network for SNMP management, follow these steps to configure the Cisco IOS software in every source router.
If you have already configured your routers for SNMP management, skip to Step 4.
Step 1 Enter command line configuration mode.
Step 2 Set the SNMP read password by entering this command at your router:
snmp-server community string RO
Where:
string is the read community string (a password for access to SNMP) in this router
RO specifies read-only access to SNMP in this router
Step 3 Set the SNMP write password with this command:
snmp-server community string RW
Where:
string is the write community string (a password for access to SNMP) in this router
RW specifies read-write access to SNMP in this router
Step 4 If you want IPM-generated traps to be sent to a network management host, configure the Cisco IOS software in every IPM-enabled router using this command:
snmp-server host address string [rtr]
Where:
address is the IP address of the network management host, such as 123.45.678.90
string is the read community string for access to SNMP in the network management host
rtr limits the traps sent to address to IPM-related traps; if you omit this value, all traps are sent to the named network management host
You might want to save these values permanently. To do so, use the following Cisco IOS exec mode command:
copy running_config startup_config
This saves all of the running configurations including any other configuration changes that may include temporary IPM collectors. This may not be desirable.
Table 2-1 lists the commands you can use to verify the workstation requirements on your system.
| Verify | On AIX | On HP-UX | On Solaris |
|---|---|---|---|
| Hard disk space | df -I | bdf | df -k |
| Operating system version | oslevel | uname -a | uname -a |
| RAM size | lscfg | grep mem | /etc/dmesg | grep Kbytes | dmesg | grep Kbytes |
| Swap space size | lsps -a | swapinfo | swap -s |
| X Window System | * | * | * |
| * See your system administrator. | |||
|
|