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

Compare with Current View Page History

« Previous Version 2 Next »



Note

This feature applies to the SBC Cloud Native edition (CNe) only.


After the OAM dashboard service activates, network operators must manually populate the Network Segment Table with IP address details. The Network Segment (NS) then retrieves the information from the Network Segment table (NST) through the config-agent.

The NS maintains the IP association details in a table termed Network Service Association table (NSAT), which is used during the switchover, or when the pod re-requests for an IP address using the same name.

Command Syntax

The available command syntax is based on the chosen networkSegmentType

OAM
% set system networkSegmentTable <table name> 
  ipNameV4 <IPv4 list>
    ipList <IP Address>
    ipRangeEnd <IP address>
    ipRangeStart <IP address>
  ipNameV6 <IPv6 list>
  networkInterfaceName <name>
  networkName <name> -- for OAM networkSegmentType only
  networkSegmentType <OAM | SC | SG | SLB>
  prefixV4 <prefix>
  prefixV6  <prefix>
  vlanId <ID>

Back-end Pods (SC, SG, SLB)
% set system networkSegmentTable <table name> 
  ipNameV4 <IPv4 list>
    ipList <IP Address>
    ipRangeEnd <IP address>
    ipRangeStart <IP address>
  ipNameV6 <IPv6 list>
  networkInterfaceName <name>  
  networkSegmentType <OAM | SC | SG | SLB >   
  prefixV4 <prefix>
  prefixV6  <prefix>
  vlanId <ID>

Command Parameters


General Parameters (All Network Segment Types)

ParameterLength/RangeDescription

networkSegmentTable

1-23<Name> – The Network Segment Table name for the system.

ipNameV4

1-23

<IPv4 list name> – The list of IPv4 names containing the IP addresses and 'Start' and 'End' IP addresses. 

  • ipList <IP Address> – Enter the list of IP addresses in space-separated format.
  • ipRangeEnd <Ending IP address>
  • ipRangeStart <Beginning IP address>

ipNameV6

N/A

The list of IPv6 names.

networkInterfaceName

N/A

Enter the network interface.

  • pkt0
  • pkt1

networkSegmentType

N/A

The network segment type for this configuration.

  • OAM  – distributes configuration information to relevant pod instances
  • SCAll types of Media (RTP and X3) land on SC directly
  • SG – When configured, enables the interfacing for non SIP signaling communication. 
  • SLB – Acts as the single entry/exit point for all SIP Signaling to the SBC CNe.

Modified: for 12.1.1

prefixV4

0 - 32<V4 prefix> – The IPv4 prefix for this Network Segment Table.

prefixV6

0 -128<V6 prefix> – The IPv6 prefix for this Network Segment Table.

vlanId

2 - 4094<TAG> – The VLAN TAG assigned to this Network Segment Table.

OAM-specific Parameter

ParameterLength/RangeDescription

networkName

0-255

Specify the primary and secondary (as applicable) network name.

  • primary – Enter the name of primary network. 
  • secondary – Enter the name of secondary (port-redundancy case) network. 

Configuration Examples

IP Range

Code Block

admin@sbc set system networkSegmentTable nst1 prefixV4 24 vlanId 20 networkInterfaceName pkt0 networkSegmentType SC ipNameV4 range1 ipRangeStart 10.NN.NN.N ipRangeEnd 10.NN.NN.N
[ok][2021-05-25 08:35:05] [edit] admin@sbc commit Commit complete. [ok][2021-05-25 08:35:07] [edit] admin@sbc

IP List

Code Block

admin@sbc set system networkSegmentTable nst1 prefixV4 24 vlanId 20 networkInterfaceName pkt0 networkSegmentType SC ipNameV4 list ipList [ NN.NN.NN.NN NN.NN.NN.NN NN.NN.NN.NN NN.NN.NN.NN ]
[ok][2021-05-25 08:39:07] 
[edit]
admin@sbc commit
Commit complete.
[ok][2021-05-25 08:39:09]
[edit]
admin@sbc

  • No labels