Versions Compared

Key

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

In this section:

Table of Contents
maxLevel4
minLevel2

System Naming Convention

...

The following table lists system naming convention to follow while setting up SBC SWe systems:

Y = Supported

N = Not Supported

 

Caption
0Table
1SBC System Naming Convention
3SBCHNC


Convention/Character


System Name
Use as Leading
Character
Use as Trailing
Character
Maximum number of characters26
Letters  [ a-z ] | [ A-Z ]Y(tick)Y(tick)Y(tick)
Digits [ 0-9 ]Y(tick)N(error)Y(tick)
Hyphen [ - ]Y(tick)N(error)N(error)
Period [ . ]N(error)N(error)N(error)
Underscore [ _ ]N(error)N(error)N(error)
Other special charactersN(error)N(error)N(error)

Changing Default System Name

To change the default system name, provide the customization script in the Post-Creation tab of the Launch Instance. For more details on the Post-Creation tab, refer to Instantiating and Configuring Installing SBC SWe on OpenStackVirtual Platforms.

Code Block
languagenone
{
  "SystemName" :<custom system name>"
}

Hostname/Instance Naming Convention

The default name of instance are "vsbc1" and "vsbc2". You can only modify instance names while instantiating.

...

The following table lists hostname/instance naming convention to follow while setting up SBC SWe systems:

Y = Supported

N = Not Supported 

Caption
0Table
1SBC Hostname/Instance Naming Convention
3SBC Hostname/Instance Naming Convention


Convention/Character


Instance Name
Use as Leading
Character
Use as Trailing Character
Maximum number of characters64
Letters  [ a-z ] | [ A-Z ]Y(tick)Y(tick)Y(tick)
Digits [ 0-9 ]Y(tick)N(error)Y(tick)
Hyphen [ - ]Y(tick)N(error)N(error)
Period [ . ]1Y(tick)N(error)N(error)
Underscore [ _ ]2N(error)N(error)N(error)
Other special charactersN(error)N(error)N(error)

Changing Default Instance Name

To change the default instance name, provide the customization script in the Post-Creation tab of the Launch Instance. For more details on the Post-Creation tab, refer to Instantiating and Configuring Installing SBC SWe on OpenStackVirtual Platforms.

Code Block
languagenone
{
 "CEName" :<custom instance name>
}

VNFC and Cluster Naming Convention

The following table lists VNFC and Cluster naming convention to follow while instantiating VNFC and creating clusters:

Y = Supported

N = Not Supported

 

Caption
0Table
1VNFC and Cluster Naming Convention
3VNFC and Cluster Naming Convention


Convention/Character


Instance Name
Use as Leading
Character
Use as Trailing Character
Maximum number of characters64
Letters  [ a-z ] | [ A-Z ]Y(tick)Y(tick)Y(tick)
Digits [ 0-9 ]Y(tick)N(error)Y(tick)
Hyphen [ - ]Y(tick)N(error)N(error)
Period [ . ]1N(error)N(error)N(error)
Underscore [ _ ]2N(error)N(error)N(error)
Other special charactersN(error)N(error)N(error)

Checking Server Name using CLI

To know the server name, execute show table system serverAdmin. In the below example, vsbc1 is the server name.

Code Block
languagenone
admin@vsbc1> show table system serverAdmin
       ACTUAL
       CE      COREDUMP             MODULAR                PKT PORT
NAME   NAME    PROFILE   ROLE       TYPE     HW TYPE       SPEED       HW SUB TYPE
-------------------------------------------------------------------------------------
vsbc1  vsbc1   default   primary    false    ConnexIP5000  speed1Gbps  virtualCloud
vsbc2  none    default   secondary  false    ConnexIP5000  -           virtualCloud

Checking System Name using CLI

To know the system name, execute show table system serverAdmin. In the below example, vsbcSystem1 is the system name.

...