Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Anchor
top
top

 

 

...

Panel
borderColorgreen
bgColortransparent
borderWidth2
Noprint

Back to Table of Contents

Back to CLI System-Level Mode

Back to request Command Details

...

Additional section:

request addressContext zone


Panel

In this section:

Table of Contents
maxLevel2

...

Caption
0Table
1optionsPing Parameters

Parameter

Description

cmds optionsPing

The commands object used to ping a SIP peer using SIP OPTIONS method.

  • peerFQDN <string> – Use this parameter to activate a single options ping request to a particular FQDN peer (this command will be successful on the first responded OPTIONS request). The SBC sends the OPTIONS request to the highest priority FQDN-resolved IP. If required, the SBC retransmits the request eight additional times. If there is no response to any of these requests, SBC sends the OPTIONS request to the next FQDN resolved IP. 
  • peerIpAddress – The IPv4 or IPv6 Peer SIP Address to ping.
  • peerPort – The Peer SIP Port Number to ping. (Default = 5060)
  • sigPort – The Signaling Port number to use for the ping.
  • transport – The Transport protocol. Select any one of the following transport types:
    • tcp
    • tls
    • udp (default)
Noprint

Back to Top

dnsGroup

Use this command to perform manual actions against a specific DNS group.

...

Code Block
languagenone
> request global dnsClearCache

 

Noprint

Back to Top

 

dynamicBlackList

This object allows you to remove Dynamic Blacklist (DBL) entries for the specified IP address.

...

Code Block
languagenone
> request addressContext default dynamicBlackList removeEntry sourceIpAddress 10.10.128.8 
 
When prompted, enter 'y' to continue: 
This command will remove any DBL entry with a matching source IP address. Do you want to proceed (yes/no) y
Noprint

Back to Top

ipsec

Command Syntax

Command syntax to initiate action on IPsec object:

...

Code Block
languagenone
> request addressContext default ipsec ikeSaDelete saIndex 13
 
When prompted, enter 'y' to continue: 
This command will delete entry from the IKE SA list. Do you want to continue (yes/no) y
Noprint

Back to Top

sipRegCountReset

 This object resets the SIP registration count.

...

Code Block
languagenone
> request addressContext default sipRegCountReset result success reason Registration Count is Reset
Noprint

Back to Top

sipRegistrationAdaptiveNatLearning

...

Code Block
languagenone
> request addressContext default sipRegistrationAdaptiveNatLearning id 13 action disable
Noprint

Back to Top

sipRegistrationDeleteById

...

Code Block
languagenone
> request addressContext default sipRegistrationDeleteById id 13
result success 
 

 

Noprint

Back to Top

sipRegistrationDeleteByIp

...

Code Block
languagenone
> request addressContext default sipRegistrationDeleteByIp ipAddress 10.20.128.13 
result success
Noprint

Back to Top

sipSubCountReset

This object resets the SIP subscription count.

...

Code Block
languagenone
> request addressContext default sipSubCountReset result success reason Subscription Count is Reset
Noprint

Back to Top

sipSubscriptionDelete

Command Syntax

...

Code Block
languagenone
> request addressContext default sipSubscriptionDelete id 13

zone

This object allows you to perform system-level commands against a particular zone, such as recovering blacklisted endpoints and resetting statistics counts on all signaling ports.

Command Syntax

Code Block
languagenone
> request addressContext <addressContext name> zone <zone name>
	ipPeer <peer name> pathCheck localAdminState state <block | unblock> remoteAdminState state <block | unblock>	
	mtrmConnPort <reset | statReset>
	sipArsEndpointRecoveryAll
	sipArsEndpointRecoveryByIp ipAddress <ip address> port <port#>
	sipSigConnResetAll
	sipSigPortResetAll
	sipTrunkGroup <TG name> packetOutage clear

Command Parameters

Caption
0Table
1request addressContext zone Parameters

Parameter

Description

ipPeer <peer name> pathCheck

 Use this parameter to manually block or unblock the Local Admin state or Remote Admin state of the peer in the specified zone. 

  • localAdminState state <block | unblock>
  • remoteAdminState state <block | unblock>
mtrmConnPort

Use this object to reset Master Trunk Resource Manager (MTRM) connection port and/or MTRM port statistics.

  • reset – Resets the Master Trunk Group Connection Port and resets all stats related to the connection port.
  • statReset – Resets the Master Trunk Group Connection Port statistics.
Note

The reset command has no impact if executed on a disabled or out-of-service object.

sipArsEndpointRecoveryAll

Recovers all blacklisted endpoints in this zone.

Note

This command only applies for peers blacklisted using ARS mechanism (not via PATHCHECK).

sipArsEndpointRecoveryByIp

Recovers a blacklisted endpoints in this zone by IP address and port. 

  • ipAddress <ip adddress> – Endpoint's IP address.
  • port <endpoint port#> – Endpoint's port number.
Note
This command only applies for peers blacklisted using ARS mechanism (not via PATHCHECK).
sipSigConnResetAllResets all the statistics counts to zero on all SIP signaling port connections.
sipSigPortResetAllResets all the statistics counts to zero on all SIP signaling ports.
sipTrunkGroup

<TG_NAME>  --  Specify the SIP trunk group for which to clear packet outage counts. Arguments include:

  • packetOutage clear

Example

The following example clears packet outage counts for SIP trunk group “TG-1” in zone “INTERNAL_ZONE” for address context “default”.

Noprint

Back to Top

zone

See request addressContext zone for details.

 

Noprint

Back to Top

Code Block
languagenone
> request addressContext default zone INTERNAL_ZONE sipTrunkGroup TG-1 packetOutage clear reason Trunk Group Packet Outage Detection State is cleared

Pagebreak