Default Route

Create a default gateway on each WAF

Navigate to: Network ›› Routes

../../../_images/waf_create_new_route_navigation.png
  1. Create a default gateway according to the table below.

    Note

    It is required to complete the following task on both asm1.site1 asm2.site1

    Setting Value
    Name default_route
    Destination 0.0.0.0
    Netmask 0.0.0.0
    Gateway Address 10.1.50.1
    ../../../_images/waf_create_new_route_properties.png

    https://asm1.site1.example.com/tmui/Control/jspmap/tmui/locallb/network/route/create.jsp

    https://asm2.site1.example.com/tmui/Control/jspmap/tmui/locallb/network/route/create.jsp

    TMSH command for asm1.site1 and asm2.site1:

    TMSH

    tmsh create net route default_route { gw 10.1.50.1 network default }

  2. Create a default gateway according to the table below.

    Note

    It is required to complete the following task on both asm1.site1 asm2.site1

    Setting Value
    Name default_route
    Destination 0.0.0.0
    Netmask 0.0.0.0
    Gateway Address 10.1.60.1

    https://asm1.site2.example.com/tmui/Control/jspmap/tmui/locallb/network/route/create.jsp

    https://asm2.site2.example.com/tmui/Control/jspmap/tmui/locallb/network/route/create.jsp

    TMSH command for asm1.site2 and asm2.site2:

    TMSH

    tmsh create net route default_route { gw 10.1.60.1 network default }