Resources | node | addressContext | ipInterfaceGroup

ipInterfaceGroup

An IP Interface Group is a named object containing one or more IP interfaces (IP addresses). The IP Interface Group is Address Context specific (e.g. permanently bound to a particular Address Context), and is the primary tool to manage disjoint networks (administrative network separation). An IP Interface Group is the local manifestation of a segregated network domain. The service section of an IP trunk group and a Signaling Port typically reference an IP Interface Group in order to restrict signaling and/or media activity to that IP Interface Group.

Exists on Condition /system/isOAM ='true'

Operational Data

ParameterDescription
name The name of the IP interface group.
ipInterface The IP interfaces in this IP interface group.
ipInterfaceStatus The status of the IP interfaces in this IP interface group.
mediaPortRangeByTGNameAssigned The used media port ranges on this IP interface group.
mediaPortRangeUnassigned The unused media port ranges on this IP interface group.
tcpPortRangeByTGNameAssigned The used TCP port ranges on this IP interface group.
tcpPortRangeUnassigned The available TCP port ranges on this IP interface group.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListAddressContext:addressContext={name}/sonusNodeListIpInterface:ipInterfaceGroup={name}

  • No labels