Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Add_workflow_for_techpubs
AUTH1UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb41059c, userName='null'}
JIRAIDAUTHSBX-88804
REV5UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb8305e9, userName='null'}
REV6UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb8305e9, userName='null'}
REV3UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26c9d60325, userName='null'}
REV1REV2UserResourceIdentifier{userKey=8a00a0c85c46b657015d4fa8bc760020, userName='null'}
REV2UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26ca7d045b, userName='null'}

This section This section provides solutions to frequently asked questions (FAQs) about the

Spacevars
0series4
systems.

...

Table of Contents
maxLevel3

 


...

Pagebreak

Can I change my SFPs from copper to fibre?

...

You can also do a search from the EMA GUI. To view the Routing workspace, see Call Routing: System Provisioning - Routing.

Caption
0Figure
1Routes

 


How do I display the status of all the trunk groups in a Zone?

Code Block
languagenone
admin@DFWNBS01a> show status addressContext default zone zonePublicTrunking trunkGroupStatus 
 trunkGroupStatus APBX5TEST {
 state inService;
 totalCallsAvailable50;
 totalCallsInboundReserved0; inboundCallsUsage0; outboundCallsUsage0; 
totalCallsConfigured50; priorityCallUsage0; totalOutboundCallsReserved 
0; bwCurrentLimit-1; bwAvailable-1; bwInboundUsage0; bwOutboundUsage0; 
packetOutDetectStatenormal;
 }
 trunkGroupStatus TKSOFTWARE {
 state inService;
 totalCallsAvailable10;
 totalCallsInboundReserved0; inboundCallsUsage0; outboundCallsUsage0; 
totalCallsConfigured10; priorityCallUsage0; totalOutboundCallsReserved 
0; bwCurrentLimit-1; bwAvailable-1; bwInboundUsage0; bwOutboundUsage0; 
packetOutDetectStatenormal;
 }

...


How do I display trunk group configuration data?

...

Code Block
languagenone
admin@DFWNBS01a> show table addressContext default zone zonePublicTrunking

sipTrunkGroup APBX5TEST
state enabled; mode inService; policy {
carrier0000;
country1; sipDomain""; localizationVariant northAmerica; digitParameterHandling {
numberingPlanNANP_ACCESS; ingressDmPmRule ""; egressDmPmRule"";
}
callRouting {
elementRoutingPriority DEFAULT_IP;
}
media {
packetServiceProfile pspMediaRelay;
}
services {
classOfService BLOCK_COUNTRY_CODES;
}
signaling {
ipSignalingProfile PBX_SIP;
}
}
cac {
callLimit 50;
}
signaling {
methods {
message reject;
publish reject; subscribe reject; notify reject; info reject; register reject; update reject;
}
}
media {
mediaIpInterfaceGroupName customerPublic;
}

 


What if my video calls are not working?

...

  1. Video bandwidth:
    1. Check CAC configuration
    2. Check reduction factor
  2. Passthrough calls are permitted:
    1. Check Packet Service Profile flags (no transcode option)
    2. No convert mode for Late Media video calls
  3. Codec List Profile – check if codecListProfile manipulation results in no coded in offer/answer
  4. Ingress/Offered SDP – check if video m -line is present

...


How do I import a ".cli" script file from the EMA GUI?

...

Code Block
languagenone
admin@DFWNBS01a% delete global callRouting route none Sonus_NULL Sonus_NULL standard 2144761510 1 all all ALL none Sonus_NULL

...


How do I delete a Trunk Group?

...

Code Block
languagenone
admin@SBC01a% set addressContext default zone zonePublicTrunking sipTrunkGroup "PURDUERES_7655883470 " state disabled mode outOfService 
admin@SBC01a% commit 

admin@SBC01a% delete addressContext default zone zonePublicTrunking sipTrunkGroup "PURDUERES_7655883470 " 
admin@SBC01a% commit 

...


How do I turn Globalization (+1) on and off per trunk group

...

Code Block
languagenone
admin@SBC01a> show status system highAvailabilityPort status DFWNBS01a haPort1 {
macAddress      00:10:1b:01:11:1c;
ipAddress       0.0.0.0;
negotiatedSpeed speed1000Mbps;
oosReason       na;

 


How do I display registered users (Access configuration)?

...

Code Block
% set oam localAuth user <user_name> group <group_name>

...


How do I change default passwords?

...

The OIDs are indexes in the MIB tables, and indexes are not readable using SNMP GET requests. The SNMP GETNEXT requests are used to find out what indexes are currently present in the MIB tables. For more information, refer to the section How to Retrieve Ribbon Enterprise MIB OIDs.

How long does it take to save an SMM containing a very large number of rules?

It can take several hours to execute and save an SMM with a very large number of rules.

For example, saving an SMM profile containing 10,000 rules, 80,000 criterion and 50,000 actions can take approximately 3 hours and 45 minutes. This delay applies to all interfaces (CLI, GUI and REST API).

Pagebreak