How-To : Add a Route to a F5 BIG-IP

Description :

Sometimes routing can get tricky in different networking environments. It is not uncommon to be required to add routes to devices such as a F5 Big-IP.

References :

F5

F5 Technical Documentation (Registration Required)


Outline :


Procedure :
  • ***Before starting, it will be assumed you have already SSH'd to the primary BIG-IP
  • Add Route
    • bigip1> route add -net 10.0.10.0 -netmask 255.255.255.0 -gateway 10.0.0.5
  • Add Route to "/config/routes"
    • bigip1> echo `route add -net 10.0.10.0 -netmask 255.255.255.0 -gateway 10.0.0.5` >> /config/routes
  • Reset Permissions to Configuration File
    • bigip1> chmod 755 /config/routes
  • Load Changes (VERY IMPORTANT)
    • b load

 


Last Modified :

10-25-2004: Initial Creation


If you feel information is missing... please email me.
If you feel I have missed giving credit to a person or organization... please email me.
Copyright © 2003-2012 - Dave Breiland (superdave@dynamicis.com)