Add_workflow_for_techpubs | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Include Page | ||||
---|---|---|---|---|
|
Panel | ||||
---|---|---|---|---|
In this section:
|
Info | ||
---|---|---|
| ||
Related articles: |
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
.
Code Block | ||||
---|---|---|---|---|
| ||||
% 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 | PFE | SC | SG | SLB> prefixV4 <prefix> prefixV6 <prefix> vlanId <ID> |
Code Block | ||||
---|---|---|---|---|
| ||||
% set system networkSegmentTable <table name> ipNameV4 <IPv4 list> ipList <IP Address> ipRangeEnd <IP address> ipRangeStart <IP address> ipNameV6 <IPv6 list> networkInterfaceName <name> networkSegmentType <OAM | PFE | SC | SG | SLB > pfeID <ID> -- for PFE networkSegmentType only portRanges -- for PFE networkSegmentType only prefixV4 <prefix> prefixV6 <prefix> state <disabled | enabled> -- for PFE networkSegmentType only vlanId <ID> |
Code Block | ||||
---|---|---|---|---|
| ||||
% set system networkSegmentTable <table name> ipNameV4 <IPv4 list> ipList <IP Address> ipRangeEnd <IP address> ipRangeStart <IP address> ipNameV6 <IPv6 list> networkInterfaceName <name> networkSegmentType <OAM | PFE | SC | SG | SLB > prefixV4 <prefix> prefixV6 <prefix> vlanId <ID> |
Multiexcerpt | |||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||||||||||||||||||||||||||||||
General Parameters (All Network Segment Types)
OAM-specific Parameter
PFE-specific Parameters
|
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.
Code Block | ||
---|---|---|
| ||
% 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 |
Code Block |
---|
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 |