IPI-KEYCHAIN
Configure name
key-chain name
Attribute Name: name
Attribute Type: string
Netconf edit-config payload
<key-chains xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-keychain">
<key-chain> <!-- operation="delete"-->
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</key-chain>
</key-chains>
Command Syntax
key chain WORD
Configure key id
Use this attribute to manageCOMMA add or delete authentication keys in a key-chain
Attribute Name: key-id
Attribute Type: uint32
Attribute Range: 0-2147483647
Netconf edit-config payload
<key-chains xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-keychain">
<key-chain>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<keys>
<key-list> <!-- operation="delete"-->
<key-id>0</key-id>
<config>
<key-id>0</key-id>
</config>
</key-list>
</keys>
</key-chain>
</key-chains>
Command Syntax
key-id <0-2147483647>
Configure key string
Use this attribute to define a password to be used by a key
Attribute Name: key-string
Attribute Type: string
Attribute Range: 1-80
Netconf edit-config payload
<key-chains xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-keychain">
<key-chain>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<keys>
<key-list>
<key-id>0</key-id>
<config>
<key-id>0</key-id>
</config>
<key-string>WORD</key-string> <!-- operation="delete"-->
</key-list>
</keys>
</key-chain>
</key-chains>
Command Syntax
key-string WORD
Configure encrypted
Use this attribute to pass the key string in hexadecimal string format
Attribute Name: encrypted
Attribute Type: string
Attribute Range: 18-162
Netconf edit-config payload
<key-chains xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-keychain">
<key-chain>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<keys>
<key-list>
<key-id>0</key-id>
<config>
<key-id>0</key-id>
</config>
<encrypted>WORD</encrypted> <!-- operation="delete"-->
</key-list>
</keys>
</key-chain>
</key-chains>
Command Syntax
key-string encrypted WORD
Configure start date time for accept
Configure the start date-time of the key for accept-lifetime
Attribute Name: start-date-time-for-accept
Attribute Type: string
Attribute Name: end-date-time-for-accept
Attribute Type: string
Attribute Name: infinite-for-accept
Attribute Type: empty
Attribute Name: duration-for-accept
Attribute Type: uint32
Attribute Range: 1-2147483646
Netconf edit-config payload
<key-chains xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-keychain">
<key-chain>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<keys>
<key-list>
<key-id>0</key-id>
<config>
<key-id>0</key-id>
</config>
<accept-lifetime>
<config>
<end-date-time-for-accept>KEYCHAIN_DATE_TIME_T</end-date-time-for-accept>
</infinite-for-accept>
<duration-for-accept>1</duration-for-accept>
<start-date-time-for-accept>KEYCHAIN_DATE_TIME_T</start-date-time-for-accept>
</config>
</accept-lifetime>
</key-list>
</keys>
</key-chain>
</key-chains>
Command Syntax
accept-lifetime HH:MM:SS MONTH <01-31> <1993-2035> HH:MM:SS MONTH <01-31> <1993-2035> infinite duration <1-2147483646>
Configure start date time for send
Configure the start date-time of the key for send-lifetime
Attribute Name: start-date-time-for-send
Attribute Type: string
Attribute Name: end-date-time-for-send
Attribute Type: string
Attribute Name: infinite-for-send
Attribute Type: empty
Attribute Name: duration-for-send
Attribute Type: uint32
Attribute Range: 1-2147483646
Netconf edit-config payload
<key-chains xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-keychain">
<key-chain>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<keys>
<key-list>
<key-id>0</key-id>
<config>
<key-id>0</key-id>
</config>
<send-lifetime>
<config>
<end-date-time-for-send>KEYCHAIN_DATE_TIME_T</end-date-time-for-send>
</infinite-for-send>
<duration-for-send>1</duration-for-send>
<start-date-time-for-send>KEYCHAIN_DATE_TIME_T</start-date-time-for-send>
</config>
</send-lifetime>
</key-list>
</keys>
</key-chain>
</key-chains>
Command Syntax
send-lifetime HH:MM:SS MONTH <01-31> <1993-2035> HH:MM:SS MONTH <01-31> <1993-2035> infinite duration <1-2147483646>
Last modified date: 08/22/2023