Appendix A: IPSec Configuration File
127
NI Series WebConsole & Programming Guide
ikeSetPropAttrib
ikeSetPropAttrib
NAME
ikeSetPropAttrib
– set attributes of an IKE Phase 1 proposal
SYNOPSIS
ikeSetPropAttrib=configString
DESCRIPTION
This rule sets the attributes for a previously defined IKE Phase 1 proposal.
Rule Value
:
configString
A string formatted as follows:
proposalName,attributeType,attributeValue,[attributeType,attributeV
alue]...
proposalName is the name of an existing Phase 1 proposal. Valid
attribute
type/value pairs are shown in the following table:
Attribute Type
Attribute Value
• DHGROUP
G1 for DH Group 1 or G2 for DH Group 2
• UNITOFTIME
SECS, MINS, or HRS for seconds, minutes or hours; default is minutes.
• LIFETIME
Default is 28800 seconds. If the lifetime is greater than 0 and less than
PHASE1_MIN_LIFE_IN_SECS, then it defaults to
PHASE1_MIN_LIFE_IN_SECS, which is defined in ike.h.
• SOFTLIFETIME Default is 75% of the LIFETIME. If the soft lifetime is greater than 0 and
less than PHASE1_MIN_LIFE_IN_SECS then it defaults to
PHASE1_MIN_LIFE_IN_SECS, which is defined in ike.h.
EXAMPLES
ikeSetPropAttrib=mm_group2,DHGROUP,G2
ikeSetPropAttrib=mm_group2,LIFETIME,28880,UNITOFTIME,SECS
Config String
Format
proposalName,attributeType,attributeValue,[attributeType,
attributeValue]…
Summary of Contents for NetLinx Master-Ethernet Card/Module NXC-ME260
Page 8: ...vi NI Series WebConsole Programming Guide Table of Contents ...
Page 13: ...Overview 5 NI Series WebConsole Programming Guide ...
Page 14: ...Overview 6 NI Series WebConsole Programming Guide ...
Page 34: ...Onboard WebConsole User Interface 26 NI Series WebConsole Programming Guide ...
Page 36: ...WebConsole WebControl Options 28 NI Series WebConsole Programming Guide ...
Page 88: ...WebConsole System Options 80 NI Series WebConsole Programming Guide ...
Page 104: ...Programming 96 NI Series WebConsole Programming Guide ...
Page 156: ...Appendix A IPSec Configuration File 148 NI Series WebConsole Programming Guide ...
Page 161: ...Terminal Program Port Telnet Commands 153 NI Series WebConsole Programming Guide ...