Versions Compared

Key

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

Add_workflow_for_techpubs
AUTH1UserResourceIdentifier{userKey=8a00a0c86820e56901685f374974002d, userName='null'}
JIRAIDAUTHSBX-92360
REV5UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb8305e9, userName='null'}
REV6UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cb8305e9, userName='null'}
REV3UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26c9470256, userName='null'}
REV1UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26c9470256, userName='null'}


Internal_display_only
serverRibbon JIRA
columnIdsissuekey,summary,issuetype,created,updated,duedate,assignee,reporter,priority,status,resolution
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIdd45d42c2-4546-3f1b-bbde-ff79196e8c48
keySBX-127169


Excerpt Include
_7.0 Licensing Common Note
_7.0 Licensing Common Note
nopaneltrue


Panel

In this section:

Table of Contents
maxLevel2



Include Page
_Call_Stats_Terms
_Call_Stats_Terms

Excerpt Include
Resource Monitoring and Statistics
Resource Monitoring and Statistics
nopaneltrue

System

Command Syntax

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

Code Block
languagenone
> 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

Info
titleNote
Link_in_new_tab
Textshow table system
URLshow table system
command:

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


Multiexcerpt include
MultiExcerptNameShared System Command Parameters
nopaneltrue
PageWithExcerptShow Table System

Admin

Command Syntax

Code Block
> show status system admin <system name>

Command Parameters

Caption0Table1Admin Attributes3

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

Code Block
> show status system announcements

 Command Parameters

Multiexcerpt include
MultiExcerptNameAnnouncementsAnnouncement Parameters
nopaneltrue
PageWithExcerptShow Table System

AD Sync Status

Command Syntax

Code Block
> show status system adSyncStatus

Command Parameters

Caption0Table1

adSyncStatus Command Parameters

ParameterDescription
adSyncStatusDisplays AD server sync status

Daughter Board Status

Command Syntax

Code Block
> show status system daughterBoardStatus

 Command Parameters

Multiexcerpt include
MultiExcerptNameDaughter Board Parameters
nopaneltrue
PageWithExcerptShow Table System

Anchor
DSP Attributes
DSP Attributes
DSP

DSP Resources

Command Syntax

Code Block
> show status system dspRes
	dspCallCurrentStatistics
	dspCallIntervalStatistics
	dspUsageCurrentStatistics
	dspUsageIntervalStatistics

Command Parameters

 

Multiexcerpt include
MultiExcerptNameDSP ResourceResources Parameters
nopaneltrue
PageWithExcerptShow Table System

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

Code Block
> show status system dspStatus dspUsage

 Command Parameters

Multiexcerpt include
MultiExcerptNameDSP Status Parameters
nopaneltrue
PageWithExcerptShow Table System

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

Code Block
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

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

 Command Parameters

Multiexcerpt include
MultiExcerptNameEthernet Port Parameters
nopaneltrue
PageWithExcerptShow Table System

License

Command Syntax

Code Block
> show status system
    licenseDomainBundleInfo	
	licenseInfo
	licenseNodeLockedBundleInfo 
	licenseStatus 

Command Parameters

Info
titleNote

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

  • licenseRequired

Multiexcerpt include
MultiExcerptNameLicense Parameters
nopaneltrue
PageWithExcerptShow Table System

Network Processor

Command Syntax

Code Block
> show status system networkProcessorStatistics
	annStatistics
	defragStatistics
	digitStatistics
	rtcpGenStatistics

Command Parameters

Multiexcerpt include
MultiExcerptNameNetwork ProcessorParameters
nopaneltrue
PageWithExcerptShow Table System

NTP

NTP services management

Command Syntax

Code Block
> show status system ntp
	peerStatus
	systemStatus

Command Parameters

Info
titleNote

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

  • keys
  • serverAdmin
  • timeZone

Multiexcerpt include
MultiExcerptNameNTP Parameters
PageWithExcerptShow Table System

Policy Server

Command Syntax

Code Block
> show status system policyServer
	policyServerStatus

Command Parameters

Info
titleNote

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

  • globalConfig
  • localServer
  • policyServerStatus
  • remoteServer

Multiexcerpt include
MultiExcerptNamePolicy Server Parameters
nopaneltrue
PageWithExcerptShow Table System

Security

Security management status/statistics details.

Command Syntax

Code Block
> show status system security
	ocspProfileUses
	ocspStatistics
	pki


Command Parameters

Info
titleNote

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

  • certExpiryCheck
  • ipsec

Multiexcerpt include
MultiExcerptNameSecurity Parameters
nopaneltrue
PageWithExcerptShow Table System

Command Examples

To view announcements memory usage:

Noprint

Toggle Cloak
Click to expand


Cloak


none



To view base MAC address:

Noprint

Toggle Cloak
Click to expand 


Cloak


none



To view coredump list:

Noprint

Toggle Cloak
Click to expand


Cloak


none



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

Noprint

Toggle Cloak
Click to expand


Cloak


none



To view DSP usage:

Info
titleNote

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.


Noprint

Toggle Cloak
Click to expand 


Cloak


none



To view Ethernet Port packet statistics:

Noprint

Toggle Cloak
Click to expand


Cloak


none



To view hard disk usage:

Noprint

Toggle Cloak
Click to expand


Cloak


none



To view systemCongestionIntervalStatistics:

Noprint

Toggle Cloak
Click to expand


Cloak


none



To view system congestion status details.

Noprint

Toggle Cloak
Click to expand 


Cloak


none



To view system congestion current  statistics.

Noprint

Toggle Cloak
Click to expand 


Cloak


none



To view Micro Flow stats:

Noprint

Toggle Cloak
Click to expand 


Cloak


none



To display the current HA configuration settings:

Noprint

Toggle Cloak
Click to expand


Cloak




To display the D-SBC Sig Port statistics:

Noprint

Toggle Cloak
Click to expand


Cloak




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

Noprint

Toggle Cloak
Click to expand 


Cloak



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

Noprint

Toggle Cloak
Click to expand 


Cloak
show status system loadBalancingService
policerLeaderStatus 0 {
    leaderIPAddress 10.54.222.103;
    state           completed;
}
policerSeedNodeStatus 0 {
    seedNodeIPAddress 10.54.222.103;
}
[ok][2017-08-30 04:17:03]

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

Noprint

Toggle Cloak
Click to expand 


Cloak

show status system loadBalancingService

groupName                   lbs.M_SBC.com;
privateIpInterfaceGroupName LIF1;
leaderStatus 0 {
    leaderIPAddress fd00:10:6b50:4d20::82;
    state           completed;
}
leaderStatus 1 {
    leaderIPAddress 0.0.0.0;
    state           idle;
}
leaderStatistics all {
    leaderElectionAttempts 8851;
    retransmitCount        0;
    requestTimeoutCount    0;
}
policerResourceCacheStatus 0 {
    nodeIpAddr            10.54.222.103/4019;
    nodeLifGroupName      LIF1;
    nodeLifGroupIsPrivate true;
    nodeLifGroupBandwidth 1187500000;
    nodeLifGroupTtl       7;
}
policerResourceCacheStatus 1 {
    nodeIpAddr            10.54.222.103/4019;
    nodeLifGroupName      LIF2;
    nodeLifGroupIsPrivate false;
    nodeLifGroupBandwidth 1187500000;
    nodeLifGroupTtl       7;
}
pagebreak