How To Guides > Exinda Topologies > Out of Path Topologies > Configure the Switch for VRRP with PBR and VLANs

Configure the Switch for VRRP with PBR and VLANs

Specify the behaviour of the switch interfaces connecting to the router and the out of path Exinda appliances.

  1. Launch the command line interface for the switch.
    • To enter privileged EXEC (enable) mode, at the prompt type the following command:

      hostname > enable

      The hostname # prompt is displayed.

    • To enter configuration (config) mode, at the prompt type the following commands:

      hostname # configure terminal

      The hostname (config)# prompt is displayed.

  2. Configure the interface to the router.

    interface GigabitEthernet0/1

    switchport trunk encapsulation dot1q

    switchport mode trunk

  3. Configure the interface to Exinda appliance #1.

    interface GigabitEthernet0/2

    switchport trunk encapsulation dot1q

    switchport mode trunk

  4. Configure the interface to Exinda appliance #2.

    interface GigabitEthernet0/3

    switchport trunk encapsulation dot1q

    switchport mode trunk

  5. Set the IP addresses for the VLANs.

    interface Vlan10

    no ip address

    interface Vlan20

    no ip address