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

show services stateful-firewall sip-register

Syntax

show services stateful-firewall sip-register
<brief | extensive | terse>
<application-protocol protocol>
<destination-port destination-port>
<destination-prefix destination-prefix>
<interface interface-name>
<limit number>
<protocol protocol>
<service-set service-set>
<source-port source-port>
<source-prefix source-prefix>

Release Information

Command introduced in JUNOS Release 7.4.

Description

Display stateful firewall Session Initiation Protocol (SIP) register information.

Options

count — (Optional) Display a count of the matching entries.

brief — (Optional) Display brief SIP register information.

extensive — (Optional) Display detailed SIP register information.

terse — (Optional) Display terse SIP register information.

application-protocol — (Optional) Display information about one of the following application protocols:

destination-port destination-port(Optional) Display information for a particular destination port.

destination-prefix destination-prefix(Optional) Display information for a particular destination prefix. The range of values is from 0 to 65535.

interface interface-name(Optional) Display information about a particular interface. On M Series and T Series routers, the interface-name can be sp-fpc/pic/port or rspnumber. On the J Series routers, the interface-name is sp-pim/0/port.

limit number(Optional) Maximum number of entries to display.

protocol — (Optional) Display information about one of the following IP protocol types:

service-set service-set(Optional) Display information for a particular service set.

source-port source-port(Optional) Display information for a particular source port. The range of values is from 0 to 65535.

source-prefix source-prefix(Optional) Display information for a particular source prefix.

Required Privilege Level

view

Related Topics

clear services stateful-firewall sip-register

List of Sample Output

show services stateful-firewall sip-register extensive

Output Fields

Table 285 lists the output fields for the show services stateful-firewall sip-register command. Output fields are listed in the approximate order in which they appear.

Table 285: show services stateful-firewall sip-register Output Fields

Field Name

Field Description

Interface

Name of an adaptive services interface.

Service set

Name of a service set.

SIP Register

Register information header.

Protocol

Protocol used for this flow.

Registered IP

Register IP address.

Port

Register port number.

Expiration timeout

Configured lifetime, in seconds.

Timeout remaining

Lifetime remaining, in seconds.

From

Initiator address.

To

Responder address.

Call ID

SIP call identification string.

Sample Output

show services stateful-firewall sip-register extensive

user@host> show services stateful-firewall sip-register extensive
Interface: sp-0/3/0, Service set: test_sip_777

SIP Register: Protocol: UDP, Registered IP: 10.20.170.111, Port: 5060, Acked
    Expiration timeout: 36000, Timeout remaining: 35544
    From: : 6507771234@10.200.100.1:0;
    To: : 6507771234@10.200.100.1:0;
    Call ID: : 000ff73a-c8990002-23b1d942-2ba1f91f@10.20.70.2

Interface: sp-0/3/0, Service set: test_sip_888

SIP Register: Protocol: UDP, Registered IP: 10.20.170.112, Port: 5060, Acked
    Expiration timeout: 36000, Timeout remaining: 35549
    From: : 8881234@10.200.100.1:0;
    To: : 8881234@10.200.100.1:0;
    Call ID: : 00112096-81fc0002-23b38905-7cb41f62@10.20.71.2

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