CHAPTER 52 Syslog and Debug Recording
Mediant 4000 SBC | User's Manual
Filtering IP Network Traces
You can filter Syslog and debug recording messages for IP network traces, by configuring the 'Filter
Type' parameter to
IP Trace
in the Logging Filters table. IP traces are used to record any IP stream
, according to destination and/or source IP address, or port and Layer-4 protocol (UDP, TCP or any
other IP type as defined by
). Network traces are typically used to record
HTTP.
When the
IP Trace
option is selected, only the ‘Value’ parameter is applicable; the 'Syslog' and
'Capture Type' parameters are not relevant. The 'Value' parameter configures the Wireshark-like
filtering expressions for your IP trace. The following Wireshark-like expressions are supported:
Table 52-2: Supported Wireshark-like Expressions for 'Value' Parameter
Expression
Description
ip.src, ip.dst
Source and destination IP address
ip.addr
IP address - up to two IP addresses can be entered
ip.proto
IP protocol type (PDU) entered as an enumeration value (e.g., 1 is
ICMP, 6 is TCP, 17 is UDP)
udp, tcp, icmp, sip, ldap,
http, https
Single expressions for protocol type
udp.port, tcp.port
Transport layer
udp.srcport, tcp.srcport
Transport layer for source port
udp.dstport, tcp.dstport
Transport layer for destination port
and, &&, ==, <, >
Between expressions
Below are examples of configured expressions for the 'Value' parameter:
■
udp && ip.addr==10.8.6.55
■
ip.src==10.8.6.55 && udp.port>=5000 and udp.port<6000
■
ip.dst==10.8.0.1/16
■
ip.addr==10.8.6.40
For conditions requiring the "or" / "||" expression, add multiple table rows. For example, the
Wireshark condition " (ip.src == 1.1.1.1 or ip.src == 2.2.2.2) and ip.dst == 3.3.3.3" can be
configured using the following two table row entries:
1.
ip.src == 1.1.1.1 and ip.dst == 3.3.3.3
2.
ip.src == 2.2.2.2 and ip.dst == 3.3.3.3
●
If the 'Value' parameter is undefined, the device records all IP traffic types.
●
You cannot use ip.addr or udp/tcp.port together with ip.src/dst or
udp/tcp.srcport/dstport. For example, "ip.addr==1.1.1.1 and ip.src==2.2.2.2" is an
invalid configuration value.
Configuring Syslog
This section describes how to configure Syslog. To filter Syslog messages, see
.
- 817 -
Summary of Contents for Mediant 4000 SBC
Page 1: ...User s Manual AudioCodes Series of Session Border Controllers SBC Mediant 4000 SBC Version 7 2...
Page 40: ...Part I Getting Started with Initial Connectivity...
Page 48: ...Part II Management Tools...
Page 113: ...Part III General System Settings...
Page 118: ...Part IV General VoIP Configuration...
Page 525: ...Part V Session Border Controller Application...
Page 654: ...Part VI Cloud Resilience Package...
Page 663: ...Part VII High Availability System...
Page 685: ...Part VIII Maintenance...
Page 759: ...Part IX Status Performance Monitoring and Reporting...
Page 844: ...Part X Diagnostics...
Page 888: ...Part XI Appendix...