You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


Note

Network-wide licensing using a site license server (SLS) is discontinued and no longer available on SBC 8.0 and later releases.

In this section:



Common Call Statistics Terminology
Stable CallsCalls that are established and fully stable (connected and media cut-through type of calls) and will survive a fail-over. This excludes calls in establishing, clearing and updating states which will not survive a fail-over.
Active CallsA snapshot of total number of active calls on the SBC at the point of execution of the status command. This count reflects the actual live calls on the box independent of the state of the call (setup, stable, updating or clearing).
Call AttemptsAccumulative number of attempted calls on this system since the last reboot/start-up, including calls where a setup was sent/received, uncompleted calls (calls failed, busy, not answered, etc.) and calls completed (answered).
Call CompletionsAccumulative number of calls completed on this system since the last reboot/start-up.

The SBC allows the operator to access data from the current interval and from the interval statistics table related to each object being monitored. The current interval consists of a statistics table entry that is accumulating data for the next interval report. The interval statistics table is a series of statistics table entries containing data from the most recently completed n intervals (where n is the number of intervals in the retention policy configuration).

Note
Refer to Links to Statistics Pages to navigate to a particular EMA or CLI statistics page.

System

Command Syntax

Below is a high-level view of the command syntax for 'show status system' command.

> show status system
	activeFileConfig
    activeRevision
	admin
	announcements
    adSyncStatus
    baseMacAddress
    configMode
	coredumpList
	coredumpSummary
	cpuUtilCurrentStatistics
	cpuUtilIntervalStatistics
	databaseIntegrity
	daughterBoardStatus
	dodModeStatus
	dsbc
	dspRes
	dspStatus
	ethernetPort
	fanStatus
	fileStatisticsStatus
	fipsFSMState
	haConfig
	hardDiskStatus
	hardDiskUsage
	highAvailabilityPort
	ipPolicing
    isOAM
	jsrcServer
	ledStatus
    licenseDomainBundleInfo
	licenseInfo
	licenseNodeLockedBundleInfo
	licenseStatus
	loadBalancingService
	logicalMgmtIpInterfaceStatus
	macAddressStatus
	mediaProfile
	memoryUtilCurrentStatistics
	memoryUtilIntervalStatistics
	metaVariable
	mgmtIpInterfaceGroup
	networkProcessorStatistics
    niceLicense
	ntp
	objectStoreParameters
    pdcsLicense
	policyServer
	powerSupplyStatus
	savedConfigList
    sbcliLicense
	sbcPersonalityStatus
	security
	serverAdmin
	serverSoftwareUpgradeStatus
	serverStatus
	softwareUpgradeDetailedStatus
	softwareUpgradeStatus
	standbySyncStatus
	syncStatus
	systemCongestionCurrentStatistics
	systemCongestionIntervalStatistics
	systemCongestionStatus
    

Command Parameters

Note
show table system
command:

clusterAdmin, congestion, daughterBoardAdmin, dspPad, fileStatisticsAdmin, fipsBypassMode, intervalStatistics, licenseRequired, logicalMgmtIpInterface, media, metaVariableDynamic, mgmtStaticRoute, pathCheckPath


MultiExcerpt named Shared Parameters was not found -- Please check the page name and MultiExcerpt name used in the MultiExcerpt-Include macro


Admin

Command Syntax

> show status system admin <system name>

Command Parameters


Admin Attributes

Parameter

Description

<system name>

System name

actualSystemNameSystem name given by the user as user/metadata
clusterIdclusterID instance present in the userdata
savedConfigurationsA list of saved configurations, by revision number and the timestamp when the configuration was saved. Applicable for SBC SWe N:1 HA clusters that are configured to use OAM node configuration.
sftpUserPasswordPassword rules for SFTP user
adSyncModuleNameSpecifies the AD server
adSyncStatus

Displays AD server sync status

Specifies one of the following status values:

  • Never Synced - data has never been synced
  • Sync In Progress - sync is currently in progress
  • Sync Completed - data sync was successfully completed
  • Sync Failed - the sync operation failed
adTimeStampThe timestamp of the last successful sync operation

Announcements

Announcement file status and statistics.

Command Syntax

> show status system announcements

 Command Parameters

MultiExcerpt named Announcements was not found -- Please check the page name and MultiExcerpt name used in the MultiExcerpt-Include macro

AD Sync Status

Command Syntax

> show status system adSyncStatus

Command Parameters

adSyncStatus Command Parameters

ParameterDescription
adSyncStatusDisplays AD server sync status

Daughter Board Status

Command Syntax

> show status system daughterBoardStatus

 Command Parameters

MultiExcerpt named Daughter Board was not found -- Please check the page name and MultiExcerpt name used in the MultiExcerpt-Include macro

DSP

DSP Resources

Command Syntax

> show status system dspRes
	dspCallCurrentStatistics
	dspCallIntervalStatistics
	dspUsageCurrentStatistics
	dspUsageIntervalStatistics

Command Parameters

 MultiExcerpt named DSP Resource was not found -- Please check the page name and MultiExcerpt name used in the MultiExcerpt-Include macro

DSP Status

This statistic command provides the current number of transcoded sessions per DSP2x slot or SPS100 module depending upon the number of modules installed for the specified system.

(Refer to DSP Channel Densities for SBC 5400 and 7000 for details).

Command Syntax

> show status system dspStatus dspUsage

 Command Parameters

MultiExcerpt named DSP Status was not found -- Please check the page name and MultiExcerpt name used in the MultiExcerpt-Include macro

Ethernet Port

The SBC 5400 firmware/software is enhanced in 8.0 to add support for one Gbps speeds to the management ports (in addition to the existing 100 Mbps support), including the support of half or full duplex with auto-negotiation on all four management ports. Each management port auto-negotiates the speed/mode independently from other management ports.

