Sun Microsystems, Inc.  Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-71-1919738.1
Update Date:2017-04-03
Keywords:

Solution Type  Technical Instruction Sure

Solution  1919738.1 :   How to Remove Old Default Route and Add New One on DSR  


Related Items
  • Oracle Communications Diameter Signaling Router (DSR)
  •  
Related Categories
  • PLA-Support>Sun Systems>CommsGBU>Global Signaling Solutions>SN-SND: Tekelec DSR
  •  




In this Document
Goal
Solution


Created from <SR 3-9504582311>

Applies to:

Oracle Communications Diameter Signaling Router (DSR) - Version DSR 5.0 and later
Information in this document applies to any platform.

Goal

Steps to remove old and add new default route on MP server.

Solution

Steps to execute to correct default route on MP server:

  1. Execute on Active NOAM via CLI to delete default routes (MP-01 is an example - please use hostname of your MP):
    /usr/TKLC/appworks/sbin/deleteDefaultRoute MP-01
  2. Execute on MP-01 Server via CLI to verify default routes removed from step 1.
    netstat –r | grep default
    wait for command to display no default route
  3. Execute on MP-01 Server via CLI to add default route to DA-MP (the gateway ip and device values are for example purposes only, please use the correct IP and device for your case):
    netAdm add –route=default –gateway=1.1.1.1 –device=bond1.1111
  4. Execute on Active NOAM steps to remove the default route from the NOAM GUI.
    1. Goto Main Menu: Configuration --> Network --> Routes --> MP-01
    2. Select MP-01:
      1. Select row showing Route Type “default”, Gateway “2.2.2.1”, and Device Name “bond0.2222” (note: the gateway ip and device values are for example purposes only, please use the correct IP and device for your case)
      2. Select “Delete” at the bottom of GUI.
      3. Confirm deletion of Route
  5. Execute on MP Server via CLI:
    netstat –r | grep default
  6. Verify Route Type “default”, Gateway “1.1.1.1”, and Device Name “bond1.1111” (the gateway ip and device values are for example purposes only, please use the correct IP and device for your case)

Attachments
This solution has no attachment
  Copyright © 2018 Oracle, Inc.  All rights reserved.
 Feedback