CIPsecNATTraversalMode
The encapsulation mode used to implement NAT traversal. Both 'EncapMode' and 'NATTraversalMode' are attributes of a Phase-2 IPsec tunnel. Value of an object of this type is constrained based on the value of its tunnel encapsulation mode: if the tunnel encapsulation mode is 'encapTransport', then the value of this attribute may be one of 'natEncapNone' or 'natEncapNATT'. Description of enum constants of this type: natEncapIPsecOverUdp: IPsec encapsulation over UDP. natEncapIPsecOverTcp: IPsec encapsulation over TCP. natEncapNATT: IPsec encapsulation over NAT-T protocol.
Possible values
5 objects| Number | Name |
|---|---|
| 1 | natEncapNone |
| 2 | natEncapOther |
| 3 | natEncapIPsecOverUdp |
| 4 | natEncapIPsecOverTcp |
| 5 | natEncapNATT |