R3303-HP HSR6800 Routers Security Command Reference

401
Views
Any view
Default command level
1: Monitor level
Parameters
slot slot-number: Specifies a card by its slot number. The slot-number argument represents the number of
the slot where the card resides. (In standalone mode.)
chassis chassis-number slot slot-number: Specifies a card on a member device. The chassis-number
argument specifies the ID of the IRF member device. The slot-number argument specifies the number of
the slot that holds the card. (In IRF mode)
|: Filters command output by specifying a regular expression. For more information about regular
expressions, see Fundamentals Configuration Guide.
begin: Displays the first line that matches the specified regular expression and all lines that follow.
exclude: Displays all lines that do not match the specified regular expression.
include: Displays all lines that match the specified regular expression.
regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Usage guidelines
With no slot number specified, the command displays the relationship table entries of all cards.
Examples
# Displays all relationship table entries.
<Sysname> display session relation-table
Local IP/Port Global IP/Port MatchMode
192.168.1.22/99 10.153.2.22/99 Local
APP:QQ Pro:UDP TTL:2000s AllowConn:10
Local IP/Port Global IP/Port MatchMode
192.168.1.100/99 10.153.2.100/99 Local
APP:FTP Pro:TCP TTL:2000s AllowConn:10
Total find: 2
Table 62 Command output
Field Descri
p
tion
Local IP/Port
IP address/port number of the inside network.
Global IP/Port
IP address/ port number of the outside network.
MatchMode
Match mode from session table to relationship table:
Local—The source IP address/source port of a new session are
matched against Local IP/Port in the relation table.
Global—The destination IP address and destination port of a new
session are matched against Global IP/Port in the relation table.
Either—The IP/port of a new session are matched against Local
IP/Port or Global IP/Port in the relation table.
App
Application layer protocol, FTP, MSN, or QQ.
Pro
Transport layer protocol, TCP, or UDP.