Configuration displays – Extreme Networks Px Series User Manual

Page 108

Advertising
background image

10-4

Px Series Application Switch Installation and Configuration Guide

Configuration Displays

The following example illustrates the output from the

show configuration

command:

* SummitPx1:25 # sh config

#################################################################

# SummitPx1 Configuration

# Software Version 1.1.0b8 (FPGA:511 by build 03/21/02 01:09:31)

#################################################################

#----------------------------------------------------------------

# servers

#----------------------------------------------------------------

config server default max-connections 10000

config server default weight 1

config server slow-start initial-connections 5

config server slow-start interval 5

disable server slow-start

config server index 1 ip 10.65.8.50 port 8080

config server index 2 ip 10.65.8.51 port 8080

config server index 40 ip 10.65.8.52 port 80

config server index 41 ip 10.65.8.53 port 80

#----------------------------------------------------------------

# server-groups

#----------------------------------------------------------------

config server-group name web1_layer4 policy rr server-last-resort

index 1

config server-group name web1_layer4 add-server index 1 - 2

config server-group name web2_layer7 policy rr server-last-resort

index 40

config server-group name web2_layer7 add-server index 40 - 41

#----------------------------------------------------------------

# service-table

#----------------------------------------------------------------

config service vip 10.65.36.21 port 2000 protocol tcp l4

server-group-name web1_layer4

config service vip 10.65.36.22 port 3000 protocol tcp l7 class http

config domain name default

config pattern-rule "default" server-group-name sg0

config domain name mydomain.com

config pattern-rule "default" server-group-name web2_layer7

Advertising