NetConf Command Reference
IPI-MANAGEMENT-SERVER
Configure feature enabled
Enable callhome feature on the Netconf server
This command is supported when following feature are enabled NETCONF feature
Attribute Name: feature-enabled
Attribute Type: empty
Netconf edit-config payload
<netconf-server xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-management-server">
<callhome> <!-- operation="delete"-->
</feature-enabled>
</callhome>
</netconf-server>
Command Syntax
feature netconf callhome enable
Configure management port
Interface to be used to connect the callhome server
This command is supported when following feature are enabled NETCONF feature
Attribute Name: management-port
Attribute Type: string
Default Value: eth0
Attribute Range: 1-49
Netconf edit-config payload
<netconf-server xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-management-server">
<callhome>
<management-port>IFNAME</management-port> <!-- operation="delete"-->
</callhome>
</netconf-server>
Command Syntax
management-port IFNAME
Configure port
Callhome server listening port number
This command is supported when following feature are enabled NETCONF feature
Attribute Name: port
Attribute Type: inet:port-number
Default Value: 4334
Attribute Range: 1-65535
Attribute Name: address
Attribute Type: string
Attribute Range: 1-63
Netconf edit-config payload
<netconf-server xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-management-server">
<callhome>
<netconf-clients>
<netconf-client>
<name>WORD</name>
<config>
<name>WORD</name>
<address>A.B.C.D|X:X::X:X|HOSTNAME</address>
</config>
<port>1</port>
</netconf-client>
</netconf-clients>
</callhome>
</netconf-server>
Command Syntax
callhome server WORD (A.B.C.D|X:X::X:X|HOSTNAME) (port <1-65535>|)
Configure enable
specifies whether server will reconnect after client closes the session
This command is supported when following feature are enabled NETCONF feature
Attribute Name: enable
Attribute Type: empty
Netconf edit-config payload
<netconf-server xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-management-server">
<callhome>
<reconnect> <!-- operation="delete"-->
</enable>
</reconnect>
</callhome>
</netconf-server>
Command Syntax
reconnect enable
Configure retry max attempts
Specifies the number of retry attempts the server should attempt to the callhome server before giving up. Set 0 to retry infinitely.
This command is supported when following feature are enabled NETCONF feature
Attribute Name: retry-max-attempts
Attribute Type: uint8
Default Value: 3
Attribute Range: 0-255
Netconf edit-config payload
<netconf-server xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-management-server">
<callhome>
<reconnect>
<retry-max-attempts>0</retry-max-attempts> <!-- operation="delete"-->
</reconnect>
</callhome>
</netconf-server>
Command Syntax
retry-max-attempts <0-255>
Configure retry interval
Specifies the number of seconds to wait after a connect attempt to the callhome server has failed
This command is supported when following feature are enabled NETCONF feature
Attribute Name: retry-interval
Attribute Type: uint32
Default Value: 300
Attribute Range: 1-86400
Netconf edit-config payload
<netconf-server xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-management-server">
<callhome>
<reconnect>
<retry-interval>1</retry-interval> <!-- operation="delete"-->
</reconnect>
</callhome>
</netconf-server>
Command Syntax
retry-interval <1-86400>
Configure callhome debug
Enable debugging info for callhome
This command is supported when following feature are enabled NETCONF feature
Attribute Name: callhome-debug
Attribute Type: empty
Netconf edit-config payload
<netconf-server xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-management-server">
<debug>
</callhome-debug><!-- operation="delete"-->
</debug>
</netconf-server>
Command Syntax
debug callhome
Last modified date: 10/09/2023