...
Panel |
---|
...
...
In this section:
|
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 disjointed networks (separate networks that are not designed to communicate directly). 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.
Include Page | ||||
---|---|---|---|---|
|
Code Block | ||
---|---|---|
| ||
% set addressContext <addressContext_name> ipInterfaceGroup <ipInterfacegroup_name>
ipInterface <ipInterface_name>
action <dryup | force>
altIpAddress <IP Address>
altMediaIpAddresses <IPv4/IPv6 address>
altPrefix <(unsignedInt) 0-128>
bandwidth <bandwidth_value>
bwContingency <bwContingency_value>
ceName (not currently used)
dryupTimeout <#>
ipAddress <IP Address>
mode <inService | Outofservice>
portName <mgmt0 | mgmt1 | pkt0 | pkt1 | pkt2 | pkt3>
prefix <(unsignedInt) 0-128>
state <disabled | enabled>
vlanTag <vlanTag_name>
ipsec <disabled | enabled>
% show addressContext <addressContext_name> ipInterfaceGroup <ipInterfacegroup_name> ipInterface <ipInterface_name>
displaylevel <displaylevel>
action
altIpAddress
altMediaIpAddresses
altPrefix
bandwidth
bwContingency
ceName
dryupTimeout
ipAddress
mode
portName
prefix
state
vlanTag
% show addressContext <addressContext_name> ipInterfaceGroup <ipInterfacegroup_name> ipsec
% delete addressContext <addressContext_name> ipInterfaceGroup <ipInterfacegroup_name> ipInterface <ipInterface_name> |
Caption | ||||
---|---|---|---|---|
| ||||
| 1-23 | A group of IP interfaces for the specified address context.
| ||||||||||
| N/A | Administrative state of the IPsec support for this interface group.
| ||||||||||
| 1-23 | Specifies the IP interface name.
Options include the following (see Table 2 for descriptions of each of these options):
|
Caption | ||||
---|---|---|---|---|
| ||||
Parameter | Length/Range | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|---|
| N/A | Action to take when putting the IP Interface out of service:
| ||||||||
| N/A | Specifies alternative (secondary) IP address for the configured packet IP interface. The alternative IP address is optional, but if used must be a different IP address type than ipAddress parameter. The following IP address types are supported:
| ||||||||
altMediaIpAddresses | IPv4 and/or IPv6 address(es) | Use this parameter to specify up to 254 additional IPv4 and/or IPv6 media IP addresses on this IP interface. Any combination of IPv4 and IPv6 is allowed. The following rules apply when configuring alternate media IP addresses:
| ||||||||
| 0-128 | Alternative IP subnet prefix of this interface. | ||||||||
| 0-2147483647 | Maximum amount of bandwidth allowed in units of bytes per second for this IP interface.
| ||||||||
| 0-100 | The percentage of maximum bandwidth reserved for contingency (that is, non-media). The maximum bandwidth is the bandwidth normally available for media on the interface. (This is based on the configured bandwidth limit or the physical port bandwidth limit minus approximately 5% for signaling traffic). The contingency factor effectively reserves a portion of this bandwidth for non-media. | ||||||||
| 1-255 | The name of the computing element that hosts the port used by this IP interface.
| ||||||||
| 1-1440 | The dry-up timeout in minutes (e.g. the number of minutes to wait for active calls to complete before dropping the call). (default = 10) | ||||||||
| N/A | The primary IP Address of the Interface. The following IP address types are supported:
Example message:
| ||||||||
| N/A | The operational mode of the IP interface:
| ||||||||
| N/A | The physical port name used by this IP interface. Supported physical port names are:
Packet ports (pkt) identify the physical ports used for signaling and media, whereas media ports are UDP ports used to carry media traffic.
| ||||||||
| 0-128 | Specifies the IP subnet prefix of this Interface. Default = 16. | ||||||||
| N/A | Administrative state of the IP interface.
| ||||||||
| 1-4 digits | VLAN tags are required if more than one IP Interface is associated with a single physical port on the SBC. Enter a value from 2 to 4095
|
To configure an internal and external IP Interface Group:
Code Block | ||
---|---|---|
| ||
% set addressContext default ipInterfaceGroup EXTERNAL_IPIG ipInterface IPIF0_300 ceName ALNSBC01A portName pkt0 ipAddress 135.165.134.142 prefix 27 mode outOfService state disabled vlanTag 300
% set addressContext default ipInterfaceGroup INTERNAL_IPIG ipInterface IPIF2_200 ceName ALNSBC01A portName pkt2 ipAddress 135.165.130.115 prefix 27 mode outOfService state disabled vlanTag 200 |
To display configuration information regarding all IP interfaces:
Code Block | ||
---|---|---|
| ||
% show addressContext default ipInterfaceGroup
ipInterfaceGroup EXTERNAL_IPIG {
ipInterface IPIF0_300 {
ceName ALNSBC01A;
portName pkt0;
ipAddress 135.165.134.142;
prefix 27;
mode outOfService;
state disabled;
vlanTag 300;
}
}
ipInterfaceGroup INTERNAL_IPIG {
ipInterface IPIF2_200 {
ceName ALNSBC01A;
portName pkt2;
ipAddress 135.165.130.115;
prefix 27;
mode outOfService;
state disabled;
vlanTag 200;
}
} |
To display configuration information regarding all IP interfaces with display level set to 3:
Code Block | ||
---|---|---|
| ||
% show addressContext default ipInterfaceGroup displaylevel 3
ipInterfaceGroup EXTERNAL_IPIG {
ipInterface IPIF0_300;
}
ipInterfaceGroup INTERNAL_IPIG {
ipInterface IPIF2_200;
} |
To display interface status:
Code Block | ||
---|---|---|
| ||
admin@BONGOB> show table addressContext default ipInterfaceGroup TRUST_IPIG ipInterfaceStatus
RX TX NUM ALLOCATED ACTUAL BW
NAME IFINDEX OPER STATE OOS REASON PACKETS PACKETS CALLS BANDWIDTH BANDWIDTH DEVIATION
-------------------------------------------------------------------------------------------------------------
TRUST_IPIF1 26 resAllocated notApplicable 3483 3400 0 0 0 0
|