Configuration Example

The following is an example configuration for binding multiple GTPU IP addresses on the N3 interface:


    config
    context EPC2-UP 
    cups enable
    interface uplane_interface
        ip address <ip_address 1> <subnet mask> 
        ip address <ip_address 2> <subnet mask> secondary
        ip address <ip_address 3> <subnet mask> secondary
        ip address <ip_address 4> <subnet mask> secondary
        ip address <ip_address 5> <subnet mask> secondary
        ip address <ip_address 6> <subnet mask> secondary
        ip address <ip_address 7> <subnet mask> secondary
    #exit
    gtpu-service N3U-service
        bind ipv4-address <ip_address 1> bearer-type all
        bind ipv4-address <ip_address 2> bearer-type all
        bind ipv4-address <ip_address 3> bearer-type all
        bind ipv4-address <ip_address 4> bearer-type all
        bind ipv4-address <ip_address 5> bearer-type all
        bind ipv4-address <ip_address 6> bearer-type all
    exit