Setting up the Resource Access Doc
For source based routing to work, the IP address must be
put into the Resource Access Document (RAD) for the device on which
it has been set up. The source address XML tag (<sourceAddress>
)
within the RAD must be specified with the correct IP address.
Before you begin
About this task
<sourceAddress>
XML
tag to specify the correct IP address that will enable all network
routing to go through the default route. You also need to ensure that
the <lbl-mode-flag-forncs>
XML tag is set to the
value true
in order for the RAD to work properly.To edit the RAD, follow these steps.
Procedure
Example
<sourceAddress>
and <lbl-mode-flag-forncs>
XML
tags in the context of the other XML tags that can reside in a RAD.<access-types>
<access-type name="ssh">
<script-id>ssh</script-id>
<ssh-type>ssh1</ssh-type>
<sourceAddress>111.111.111.111</sourceAddress>
<streaming-put-flag>false</streaming-put-flag>
<streaming-get-flag>true</streaming-get-flag>
<native-compare-flag>false</native-compareflag>
<import-prewrite-flag>true</import-prewriteflag>
<sync-prewrite-flag>true</sync-prewrite-flag>
<import-report-diffs-flag>false</import-reportdiffs-flag>
<configDataType>CLI</configDataType>
<reboot-on-config-load>true</reboot-on-configload>
<import-char-streaming-flag>false</import-charstreaming-flag>
<import-char-streaming-time-interval>0</import-charstreaming-time-interval>
<lbl-mode-flag-forncs>true</lbl-mode-flagforncs>
<user />
<password />
<enable-password />
<prev-user />
<alt-user />
<prev-password />
<alt-password />
<prev-enable-password />
<alt-enable-password />
<hostname />
<port>22</port>
<ssh1>
<cipher>des</cipher>
</ssh1>
<ssh2>
<cipher>blowfish</cipher>
</ssh2>
</access-type>