Versions Compared

Key

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

About this Resource

Excerpt

Defines SBA or CCE Singleton Managed Object.

Tip

The SBA is setup by performing a set of actions in a specified order. Failing to follow the order can result in undersirable behavior. The setup steps are as follows:

Repeating any of the above actions once the setup is performed, might result in undesirable behavior. It is recommended that the SBA is re-initialized if the step has to be performed and the setup done again in the above order.

Any other action can be performed at any time once the SBA is setup without any implications.

Tip

The CCE is setup by performing a set of actions in a specified order. Failing to follow the order can result in undersirable behavior. The setup steps are as follows:

Repeating any of the above actions once the setup is performed, might require the CCE to be re-deployed.

Any other action can be performed at any time once the SBA is setup without any implications.

REST API Methods for this Resource

Resource Schema

Configuration

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
DHCPEnabledNoYesEnum1Possible values:
  • 0 - btFalse
  • 1 - btTrue
Enables Dynamic Host Configuration Protocol (DHCP) for network configuration. If DHCP is enabled, it overrides the IP address and DNS settings.
ipv4AddressNoYesstringnone16 - Max LengthSpecifies a manually configured IPv4 address for this ethernet port, when DHCP is not enabled.
ipv4NetmaskNoYesstringnone16 - Max LengthSpecifies the netmask for a manually configured IPv4 address on this ethernet port, when DHCP is not enabled.
ipv4GatewayNoYesstringnone16 - Max LengthSpecifies the default gateway for a manually configured IPv4 address on this ethernet port, when DHCP is not enabled.
RemoteDesktopEnabledNoNoEnum0Possible values:
  • 0 - btFalse
  • 1 - btTrue
Enables Remote Desktop for direct console login. This function is intended for administrator use only.
DNSServer1NoYesstringnone64 - Max LengthSpecifies a manually configured Domain Name Server address for IP name resolution. This server is used first for DNS requests. Applicable when DHCP is not enabled.
DNSServer2NoYesstringnone64 - Max LengthSpecifies a manually configured Domain Name Server address for IP name resolution. This server is used when the Preferred DNS server is slow or unreachable. Applicable when DHCP is not enabled.
AclEnableNoYesEnum1Possible values:
  • 0 - btFalse
  • 1 - btTrue
Enables the ASM Windows firewall.
ipv6AddressNoYesstringnone45 - Max LengthSpecifies a manually configured IPv6 address for this ethernet port.
ipv6PrefixLenNoYesint64Possible values:
  • 0 - Minimum
  • 128 - Maximum
Specifies the netmask prefix length for a manually configured IPv6 address on this ethernet port.
ipv6GatewayNoYesstringnone45 - Max LengthSpecifies the default gateway for a manually configured IPv6 address on this ethernet port.
Eth2ipv4DHCPEnabledNoYesEnum1Possible values:
  • 0 - btFalse
  • 1 - btTrue
Enables Dynamic Host Configuration Protocol (DHCP) for ASM Port 2 network configuration. If DHCP is enabled, it overrides the IP address and DNS settings.
Eth2ipv4AddressNoYesstringnone16 - Max LengthSpecifies a manually configured IPv4 address for the ASM Port 2, when DHCP is not enabled.
Eth2ipv4NetmaskNoYesstringnone16 - Max LengthSpecifies the netmask for a manually configured IPv4 address on the ASM Port 2, when DHCP is not enabled.
Eth2DNSServer1NoYesstringnone64 - Max LengthSpecifies a manually configured Domain Name Server address for IP name resolution. This server is used first for DNS requests. Applicable when DHCP is not enabled.
Eth2DNSServer2NoYesstringnone64 - Max LengthSpecifies a manually configured Domain Name Server address for IP name resolution. This server is used when the Preferred DNS server is slow or unreachable. Applicable when DHCP is not enabled.
Eth2ipv6AddressNoYesstringnone45 - Max LengthSpecifies a manually configured IPv6 address on the ASM Port 2.
Eth2ipv6PrefixLenNoYesint64Possible values:
  • 0 - Minimum
  • 128 - Maximum
