The dxa-ipam-from-iprm.conf file provides a listing of what classes, and attributes of those classes, will be transferred from the Network-Resource Manager to the IP-Analysis Manager.

To add the Router attribute to the dxa-ipam-from-iprm.conf file:

  1. Edit the dxa-ipam-from-iprm.conf file by using sm_edit:

                   # 
    		BASEDIR/smarts/bin/sm_edit conf/icf-a/dxa-ipam-from-iprm.conf
                
  2. Type the following two lines for the Router class (shown in bold) before the entry for the UnitaryComputerSystem, as follows:

    # DXA file for transferring topology from Network Resource Manager
    # to IP Analysis Manager.
    #
    prehook    icf-a/ipam-iprm-dxa-prehook.asl
    class Router
                   attr  SM_SerialNumber
    class UnitaryComputerSystem
    peek  IsManaged   TRUE
    attr  DisplayName
    attr  IsManaged   IsManagedActive
    attr  UseBridgingRelationship 
    
  3. Save and close the dxa-ipam-from-iprm.conf file.

    The modified version of the file is saved to the BASEDIR/smarts/local/conf/icf-a directory.