IPI-TIME-RANGE
Configure name
Time range name to be configured
Attribute Name: name
Attribute Type: string
Attribute Range: 1-60
Netconf edit-config payload
<time-ranges xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-time-range">
<time-range> <!-- operation="delete"-->
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</time-range>
</time-ranges>
Command Syntax
time-range WORD
Configure absolute start time
Start time hour and minute
Attribute Name: absolute-start-time
Attribute Type: string
Netconf edit-config payload
<time-ranges xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-time-range">
<time-range>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<start-time-options>
<config>
<absolute-start-time>TIME_RANGE_DATE_TIME_T</absolute-start-time>
</config>
</start-time-options>
</time-range>
</time-ranges>
Command Syntax
start-time HH:MM:SS <01-31> MONTH <1995-2035>
Configure relative start time
Configure the start-time of the time-range to be now or after sometime
Attribute Name: relative-start-time
Attribute Type: union
Netconf edit-config payload
<time-ranges xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-time-range">
<time-range>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<start-time-options>
<config>
<relative-start-time>TIME_RANGE_RELATIVE_TIME_T</relative-start-time>
</config>
</start-time-options>
</time-range>
</time-ranges>
Command Syntax
start-time (after (<1-129600>)|now)
Configure absolute end time
End time hour and minute
Attribute Name: absolute-end-time
Attribute Type: string
Netconf edit-config payload
<time-ranges xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-time-range">
<time-range>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<end-time-options>
<config>
<absolute-end-time>TIME_RANGE_DATE_TIME_T</absolute-end-time>
</config>
</end-time-options>
</time-range>
</time-ranges>
Command Syntax
end-time HH:MM:SS <01-31> MONTH <1995-2035>
Configure relative end time
Relative time in minutes
Attribute Name: relative-end-time
Attribute Type: string
Netconf edit-config payload
<time-ranges xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-time-range">
<time-range>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<end-time-options>
<config>
<relative-end-time>1</relative-end-time> <!-- operation="delete"-->
</config>
</end-time-options>
</time-range>
</time-ranges>
Command Syntax
end-time after <1-129600>
Configure frequency
Frequency (hourly, daily, weekly)
Attribute Name: frequency
Attribute Type: union
Netconf edit-config payload
<time-ranges xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-time-range">
<time-range>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<frequency-options>
<config>
<frequency>daily</frequency> <!-- operation="delete"-->
</config>
</frequency-options>
</time-range>
</time-ranges>
Command Syntax
frequency (daily|hourly|weekly|days WORD)
crypto pki generate rsa common-name ipv4 IPv4ADDR
Attribute Name: ipv4-addr
Attribute Type: inet:ipv4-address
Netconf RPC payload
<crypto-rsa-key-gen xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-crypto">
<ipv4-addr>IPv4ADDR</ipv4-addr>
</crypto-rsa-key-gen>
Command Syntax
crypto pki generate rsa common-name ipv4 IPv4ADDR
Last modified date: 10/09/2023