Specifies the netmask prefix length for a manually configured IPv6 address on the ASM Port 2.
Eth2ipv4GatewayNoYesstringnone16 - Max LengthSpecifies the default gateway for a manually configured IPv4 address on the ASM Port 2, when DHCP is not enabled.
Eth2ipv6GatewayNoYesstringnone45 - Max LengthSpecifies the default gateway for a manually configured IPv6 address on the ASM Port 2.
ProxyEnabledNoYesEnum0Possible values:
  • 0 - btFalse
  • 1 - btTrue
Enables Proxy for network configuration.
ProxyAddressNoYesstringnone45 - Max LengthSpecifies a proxy address.
ProxyPortNoNoint1Specifies a proxy port.

Runtime

Parameter Name Description Data Type Possible Values
rt_NumEthPortsDisplays the number of physical ethernet ports on the ASM module.int
rt_RDPEnabledThis specifies if RDP is enabled on the ASM.EnumPossible values:
  • 0 - btFalse
  • 1 - btTrue
rt_AsmReachableDisplays true/false if the ASM module is reachable through the SBC's management communication.EnumPossible values:
  • 0 - btFalse
  • 1 - btTrue
rt_MediationSvcStateDisplays the current status of the Mediation Service on the ASM.EnumPossible values:
  • 0 - bssRunning
  • 1 - bssStopped
  • 2 - bssStarting
  • 3 - bssStopping
  • 4 - bssNotAvailable
rt_RegistrarSvcStateDisplays the current status of the Registrar Service on the ASM.EnumPossible values:
  • 0 - bssRunning
  • 1 - bssStopped
  • 2 - bssStarting
  • 3 - bssStopping
  • 4 - bssNotAvailable
rt_SQLSvcStateDisplays the current status of the SQL Service on the ASM.EnumPossible values:
  • 0 - bssRunning
  • 1 - bssStopped
  • 2 - bssStarting
  • 3 - bssStopping
  • 4 - bssNotAvailable
rt_DomainDisplays the Windows domain name (if joined) that the ASM belongs to.string
rt_HostNameDisplays the Windows host name of the ASM.string
rt_LicensedDisplays whether the SBA or RBA has acquired a valid license.EnumPossible values:
  • 0 - btFalse
  • 1 - btTrue
rt_UpTimeDisplays the amount of time the ASM has been running. This value may differ from the SBC's system up time.long
rt_UXComVersionDisplays the version of the SBC Edge Portfolio Communications Service running on the ASMstring
rt_MediationVersionDisplays the version of the Mediation Service running on the ASMstring
rt_RegistrarVersionDisplays the version of the Registrar Service running on the ASMstring
rt_SQLVersionDisplays the version of the SQL Service running on the ASMstring
rt_WindowsVersionDisplays the internal version number of the ASM Operating System.string
rt_WinCpuUsageDisplays the current snapshot of the Windows overall CPU usageint
rt_MediationCpuTimeDisplays the number of seconds of CPU runtime that the Mediation Service on the ASM has usedlong
rt_RegistrarCpuTimeDisplays the number of seconds of CPU runtime that the Registrar Service on the ASM has usedlong
rt_SQLCpuTimeDisplays the number of seconds of CPU runtime that the SQL Service on the ASM has usedlong
rt_UXSBACpuTimeDisplays the number of seconds of CPU runtime that the SBC Edge Portfolio Communications Service on the ASM has used.long
rt_WinMemFreeDisplays the amount of free memory that Windows currently reportslong
rt_MediationMemUsageDisplays the number of bytes of memory consumed by the Mediation Service on the ASMlong
rt_RegistrarMemUsageDisplays the number of bytes of memory consumed by the Registrar Service on the ASMlong
rt_SQLMemUsageDisplays the number of bytes of memory consumed by the SQL Service on the ASMlong
rt_UXSBAMemUsageDisplays the number of bytes of memory consumed by the SBC Edge Portfolio Communications Service on the ASMlong
rt_LoginNamesDisplays a list of users current logged onto the ASM.string
rt_DHCPEnabledDisplays the Dynamip Host Configuration Protocol (DHCP) for network configuration setting.EnumPossible values:
  • 0 - btFalse
  • 1 - btTrue
