Commands for Monitoring the Switch. Extreme Networks Px Series, Px 1
Extreme Networks Px Px1 application switch provides a powerful platform for managing network traffic and load balancing. It offers features such as health checks, server grouping, virtual services, and more. This command reference guide provides detailed information on all the commands available in the ExtremeWarePx software, making it an essential resource for administrators managing these switches.
Advertisement
Advertisement
7
Commands for Monitoring the Switch
This chapter describes the following commands:
¥ Commands that show trafÞc statistics
¥ Commands that show conÞguration details
¥ Commands for managing and troubleshooting operation
ExtremeWarePx1 1.2 Command Reference Guide 227
Commands for Monitoring the Switch
pxtop
pxtop {vip <IP address> {port <port number>}}
Description
Displays real-time information about connections to virtual services.
Syntax Description
IP address port number
VIP for the service(s) of interest
Port number for the service of interest
Default
N/A.
Usage Guidelines
The screen is updated dynamically to display an overview of the current, peak, and total connections to virtual services.
Parameters to this command allow you to limit the display to information about services that use the speciÞed IP address or the speciÞed IP address and port.
Example
The following command displays information about connections to all services: pxtop
This command produces output like the following:
Service
------------------------------------
10.6.2.20:80 tcp
10.6.2.100:8080
Domain: default default
Domain: 10.65.12.100
tcp default
*.gif
10.6.2.101:900
Domain: default default tcp
C o n n e c t i o n s
Current Peak Total
Delta
Total
-------------------------------------
1009 1009 1009 1009
0
0
0
0
0
0
1
0
0
0
10
0
0
0
0
0
History
This command was available in ExtremeWarePx 1.1.
228 ExtremeWarePx1 1.2 Command Reference Guide
Platform Availability
This command is available on the Px-series application switch. pxtop
ExtremeWarePx1 1.2 Command Reference Guide 229
Commands for Monitoring the Switch
show accounts
show accounts
Description
Displays user account information for all users on the switch.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
You must have administrator privileges to issue this command.
This command displays the following information in a tabular format:
¥ User NameÑThe name of the user. This list displays all of the users who have access to the switch.
¥ AccessÑThe SNMP community strings. This may be listed as R/W for read/write or RO for read only.
¥ Login OKÑThe number of logins that are okay.
¥ FailedÑThe number of failed logins.
Example
This example displays user account information on the switch:
SummitPx1:4 # show accounts
User Name
---------------admin user
Access
------
R/W
RO
LoginOK
-------
44
0
Failed
------
1
0
Session
------jones sales smith
R/W
RO
R/W
3
0
0
0
0
0
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
230 ExtremeWarePx1 1.2 Command Reference Guide
show banner
show banner
show banner
Description
Displays the user-conÞgured banner string.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
Use this command to view the banner that was set with the
command. This banner is displayed before the login prompt.
Example
The following command displays the switch banner: show banner
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
ExtremeWarePx1 1.2 Command Reference Guide 231
Commands for Monitoring the Switch
show build
show build
Description
Displays the conÞguration that will become effective when the build
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
You can use this command after making changes to the conÞguration and before issuing the
command. The output shows the conÞguration as set by commands that change conÞguration that have
not yet been conÞrmed by the build
After you issue the
show build
command will be identical to the output from the
Example
This example illustrates the output from the show build
command
* SummitPx1:8 # show build
#################################################################
# SummitPx1 Configuration
# Software Version 1.2.0b4 (fpga 606rd)
#################################################################
#----------------------------------------------------------------
# vrrp configuration
#---------------------------------------------------------------disable vrrp config vrrp serial-failover interval 500 disable vrrp serial-failover disable vrrp auto-sync
#----------------------------------------------------------------
# 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.10.13.1 port 80 config server index 2 ip 10.10.13.2 port 80
...
232 ExtremeWarePx1 1.2 Command Reference Guide
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch. show build
ExtremeWarePx1 1.2 Command Reference Guide 233
Commands for Monitoring the Switch
show configuration
show configuration [primary | secondary]
Description
Shows the currently active conÞguration, which may be different from the saved conÞgurations.
Syntax Description primary secondary
Shows the primary configuration saved in flash memory.
Shows the secondary configuration saved in flash memory.
Default
N/A.
Usage Guidelines
If the output scrolls off the top of the screen, you can use the
command to pause the display when the output Þlls the screen.
Example
This 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.6.8.50 port 8080 config server index 2 ip 10.6.8.51 port 8080 config server index 40 ip 10.6.8.52 port 80 config server index 41 ip 10.6.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
#----------------------------------------------------------------
234 ExtremeWarePx1 1.2 Command Reference Guide
show configuration config service vip 10.6.36.21 port 2000 protocol tcp l4 server-group-name web1_layer4 config service vip 10.6.36.22 port 3000 protocol tcp l7 class http config domain name default config pattern-rule "default" server-group-name web3_layer7 config domain name mydomain.com
config pattern-rule "default" server-group-name web2_layer7
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
ExtremeWarePx1 1.2 Command Reference Guide 235
Commands for Monitoring the Switch
show connections details
show connections {vip <IP address> {port <port number>}} details
Description
Displays a list of the open connection.
Syntax Description
IP address port number
VIP for the service of interest port number for the service of interest
Default
N/A.
Usage Guidelines
Parameters to this command allow you to limit the display to connections to the speciÞed IP address or the speciÞed IP address and port.
Example
This example displays all open connections.
SummitPx1:35 # sh conn details
Flags: 4 - Layer 4, 7 - Layer 7, T - TCP, U - UDP
Age is in seconds
State: ESTAB - ESTABLISHED, CLSWT - CLOSE_WAIT
Client IP Virtual IP Proxy IP Server IP and Port and Port and Port and Port Flags
------------------------------------------------------------
10.5.9.16
43935
10.6.2.100
8080
10.6.2.15
55142
10.6.3.48
80
7T
7T 10.5.9.16
43939
10.5.9.16
43940
10.5.9.16
43936
10.5.9.16
43941
10.6.2.100
8080
10.6.2.100
8080
10.6.2.100
8080
10.6.2.100
8080
10.6.2.15
55143
10.6.2.15
55144
10.6.2.15
55145
10.6.2.15
55146
10.6.3.49
80
10.6.3.50
80
10.6.3.51
80
10.6.3.52
80
7T
7T
7T
Age State
-------
3 CLSWT
3
3
3
3
CLSWT
CLSWT
CLSWT
CLSWT
History
This command was available in ExtremeWarePx 1.1.
236 ExtremeWarePx1 1.2 Command Reference Guide
Platform Availability
This command is available on the Px-series application switch. show connections details
ExtremeWarePx1 1.2 Command Reference Guide 237
Commands for Monitoring the Switch
show connections summary
show connections summary
Description
Displays the current and total number of connections processed by the application switch.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
None.
Example
This example shows a summary of the connections to the switch
SummitPx1:32 # sh conn summ
Open layer 4 connections
Total layer 4 connections processed
Peak layer 4 connections
Open layer 7 connections
Total layer 7 connections processed
Peak layer 7 connections
:
:
:
:
:
:
0
0
0
2
0
3
Note: Layer 7 counters might be off by 2 or 3 due to self-audit.
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
238 ExtremeWarePx1 1.2 Command Reference Guide
show cookie
show cookie
Description
Displays the conÞgured status of cookie processing.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
None.
Example
The following command shows the status of cookie processing.
show cookie
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch. show cookie
ExtremeWarePx1 1.2 Command Reference Guide 239
Commands for Monitoring the Switch
show critical-resources
show critical-resources
Description
Displays information about the conÞguration of critical resources.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
In full-NAT mode (full Network Address Translation), the Px-series application switch must have sufÞcient proxy IP addresses conÞgured to allow millions of connections going through the switch. This commands shows how many resources are conÞgured, used, and available.
Example
This example shows the conÞguration of critical resources.
station2:6 # show critical-resources nat-mode full is configured.
Proxy-ips configured
Proxy-ip connection capacity
Proxy-ip connection usage
Layer 4 connection capacity
Layer 4 connection usage
Layer 7 connection capacity
Layer 7 connection usage
:
:
:
:
:
:
:
3
193536
0
64504
0
129016
0
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
240 ExtremeWarePx1 1.2 Command Reference Guide
show default-gateway
show default-gateway
Description
Displays the default gateway IP address for the Gigabit Ethernet interface.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
None.
Example
This example shows information about the default gateway.
SummitPx1:36 # sh default-gateway
Default Gateway 1: 10.6.12.1
Default Gateway 2: Not configured.
Active Gateway : 10.6.12.1 Mac=[00:e0:2b:df:0b:00] Errs=0, Switches=0
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch. show default-gateway
ExtremeWarePx1 1.2 Command Reference Guide 241
Commands for Monitoring the Switch
show dns-client
show dns-client
Description
Displays the DNS conÞguration.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
None.
Example
This example displays the DNS conÞguration:
SummitPx1:5 # show dns-client
Default domain: ExtremeNetworks.com
Number of name servers: 1
Name Server 1: 10.0.0.1
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
242 ExtremeWarePx1 1.2 Command Reference Guide
show errors
show errors
Description
Displays any system-level errors that have been detected.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
None.
Example
The following command shows system-level errors: show errors
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch. show errors
ExtremeWarePx1 1.2 Command Reference Guide 243
Commands for Monitoring the Switch
show gateway-mode
show gateway-mode
Description
Displays information about gateway-mode IP addresses.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
None.
Example
This example shows information about gateway-mode IP addresses.
station2:69 # show gateway-mode gateway-mode is currently disabled
Vrid
Gateway-mode
Ip Address Vlan
------------------------------
0 10.6.2.200
3757
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
244 ExtremeWarePx1 1.2 Command Reference Guide
show gateway-mode configuration
show gateway-mode configuration
Description
Displays current gateway-mode conÞguration.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
None.
Example
This example shows gateway-mode conÞguration.
station2:70 # show gateway-mode configuration
#----------------------------------------------------------------
# gateway-mode configuration
#---------------------------------------------------------------disable gateway-mode config gateway-mode add ipaddress 10.6.12.200
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch. show gateway-mode configuration
ExtremeWarePx1 1.2 Command Reference Guide 245
Commands for Monitoring the Switch
show gslb
show gslb
Description
Shows activity of the GlobalPx Content Director agent.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
This command shows whether the GlobalPx Content Director agent is enabled. If the agent is enabled, the command also shows:
¥ The IP address and port on which the agent is listening
¥ The IP address of the last scheduler (if any) to contact the agent and the time at which the contact occurred
¥ The IP addresses of all schedulers (if any) that have contacted the agent
¥ The current load
For more information about the agent, see the GlobalPx Content Director Installation and User Guide.
Example
This example shows the activities of the GlobalPx Content Director agent after the agent was started and before any scheduler contacted the agent.
station2:5 # show gslb gslb-agent is enabled listening on IP address 10.10.12.10:2103
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
246 ExtremeWarePx1 1.2 Command Reference Guide
show gslb configuration
show gslb configuration
show gslb configuration
Description
Shows the conÞguration of the GlobalPx Content Director agent.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
The output from this command shows any
effect.
For more information about the agent, see the GlobalPx Content Director Installation and User Guide.
Example
This example shows the conÞguration of the agent.
SummitPx1:6 # show gslb configuration
#----------------------------------------------------------------
# gslb configuration
#---------------------------------------------------------------enable gslb config gslb ip 10.10.45.12 service yosemite.cnd.extremenetworks.com
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
ExtremeWarePx1 1.2 Command Reference Guide 247
Commands for Monitoring the Switch
show health-check
show health-check
{(server [(index <index number>) | (ipaddress <IP address>)]) |
(server-group name <name string>)}
{details}
Description
Shows detailed information about health checks
Syntax Description index number
IP address name string
The unique index number of a server for which to display health-check information.
The IP address of a server for which to display health-check information. The IP address plus the port number uniquely identify a server. If more than one server has the same IP address, this command show details about them all.
The name of the server group for which to display health-check information.
Default
N/A.
Usage Guidelines
Parameters to this command allow you to see details for speciÞed servers only. You can request details for:
¥ The server with the speciÞed index.
¥ All servers with the speciÞed IP address (and any port)
¥ All servers in the speciÞed server group.
Example
This example shows health-check information for all servers. (The table with detailed information for each server is too wide to Þt in a single line of text. Note that the columns labeled arp
and lasterr appear on a separate line, indented.)
SummitPx1:16 # sh hea det
Healthcheck is currently enabled default interval 30 sec, retry interval 10 sec, arp interval 5 min default fail after 2, restore after 2
1732/3038 ping rx/tx
1 checks active
4 DOWN 4 UP 2 *UP 3 *DOWN flags: E - check Enabled, D - check Disabled, R - mac is resolved ra - restore after, fa - fail after, left - secs till next check index delta IP port proto state check int rty left run ra fa fd flg chng ups arp lasterr
253 1.1.1.1 ICMP DOWN IDLE 30 10 4 -2 2 2 -1 RE 14747 0
14803 S_errno_ETIMEDOUT
248 ExtremeWarePx1 1.2 Command Reference Guide
show health-check
100 478 1.1.1.1 90 ICMP *DOWN IDLE 30 10 7 0 2 2 -1 RE 14747 0
14803
101 1738 1.1.1.1 91 ICMP *DOWN IDLE 30 10 28 0 2 2 -1 RE 14747 0
14803
1380 10.6.2.1 ICMP DOWN PINGING 30 10 22 -2 2 2 -1 E 14747 0
14803 S_errno_ETIMEDOUT
102 1926 10.6.2.1 900 ICMP *DOWN IDLE 30 10 31 0 2 2 -1 E 14747 0
14803
677 10.6.3.4 ICMP UP IDLE 30 10 10 2 2 2 -1 RE 2366 3
14803 S_errno_ETIMEDOUT
1 2158 10.6.3.4 80 ICMP *UP IDLE 30 10 35 0 2 2 -1 RE 2366 0
14803
1742 10.6.3.5 ICMP UP IDLE 30 10 28 2 2 2 -1 RE 2322 3
14803 S_errno_ETIMEDOUT
2 478 10.6.3.5 80 ICMP *UP IDLE 30 10 6 0 2 2 -1 RE 2322 0
14803
173 10.6.3.6 ICMP UP IDLE 30 10 1 2 2 2 -1 RE 2360 3
14803 S_errno_ETIMEDOUT
This example shows details about the server with index 2.
SummitPx1:17 # sh health-check server index 2 details
Healthcheck is currently enabled default interval 30 sec, retry interval 10 sec, arp interval 5 min default fail after 2, restore after 2
1738/3045 ping rx/tx
4 DOWN 4 UP 2 *UP 3 *DOWN flags: E - check Enabled, D - check Disabled, R - mac is resolved ra - restore after, fa - fail after, left - secs till next check index delta IP port proto state check int rty left run ra fa fd flg chng ups arp lasterr
173 10.6.3.5 ICMP UP IDLE 30 10 2 2 2 2 -1 RE 2349 3
14829 S_errno_ETIMEDOUT
2 1729 10.6.3.5 80 ICMP *UP IDLE 30 10 28 0 2 2 -1 RE 2349 0
14829
This example shows details about the servers in the server group named sg1 .
SummitPx1:19 # sh health-check server-group name "sg1" details
Healthcheck is currently enabled default interval 30 sec, retry interval 10 sec, arp interval 5 min default fail after 2, restore after 2
1755/3064 ping rx/tx
1 checks active
4 DOWN 4 UP 2 *UP 3 *DOWN flags: E - check Enabled, D - check Disabled, R - mac is resolved ra - restore after, fa - fail after, left - secs till next check index delta IP port proto state check int rty left run ra fa fd flg chng ups arp lasterr
1260 10.6.3.4 ICMP UP IDLE 30 10 20 2 2 2 -1 RE 2460 3
14896 S_errno_ETIMEDOUT
1 1601 10.6.3.4 80 ICMP *UP IDLE 30 10 26 0 2 2 -1 RE 2460 0
14896
885 10.6.3.5 ICMP UP IDLE 30 10 14 2 2 2 -1 RE 2416 3
14896 S_errno_ETIMEDOUT
2 1421 10.6.3.5 80 ICMP *UP IDLE 30 10 23 0 2 2 -1 RE 2416 0
14896
ExtremeWarePx1 1.2 Command Reference Guide 249
Commands for Monitoring the Switch
show health-check configuration
show health-check configuration
Description
Shows whether health checks are enabled and the current value for global health-check properties.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
None.
Example
This example shows the health-check conÞguration.
SummitPx1:11 # sh health-check configuration
#----------------------------------------------------------------
# global healthcheck configuration
#---------------------------------------------------------------enable health-check config health-check interval 30 config health-check retry-interval 10 config health-check fail-after 2 config health-check restore-after 2 config health-check arp-interval 5
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
250 ExtremeWarePx1 1.2 Command Reference Guide
show health-check down
show health-check down
show health-check down
Description
Shows the servers that failed health check and that are marked down.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
None.
Example
This example shows which servers are down.
SummitPx1:15 # sh health-check down
Healthcheck is currently enabled default interval 30 sec, retry interval 10 sec, arp interval 5 min default fail after 2, restore after 2
1722/3026 ping rx/tx
1 checks active
4 DOWN 4 UP 2 *UP 3 *DOWN flags: E - check Enabled, D - check Disabled, R - mac is resolved ra - restore after, fa - fail after, left - secs till next check index
100
101
IP
1.1.1.1
1.1.1.1
1.1.1.1
port proto
ICMP
90
91
ICMP
ICMP state
DOWN
*DOWN
*DOWN check
IDLE
IDLE
IDLE left run ra
1 -2 2
23
33
0
0
2
2
2
2 fa
2
102
68
69
10.6.2.1
10.6.2.1
10.6.3.6
10.6.3.7
ICMP
900 ICMP
53
53
HTTP
HTTP
DOWN
*DOWN
DOWN
DOWN
PINGING 16
IDLE 3
IDLE
IDLE
0
0
1
1
-2
0
2
2
2
2
2
2
2
2
0
0
0
0
0
0 ups flg
0 RE
RE
RE
E
E
RE
RE
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
ExtremeWarePx1 1.2 Command Reference Guide 251
Commands for Monitoring the Switch
show health-check summary
show health-check summary
Description
Displays a brief summary showing whether health check is enabled, the values for global health-check properties, and how many servers and applications (on speciÞc ports) are up and down.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
None.
Example
This example shows a health-check summary.
SummitPx1:20 # sh hea summ
Healthcheck is currently enabled default interval 30 sec, retry interval 10 sec, arp interval 5 min default fail after 2, restore after 2
1762/3073 ping rx/tx
2 checks active
4 DOWN 4 UP 2 *UP 3 *DOWN
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
252 ExtremeWarePx1 1.2 Command Reference Guide
show icmp
show icmp
Description
Shows how many ICMP-type packets have been received.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
None.
Example
This example shows the number of ICMP packets.
station2:8 # show icmp
Total Received ICMP packets:
ICMP Rx: ICMP checksum error count:
ICMP Echo requests matching VIP, PIP and next-hop:
ICMP Echo requests for CPU:
Tx ICMP response count for VIP, PIP and next-hop:
ICMP response transmit err count:
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
7
4
0
23337
0
4 show icmp
ExtremeWarePx1 1.2 Command Reference Guide 253
Commands for Monitoring the Switch
show iparp
show iparp
{<IP address> | <hostname>}
Description
Displays the IP Address Resolution Protocol (ARP) table.
Syntax Description
IP address hostname
An IP address to use for filtering the display. Only entries with the specified
IP address are displayed.
A host name to use for filtering the display. Only entries with the specified host name are displayed.
Default
Show all entries.
Usage Guidelines
Parameter to this command allow you to Þlter the display by IP address or host name.
Displays the IP ARP table, including:
¥ IP address
¥ MAC address
¥ Aging timer value
¥ VLAN name, VLAN ID and port number
¥ Flags
Example
This example displays the entire IP ARP table: station2:24 # show iparp
Total Received ARP requests:
ARP requests matching VIP, PIP and next-hop:
ARP requests matching CPU IP address:
Tx ARP response count for VIP, PIP and next-hop:
ARP response transmit err count:
491
6
0
6
0
LINK LEVEL ARP TABLE destination gateway flags Refcnt Use Interface
----------------------------------------------------------------------------
10.6.2.1
00:01:30:a2:18:0 405 1 0 fei0
10.6.2.150
10.6.12.1
00:a0:cc:5a:7f:c0
00:e0:2b:df:0b:0
405
405
0
1
816
487 fei0 gig0
----------------------------------------------------------------------------
254 ExtremeWarePx1 1.2 Command Reference Guide
show iparp
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch. show iparp
ExtremeWarePx1 1.2 Command Reference Guide 255
Commands for Monitoring the Switch
show iproute
show iproute
Description
Displays the contents of the IP routing table.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
None.
Example
This example displays detailed information about all IP routing: station2:157 # sh iproute
ROUTE NET TABLE destination gateway flags Refcnt Use Interface
----------------------------------------------------------------------------
0.0.0.0
10.6.12.1
3 3 617782 gig0
10.6.2.0
10.6.12.0
10.6.2.12
10.6.12.10
101
101
0
0
0
0 fei0 gig0
----------------------------------------------------------------------------
ROUTE HOST TABLE destination gateway flags Refcnt Use Interface
----------------------------------------------------------------------------
10.255.129.4
10.6.2.1
7 0 0 fei0
127.0.0.1
127.0.0.1
5 1 0 lo0
----------------------------------------------------------------------------
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
256 ExtremeWarePx1 1.2 Command Reference Guide
show log
show log
show log {fatal | errors | warning | info}
Description
Displays the current snapshot of the switchÕs internal log.
Syntax Description fatal errors warning info
Display fatal messages only.
Display messages at the error level and higher (non-fatal and fatal error messages)
Display messages at the warning level and higher (warnings, non-fatal error messages, and fatal error messages)
Display messages at the informational level and higher (non-fatal error messages, and fatal error messages)
Default
N/A.
Usage Guidelines
The switch maintains 200 message in its internal log. You use the show log command to display the these messages. The option speciÞes the severity level of the messages to be displayed. If no option is speciÞed, all messages in the internal log are shown.
Example
The following command displays error messages from the log: show log errors
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
ExtremeWarePx1 1.2 Command Reference Guide 257
Commands for Monitoring the Switch
show log configuration
show log configuration
Description
Shows the conÞguration for the logging facility.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
None.
Example
The following command displays logging conÞguration:
SummitPx1:10 # show log configuration config log display warning enable syslog config syslog ip 10.10.10.1
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
258 ExtremeWarePx1 1.2 Command Reference Guide
show nat-mode configuration
show nat-mode configuration
Description
Displays the currently conÞgured NAT mode.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
None.
Example
The following command shows the NAT mode.
show nat-mode configuration
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch. show nat-mode configuration
ExtremeWarePx1 1.2 Command Reference Guide 259
Commands for Monitoring the Switch
show port
show port [gigabit | mgmt]
Description
Displays summary information about the speciÞed port.
Syntax Description gigabit mgmt
Specifies the Gigabit Ethernet network interface port.
Specifies the front panel 10/100 management port.
Default
N/A.
Usage Guidelines
None.
Example
This example shows summary information for the Gigabit port.
SummitPx1:39 # sh port gig
Port Summary, port 0:
Port State: enabled
Link is UP
Auto negotiation is done
GPCS mode -- Full duplex mode
Auto negotiation is enabled
Full duplex enabled
Packets Received (RX) : total packets received
705327 Unicast, 11 Broadcast, 6751 Multicast, 0 Errors
Packets Transmitted (TX) : total packets transmitted
818772 Unicast, 4539 Broadcast, 0 Multicast, 0 Errors
This example shows summary information for the management port.
SummitPx1:43 # sh port mgmt
Management Port Summary:
Link is UP
Auto negotiation is done
Operating in 100 Base-T Full duplex mode
Auto negotiation is enabled
History
This command was available in ExtremeWarePx 1.1.
260 ExtremeWarePx1 1.2 Command Reference Guide
Platform Availability
This command is available on the Px-series application switch. show port
ExtremeWarePx1 1.2 Command Reference Guide 261
Commands for Monitoring the Switch
show port configuration
show port [gigabit | mgmt] configuration
Description
Displays the conÞguration of the speciÞed port.
Syntax Description gigabit mgmt
Specifies the Gigabit Ethernet network interface port.
Specifies the front panel 10/100 management port.
Default
N/A.
Usage Guidelines
None.
Example
This example shows the conÞguration of the Gigabit port.
SummitPx1:40 # sh port gig conf config system-ip 10.6.2.10 / 24
This example shows the conÞguration for of the management port.
SummitPx1:45 # sh port mgmt configuration config mgmt ipaddress 10.6.2.12 / 24 config mgmt iproute dest-ip 10.10.10.4 gateway 10.6.2.1
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
262 ExtremeWarePx1 1.2 Command Reference Guide
show port details
show port [gigabit | mgmt] details
Description
Displays packet-level counters and current status of the speciÞed port.
Syntax Description gigabit mgmt
Specifies the Gigabit Ethernet network interface port.
Specifies the front panel 10/100 management port.
Default
N/A.
Usage Guidelines
None.
Example
This example shows details about the Gigabit port.
SummitPx1:41 # sh port gig det
Port Details, port 0:
Port State: enabled
Link error counter: 0
Link is UP
Auto negotiation is done
GPCS mode -- Full duplex mode
Auto negotiation is enabled
Full duplex enabled
Linkpartner is 1000 base-T full duplex capable
Linkpartner is NOT 1000 base-T half duplex capable
TX Unicast:
TX Broadcast:
TX Multicast:
TX Errors:
RX Unicast:
RX Broadcast:
RX Multicast:
RX Errors:
818772
4539
0
0
705328
11
6754
0
RX Short:
RX Short/CRC:
RX Long:
RX Long/CRC:
0
0
0
0
ExtremeWarePx1 1.2 Command Reference Guide show port details
263
Commands for Monitoring the Switch
This example shows details about the management port.
SummitPx1:46 # sh port mgmt details
Management Port Details:
Link is UP
Auto negotiation is done
Operating in 100 Base-T Full duplex mode
Auto negotiation is enabled
Link error counter: 0
Link partner is 100 base-T full duplex capable
Link partner is 100 base-T half duplex capable
Link partner is 10 base-T full duplex capable
Link partner is 10 base-T half duplex capable
Tx good frames: 12948
Tx MAXCOL errors:‘
Tx LATECOL errors:
0
0
Tx underrun errors:
Tx lost CRS errors:
Tx deferred:
Tx single collisions:
Tx multiple collisions:
Tx total collisions:
Rx good frames:
Rx CRC errors:
Rx allignment errors:
Rx resource errors:
Rx overrun errors:
Rx collision detect errors:
Rx short frame errors:
0
0
0
0
0
0
12288
0
0
0
0
0
0
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
264 ExtremeWarePx1 1.2 Command Reference Guide
show port gigabit utilization
show port gigabit utilization
show port gigabit utilization
Description
Displays real-time port utilization information for the Gigabit Ethernet network interface port.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
The screen is updated dynamically to display packets received and bandwidth. Use the [Spacebar] to toggle between packet, byte, and bandwidth utilization information.
This status information may be useful for your technical support representative if you have a network problem.
Example
The following command displays utilization statistics for the Gigabit port.
show port gigabit utilization
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
ExtremeWarePx1 1.2 Command Reference Guide 265
Commands for Monitoring the Switch
show proxy-ip configuration
show proxy-ip configuration
Description
Displays the currently conÞgured proxy IP addresses.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
None.
Example
The following command shows the proxy IP addresses.
show proxy-ip configuration
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
266 ExtremeWarePx1 1.2 Command Reference Guide
show self-audit
show self-audit
Description
Shows whether internal self-audit is enabled.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
Internal self-audit is the internal hardware-check mechanism.
Example
This example e shows whether internal self-audit is enabled.
station2:68 # show self-audit
Self Audit state: Enabled.
Self Audit success/failure counts: 4391/0
Self Audit state transition counts:
State transition count
------------------------------
Client Send SYN 4392
Client Wait SYN/ACK 4392
Client Send ACK 4392
Client Send GET 4392
Client Wait GET/ACK 4392
Server Wait SYN 4392
Server Send SYN/ACK 4391
Server Wait ACK 4391
Server Wait GET 4391
Client Send RST 4391
Server Send RST 4391
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
ExtremeWarePx1 1.2 Command Reference Guide show self-audit
267
Commands for Monitoring the Switch
show server configuration
show server
[(index <index number> {- <index number>}) |
(ipaddress <IP address> {- <IP address>} port <port number>)] configuration
Description
Displays server conÞguration.
Syntax Description index number
IP address port number
The unique index number of a server to be displayed.
The IP address of a server to be displayed. The IP address plus the port number uniquely identify a server.
The port number of the servers to be displayed. The port number plus the IP address uniquely identify a server.
Default
N/A.
Usage Guidelines
Parameter to this command allow you to see conÞgurations for speciÞed servers only.
You can identify a server either by its index number or by its IP address and port number. This command allows you to specify a number of servers with consecutive index numbers or a number of servers with consecutive IP addresses, all of which use the same port.
Example
This example displays the conÞguration for the service with index number 3.
SummitPx1:47 # show server index 3 conf config server index 3 ip 10.6.3.196 port 80
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
268 ExtremeWarePx1 1.2 Command Reference Guide
show server details
show server details
show server
[(index <index number> {- <index number>}) |
(ipaddress <IP address> {- <IP address>})] details
Description
Displays details about servers including the current and maximum number of connections and status
(up or down).
Syntax Description index number
IP address
The unique index number of a server to be displayed.
The IP address of a server to be displayed. The IP address plus the port number uniquely identify a server. If more than one server has the same IP address, this command show details about them all.
Default
N/A.
Usage Guidelines
Parameters to this command allow you to see details for speciÞed servers only.
You can identify a server either by its index number or by its IP address. This command allows you to specify a number of servers with consecutive index numbers or a number of servers with consecutive IP addresses.
When you identify servers by IP address, you see details about all servers that use that IP address (and any port).
Example
This example shows details about all servers.
SummitPx1:3 # sh server details flags: E - check Enabled, D - down, U - Up, R - mac is resolved,
N - mac is not resolved, F - forced down run - '>' than or '<' than 0, number of consecutive passed or failed respectively ra - restore after, fa - fail after, left - secs till next check index IP port proto flg curr-conns max-connections run ra
3
4
12
1
2
10.6.2.150
10.6.2.150
10.6.3.194
80
10.6.3.194
80 HTTP
10.6.3.195 ICMP
10.6.3.195
10.6.3.196
80 HTTP
ICMP
80
ICMP
HTTP
ICMP
10.6.3.196
10.6.3.197
10.6.3.197
80
HTTP
ICMP
HTTP
URE
URE
URE
URE
URE
URE
URE
URE
URE
URE
5
5
5
5
5
10000
10000
10000
10000
10000
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2 fa
2
2
2
2
2
2
2
2
2
2
ExtremeWarePx1 1.2 Command Reference Guide 269
Commands for Monitoring the Switch
5
6
7
8
10.6.3.198
10.6.3.198
10.6.3.199
10.6.3.199
10.6.3.200
10.6.3.200
10.6.3.201
10.6.3.201
80
80
80
80
ICMP
HTTP
ICMP
HTTP
ICMP
HTTP
ICMP
HTTP
URE
URE
URE
URE
URE
URE
URE
URE
5
5
5
5
10000
10000
10000
10000
2
2
2
2
2
2
2
2
This example shows details about the server with index number 3.
SummitPx1:5 # sh server index 3 det flags: E - check Enabled, D - down, U - Up, R - mac is resolved,
N - mac is not resolved, F - forced down run - '>' than or '<' than 0, number of consecutive passed or failed respectively ra - restore after, fa - fail after, left - secs till next check index IP port proto flg curr-conns max-connections run ra
2
2
2
2
2
2
2
2
3 10.6.3.196
80 HTTP URE 5 10000 2 2
2
2
2
2
2
2
2
2 fa
2
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
270 ExtremeWarePx1 1.2 Command Reference Guide
show server down
show server down
show server down
Description
Shows which servers are failing health check
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
None.
Example
This example shows which servers are down.
SummitPx1:20 # show server down
Healthcheck is currently enabled default interval 30 sec, retry interval 10 sec, arp interval 5 min default fail after 2, restore after 2
2165/2180 ping rx/tx
1 DOWN 124 UP flags: E - check Enabled, D - check Disabled, R - mac is resolved ra - restore after, fa - fail after, left - secs till next check index IP port proto state check left run ra
1.1.1.1
none DOWN IDLE 16 1 2 fa
2 ups flg
0 RE
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
ExtremeWarePx1 1.2 Command Reference Guide 271
Commands for Monitoring the Switch
show server summary
show server summary
Description
Shows the number of conÞgured servers, how many are up, and how many are down.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
None.
Example
This example shows the status of servers.
SummitPx1:22 # sh server summ
Number of configured servers: 64, 1 DOWN 63 UP
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
272 ExtremeWarePx1 1.2 Command Reference Guide
show server-group
show server-group
show server-group
Description
Displays detailed information about all server groups, listing their servers, the current and maximum connections for each, and up/down status.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
To see details about a single server group, use the
Example
This example shows details about all servers.
SummitPx1:25 # show server-group server-group sg1: flags: E - check Enabled, D - down, U - Up, R - mac is resolved,
N - mac is not resolved, F - forced down index IP port proto flg curr-conns max-connections
12
1
2
10.6.2.150
10.6.2.150
10.6.3.194
10.6.3.194
10.6.3.195
10.6.3.195
10.6.3.196
80
80
80
ICMP
HTTP
ICMP
HTTP
ICMP
HTTP
ICMP
URE
URE
URE
URE
URE
URE
URE
0
0
0
10000
10000
10000 server-group sg2: flags: E - check Enabled, D - down, U - Up, R - mac is resolved,
N - mac is not resolved, F - forced down index IP port proto flg curr-conns max-connections
20
10.6.1.205
10.6.1.205
10.6.1.206
80
ICMP
HTTP
ICMP
URE
URE
URE
0 10000
History
This command was available in ExtremeWarePx 1.1.
ExtremeWarePx1 1.2 Command Reference Guide 273
Commands for Monitoring the Switch
Platform Availability
This command is available on the Px-series application switch.
274 ExtremeWarePx1 1.2 Command Reference Guide
show server-group configuration
show server-group configuration
show server-group {name <name string>} configuration
Description
Displays conÞguration for server groups.
Syntax Description name string The name of the server group for which configuration should be displayed.
Default
N/A.
Usage Guidelines
The parameter to this command allows you to display conÞguration for a single server group.
Example
This example displays the conÞguration for the server group named sg1 .
SummitPx1:25 # sh server-group name sg1 conf config server-group name sg1 policy rr config server-group name sg1 add-server index 1 - 12 config server-group name sg1 add-server index 20 - 69 config server-group name sg1 health-check http
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
ExtremeWarePx1 1.2 Command Reference Guide 275
Commands for Monitoring the Switch
show server-group details
show server-group name <name string> details
Description
Displays detailed information about a server groups, listing its servers, current and maximum connections, and up/down status.
Syntax Description name string The name of the server group for which details should be displayed.
Default
N/A.
Usage Guidelines
To see details about all servers, use the
command.
Example
This examples shows details for the server group named sg1 .
SummitPx1:27 # sh server-group name sg1 det flags: E - check Enabled, D - down, U - Up, R - mac is resolved,
N - mac is not resolved, F - forced down run - '>' than or '<' than 0, number of consecutive passed or failed respectively ra - restore after, fa - fail after, left - secs till next check index IP port proto flg curr-conns max-connections run ra
6
7
4
5
2
3
12
1
10.6.2.150
ICMP
10.6.2.150
10.6.3.194
80 HTTP
ICMP
10.6.3.194
80 HTTP
10.6.3.195 ICMP
80 10.6.3.195
10.6.3.196
10.6.3.196
10.6.3.197
80
HTTP
ICMP
HTTP
ICMP
80 10.6.3.197
10.6.3.198
10.6.3.198
10.6.3.199
10.6.3.199
10.6.3.200
10.6.3.200
80
80
80
HTTP
ICMP
HTTP
ICMP
HTTP
ICMP
HTTP
URE
URE
URE
URE
URE
URE
URE
URE
URE
URE
URE
URE
URE
URE
URE
URE
5
5
5
5
5
5
4
5
10000
10000
10000
10000
10000
10000
10000
10000
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2 fa
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
History
This command was available in ExtremeWarePx 1.1.
276 ExtremeWarePx1 1.2 Command Reference Guide
Platform Availability
This command is available on the Px-series application switch. show server-group details
ExtremeWarePx1 1.2 Command Reference Guide 277
Commands for Monitoring the Switch
show server-group summary
show server-group summary
Description
Displays the total number of server groups.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
None.
Example
This examples shows a summary of the server groups.
SummitPx1:29 # sh server-group summ
Total number of server groups: 3
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
278 ExtremeWarePx1 1.2 Command Reference Guide
show service configuration
show service configuration
show service
{vip <IP address> {port <port> {protocol [tcp | udp]}}} configuration
Description
Displays conÞguration for services.
Syntax Description
IP address port number tcp udp
VIP for the service of interest
Port number for the service of interest
Specifies the TCP protocol.
Specifies the UDP protocol.
Default
N/A.
Usage Guidelines
Parameters to this command allow you to limit the display to conÞguration for services that use the speciÞed IP address, the speciÞed IP address and port, or the speciÞed IP address, port, and protocol.
Example
The following command shows the conÞguration for all services.
show service configuration
The following command shows the conÞguration for those services that use the IP address 10.6.2.20
.
show service vip 10.6.2.20 configuration
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
ExtremeWarePx1 1.2 Command Reference Guide 279
Commands for Monitoring the Switch
show service details
show service {vip <IP address> {port <port number>}} details
Description
Displays detailed information about virtual service and their server groups and servers.
Syntax Description
IP address port number
VIP for the service of interest
Port number for the service of interest
Default
N/A.
Usage Guidelines
This command can give dramatic insight into the distribution of trafÞc across a virtual service.
Parameters to this command allow you to limit the display to details about services that use the speciÞed IP address or the speciÞed IP address and port.
This command displays the statistics for virtual services and their server groups. For a layer 4 service, the command shows the server group. For a layer 7 service, the command shows the server group for each domain and pattern rule.
Information about a server group includes its policy, server of last resort, and current, total, and peak connections.
If you specify a single service, this command also includes information about the servers.
Example
This examples shows details about all services (one layer 4 service and two layer 7 services).
SummitPx1:45 # sh service details
Service 10.6.2.20 port 80 tcp service layer4
Current connection:
Total connections:
303
2171
Peak concurrent: server-group sg1 policy rr
311 server of last resort not specified
Service 10.6.2.100 port 8080 tcp service http layer7
Domain: default
Pattern-rule: default
Current connection: 0
Total connections:
Peak concurrent:
0
0 server-group sg2 policy wlc server of last resort not specified
280 ExtremeWarePx1 1.2 Command Reference Guide
show service details
Domain: 10.6.2.100
Pattern-rule: default
Current connection: 0
Total connections:
Peak concurrent:
0
0 server-group sg2 policy wlc server of last resort not specified
Pattern-rule: *.gif
Current connection:
Total connections:
50
359
Peak concurrent: server-group sg2 policy wlc
309 server of last resort not specified
Service 10.6.2.101 port 900 tcp service http layer7
Domain: default
Pattern-rule: default
Current connection:
Total connections:
Peak concurrent: server-group sg2 policy wlc
0
0
0 server of last resort not specified
This example shows details about a single service.
SummitPx1:47 # sh service vip 10.6.2.100 port 8080 det
Service 10.6.2.100 port 8080 tcp service http layer7
Domain: default
Pattern-rule: default
Current connection: 0
Total connections:
Peak concurrent:
0
0 server-group sg2 policy wlc server of last resort not specified flags: E - check Enabled, D - down, U - Up, R - mac is resolved,
N - mac is not resolved, F - forced down run - '>' than or '<' than 0, number of consecutive passed or failed respectively ra - restore after, fa - fail after, left - secs till next check index IP port proto flg curr-conns max-connections run ra
20
21
22
23
24
10.6.3.205
10.6.3.205
10.6.3.206
10.6.3.206
10.6.3.207
10.6.3.207
10.6.3.208
10.6.3.208
10.6.3.209
10.6.3.209
80
80
80
80
80
ICMP
HTTP
ICMP
HTTP
ICMP
HTTP
ICMP
HTTP
ICMP
HTTP
URE
URE
URE
URE
URE
URE
URE
URE
URE
URE
5
5
5
5
5
10000
10000
10000
10000
10000
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2
2 fa
2
2
2
2
2
2
2
2
2
2
ExtremeWarePx1 1.2 Command Reference Guide 281
Commands for Monitoring the Switch
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
282 ExtremeWarePx1 1.2 Command Reference Guide
show service summary
show service summary
Description
Displays the number of conÞgured layer 4 and layer 7 services.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
None.
Example
This example shows a summary of the services.
SummitPx1:48 # sh servi summ
Total number of L4 services = 1.
Total number of L7 services = 2.
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch. show service summary
ExtremeWarePx1 1.2 Command Reference Guide 283
Commands for Monitoring the Switch
show session
show session
Description
Show which console, Telnet, and ssh sessions are active.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
You can issue the
command to force a session to be closed.
Example
This example displays the active sessions.
* station2:9 # show session
# Time since Login User Type Auth Location
================================================================================
* 0 00:05:01 0 days 0 yrs
6 00:00:05 0 days 0 yrs admin admin console telnet local local serial
10.10.10.16
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
284 ExtremeWarePx1 1.2 Command Reference Guide
show snmp configuration
show snmp configuration
Description
Displays the current SNMP conÞguration.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
None.
Example
This example shows the current SNMP conÞguration: station2:125 # sh snmp configuration
#----------------------------------------------------------------
# SNMP configuration
#---------------------------------------------------------------config snmp sysName "station2" config snmp add trapreceiver 10.255.172.106 community "public" port 162 enable snmp access enable snmp traps
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch. show snmp configuration
ExtremeWarePx1 1.2 Command Reference Guide 285
Commands for Monitoring the Switch
show sticky configuration
show sticky configuration
Description
Displays which persistence (stickiness) modes have been conÞgured, and the conÞgured timer values.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
None.
Example
This example shows the conÞgured stickiness modes.
SummitPx1:5 # show sticky configuration
#----------------------------------------------------------------
# stickiness configuration
#---------------------------------------------------------------disable sticky L4 client-ip disable sticky L7 client-ip disable sticky L7 cookie-id disable sticky L7 session-id config sticky client-ip timeout 24:00:00 config sticky cookie-id timeout 00:00:30 config sticky session-id timeout 00:00:30
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
286 ExtremeWarePx1 1.2 Command Reference Guide
show sticky table
show sticky table
show sticky table
{L4 | (L7 {client-ip}) | (client-ip {<IP address>})}
Description
Shows entries in the persistence (stickiness) table.
Syntax Description
L4
L7 client-ip
IP address
Specifies layer 4 services.
Specifies layer 7 services.
Specifies client-IP persistence.
A particular client IP address.
Default
N/A.
Usage Guidelines
Parameters to this command allow you to limit the display to particular table entries:
Parameters
(none)
L4
L7
L7 client-ip client-ip client-ip <IP address>
Displays Table Entries
All entries
L4 entries
L7 entries
L7 entries for client-IP persistence
Entries for client-IP persistence (both L4 and L7)
Entries for client-IP persistence that match the specified IP address
NOTE
This command usually takes 30 to 60 seconds to complete. To interrupt this command, either any of the keys [q], [Return], or [Esc].
ExtremeWarePx1 1.2 Command Reference Guide 287
Commands for Monitoring the Switch
Example
This example shows the entire persistence table.
SummitPx1:5 # show sticky table
L4 Client-IP stickiness enabled
L7 Client-IP stickiness disabled
L7 Cookie-ID stickiness disabled
L7 Session-ID stickiness disabled
Note:
Values for cookie (CKE) and session (SSL) entries will not be displayed.
Count Type:Value Layer:VIP:VPORT Server IP:PORT Open Conn
--------------------------------------------------------------------------------
1 CIP:3.1.1.101
L4:3.2.20.11:80 3.4.20.11:80 1
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
288 ExtremeWarePx1 1.2 Command Reference Guide
show switch
show switch
show switch
Description
Displays the current version of software loaded in primary and secondary ßash, which image and conÞguration are currently selected, and other useful information.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
None.
Example
This example displays information about the switch.
station2:5 # sh switch sysName: sysType: sysLocation: sysContact: system IP: system netmask: active default gateway: backup default gateway: mgmt IP: mgmt netmask: system MAC (CPU-1000 MAC): mgmt MAC (10/100 MAC):
SLB MAC (SLB-1000 MAC):
Uptime:
Software version:
Software image selected:
Software image booted:
Primary Software version:
Secondary Software version:
Configuration selected:
Configuration booted:
Fan status:
Self Audit status: station2 px1 not yet configured [email protected], +1 800 998-2408
10.10.12.10
255.255.255.0
10.10.12.1
not yet configured
10.10.2.12
255.255.255.0
00:01:30:f0:40:00
00:01:30:f0:40:02
00:01:30:f0:40:01
0 days 02Hr 42Min 47sec
1.2.3b4
primary primary
1.2.3b4 fpga 606rd
1.1.1b63 FPGA: 564 by build 9/24/02 14:33:02 primary primary all fans are operational enabled.
History
This command was available in ExtremeWarePx 1.1.
ExtremeWarePx1 1.2 Command Reference Guide 289
Commands for Monitoring the Switch
Platform Availability
This command is available on the Px-series application switch.
290 ExtremeWarePx1 1.2 Command Reference Guide
show system configuration
show system configuration
Description
Shows the current system conÞguration.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
None.
Example
This example shows the system conÞguration.
SummitPx1:25 # sh system conf config system-ip 64.1.1.10 / 24 config default-gateway 64.1.1.1
disable vlan config mgmt ipaddress 10.10.10.10 / 24 enable syslog config syslog ip 10.10.10.20
config nat-mode full enable clipaging disable port gigabit
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch. show system configuration
ExtremeWarePx1 1.2 Command Reference Guide 291
Commands for Monitoring the Switch
show system-ip configuration
show system-ip configuration
Description
Displays the IP address of the Gigabit Ethernet interface, along with its net mask.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
None.
Example
The following command shows the IP address of the Gigabit Ethernet interface.
show system-ip configuration
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
292 ExtremeWarePx1 1.2 Command Reference Guide
show tech-support
show tech-support
show tech-support
Description
Displays the output of various show commands to assist in monitoring and troubleshooting the switch.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
This command prints conÞguration and internal state registers on the console. This information can be useful for your technical support representative if you experience a problem.
While this command is executing, command-line interface paging is disabled.
Example
The following command displays the show command output on the switch: show tech-support
History
This command was available in ExtremeWarePx 1.2.
Platform Availability
This command is available on the Px-series application switch.
ExtremeWarePx1 1.2 Command Reference Guide 293
Commands for Monitoring the Switch
show timeout configuration
show timeout configuration
Description
Displays the TCP/IP timer settings.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
None.
Example
This example shows the timer settings
SummitPx1:36 # show timeout conf
#----------------------------------------------------------------
# timeout timers configuration
#---------------------------------------------------------------config timeout established-connection 90 config timeout idle-connection 90 config timeout data-retransmit first 3 config timeout data-retransmit second 6 config timeout data-retransmit third 12 config timeout data-retransmit abort 12 config timeout syn-retransmit first 3 config timeout syn-retransmit second 5 config timeout syn-retransmit third 12 config timeout syn-retransmit abort 12 config timeout state-progression first 30 config timeout state-progression second 2 config timeout fin-seen 30 config timeout fin-acked 30 config timeout server-reset-delay 2 config timeout udp-flow-persistence 90
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
294 ExtremeWarePx1 1.2 Command Reference Guide
show version
show version
Description
Shows version and serial numbers of the Px-series application switch components and the
ExtremeWarePx software version.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
None.
Example
The following command shows versions and serial numbers.
show version
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch. show version
ExtremeWarePx1 1.2 Command Reference Guide 295
Commands for Monitoring the Switch
show vlan configuration
show vlan configuration
Description
Displays whether VLAN support is enabled or not.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
None.
Example
The following command shows the VLAN conÞguration.
show vlan configuration
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
296 ExtremeWarePx1 1.2 Command Reference Guide
show vrrp auto-sync
show vrrp auto-sync
show vrrp auto-sync
Description
Shows the conÞguration of VRRP automatic synchronization.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
None.
Example
This example shows the conÞguration of VRRP automatic synchronization of the backup switch:
SummitPx1:1 # show vrrp auto-sync
Auto-sync configuration info in the configurator:
Auto-sync: Enabled by VRRP
Master Partner IP:
Backup Partner IP:
------------------
MD5 (local config):
MD5 (Master config):
MD5 (Backup config):
10.5.6.3 Connected
Not Configured N/A ca3877d4-26f59373-e5cb599e-d5632fd5 ea621a6a-dd45e2a9-698f857c-2f73b62f
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
ExtremeWarePx1 1.2 Command Reference Guide 297
Commands for Monitoring the Switch
show vrrp configuration
show vrrp {vrid [<VRID number> | all]} configuration
Description
Shows the current VRRP conÞguration.
Syntax Description
VRID number all
The VRID of the VRRP class for which to show configuration; a number between 1 and 255.
Specifies all VRRP classes.
Default
N/A.
Usage Guidelines
The vrid parameter to this command allows you to limit the display to the conÞguration of the speciÞed VRRP class.
Example
This example shows the complete VRRP conÞguration.
SummitPx1:11 # show vrrp config
#----------------------------------------------------------------
# vrrp configuration
#---------------------------------------------------------------enable vrrp config vrrp serial-failover interval 500 disable vrrp serial-failover config vrrp auto-sync master partner-ip 10.5.6.3
enable vrrp auto-sync config vrrp add vrid 100 config vrrp vrid 100 priority 100 config vrrp vrid 100 dont-preempt config vrrp vrid 100 advertisement-interval 1
This example shows the VRRP conÞguration for VRRP class 100:
SummitPx1:12 # show vrrp vrid 100 config config vrrp add vrid 100 config vrrp vrid 100 priority 100 config vrrp vrid 100 dont-preempt config vrrp vrid 100 advertisement-interval 1
#------------------------------------
# Tracking configuration for vrid 100
#-----------------------------------config vrrp vrid 102 add track-vrid 100 config vrrp vrid 103 add track-vrid 100
298 ExtremeWarePx1 1.2 Command Reference Guide
config vrrp vrid 104 add track-vrid 100 config vrrp vrid 106 add track-vrid 100 config vrrp vrid 107 add track-vrid 100 config vrrp vrid 108 add track-vrid 100 config vrrp vrid 109 add track-vrid 100 config vrrp vrid 110 add track-vrid 100 config vrrp vrid 111 add track-vrid 100 config vrrp vrid 112 add track-vrid 100 config vrrp vrid 113 add track-vrid 100 config vrrp vrid 114 add track-vrid 100 config vrrp vrid 115 add track-vrid 100
History
This command was available in ExtremeWarePx 1.2.
Platform Availability
This command is available on the Px-series application switch. show vrrp configuration
ExtremeWarePx1 1.2 Command Reference Guide 299
Commands for Monitoring the Switch
show vrrp details
show vrrp {vrid [<VRID number> | all]} details
Description
Displays detailed status information for VRRP.
Syntax Description
VRID number all
The VRID of the VRRP class for which to show details; a number between 1 and 255.
Specifies all VRRP classes.
Default
N/A.
Usage Guidelines
The vrid parameter to this command allows you to limit the display to the details about the speciÞed
VRRP class.
Example
This example shows the full VRRP details.
station1:11 # show vrrp details
VRRP
ENABLED
VRID
100
Priority
100
Preempt
State MAC Address Mode
BACKUP 00:00:5e:00:01:64 DISABLED
VRRP
ENABLED
VRID
101
Priority
100
Valid Advertisements Received:
Preempt
State MAC Address Mode
BACKUP 00:00:5e:00:01:65 DISABLED
8310
0
0
Serial Heartbeats Transmitted:
Serial Heartbeats Received:
VRRP Stats
Checksum errors:
Advertisements Received with Unknown vrid:
Advertisement interval errors:
IP TTL errors:
0
0
0
0
Advertisement
Interval
1 second
Advertisement
Interval
1 second
300 ExtremeWarePx1 1.2 Command Reference Guide
show vrrp details
This example shows details for VRRP class 100: station2:40 # show vrrp vrid 100 config
VRRP
ENABLED
VRID
100
Priority
100
Preempt
State MAC Address Mode
MASTER 00:00:5e:00:01:64 DISABLED
Valid Advertisements Received: 0
0
0
Serial Heartbeats Transmitted:
Serial Heartbeats Received:
VRRP Stats
Checksum errors:
Advertisements Received with Unknown vrid:
Advertisement interval errors:
IP TTL errors:
0
0
0
0
Advertisement
Interval
1 second
History
This command was available in ExtremeWarePx 1.2.
Platform Availability
This command is available on the Px-series application switch.
ExtremeWarePx1 1.2 Command Reference Guide 301
Commands for Monitoring the Switch
show vrrp gateway-mode details
show vrrp {vrid [<VRID number> | all]} gateway-mode details
Description
Shows details about the gateway-mode IP addresses in VRRP classes.
Syntax Description
VRID number all
The VRID of the VRRP class for which to show gateway-mode details; a number between 1 and 255.
Specifies all VRRP classes.
Default
N/A.
Usage Guidelines
The vrid parameter to this command allows you to limit the display to the details about the gateway-mode IP addresses in a speciÞed VRRP class.
Example
This example shows details about the gateway-mode IP addresses in all VRRP classes.
station1:11 # show vrrp gateway-mode details
Vrid
Gateway-mode
Ip Address Vlan
----------------------------
100 10.6.6.3
3757
Vrid
Gateway-mode
Ip Address Vlan
----------------------------
101 10.6.6.4
3757
This example shows details about the gateway-mode IP addresses in VRRP class 100.
station1:12 # show vrrp vrid 100 gateway-mode details
Vrid
Gateway-mode
Ip Address Vlan
----------------------------
100 10.6.6.3
3757
History
This command was available in ExtremeWarePx 1.2.
302 ExtremeWarePx1 1.2 Command Reference Guide
Platform Availability
This command is available on the Px-series application switch. show vrrp gateway-mode details
ExtremeWarePx1 1.2 Command Reference Guide 303
Commands for Monitoring the Switch
show vrrp serial-failover
show vrrp serial-failover
Description
Displays information about VRRP automatic synchronization.
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
None.
Example
This example displays information about serial failover.
SummitPx1:11 # show vrrp serial-failover
Serial cable failover: Disabled
Serial heartbeat interval: 500 milliseconds
History
This command was available in ExtremeWarePx 1.2.
Platform Availability
This command is available on the Px-series application switch.
304 ExtremeWarePx1 1.2 Command Reference Guide
show vrrp server details
show vrrp server details
show vrrp {vrid [<VRID number> | all]} server details
Description
Shows details about servers in the VRRP classes.
Syntax Description
VRID number all
The VRID of the VRRP class for which to show server details; a number between 1 and 255.
Specifies all VRRP classes.
Default
N/A.
Usage Guidelines
The vrid parameter to this command allows you to limit the display to the details about the servers in the speciÞed VRRP class.
Example
This example shows details about the servers in all VRRP classes.
SummitPx1:11 # show vrrp server details
Total
Vrid
Total
Servers
Up
Servers
--------------------------
112 2 2
113
114
115
2
1
1
2
1
1
Vrid
Server
Index
Server
Ip address
Server
Port State
------------------------------------------------
112 12 10.6.3.206
80 UP
112 14 10.6.3.208
80 UP
Vrid
Server
Index
Server
Ip address
Server
Port State
------------------------------------------------
113 1 10.6.3.195
80 UP
113 13 10.6.3.207
80 UP
Vrid
Server
Index
Server
Ip address
Server
Port State
------------------------------------------------
114 2 10.6.3.196
80 UP
ExtremeWarePx1 1.2 Command Reference Guide 305
Commands for Monitoring the Switch
Vrid
Server
Index
Server
Ip address
Server
Port State
------------------------------------------------
115 1 10.6.3.195
80 UP
This example shows details about the servers in VRRP class 100.
SummitPx1:11 # show vrrp vrid 100 server details
Total Total Up
Vrid Servers Servers
--------------------------
100 2 2
Vrid
Server
Index
Server
Ip address
Server
Port State
------------------------------------------------
100 2 10.6.3.196
80 UP
100 4 10.6.3.198
80 UP
History
This command was available in ExtremeWarePx 1.2.
Platform Availability
This command is available on the Px-series application switch.
306 ExtremeWarePx1 1.2 Command Reference Guide
show vrrp service details
show vrrp service details
show vrrp {vrid [<VRID number> | all]} service details
Description
Shows details about services in the VRRP classes.
Syntax Description
VRID number all
The VRID of the VRRP class for which to show service details; a number between 1 and
255.
Specifies all VRRP classes.
Default
N/A.
Usage Guidelines
The vrid parameter to this command allows you to limit the display to the details about the services in the speciÞed VRRP class.
Example
This example shows details about the services in all VRRP classes.
SummitPx1:11 # show vrrp service details
VRRP
ENABLED
VRID
100
Priority
100
State MAC Address
Preempt
Mode
MASTER 00:00:5e:00:01:64 DISABLED
Advertisement
Interval
1 second config service vip 10.5.6.81 vrid 100 port 80 protocol tcp l4 server-group-name sg2 config service vip 10.5.6.97 vrid 100 port 80 protocol tcp l4 server-group-name sg4
VRRP
ENABLED
VRID
101
Priority
100
State MAC Address
Preempt
Mode
Advertisement
Interval
MASTER 00:00:5e:00:01:65 DISABLED1 second config service vip 10.5.6.66 vrid 101 port 80 protocol tcp l4 server-group-name sg1 config service vip 10.5.6.82 vrid 101 port 80 protocol tcp l4 server-group-name sg3 config service vip 10.5.6.98 vrid 101 port 80 protocol tcp l4 server-group-name sg5
ExtremeWarePx1 1.2 Command Reference Guide 307
Commands for Monitoring the Switch
VRRP
ENABLED
VRID
102
Priority
100
State MAC Address
Preempt
Mode
MASTER 00:00:5e:00:01:66 DISABLED
Advertisement
Interval
1 second config service vip 10.5.6.67 vrid 102 port 80 protocol tcp l4 server-group-name sg2 config service vip 10.5.6.83 vrid 102 port 80 protocol tcp l4 server-group-name sg4
This example shows details about the services in VRRP class 100.
SummitPx1:11 # show vrrp vrid 100 service details
VRRP
ENABLED
VRID
100
Priority
100
State MAC Address
Preempt
Mode
MASTER 00:00:5e:00:01:64 DISABLED
Advertisement
Interval
1 second config service vip 10.5.6.81 vrid 100 port 80 protocol tcp l4 server-group-name sg2 config service vip 10.5.6.97 vrid 100 port 80 protocol tcp l4 server-group-name sg4
History
This command was available in ExtremeWarePx 1.2.
Platform Availability
This command is available on the Px-series application switch.
308 ExtremeWarePx1 1.2 Command Reference Guide
uptime
uptime
uptime
Description
Shows the amount of time the switch has been up
Syntax Description
This command has no parameters or options.
Default
N/A.
Usage Guidelines
This command displays the amount of time that has elapsed since system was last rebooted or powered on.
Example
This example shows how long the system has been up.
* station2:5 # uptime
Uptime: 0 days 02Hr 41Min 05sec
History
This command was available in ExtremeWarePx 1.1.
Platform Availability
This command is available on the Px-series application switch.
ExtremeWarePx1 1.2 Command Reference Guide 309
Commands for Monitoring the Switch
310 ExtremeWarePx1 1.2 Command Reference Guide

Public link updated
The public link to your chat has been updated.
Advertisement
Key features
- Health Checks
- Server Grouping
- Virtual Services
- Load Balancing
- Traffic Management