This feature applies to the SBC Cloud Native edition (CNe) only.
In this section:
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.
The available command syntax is based on the chosen networkSegmentType
.
General Parameters (All Network Segment Types) The list of IPv6 names. The name of the network interface. The network segment type for this configuration. Modified: for 12.1.2 OAM-specific Parameter Specify the primary and secondary (as applicable) network name. The Administrative state of the Network Segment Table. You can only change the Network Segment Table when it is disabled, and your changes only take effect once the state changes back to "enabled."Parameter Length/Range Description 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 networkInterfaceName
N/A pkt0
pkt1
networkSegmentType
N/A OAM
– distributes configuration information to relevant pod instancesPFE
– When configured, enables Packet Front-End functionality.SC
– All types of Media (RTP and X3) land on SC directlySG
– 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.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.Parameter Length/Range Description networkName
0-255 primary
– Enter the name of primary network. secondary
– Enter the name of secondary (port-redundancy case) network. PFE-specific Parameters
Parameter Length/Range Description pfeID
N/A Specify a PFE ID. portRanges
1-23 <Name>
– Enter a unique Port Range name, and then specify its parameters.applicationType
– Specify the application type for this Network Segment Table.media
signaling
signalingGateway
rangeStart
– Port range start value. Length: 1-65535rangeEnd
– Port range end value. Length: 1-65535transport
– The protocol type for this Port Range:tcp
udp
state
N/A disabled
(default)enabled
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 |
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 |
Users can configure the networkSegment type "PFE" to set up the Packet Front-End for SBC CNe. Only the PFE and OAM network segment types are allowed in the PFE-based SBC CNe solution.
The following parameters are added to the network segment table to support SBC CNe:
For more information on PFE for CNe, refer to: Packet Front-End for Cloud Native SBC
% set system networkSegmentTable pfe-pkt0 networkSegmentType PFE pfeID <1-15> networkInterfaceName <pkt0 | pkt1> prefixV4 <0-32> vlanId <0-4095> ipNameV4 <name> ipList <IP Address> portRanges <range name> rangeStart <1-65535> rangeEnd <1-65535> applicationType <signaling | media | signalingGateway> transport <udp | tcp> state <enabled | disabled>
Command Parameters
Parameter | Length/Range | Description | M/O |
---|---|---|---|
pfeID | 1-15 | Packet Frontend ID to which the network segment is anchored. | M |
applicationType | N/A | Application type used for Port Range signaling, Media, and Signaling Gateway.
| M |
rangeStart | 1-65535 | Port range start value. | M |
rangeEnd | 1-65535 | Port range end value. | M |
transport | N/A | Layer 4 protocol.
| M |
state | N/A | State of the network segment table.
| M |
set system networkSegmentTable pfe-pkt0 networkSegmentType PFE pfeID 1 networkInterfaceName pkt0 prefixV4 23 vlanId 485 set system networkSegmentTable pfe-pkt0 ipNameV4 PFE_PKT0 ipList [ 10.161.116.50 ] set system networkSegmentTable pfe-pkt0 portRanges range1 rangeStart 4096 rangeEnd 4607 applicationType signaling transport udp set system networkSegmentTable pfe-pkt0 portRanges range2 rangeStart 4608 rangeEnd 6143 applicationType media transport udp set system networkSegmentTable pfe-pkt0 portRanges range3 rangeStart 6144 rangeEnd 6655 applicationType signalingGateway transport udp set system networkSegmentTable pfe-pkt0 state enabled commit