In this section:
After the OAM dashboard service activates, network operators must manually populate the Network Segment Table with IP address details. The NS then retrieves the information from the Network Segment table (NST) through the config-agent.
The NS maintains the IP association details in a Network Service Association table (NSAT) table, used during the switchover or when the pod re-requests for an IP address using the same name.
Command Syntax
To populate the Network Segment Table, enter the following command:
For List: % set system networkSegmentTable <name> networkSegmentType <SC/SG/SLB> vlanId <VLAN ID assigned to table> networkInterfaceName <pkt0/pkt1> prefixV4 <IPv4 prefix> ipNameV4 <IPv4 name> ipList <list> prefixV6 <prefix> ipNameV6 <IPv6 name> ipList <list> For Range: % set system networkSegmentTable <> networkSegmentType <SC/SG/SLB> vlanId <> networkInterfaceName <pkt0/pkt1> prefixV4 <> ipNameV4 <> ipRangeStart <> ipRangeEnd <> prefixV6 <> ipNameV6 <> ipRangeStart <> ipRangeEnd <>
To show the configured parameters, enter the following command:
% show system networkSegmentTable networkSegmentTable <network segment table name> networkSegmentType < OAM | PFE | SC | SG | SLB > networkInterfaceName < mgt0 | pkt0 | pkt1 > prefixV4 <IPv4 prefix> prefixV6 <IPv6 prefix>
To show table statistics:
show table system networkSegmentTable
Command Parameters
Parameter | length/range | Description |
---|---|---|
|
| <Name> – The Network Segment Table name for the system. |
| The maximum Number of IPs configured in the list is 64 | <IPv4 list name> – The list of IPv4 names containing the IP addresses and 'Start' and 'End' IP addresses.
|
| N/A | The list of IPv6 names. |
| N/A | Enter the network interface.
|
| N/A | The network segment type for this configuration.
Note: The SBC CNe does not support PFE in this release. Modified: for 12.1.1 |
| 0 - 32 | <V4 prefix> – The IPv4 prefix for this Network Segment Table. |
| 0 -128 | <V6 prefix> – The IPv6 prefix for this Network Segment Table. |
| 2 - 4094 | <V6 prefix> – The IPv6 prefix for this Network Segment Table. |
Configuration Examples
IP Range
Code Block |
---|
set system networkSegmentTable sc-pkt0 networkSegmentType SC networkInterfaceName pkt0 vlanId 20 prefixV4 23 ipNameV4 SCPKT0 ipRangeStart 10.NN.NN.NN ipRangeEnd 10.NN.NN.NN |
IP List
Code Block |
---|
set system networkSegmentTable sc-pkt0 networkSegmentType SC networkInterfaceName pkt0 vlanId 20 prefixV4 23 ipNameV4 SCPKT0 ipList [ 10.NN.NN.NN 10.NN.NN.NN ] |
Show Network Segment Table
admin@instance% show system networkSegmentTable networkSegmentTable test123 { networkSegmentType SG; networkInterfaceName mgmt0; prefixV4 12; } networkSegmentTable mgt0_default { networkSegmentType OAM; networkName { primary sbx-dummy-mgt0; } networkInterfaceName mgmt0; prefixV4 24; ipNameV4 pool0 { ipList [ 10.54.20.11 ]; } }