VLAN’s

../../../_images/waf_create_new_vlans.png

Create a vlan on each WAF

  1. Note

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

    Navigate to: Network ›› VLANs : VLAN List

    ../../../_images/waf_create_new_vlan_navigation.png

    Create a new vlan according to the following table.

    Setting Value
    Name site1_waf_vlan
    Tag 50
    Interface 1.1 - Untagged
    ../../../_images/waf_create_new_vlan_properties.png

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

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

    TMSH command for both asm1.site1 and asm2.site1:

    TMSH

    tmsh create net vlan site1_waf_vlan { interfaces add { 1.1 { } } tag 50 }

  2. Note

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

    Navigate to: Network ›› VLANs : VLAN List

    ../../../_images/waf_create_new_vlan_navigation.png

    Create a new vlan according to the following table.

    Setting Value
    Name site2_waf_vlan
    Tag 60
    Interface 1.1 - Untagged

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

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

    TMSH command for both asm1.site2 and asm2.site2:

    TMSH

    tmsh create net vlan site2_waf_vlan { interfaces add { 1.1 { } } tag 60 }