Changes

Jump to: navigation, search

VLS2VLS-Routing

69 bytes added, 13:02, 22 March 2021
Shell Script for adding custom routes on your gateway to other's VLSs
export MY_VLS_NO=2
</pre>
* set edit the shell variable OTHER_VLS_NOS to the list of VLS you want to have a route to their VLS network. The following example assign the list of network numbers 1 to 43 that you want to create a custom route on your gateway:.
<pre>
export OTHER_VLS_NOS=`seq 1 43`
</pre>
X=${MY_VLS_NO}
echo "Your Network Number is $X"
 
# change the following variable if necessary
OTHER_VLS_NOS=`seq 1 43`
 
Y=`echo ${OTHER_VLS_NOS}`
echo "Route to be added for the network number(s) $Y"
1,760
edits

Navigation menu