Configuration Example

The following is an example configuration.

  • CLI at endpoint level: If more than one AMF is deployed in same cluster with one single SCTP service.

    
    config
      instance instance-id 1
        endpoint sctp
         replicas 2
         internal-port metrics 9705 admin 9703 ipc 9701 pprof 9707 keepalived 29001
         vip-ip 209.165.201.15 vip-port 1000
         end
  • CLI at SCTP service level: If more than one SCTP service is configured.

    config
     instance instance-id 1
      endpoint sctp
       replicas 2
       nodes    2
       parameters mtu-size 1500
       service sctp-1 interface sctp instancetype Dual
        internal-port metrics 9705 admin 9703 ipc 9701 pprof 9707 keepalived 29001
        vip-ip 209.165.201.15 vip-port 1000
       service sctp-2 interface sctp instancetype Dual
        internal-port metrics 9715 admin 9713 ipc 9711 pprof 9717 keepalived 29011
        vip-ip 209.165.201.16 vip-port 1000
        end