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
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:
- 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
- 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
- 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
- Execute on Active NOAM steps to remove the default route from the NOAM GUI.
- Goto Main Menu: Configuration --> Network --> Routes --> MP-01
- Select MP-01:
- 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)
- Select “Delete” at the bottom of GUI.
- Confirm deletion of Route
- Execute on MP Server via CLI:
netstat –r | grep default
- 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