rt_IPv4AddressDisplays the manually configured IPv4 address for this ethernet port, when DHCP is not enabled.string
rt_IPv4NetmaskDisplays the manually configured IPv4 address on this ethernet port, when DHCP is not enabled.string
rt_IPv4GatewayDisplays the manually configured IPv4 address on this ethernet port, when DHCP is not enabled.string
rt_ReplicationUpToDateDisplays whether the Lync Server Replica is up to date.EnumPossible values:
  • 0 - tsbUnknown
  • 1 - tsbTrue
  • 2 - tsbFalse
rt_ReplicationFQDNDisplays the fully-qualified domain name of the Lync Server Replica.string
rt_ReplicationLastStatusReportDisplays the date and time of the last status report from the Lync Server Replica.long
rt_ReplicationLastUpdateCreationDisplays the date of the last update of the Lync Server Replica.long
rt_ReplicationProductVersionDisplays the Service Version of the Lync Server Replica.string
rt_ImageDescriptionDisplays the type of the ASM image running on the ASM.string
rt_UpdateStateDisplays the status of the Windows Update service.EnumPossible values:
  • 0 - ausUnknown
  • 1 - ausUpToDate
  • 2 - ausAvailable
  • 3 - ausInstalling
  • 4 - ausQuerying
  • 5 - ausErrorState
rt_PendingRestartNeededDisplays the need of a reboot for Windows Update.EnumPossible values:
  • 0 - tsbUnknown
  • 1 - tsbTrue
  • 2 - tsbFalse
rt_StatusTextDisplays the need of a reboot for Windows Update.string
rt_ReplicationErrorsDisplays additional information in case of failure during Replication .string
rt_QoEReportSuccessDisplays the number of QoE reports successfully storedint
rt_QoEReportFailureDisplays the number of QoE reports failed to be storedint
rt_AsmSupportModeDisplays the current support mode of the ASM.EnumPossible values:
  • 0 - asmUnknown
  • 1 - asmServer
  • 2 - asmApplianceControlled
  • 3 - asmApplianceCertified
rt_GpoDetectedDisplay the number of GPO currently applied on the ASMint
rt_QoEReportPendingDisplays the number of QoE reports pending to be storedint
rt_AsmLicensedFeatureDisplays the features licensed on the ASM using a binary word. The first bit reprensent the SBA license, the second bit represent the RBA license and the third bit represent the QOE license.int
rt_AsmNewestRollUpDisplays the newest Ribbon Communications roll-up applied on the ASM.string
rt_VMMSSvcStateDisplays the current status of the Hyper-V Service on the ASM.EnumPossible values:
  • 0 - bssRunning
  • 1 - bssStopped
  • 2 - bssStarting
  • 3 - bssStopping
  • 4 - bssNotAvailable
rt_CCEVersionDisplays the version of the CCE running on the ASM.string
rt_CCEVersionInstalledDisplays the version of the CCE installed on the ASM.string
rt_CCEAutoMaintenanceDisplays the state of the CCE Maintenance Mode.EnumPossible values:
  • 0 - acusUnknown
  • 1 - acusNone
  • 2 - acusBitsUpdate
  • 3 - acusOsUpdate
  • 4 - acusAutoRecover
  • 5 - acusDeploying
rt_TlsVersionDisplays the current TLS version enabledEnumPossible values:
  • 0 - atvTlsUnknown
  • 1 - atvTlsAllDisabled
  • 2 - atvTlsAllEnabled
  • 3 - atvTls1dot0Only
  • 4 - atvTls1dot2Only
rt_Eth2DHCPEnabledDisplays the Dynamic Host Configuration Protocol (DHCP) for network configuration setting ASM port 2.EnumPossible values:
  • 0 - tsbUnknown
  • 1 - tsbTrue
  • 2 - tsbFalse
rt_Eth2IPAddressDisplays the ASM Port 2 IP address.string
rt_TeamsSvcStateDisplays the current status of the Teams Service on the ASM.EnumPossible values:
  • 0 - bssRunning
  • 1 - bssStopped
  • 2 - bssStarting
  • 3 - bssStopping
  • 4 - bssNotAvailable
