Configuration of the SWu Interface [Документация VAS Experts]

This is an old revision of the document!


Configuration of the SWu Interface

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

Parameter Description Value
apn Served APN ims
leftsubnet Network serviced by the server AAA.BBB.CCC.DDD/MM, 1111.2222.3333.4444.5555.6666.7777.8888/MM

Template:

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

Example:

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