Additionally, the SBC Core is enhanced to display the negotiated management port speed and current bandwidth for all management ports from the CLI/EMA.

Since this enhancement allows one Gbps traffic bandwidth for all management ports, it increases the possibility of a traffic overload condition due to the increased bandwidth of the combined management, media and signaling traffic. To address this, the SBC sets the management traffic as the lowest priority. Thus, the system drops the management packets, as necessary, to avoid impacting media or signaling traffic.

Command Syntax


show status system ethernetPort mgmtPortStatus
mgmtPortStatus GARNET mgt0 {
    ifIndex           1;
    macAddress        0:10:6b:3:da:a5;
    negotiatedSpeed   speed1000Mbps;
    linkState         admnEnabledPortUp;
    duplexMode        full;
    rxActualBandwidth 0;
    txActualBandwidth 0;
    rxPackets         21316;
    txPackets         1794;
    rxErrors          0;
    txErrors          0;
    rxDropped         183;
    txDropped         0;
}
mgmtPortStatus GARNET mgt1 {
    ifIndex           2;
    macAddress        0:10:6b:3:da:a6;
    negotiatedSpeed   speed1000Mbps;
    linkState         admnEnabledPortUp;
    duplexMode        full;
    rxActualBandwidth 0;
    txActualBandwidth 0;
    rxPackets         571;
    txPackets         28240;
    rxErrors          0;
    txErrors          0;
    rxDropped         0;
    txDropped         0;
}
mgmtPortStatus GARNET mgt2 {
    ifIndex           3;
    macAddress        0:10:6b:3:db:3b;
    negotiatedSpeed   speed1000Mbps;
    linkState         admnEnabledPortUp;
    duplexMode        full;
    rxActualBandwidth 510;
    txActualBandwidth 0;
    rxPackets         456103;
    txPackets         2839;
    rxErrors          0;
    txErrors          0;
    rxDropped         201;
    txDropped         0;
}
mgmtPortStatus GARNET mgt3 {
    ifIndex           4;
    macAddress        0:10:6b:3:db:3c;
    negotiatedSpeed   speed1000Mbps;
    linkState         admnEnabledPortUp;
    duplexMode        full;
    rxActualBandwidth 558;
    txActualBandwidth 290;
    rxPackets         326895;
    txPackets         1263198;
    rxErrors          0;
    txErrors          0;
    rxDropped         0;
    txDropped         0;
}
[ok]

Command Syntax

> show status system ethernetPort
	mgmtAdmin 
	mgmtPortStatus
	mgmtStatistics
	packetAdmin 
	packetPortStatus
	packetStatistics
	portMonitorStatus
	portRedundancyGroupStatus 

 Command Parameters

MultiExcerpt named Ethernet Port was not found -- Please check the page name and MultiExcerpt name used in the MultiExcerpt-Include macro

License

Command Syntax

> show status system
    licenseDomainBundleInfo	
	licenseInfo
	licenseNodeLockedBundleInfo 
	licenseStatus 

Command Parameters

Note

The following object only applies to the show table system command:

  • licenseRequired

MultiExcerpt named License was not found -- Please check the page name and MultiExcerpt name used in the MultiExcerpt-Include macro

Network Processor

Command Syntax

> show status system networkProcessorStatistics
	annStatistics
	defragStatistics
	digitStatistics
	rtcpGenStatistics

Command Parameters

MultiExcerpt named Network Processor was not found -- Please check the page name and MultiExcerpt name used in the MultiExcerpt-Include macro

NTP

NTP services management

Command Syntax

> show status system ntp
	peerStatus
	systemStatus

Command Parameters

Note

The following objects only apply to the show table system command:

  • keys
  • serverAdmin
  • timeZone

MultiExcerpt named NTP was not found -- Please check the page name and MultiExcerpt name used in the MultiExcerpt-Include macro

Policy Server

Command Syntax

> show status system policyServer
	policyServerStatus

Command Parameters

Note

The following objects only apply to the show table system command:

  • globalConfig
  • localServer
  • policyServerStatus
  • remoteServer

MultiExcerpt named Policy Server was not found -- Please check the page name and MultiExcerpt name used in the MultiExcerpt-Include macro

Security

Security management status/statistics details.

Command Syntax

> show status system security
	ocspProfileUses
	ocspStatistics
	pki


Command Parameters

Note

The following objects only apply to the show table system command:

  • certExpiryCheck
  • ipsec

MultiExcerpt named Security was not found -- Please check the page name and MultiExcerpt name used in the MultiExcerpt-Include macro

Command Examples

To view announcements memory usage:

Click to expand



To view base MAC address:

Click to expand 



To view coredump list:

Click to expand



To view Daughterboard status (SBC 7000 example is below):

Click to expand



To view DSP usage:

Note

This example includes several results in the form of <codec>V8Total or <codec>V8Utilization. These entries apply if you allowed support for T.38 version 3 (also called V.34 fax transcoding). If you enabled T.38 version 3, you must enable a V.8 signaling detector for all voice codecs.


Click to expand 



To view Ethernet Port packet statistics:

Click to expand



To view hard disk usage:

Click to expand



To view systemCongestionIntervalStatistics:

Click to expand



To view system congestion status details.

Click to expand 



To view system congestion current  statistics.

Click to expand 



To view Micro Flow stats:

Click to expand 



To display the current HA configuration settings:

Click to expand



To display the D-SBC Sig Port statistics:

Click to expand



To display sync status of active and standby nodes created through a N:1 redundancy group:

Click to expand 


To view the status of the Load Balancing Service on S-SBC:

Click to expand 


To view the status of the Load Balancing Service on M-SBC:

Click to expand 


  • No labels