rt_TeamsVersionDisplays the version of the Teams Service running on the ASMstring
rt_TeamsCpuTimeDisplays the number of seconds of CPU runtime that the Teams Service on the ASM has usedlong
rt_TeamsMemUsageDisplays the number of bytes of memory consumed by the Teams Service on the ASMlong
rt_TeamsStatusDisplays the status of the Teams Service running on the ASM.string
rt_TeamsClientConnectedDisplay the number of Teams client on the SBAint
rt_Chassis_Hardware_ID2Indicates the secondary SWe Edge ID. This applies only to SWe Edge.string
rt_License_version_presentIndicates which license version is active. This applies only to SWe Edge.string
rt_Chassis_VersionIndicates the SBC1000 chassis version.
  • v1 - SBC1000 with 2 ethernet ports.
  • v2 - SBC1000 with 3 ethernet ports.
Info

This is applicable only for SBC 1000.

string
rt_ASM_ComputerModelIndicates the model of the ASM hardware.string
rt_ASM_ProcessorNameIndicates the CPU name of the ASM.string
rt_ASM_ProcessorCPUsIndicates the number of CPUs present on the ASM.string
rt_ASM_ProcessorClockSpeedIndicates the clock speed of the ASM's CPU.string
rt_ASM_PhysicalMemoryIndicates the amount of RAM present on the ASM.string
rt_ASM_BIOSManufacturerIndicates the manufacturer of the ASM's BIOS.string
rt_ASM_BIOSVersionIndicates the BIOS version of the ASM.string
rt_ASM_HDDSizeIndicates the hard drive size on the ASM.string
rt_ASM_ImageTypeIndicates the software image type (SBA, RBA) running on the ASM.string
rt_PowerLEDIndication of state of the chassis POWER LED - On or Off.EnumPossible values:
  • 0 - eLEDState_on
  • 1 - eLEDState_off
  • 2 - eLEDState_blink
rt_ReadyLEDIndication of the state of the chassis READY LED - On or Off.EnumPossible values:
  • 0 - eLEDState_on
  • 1 - eLEDState_off
  • 2 - eLEDState_blink
rt_ASM_OsVersionIndicates the Windows version running on the ASM.string
rt_ASM_NumberEthernetPortIndicates the number of Ethernet ports activated on the ASM.string
rt_ASM_ImageOriginalCommsVersionIndicates the SbcComms version that was included on the current ASM Image.string
rt_ASM_WindowsEthernetMainMacIndicates the MAC Address of the ASM port 1.string
rt_ASM_WindowsEthernetSecMacIndicates the MAC Address of the ASM port 2.string

Inventory

Parameter Name Description Data Type Possible Values
LocationThe hardware module's location within the SBC.EnumPossible values:
  • 0 - rmLocation_Unknown
  • 1 - rmLocation_LineCard1
  • 2 - rmLocation_LineCard2
  • 3 - rmLocation_DSPCard1
  • 4 - rmLocation_DSPCard2
  • 5 - rmLocation_DSPCard3
  • 6 - rmLocation_DSPCard4
  • 7 - rmLocation_DSPCard5
  • 8 - rmLocation_DSPCard6
  • 9 - rmLocation_BITS_WAN
  • 10 - rmLocation_SFP
  • 11 - rmLocation_COMExpress
  • 12 - rmLocation_Mainboard
  • 13 - rmLocation_PSU1
  • 14 - rmLocation_PSU2
  • 15 - rmLocation_UX1000_Telco_1
  • 16 - rmLocation_UX1000_Telco_2
  • 17 - rmLocation_UX1000_Telco_3
  • 18 - rmLocation_UX1000_Telco_4
  • 19 - rmLocation_UX1000_Telco_5
  • 20 - rmLocation_UX1000_Telco_6
  • 21 - rmLocation_UX1000_DS1_Telco
  • 22 - rmLocation_UX1000_DS1_WAN
  • 23 - rmLocation_MAX
