Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation
Guide That Contains This Content
[+] Expand All
[-] Collapse All

    Verifying Configuration for the Redirect Server (SRC CLI)

    Purpose

    Verify the configuration for the redirect server.

    Action

    At the [edit redirect-server] hierarchy level, enter the show command:

    [edit redirect-server]
    user@host# show
    client-burst-size 5000;
    client-rate 3000;
    destination-url http://www.mycompany.com/default.html;
    https { 
      certificate-identifier certificate1;
      port 8443;
      protocol TLSv1;
    }
    ip-redirect { 
      https_port 443;
      port 80;
    }
    ipv6-redirect { 
      https { 
        certificate-identifier certificate2;
        port 8600;
        protocol TLSv1;
      }
      tcp-port 8900;
    }
    refresh;
    refresh-document etc/refresh.html;
    request-burst-size 18000;
    request-rate 12000;
    tcp-port 8800;
    

    Published: 2014-12-10