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 |
ike | IKEv2 protocol parameters | aes256-sha256-sha1-prfsha256-prfsha1-modp2048-modp1024! |
esp | ESP protocol parameter | aes256-sha256-sha1-modp2048-modp1024! |
Template:
fast-epdg { swu { <config-name> { apn= leftsubnet= ike= esp= } } }
Example:
fast-epdg { swu { <config-name> { apn=ims leftsubnet=10.0.0.0/8 ike=aes256-sha256-sha1-prfsha256-prfsha1-modp2048-modp1024! esp=aes256-sha256-sha1-modp2048-modp1024! } } }