CardTypeThe type of hardware module.EnumPossible values:
  • 0 - rmCardType_Unknown
  • 1 - rmCardType_DS1_2SPAN_LineCard
  • 2 - rmCardType_DS1_4SPAN_LineCard
  • 3 - rmCardType_DS1_8SPAN_LineCard
  • 4 - rmCardType_EX_LineCard
  • 5 - rmCardType_MSPD_C910_DaughterBoard
  • 6 - rmCardType_MSPD_C349_DaughterBoard
  • 7 - rmCardType_TI_6486_DaughterBoard
  • 8 - rmCardType_BITS_DaughterBoard
  • 9 - rmCardType_WAN_DaughterBoard
  • 10 - rmCardType_SFP_Daughterboard
  • 11 - rmCardType_COMExpress_Module
  • 12 - rmCardType_MainBoard
  • 13 - rmCardType_Chassis
  • 14 - rmCardType_PSU
  • 15 - rmCardType_Not_Installed
  • 16 - rmCardType_Node
  • 17 - rmCardType_FXS_8PORT_LineCard
  • 18 - rmCardType_FXS_16PORT_LineCard
  • 19 - rmCardType_FXS_24PORT_LineCard
  • 20 - rmCardType_FXS_4PORT_Lower_DaughterBoard
  • 21 - rmCardType_FXS_4PORT_Upper_DaughterBoard
  • 22 - rmCardType_FXO_4PORT_Lower_DaughterBoard
  • 23 - rmCardType_FXO_4PORT_Upper_DaughterBoard
  • 24 - rmCardType_BRI_4PORT_DaughterBoard
  • 25 - rmCardType_DS1_1SPAN_DaughterBoard
  • 26 - rmCardType_DS1_2SPAN_DaughterBoard
  • 27 - rmCardType_FXS_4PORT_NR_Lower_DaughterBoard
  • 28 - rmCardType_MSPD_C346_DaughterBoard
  • 29 - rmCardType_MAX
VendorThe vendor who provided the hardware module.string
PartNumberThe hardware module's part number.string
VersionNumberThe hardware module's version number.string
MfgWeekThe week that the hardware module was manufactured, as a two-digit string between 01 and 52.string
MfgYearThe year that the hardware module was manufactured, as a two-digit string (e.g.: 2013 is returned as "13")string
SerialNumberThe hardware module's serial number.string
LineCardLicenseTypeThe type of line card license - Non-Licensed card will not require TDM port licenses, Licensed card will require TDM port licenses for additional ports to be activated. This is applicable only for the SBC 1000/2000 platforms.EnumPossible values:
  • 0 - rmLineCardLicenseType_Nonlicensed
  • 1 - rmLineCardLicenseType_Licensed
LineCardNumLicensedPortsThe number of ports licensed for the TDM line card type. This is dependent on LineCardLicenseType. If the card is Licensed, the number of ports is equal to number of licenses, otherwise it is the maximum for that card type. This is applicable only for the SBC 1000/2000 platforms. int
AsmOsLicenseTypeThe version of ASM Operating System that is licensed by the factory. Additional license can be purchased, activated and reviewed through Ribbon licensing and license resource. This is applicable only for the SBC 1000/2000 platforms.EnumPossible values:
  • 0 - aoflUnknown
  • 1 - aoflWin2008R2
  • 2 - aoflWin2012R2
  • 3 - aoflWin2019
StatusIndicates the hardware initialization state for this card.EnumPossible values:
  • 0 - rmStatus_None
  • 1 - rmStatus_Card_Idle
  • 2 - rmStatus_Card_Detected
  • 3 - rmStatus_Card_Activating
  • 4 - rmStatus_Card_Activated
  • 5 - rmStatus_Card_RemoveRequested
  • 6 - rmStatus_Card_Removing
  • 7 - rmStatus_Card_Removed
  • 8 - rmStatus_Card_Downloading
  • 9 - rmStatus_Card_Failed
  • 10 - rmStatus_Card_DisabledLongLoop
  • 11 - rmStatus_MAX
TotalSystemMemoryIndicates the amount of RAM available in the system in MB.string