Configuration of the SWu Interface

Section "fast-epdg.swu.<connection-name>"

Parameter Description Value
apn Served APN ims
leftsubnet Network serviced by the server IPv4: x.x.x.x/m, where
x — a decimal number from 0 to 255,
m — the subnet mask, a decimal number from 0 to 32
IPv6: y:y:y:y:y:y:y:y/n, where
y — a hexadecimal number from 0000 to FFFF,
n — the subnet mask, a decimal number from 0 to 128

Template:

fast-epdg {
	swu {
		<config-name> {
			apn=
			leftsubnet=
			}
		}
	}

Example:

fast-epdg {
	swu {
		<config-name> {
			apn=ims
			leftsubnet=10.0.0.0/8
			}
		}
	}