Configuring the Node for the Diameter Endpoint Pod
This section describes how to specify the node or host where the Diameter endpoint must spawn the pod.
Note | Configuration changes to the diameter endpoint cause the endpoint to restart automatically. Cisco recommends making such changes only within the maintenance window. |
To specify the node where you want Diameter endpoint to spawn the pod, use the following configuration:
config
diameter group diameter_group_name
mode server server_name
stack stack_name
application application_name
bind-ip ipv4 host_address
bind-ipv6 ipv6 host_address
bind-port port_number
fqdn fqdn_address
realm realm_address
node-host node_host_address
end
NOTES:
-
diameter group diameter_group_name —Specify the Diameter group name.
-
mode server server_name —Specify the server name that operates as the mode server.
-
stack stack_name —Specify the stack name.
-
application application_name —Specify the application name.
-
bind-ip host_address —Specify the host address IPv4 to bind the stack.
-
bind-ipv6 host_address —Specify the host address IPv6 to bind the stack.
-
bind-port port_number —Specify the port number to bind the stack.
-
fqdn fqdn_address —Specify the FQDN address.
-
realm realm_address —Specify the realm address.
-
node-host node_host_address —Specify the host IP address of the node.
Sample Configuration
The following is a sample configuration of the node configuration.
mode server
stack cicdsite
application rx
bind-ip 192.0.2.18
realm cisco.com
node-host for-node-2a-worker39e1587354h
exit