Upgrade TRITON AP-EMAIL

With the web module removed, TRITON AP-EMAIL is now hosted on a single-mode appliance that can be upgraded to v8.3 using the standard upgrade procedure. See Upgrade Instructions for TRITON AP-EMAIL for complete upgrade instructions.

When the upgrade is complete, reconfigure the network interface settings (C, P1/E1, P2/E2).

Steps

  1. Log on to the CLI of the upgraded TRITON AP-EMAIL appliance and elevate to config mode.
    (view)# config

    You are prompted for a password. Enter the admin password.

  2. Use the set interface ipv4 command to configure the C, P1/E1, P2/E2 interfaces (P2/E2 optional). E1 and E2 are used on the V10000. P1 and P2 are used on the V5000.
    set interface ipv4 --interface <c|p1|p2|e1|e2>
    --ip <ipv4_address> --mask <ipv4_netmask>
    [--gateway <ipv4_address>]
    For example:
    (config)# set interface ipv4 --interface c
    --ip 10.200.200.10 --mask 255.255.0.0
    --gateway 10.200.0.5
    To display the interface settings:
    show interface info
  3. When the interfaces are configured, restart the appliance.
  4. Boot the Web Filter & Security appliance and proceed to the post-upgrade activities.