224
verbose
: Logs detailed NETCONF information. For request operations, this keyword logs the texts
of the requests after brief information. For service operations, this keyword takes effect only on
edit-config operations. When an edit-config operation error occurs, this keyword logs detailed error
information.
Usage guidelines
For NETCONF to correctly send the generated logs to the information center, you must also
configure the information center. For information about information center configuration, see the
network management and monitoring configuration guide for the device.
Examples
# Configure the device to log NETCONF edit-config information sourced from agent clients.
<Sysname> system-view
[Sysname] netconf log source agent protocol-operation set
netconf soap http dscp
Use
netconf soap http dscp
to set the DSCP value for outgoing NETCONF over SOAP over HTTP
packets.
Use
undo netconf soap http dscp
to restore the default.
Syntax
netconf soap http dscp
dscp-value
undo netconf soap http dscp
Default
The DSCP value is 0 for outgoing NETCONF over SOAP over HTTP packets.
Views
System view
Predefined user roles
network-admin
mdc-admin
Parameters
dscp-value
: Specifies a DSCP value in the range of 0 to 63. A larger DSCP value represents a higher
priority.
Usage guidelines
The DSCP value of an IP packet specifies the priority level of the packet and affects the transmission
priority of the packet.
Examples
# Set the DSCP value to 30 for outgoing NETCONF over SOAP over HTTP packets.
<Sysname> system-view
[Sysname] netconf soap http dscp 30
netconf soap http enable
Use
netconf soap http enable
to enable NETCONF over SOAP over HTTP.
Use
undo
netconf
soap
http
enable
to disable NETCONF over SOAP over HTTP.