[Contents] [Prev] [Next] [Index] [Report an Error]

Configuring the HTTP Local Server to Support Guided Entrance

JUNOSe software supports an embedded Web server, known as the HTTP local server, which is used to support the Service Manager application’s guided entrance service. With guided entrance, subscribers are directed to a specific Web site when they log in. At the Web site, the subscribers can then select the service they want to use.

You can configure one HTTP local server per virtual router. The HTTP local server is disabled by default. To configure the HTTP local server:

  1. Access the virtual router context.
    host1(config)#virtual-router west400
    host1:west400(config)#
  2. Create the HTTP local server.
    host1:west40(config)#ip http
  3. (Optional) Specify a standard IP access list that defines which subscribers can connect to the HTTP local server.
    host1:west40(config)#ip http access-class chicagoList
  4. (Optional) Specify the port on which the HTTP local server receives connection attempts.
    host1:west40(config)#ip http port 8080
  5. (Optional) Specify the maximum number of connections that can exist between one IP address and the HTTP local server.
    host1:west40(config)#ip http same-host-limit 20
  6. Specify the maximum time that HTTP local servers maintain connections.
    host1:west40(config)#ip http max-connection-time 1000
  7. Enable the HTTP local server.
    host1:west40(config)#ip http server
  8. Configure the HTTP redirect feature for the profile, interface, or subinterface that will be referenced in the guided entrance service definition.
    host1:west40(config)#profile guidEnt6
    host1:west40(config-profile)#ip http redirectUrl http://ispsite.redirect.com

[Contents] [Prev] [Next] [Index] [Report an Error]