Robert,

Starting version 0.7.0 onward it’s broken...

I’m sending the request through RESTCONF, yes.

When sending RPC ietf-netconf:edit-config, device namespace get stripped out the edit-config payload; URI: http://localhost:8080/restconf/operations/network-topology:network-topology/topology/topology-netconf/node/alex/yang-ext:mount/ietf-netconf:edit-config


Attached logs for both scenarios.

Regards,
Alexis

2018-11-28 08:47:19,706 | TRACE | tp1575206167-624 | AbstractCodecFactory       
      | 114 - org.opendaylight.yangtools.yang-data-util - 1.2.0 | Type 
BaseEmptyType{path=AbsoluteSchemaPath{path=[(urn:ietf:params:xml:ns:yang:1)empty]},
 status=CURRENT} miss simple 
org.opendaylight.yangtools.yang.data.codec.xml.EmptyXmlCodec@b62d6c2
2018-11-28 08:47:19,706 | TRACE | tp1575206167-624 | AbstractCodecFactory       
      | 114 - org.opendaylight.yangtools.yang-data-util - 1.2.0 | Type 
DerivedEnumerationType{baseType=BaseEnumerationType{path=AbsoluteSchemaPath{path=[(urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)edit-config,
 (urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)input, 
(urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)default-operation, 
(urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)enumeration]}, 
status=CURRENT, values=[EnumPairImpl{name=merge, value=0}, 
EnumPairImpl{name=replace, value=1}, EnumPairImpl{name=none, value=2}]}, 
default=merge, description=The default operation to use., 
path=AbsoluteSchemaPath{path=[(urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)edit-config,
 (urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)input, 
(urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)default-operation]},
 status=CURRENT} miss simple 
org.opendaylight.yangtools.yang.data.codec.xml.QuotedXmlCodec@6053995a
2018-11-28 08:47:19,706 | DEBUG | tp1575206167-624 | 
ractImmutableNormalizedValueNode | 113 - 
org.opendaylight.yangtools.yang-data-impl - 1.2.0 | The value of node 
(urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)candidate is null
2018-11-28 08:47:19,706 | TRACE | tp1575206167-624 | LeafInterner               
      | 114 - org.opendaylight.yangtools.yang-data-util - 1.2.0 | Interned 
object 
ImmutableLeafNode{nodeIdentifier=(urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)default-operation,
 value=none, attributes={}} to 
ImmutableLeafNode{nodeIdentifier=(urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)default-operation,
 value=none, attributes={}}
2018-11-28 08:47:19,711 | DEBUG | tp1575206167-624 | SchemaTracker              
      | 113 - org.opendaylight.yangtools.yang-data-impl - 1.2.0 | Enter 
container (urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)target
2018-11-28 08:47:19,712 | DEBUG | tp1575206167-624 | SchemaTracker              
      | 113 - org.opendaylight.yangtools.yang-data-impl - 1.2.0 | Enter choice 
(urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)config-target
2018-11-28 08:47:19,712 | DEBUG | tp1575206167-624 | SchemaTracker              
      | 113 - org.opendaylight.yangtools.yang-data-impl - 1.2.0 | Enter choice 
(urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)edit-content
2018-11-28 08:47:19,712 | TRACE | tp1575206167-624 | NetconfDeviceCommunicator  
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Sending message <rpc message-id="m-13" 
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<candidate/>
</target>
<default-operation>none</default-operation>
<config>
         <interface-configurations>
            <interface-configuration>
               <interface-name>TenGigE0/0/0/0.111</interface-name>
               <active>act</active>
               <ipv4-network>
                  <addresses>
                     <primary>
                        <netmask>255.255.255.254</netmask>
                        <address>10.15.56.98</address>
                     </primary>
                  </addresses>
               </ipv4-network>
               <mtus>
                  <mtu>
                     <owner>sub_vlan</owner>
                     <mtu>4484</mtu>
                  </mtu>
               </mtus>
               
<interface-mode-non-physical>default</interface-mode-non-physical>
               <description>test</description>
               <vlan-sub-configuration>
                  <vlan-identifier>
                     <first-tag>111</first-tag>
                     <vlan-type>vlan-type-dot1q</vlan-type>
                  </vlan-identifier>
               </vlan-sub-configuration>
            </interface-configuration>
         </interface-configurations>
   </config>
</edit-config>
</rpc>

2018-11-28 08:47:19,712 | TRACE | oupCloseable-7-2 | NetconfMessageToXMLEncoder 
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Sent to encode : 
<rpc message-id="m-13" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<candidate/>
</target>
<default-operation>none</default-operation>
<config>
         <interface-configurations>
            <interface-configuration>
               <interface-name>TenGigE0/0/0/0.111</interface-name>
               <active>act</active>
               <ipv4-network>
                  <addresses>
                     <primary>
                        <netmask>255.255.255.254</netmask>
                        <address>10.15.56.98</address>
                     </primary>
                  </addresses>
               </ipv4-network>
               <mtus>
                  <mtu>
                     <owner>sub_vlan</owner>
                     <mtu>4484</mtu>
                  </mtu>
               </mtus>
               
<interface-mode-non-physical>default</interface-mode-non-physical>
               <description>test</description>
               <vlan-sub-configuration>
                  <vlan-identifier>
                     <first-tag>111</first-tag>
                     <vlan-type>vlan-type-dot1q</vlan-type>
                  </vlan-identifier>
               </vlan-sub-configuration>
            </interface-configuration>
         </interface-configurations>
   </config>
</edit-config>
</rpc>

2018-11-28 08:47:19,712 | TRACE | oupCloseable-7-2 | AsyncSshHandlerWriter      
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Writing request on 
channel: [id: 0xcc248c71], message:
#1380
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<rpc message-id="m-13" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<candidate/>
</target>
<default-operation>none</default-operation>
<config>
         <interface-configurations>
            <interface-configuration>
               <interface-name>TenGigE0/0/0/0.111</interface-name>
               <active>act</active>
               <ipv4-network>
                  <addresses>
                     <primary>
                        <netmask>255.255.255.254</netmask>
                        <address>10.15.56.98</address>
                     </primary>
                  </addresses>
               </ipv4-network>
               <mtus>
                  <mtu>
                     <owner>sub_vlan</owner>
                     <mtu>4484</mtu>
                  </mtu>
               </mtus>
               
<interface-mode-non-physical>default</interface-mode-non-physical>
               <description>test</description>
               <vlan-sub-configuration>
                  <vlan-identifier>
                     <first-tag>111</first-tag>
                     <vlan-type>vlan-type-dot1q</vlan-type>
                  </vlan-identifier>
               </vlan-sub-configuration>
            </interface-configuration>
         </interface-configurations>
   </config>
</edit-config>
</rpc>

##

2018-11-28 08:47:19,712 | TRACE | 2]-nio2-thread-2 | AsyncSshHandlerWriter      
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Ssh write request 
finished on channel: [id: 0xcc248c71] with result: true: and ex:null, message:
2018-11-28 08:47:19,713 | TRACE | oupCloseable-7-2 | NetconfDeviceCommunicator  
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | Finished 
sending request <rpc message-id="m-13" 
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<candidate/>
</target>
<default-operation>none</default-operation>
<config>
         <interface-configurations>
            <interface-configuration>
               <interface-name>TenGigE0/0/0/0.111</interface-name>
               <active>act</active>
               <ipv4-network>
                  <addresses>
                     <primary>
                        <netmask>255.255.255.254</netmask>
                        <address>10.15.56.98</address>
                     </primary>
                  </addresses>
               </ipv4-network>
               <mtus>
                  <mtu>
                     <owner>sub_vlan</owner>
                     <mtu>4484</mtu>
                  </mtu>
               </mtus>
               
<interface-mode-non-physical>default</interface-mode-non-physical>
               <description>test</description>
               <vlan-sub-configuration>
                  <vlan-identifier>
                     <first-tag>111</first-tag>
                     <vlan-type>vlan-type-dot1q</vlan-type>
                  </vlan-identifier>
               </vlan-sub-configuration>
            </interface-configuration>
         </interface-configurations>
   </config>
</edit-config>
</rpc>

2018-11-28 08:47:19,729 | TRACE | 2]-nio2-thread-7 | AsyncSshHandlerReader      
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Reading message on 
channel: ChannelSubsystem[id=0, recipient=1], message:
#420
<?xml version="1.0"?>
<rpc-reply message-id="m-13" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
 <rpc-error>
  <error-type>protocol</error-type>
  <error-tag>unknown-namespace</error-tag>
  <error-severity>error</error-severity>
  <error-info>
   <bad-element>interface-configurations</bad-element>
   <bad-namespace>urn:ietf:params:xml:ns:netconf:base:1.0</bad-namespace>
  </error-info>
 </rpc-error>
</rpc-reply>

##

2018-11-28 08:47:19,729 | TRACE | oupCloseable-7-2 | NetconfXMLToMessageDecoder 
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Received to decode: 
3c3f786d6c2076657273696f6e3d22312e30223f3e0a3c7270632d7265706c79206d6573736167652d69643d226d2d31332220786d6c6e733d2275726e3a696574663a706172616d733a786d6c3a6e733a6e6574636f6e663a626173653a312e30223e0a203c7270632d6572726f723e0a20203c6572726f722d747970653e70726f746f636f6c3c2f6572726f722d747970653e0a20203c6572726f722d7461673e756e6b6e6f776e2d6e616d6573706163653c2f6572726f722d7461673e0a20203c6572726f722d73657665726974793e6572726f723c2f6572726f722d73657665726974793e0a20203c6572726f722d696e666f3e0a2020203c6261642d656c656d656e743e696e746572666163652d636f6e66696775726174696f6e733c2f6261642d656c656d656e743e0a2020203c6261642d6e616d6573706163653e75726e3a696574663a706172616d733a786d6c3a6e733a6e6574636f6e663a626173653a312e303c2f6261642d6e616d6573706163653e0a20203c2f6572726f722d696e666f3e0a203c2f7270632d6572726f723e0a3c2f7270632d7265706c793e0a
2018-11-28 08:47:19,729 | DEBUG | oupCloseable-7-2 | AbstractNetconfSession     
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | handling incoming 
message
2018-11-28 08:47:19,729 | DEBUG | oupCloseable-7-2 | NetconfDeviceCommunicator  
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Message received <rpc-reply 
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="m-13">
 <rpc-error>
  <error-type>protocol</error-type>
  <error-tag>unknown-namespace</error-tag>
  <error-severity>error</error-severity>
  <error-info>
   <bad-element>interface-configurations</bad-element>
   <bad-namespace>urn:ietf:params:xml:ns:netconf:base:1.0</bad-namespace>
  </error-info>
 </rpc-error>
</rpc-reply>

2018-11-28 08:47:19,729 | TRACE | oupCloseable-7-2 | NetconfDeviceCommunicator  
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Matched request: <rpc message-id="m-13" 
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<candidate/>
</target>
<default-operation>none</default-operation>
<config>
         <interface-configurations>
            <interface-configuration>
               <interface-name>TenGigE0/0/0/0.111</interface-name>
               <active>act</active>
               <ipv4-network>
                  <addresses>
                     <primary>
                        <netmask>255.255.255.254</netmask>
                        <address>10.15.56.98</address>
                     </primary>
                  </addresses>
               </ipv4-network>
               <mtus>
                  <mtu>
                     <owner>sub_vlan</owner>
                     <mtu>4484</mtu>
                  </mtu>
               </mtus>
               
<interface-mode-non-physical>default</interface-mode-non-physical>
               <description>test</description>
               <vlan-sub-configuration>
                  <vlan-identifier>
                     <first-tag>111</first-tag>
                     <vlan-type>vlan-type-dot1q</vlan-type>
                  </vlan-identifier>
               </vlan-sub-configuration>
            </interface-configuration>
         </interface-configurations>
   </config>
</edit-config>
</rpc>
 to response: <rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" 
message-id="m-13">
 <rpc-error>
  <error-type>protocol</error-type>
  <error-tag>unknown-namespace</error-tag>
  <error-severity>error</error-severity>
  <error-info>
   <bad-element>interface-configurations</bad-element>
   <bad-namespace>urn:ietf:params:xml:ns:netconf:base:1.0</bad-namespace>
  </error-info>
 </rpc-error>
</rpc-reply>

2018-11-28 08:47:19,729 | WARN  | oupCloseable-7-2 | NetconfDeviceCommunicator  
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Error reply from remote device, request: <rpc 
message-id="m-13" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<candidate/>
</target>
<default-operation>none</default-operation>
<config>
         <interface-configurations>
            <interface-configuration>
               <interface-name>TenGigE0/0/0/0.111</interface-name>
               <active>act</active>
               <ipv4-network>
                  <addresses>
                     <primary>
                        <netmask>255.255.255.254</netmask>
                        <address>10.15.56.98</address>
                     </primary>
                  </addresses>
               </ipv4-network>
               <mtus>
                  <mtu>
                     <owner>sub_vlan</owner>
                     <mtu>4484</mtu>
                  </mtu>
               </mtus>
               
<interface-mode-non-physical>default</interface-mode-non-physical>
               <description>test</description>
               <vlan-sub-configuration>
                  <vlan-identifier>
                     <first-tag>111</first-tag>
                     <vlan-type>vlan-type-dot1q</vlan-type>
                  </vlan-identifier>
               </vlan-sub-configuration>
            </interface-configuration>
         </interface-configurations>
   </config>
</edit-config>
</rpc>
, response: <rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" 
message-id="m-13">
 <rpc-error>
  <error-type>protocol</error-type>
  <error-tag>unknown-namespace</error-tag>
  <error-severity>error</error-severity>
  <error-info>
   <bad-element>interface-configurations</bad-element>
   <bad-namespace>urn:ietf:params:xml:ns:netconf:base:1.0</bad-namespace>
  </error-info>
 </rpc-error>
</rpc-reply>

NetconfDocumentedException{message=, errorType=PROTOCOL, 
errorTag=UNKNOWN_NAMESPACE, errorSeverity=ERROR, 
errorInfo={bad-element=interface-configurations, 
bad-namespace=urn:ietf:params:xml:ns:netconf:base:1.0}}
        at 
org.opendaylight.netconf.api.NetconfDocumentedException.fromXMLDocument(NetconfDocumentedException.java:52)[93:org.opendaylight.netconf.api:1.3.0]
        at 
org.opendaylight.netconf.sal.connect.netconf.util.NetconfMessageTransformUtil.checkSuccessReply(NetconfMessageTransformUtil.java:224)[303:org.opendaylight.netconf.sal-netconf-connector:1.6.0]
        at 
org.opendaylight.netconf.sal.connect.netconf.listener.NetconfDeviceCommunicator.processMessage(NetconfDeviceCommunicator.java:324)[303:org.opendaylight.netconf.sal-netconf-connector:1.6.0]
        at 
org.opendaylight.netconf.sal.connect.netconf.listener.NetconfDeviceCommunicator.onMessage(NetconfDeviceCommunicator.java:267)[303:org.opendaylight.netconf.sal-netconf-connector:1.6.0]
        at 
org.opendaylight.netconf.sal.connect.netconf.listener.NetconfDeviceCommunicator.onMessage(NetconfDeviceCommunicator.java:48)[303:org.opendaylight.netconf.sal-netconf-connector:1.6.0]
        at 
org.opendaylight.netconf.nettyutil.AbstractNetconfSession.handleMessage(AbstractNetconfSession.java:65)[300:org.opendaylight.netconf.netty-util:1.3.0]
        at 
org.opendaylight.netconf.nettyutil.AbstractNetconfSession.handleMessage(AbstractNetconfSession.java:35)[300:org.opendaylight.netconf.netty-util:1.3.0]
        at 
org.opendaylight.protocol.framework.AbstractProtocolSession.channelRead0(AbstractProtocolSession.java:53)[101:org.opendaylight.netconf.protocol-framework:1.0.0]
        at 
io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)[63:io.netty.transport:4.1.8.Final]
        at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:363)[63:io.netty.transport:4.1.8.Final]
        at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:349)[63:io.netty.transport:4.1.8.Final]
        at 
io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:341)[63:io.netty.transport:4.1.8.Final]
        at 
io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:293)[58:io.netty.codec:4.1.8.Final]
        at 
io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:267)[58:io.netty.codec:4.1.8.Final]
        at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:363)[63:io.netty.transport:4.1.8.Final]
        at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:349)[63:io.netty.transport:4.1.8.Final]
        at 
io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:341)[63:io.netty.transport:4.1.8.Final]
        at 
io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:293)[58:io.netty.codec:4.1.8.Final]
        at 
io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:267)[58:io.netty.codec:4.1.8.Final]
        at 
io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:363)[63:io.netty.transport:4.1.8.Final]
        at 
io.netty.channel.AbstractChannelHandlerContext.access$600(AbstractChannelHandlerContext.java:38)[63:io.netty.transport:4.1.8.Final]
        at 
io.netty.channel.AbstractChannelHandlerContext$7.run(AbstractChannelHandlerContext.java:354)[63:io.netty.transport:4.1.8.Final]
        at 
io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)[60:io.netty.common:4.1.8.Final]
        at 
io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403)[60:io.netty.common:4.1.8.Final]
        at 
io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:445)[63:io.netty.transport:4.1.8.Final]
        at 
io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)[60:io.netty.common:4.1.8.Final]
        at 
io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)[60:io.netty.common:4.1.8.Final]
        at java.lang.Thread.run(Thread.java:745)[:1.8.0_121]
2018-11-28 08:47:19,731 | TRACE | oupCloseable-7-2 | KeepaliveSalFacade         
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Resetting netconf keepalive timer
2018-11-28 08:47:19,732 | DEBUG | tp1575206167-624 | RestconfImpl               
      | 304 - org.opendaylight.netconf.sal-rest-connector - 1.6.0 | RpcError 
message
2018-11-28 08:47:19,732 | TRACE | oupCloseable-7-2 | KeepaliveSalFacade         
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Scheduling next keepalive in 120 SECONDS
2018-11-28 08:47:19,732 | DEBUG | tp1575206167-624 | 
estconfDocumentedExceptionMapper | 304 - 
org.opendaylight.netconf.sal-rest-connector - 1.6.0 | In toResponse: errors: 
[RestconfError [error-type: protocol, error-tag: unknown-namespace, 
error-message: , error-info: 
<bad-element>interface-configurations</bad-element><bad-namespace>urn:ietf:params:xml:ns:netconf:base:1.0</bad-namespace>]]
2018-11-28 08:47:19,732 | DEBUG | tp1575206167-624 | 
estconfDocumentedExceptionMapper | 304 - 
org.opendaylight.netconf.sal-rest-connector - 1.6.0 | Accept headers: 
[application/json]
2018-11-28 08:47:19,732 | DEBUG | tp1575206167-624 | 
estconfDocumentedExceptionMapper | 304 - 
org.opendaylight.netconf.sal-rest-connector - 1.6.0 | Using MediaType: 
application/json
2018-11-28 08:47:19,732 | TRACE | tp1575206167-624 | MapAdaptor                 
      | 108 - org.opendaylight.yangtools.util - 1.2.0 | Reducing input 
{(urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error[{(urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error-type=protocol,
 
(urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error-tag=unknown-namespace,
 (urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error-message=, 
(urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error-info=<bad-element>interface-configurations</bad-element><bad-namespace>urn:ietf:params:xml:ns:netconf:base:1.0</bad-namespace>}]=ImmutableMapEntryNode{nodeIdentifier=(urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error[{(urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error-type=protocol,
 
(urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error-tag=unknown-namespace,
 (urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error-message=, 
(urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error-info=<bad-element>interface-configurations</bad-element><bad-namespace>urn:ietf:params:xml:ns:netconf:base:1.0</bad-namespace>}],
 
value=[ImmutableLeafNode{nodeIdentifier=(urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error-info,
 
value=<bad-element>interface-configurations</bad-element><bad-namespace>urn:ietf:params:xml:ns:netconf:base:1.0</bad-namespace>,
 attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error-type,
 value=protocol, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error-tag,
 value=unknown-namespace, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error-message,
 value=, attributes={}}], attributes={}}} to singleton map 
{(urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error[{(urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error-type=protocol,
 
(urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error-tag=unknown-namespace,
 (urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error-message=, 
(urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error-info=<bad-element>interface-configurations</bad-element><bad-namespace>urn:ietf:params:xml:ns:netconf:base:1.0</bad-namespace>}]=ImmutableMapEntryNode{nodeIdentifier=(urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error[{(urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error-type=protocol,
 
(urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error-tag=unknown-namespace,
 (urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error-message=, 
(urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error-info=<bad-element>interface-configurations</bad-element><bad-namespace>urn:ietf:params:xml:ns:netconf:base:1.0</bad-namespace>}],
 
value=[ImmutableLeafNode{nodeIdentifier=(urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error-info,
 
value=<bad-element>interface-configurations</bad-element><bad-namespace>urn:ietf:params:xml:ns:netconf:base:1.0</bad-namespace>,
 attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error-type,
 value=protocol, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error-tag,
 value=unknown-namespace, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error-message,
 value=, attributes={}}], attributes={}}}
2018-11-28 08:47:19,732 | DEBUG | tp1575206167-624 | SchemaTracker              
      | 113 - org.opendaylight.yangtools.yang-data-impl - 1.2.0 | Enter 
container (urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)errors
2018-11-28 08:47:19,732 | TRACE | tp1575206167-624 | AbstractCodecFactory       
      | 114 - org.opendaylight.yangtools.yang-data-util - 1.2.0 | Type 
BaseEnumerationType{path=AbsoluteSchemaPath{path=[(urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)errors,
 (urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)errors, 
(urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error, 
(urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error-type, 
(urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)enumeration]}, 
status=CURRENT, values=[EnumPairImpl{name=transport, value=0}, 
EnumPairImpl{name=rpc, value=1}, EnumPairImpl{name=protocol, value=2}, 
EnumPairImpl{name=application, value=3}]} hit simple 
org.opendaylight.yangtools.yang.data.codec.gson.QuotedJSONCodec@77bcc418
2018-11-28 08:47:19,732 | TRACE | tp1575206167-624 | AbstractCodecFactory       
      | 114 - org.opendaylight.yangtools.yang-data-util - 1.2.0 | Type 
BaseStringType{path=AbsoluteSchemaPath{path=[(urn:ietf:params:xml:ns:yang:1)string]},
 status=CURRENT, length=[], patterns=[]} hit simple 
org.opendaylight.yangtools.yang.data.codec.gson.QuotedJSONCodec@60cd3c0
2018-11-28 08:47:19,732 | TRACE | tp1575206167-624 | AbstractCodecFactory       
      | 114 - org.opendaylight.yangtools.yang-data-util - 1.2.0 | Type 
BaseStringType{path=AbsoluteSchemaPath{path=[(urn:ietf:params:xml:ns:yang:1)string]},
 status=CURRENT, length=[], patterns=[]} hit simple 
org.opendaylight.yangtools.yang.data.codec.gson.QuotedJSONCodec@60cd3c0
2018-11-28 08:47:19,732 | DEBUG | tp1575206167-624 | 
iter$OrderedNormalizedNodeWriter | 110 - 
org.opendaylight.yangtools.yang-data-api - 1.2.0 | Skipping key child 
ImmutableLeafNode{nodeIdentifier=(urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error-info,
 
value=<bad-element>interface-configurations</bad-element><bad-namespace>urn:ietf:params:xml:ns:netconf:base:1.0</bad-namespace>,
 attributes={}}
2018-11-28 08:47:19,732 | DEBUG | tp1575206167-624 | 
iter$OrderedNormalizedNodeWriter | 110 - 
org.opendaylight.yangtools.yang-data-api - 1.2.0 | Skipping key child 
ImmutableLeafNode{nodeIdentifier=(urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error-type,
 value=protocol, attributes={}}
2018-11-28 08:47:19,732 | DEBUG | tp1575206167-624 | 
iter$OrderedNormalizedNodeWriter | 110 - 
org.opendaylight.yangtools.yang-data-api - 1.2.0 | Skipping key child 
ImmutableLeafNode{nodeIdentifier=(urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error-tag,
 value=unknown-namespace, attributes={}}
2018-11-28 08:47:19,732 | DEBUG | tp1575206167-624 | 
iter$OrderedNormalizedNodeWriter | 110 - 
org.opendaylight.yangtools.yang-data-api - 1.2.0 | Skipping key child 
ImmutableLeafNode{nodeIdentifier=(urn:ietf:params:xml:ns:yang:ietf-restconf?revision=2013-10-19)error-message,
 value=, attributes={}}
2018-11-28 08:47:23,224 | TRACE | tp1575206167-619 | AbstractCodecFactory       
      | 114 - org.opendaylight.yangtools.yang-data-util - 1.2.0 | Type 
DerivedStringType{baseType=RestrictedStringType{baseType=BaseStringType{path=AbsoluteSchemaPath{path=[(urn:ietf:params:xml:ns:yang:1)string]},
 status=CURRENT, length=[], patterns=[]}, 
path=AbsoluteSchemaPath{path=[(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)Interface-active,
 (http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)string]}, 
status=CURRENT, length=[LengthConstraintImpl [min=0, max=2147483647, 
description=null, errorAppTag=length-out-of-specified-bounds, reference=null, 
errorMessage=The argument is out of bounds <0, 2147483647>]], 
patterns=[PatternConstraintEffectiveImpl{regex=^(act)|(pre)$, description=null, 
reference=null, errorAppTag=invalid-regular-expression, errorMessage=Supplied 
value does not match the regular expression ^(act)|(pre)$., modifier=null}]}, 
description=act:The interface is active, pre:Preconfiguration, 
path=AbsoluteSchemaPath{path=[(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)Interface-active]},
 status=CURRENT} miss simple 
org.opendaylight.yangtools.yang.data.codec.xml.QuotedXmlCodec@3bd5c265
2018-11-28 08:47:23,224 | TRACE | tp1575206167-619 | AbstractCodecFactory       
      | 114 - org.opendaylight.yangtools.yang-data-util - 1.2.0 | Type 
DerivedStringType{baseType=RestrictedStringType{baseType=BaseStringType{path=AbsoluteSchemaPath{path=[(urn:ietf:params:xml:ns:yang:1)string]},
 status=CURRENT, length=[], patterns=[]}, 
path=AbsoluteSchemaPath{path=[(http://cisco.com/ns/yang/cisco-xr-types?revision=2017-12-01)Interface-name,
 (http://cisco.com/ns/yang/cisco-xr-types?revision=2017-12-01)string]}, 
status=CURRENT, length=[LengthConstraintImpl [min=0, max=2147483647, 
description=null, errorAppTag=length-out-of-specified-bounds, reference=null, 
errorMessage=The argument is out of bounds <0, 2147483647>]], 
patterns=[PatternConstraintEffectiveImpl{regex=^[a-zA-Z0-9./-]+$, 
description=null, reference=null, errorAppTag=invalid-regular-expression, 
errorMessage=Supplied value does not match the regular expression 
^[a-zA-Z0-9./-]+$., modifier=null}]}, description=An interface name specifying 
an interface type and
                 instance.
                 Interface represents a string defining an interface
                 type and instance, e.g. MgmtEth0/4/CPU1/0 or
                 TenGigE0/2/0/0.2 or Bundle-Ether9 or
                 Bundle-Ether9.98, 
path=AbsoluteSchemaPath{path=[(http://cisco.com/ns/yang/cisco-xr-types?revision=2017-12-01)Interface-name]},
 status=CURRENT} miss simple 
org.opendaylight.yangtools.yang.data.codec.xml.QuotedXmlCodec@4925d610
2018-11-28 08:47:23,224 | TRACE | tp1575206167-619 | AbstractCodecFactory       
      | 114 - org.opendaylight.yangtools.yang-data-util - 1.2.0 | Type 
DerivedEnumerationType{baseType=BaseEnumerationType{path=AbsoluteSchemaPath{path=[(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-datatypes?revision=2015-11-09)Vlan,
 
(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-datatypes?revision=2015-11-09)enumeration]},
 status=CURRENT, values=[EnumPairImpl{name=vlan-type-dot1ad, value=1}, 
EnumPairImpl{name=vlan-type-dot1q, value=2}]}, description=Vlan, 
path=AbsoluteSchemaPath{path=[(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-datatypes?revision=2015-11-09)Vlan]},
 status=CURRENT} miss simple 
org.opendaylight.yangtools.yang.data.codec.xml.QuotedXmlCodec@46b5eb7c
2018-11-28 08:47:23,224 | TRACE | tp1575206167-619 | AbstractCodecFactory       
      | 114 - org.opendaylight.yangtools.yang-data-util - 1.2.0 | Type 
DerivedUnsignedType{baseType=RestrictedUnsignedType{baseType=BaseUint32Type{path=AbsoluteSchemaPath{path=[(urn:ietf:params:xml:ns:yang:1)uint32]},
 status=CURRENT, range=[RangeConstraintImpl [min=0, max=4294967295, 
description=null, reference=null, errorAppTag=range-out-of-specified-bounds, 
errorMessage=The argument is out of bounds <0, 4294967295>]]}, 
path=AbsoluteSchemaPath{path=[(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-datatypes?revision=2015-11-09)Vlan-tag,
 
(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-datatypes?revision=2015-11-09)uint32]},
 status=CURRENT, range=[RangeConstraintImpl [min=1, max=4094, description=null, 
reference=null, errorAppTag=range-out-of-specified-bounds, errorMessage=The 
argument is out of bounds <1, 4094>]]}, description=Vlan tag, 
path=AbsoluteSchemaPath{path=[(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-datatypes?revision=2015-11-09)Vlan-tag]},
 status=CURRENT} miss simple 
org.opendaylight.yangtools.yang.data.codec.xml.NumberXmlCodec@d735178
2018-11-28 08:47:23,225 | TRACE | tp1575206167-619 | AbstractCodecFactory       
      | 114 - org.opendaylight.yangtools.yang-data-util - 1.2.0 | Type 
DerivedStringType{baseType=RestrictedStringType{baseType=BaseStringType{path=AbsoluteSchemaPath{path=[(urn:ietf:params:xml:ns:yang:1)string]},
 status=CURRENT, length=[], patterns=[]}, 
path=AbsoluteSchemaPath{path=[(http://cisco.com/ns/yang/cisco-xr-types?revision=2017-12-01)Cisco-ios-xr-string,
 (http://cisco.com/ns/yang/cisco-xr-types?revision=2017-12-01)string]}, 
status=CURRENT, length=[LengthConstraintImpl [min=0, max=2147483647, 
description=null, errorAppTag=length-out-of-specified-bounds, reference=null, 
errorMessage=The argument is out of bounds <0, 2147483647>]], 
patterns=[PatternConstraintEffectiveImpl{regex=^[\w\-\.:,_@#%$\+=\|;]+$, 
description=null, reference=null, errorAppTag=invalid-regular-expression, 
errorMessage=Supplied value does not match the regular expression 
^[\w\-\.:,_@#%$\+=\|;]+$., modifier=null}]}, description=Special characters are 
not allowed., 
path=AbsoluteSchemaPath{path=[(http://cisco.com/ns/yang/cisco-xr-types?revision=2017-12-01)Cisco-ios-xr-string]},
 status=CURRENT} miss simple 
org.opendaylight.yangtools.yang.data.codec.xml.QuotedXmlCodec@18a06c59
2018-11-28 08:47:23,225 | TRACE | tp1575206167-619 | AbstractCodecFactory       
      | 114 - org.opendaylight.yangtools.yang-data-util - 1.2.0 | Type 
RestrictedUnsignedType{baseType=BaseUint32Type{path=AbsoluteSchemaPath{path=[(urn:ietf:params:xml:ns:yang:1)uint32]},
 status=CURRENT, range=[RangeConstraintImpl [min=0, max=4294967295, 
description=null, reference=null, errorAppTag=range-out-of-specified-bounds, 
errorMessage=The argument is out of bounds <0, 4294967295>]]}, 
path=AbsoluteSchemaPath{path=[(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-configurations,
 
(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-configuration,
 (http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)mtus, 
(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)mtu, 
(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)mtu, 
(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)uint32]}, 
status=CURRENT, range=[RangeConstraintImpl [min=64, max=65535, 
description=null, reference=null, errorAppTag=range-out-of-specified-bounds, 
errorMessage=The argument is out of bounds <64, 65535>]]} miss simple 
org.opendaylight.yangtools.yang.data.codec.xml.NumberXmlCodec@7f52bc0b
2018-11-28 08:47:23,225 | TRACE | tp1575206167-619 | AbstractCodecFactory       
      | 114 - org.opendaylight.yangtools.yang-data-util - 1.2.0 | Type 
DerivedEnumerationType{baseType=DerivedEnumerationType{baseType=BaseEnumerationType{path=AbsoluteSchemaPath{path=[(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)Interface-mode-enum,
 
(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)enumeration]},
 status=CURRENT, values=[EnumPairImpl{name=default, value=0}, 
EnumPairImpl{name=point-to-point, value=1}, EnumPairImpl{name=multipoint, 
value=2}, EnumPairImpl{name=l2-transport, value=3}]}, description=Interface 
mode enum, 
path=AbsoluteSchemaPath{path=[(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)Interface-mode-enum]},
 status=CURRENT}, default=default, description=The mode in which an interface 
is running. The
          existence of this object causes the creation of
          the software subinterface., 
path=AbsoluteSchemaPath{path=[(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-configurations,
 
(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-configuration,
 
(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-mode-non-physical]},
 status=CURRENT} miss simple 
org.opendaylight.yangtools.yang.data.codec.xml.QuotedXmlCodec@16d54696
2018-11-28 08:47:23,225 | TRACE | tp1575206167-619 | AbstractCodecFactory       
      | 114 - org.opendaylight.yangtools.yang-data-util - 1.2.0 | Type 
BaseStringType{path=AbsoluteSchemaPath{path=[(urn:ietf:params:xml:ns:yang:1)string]},
 status=CURRENT, length=[], patterns=[]} miss simple 
org.opendaylight.yangtools.yang.data.codec.xml.QuotedXmlCodec@13a3da5
2018-11-28 08:47:23,225 | TRACE | tp1575206167-619 | AbstractCodecFactory       
      | 114 - org.opendaylight.yangtools.yang-data-util - 1.2.0 | Type 
DerivedStringType{baseType=RestrictedStringType{baseType=DerivedStringType{baseType=RestrictedStringType{baseType=BaseStringType{path=AbsoluteSchemaPath{path=[(urn:ietf:params:xml:ns:yang:1)string]},
 status=CURRENT, length=[], patterns=[]}, 
path=AbsoluteSchemaPath{path=[(urn:ietf:params:xml:ns:yang:ietf-inet-types?revision=2013-07-15)ipv4-address,
 (urn:ietf:params:xml:ns:yang:ietf-inet-types?revision=2013-07-15)string]}, 
status=CURRENT, length=[LengthConstraintImpl [min=0, max=2147483647, 
description=null, errorAppTag=length-out-of-specified-bounds, reference=null, 
errorMessage=The argument is out of bounds <0, 2147483647>]], 
patterns=[PatternConstraintEffectiveImpl{regex=^(([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?$,
 description=null, reference=null, errorAppTag=invalid-regular-expression, 
errorMessage=Supplied value does not match the regular expression 
^(([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?$.,
 modifier=null}]}, description=The ipv4-address type represents an IPv4 address 
in
       dotted-quad notation.  The IPv4 address may include a zone
       index, separated by a % sign.

       The zone index is used to disambiguate identical address
       values.  For link-local addresses, the zone index will
       typically be the interface index number or the name of an
       interface.  If the zone index is not present, the default
       zone of the device will be used.

       The canonical format for the zone index is the numerical
       format, 
path=AbsoluteSchemaPath{path=[(urn:ietf:params:xml:ns:yang:ietf-inet-types?revision=2013-07-15)ipv4-address]},
 status=CURRENT}, description=The ipv4-address type represents an IPv4 address 
in
       dotted-quad notation.  The IPv4 address may include a zone
       index, separated by a % sign.

       The zone index is used to disambiguate identical address
       values.  For link-local addresses, the zone index will
       typically be the interface index number or the name of an
       interface.  If the zone index is not present, the default
       zone of the device will be used.

       The canonical format for the zone index is the numerical
       format, 
path=AbsoluteSchemaPath{path=[(urn:ietf:params:xml:ns:yang:ietf-inet-types?revision=2013-07-15)ipv4-address-no-zone,
 
(urn:ietf:params:xml:ns:yang:ietf-inet-types?revision=2013-07-15)ipv4-address]},
 status=CURRENT, length=[LengthConstraintImpl [min=0, max=2147483647, 
description=null, errorAppTag=length-out-of-specified-bounds, reference=null, 
errorMessage=The argument is out of bounds <0, 2147483647>]], 
patterns=[PatternConstraintEffectiveImpl{regex=^[0-9\.]*$, description=null, 
reference=null, errorAppTag=invalid-regular-expression, errorMessage=Supplied 
value does not match the regular expression ^[0-9\.]*$., modifier=null}]}, 
description=An IPv4 address without a zone index.  This type, derived from
       ipv4-address, may be used in situations where the zone is
       known from the context and hence no zone index is needed., 
path=AbsoluteSchemaPath{path=[(urn:ietf:params:xml:ns:yang:ietf-inet-types?revision=2013-07-15)ipv4-address-no-zone]},
 status=CURRENT} miss simple 
org.opendaylight.yangtools.yang.data.codec.xml.QuotedXmlCodec@1a634b7f
2018-11-28 08:47:23,225 | TRACE | tp1575206167-619 | AbstractCodecFactory       
      | 114 - org.opendaylight.yangtools.yang-data-util - 1.2.0 | Type 
DerivedStringType{baseType=RestrictedStringType{baseType=DerivedStringType{baseType=RestrictedStringType{baseType=BaseStringType{path=AbsoluteSchemaPath{path=[(urn:ietf:params:xml:ns:yang:1)string]},
 status=CURRENT, length=[], patterns=[]}, 
path=AbsoluteSchemaPath{path=[(urn:ietf:params:xml:ns:yang:ietf-inet-types?revision=2013-07-15)ipv4-address,
 (urn:ietf:params:xml:ns:yang:ietf-inet-types?revision=2013-07-15)string]}, 
status=CURRENT, length=[LengthConstraintImpl [min=0, max=2147483647, 
description=null, errorAppTag=length-out-of-specified-bounds, reference=null, 
errorMessage=The argument is out of bounds <0, 2147483647>]], 
patterns=[PatternConstraintEffectiveImpl{regex=^(([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?$,
 description=null, reference=null, errorAppTag=invalid-regular-expression, 
errorMessage=Supplied value does not match the regular expression 
^(([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])(%[\p{N}\p{L}]+)?$.,
 modifier=null}]}, description=The ipv4-address type represents an IPv4 address 
in
       dotted-quad notation.  The IPv4 address may include a zone
       index, separated by a % sign.

       The zone index is used to disambiguate identical address
       values.  For link-local addresses, the zone index will
       typically be the interface index number or the name of an
       interface.  If the zone index is not present, the default
       zone of the device will be used.

       The canonical format for the zone index is the numerical
       format, 
path=AbsoluteSchemaPath{path=[(urn:ietf:params:xml:ns:yang:ietf-inet-types?revision=2013-07-15)ipv4-address]},
 status=CURRENT}, description=The ipv4-address type represents an IPv4 address 
in
       dotted-quad notation.  The IPv4 address may include a zone
       index, separated by a % sign.

       The zone index is used to disambiguate identical address
       values.  For link-local addresses, the zone index will
       typically be the interface index number or the name of an
       interface.  If the zone index is not present, the default
       zone of the device will be used.

       The canonical format for the zone index is the numerical
       format, 
path=AbsoluteSchemaPath{path=[(urn:ietf:params:xml:ns:yang:ietf-inet-types?revision=2013-07-15)ipv4-address-no-zone,
 
(urn:ietf:params:xml:ns:yang:ietf-inet-types?revision=2013-07-15)ipv4-address]},
 status=CURRENT, length=[LengthConstraintImpl [min=0, max=2147483647, 
description=null, errorAppTag=length-out-of-specified-bounds, reference=null, 
errorMessage=The argument is out of bounds <0, 2147483647>]], 
patterns=[PatternConstraintEffectiveImpl{regex=^[0-9\.]*$, description=null, 
reference=null, errorAppTag=invalid-regular-expression, errorMessage=Supplied 
value does not match the regular expression ^[0-9\.]*$., modifier=null}]}, 
description=An IPv4 address without a zone index.  This type, derived from
       ipv4-address, may be used in situations where the zone is
       known from the context and hence no zone index is needed., 
path=AbsoluteSchemaPath{path=[(urn:ietf:params:xml:ns:yang:ietf-inet-types?revision=2013-07-15)ipv4-address-no-zone]},
 status=CURRENT} hit simple 
org.opendaylight.yangtools.yang.data.codec.xml.QuotedXmlCodec@1a634b7f
2018-11-28 08:47:23,225 | TRACE | tp1575206167-619 | MapAdaptor                 
      | 108 - org.opendaylight.yangtools.util - 1.2.0 | Reducing input 
{(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)mtu[{(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)owner=sub_vlan}]=ImmutableMapEntryNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)mtu[{(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)owner=sub_vlan}],
 
value=[ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)mtu,
 value=4484, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)owner,
 value=sub_vlan, attributes={}}], attributes={}}} to singleton map 
{(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)mtu[{(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)owner=sub_vlan}]=ImmutableMapEntryNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)mtu[{(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)owner=sub_vlan}],
 
value=[ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)mtu,
 value=4484, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)owner,
 value=sub_vlan, attributes={}}], attributes={}}}
2018-11-28 08:47:23,225 | TRACE | tp1575206167-619 | LeafInterner               
      | 114 - org.opendaylight.yangtools.yang-data-util - 1.2.0 | Interned 
object 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-mode-non-physical,
 value=default, attributes={}} to 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-mode-non-physical,
 value=default, attributes={}}
2018-11-28 08:47:23,225 | TRACE | tp1575206167-619 | LeafInterner               
      | 114 - org.opendaylight.yangtools.yang-data-util - 1.2.0 | Interned 
object 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg?revision=2017-05-01)vlan-type,
 value=vlan-type-dot1q, attributes={}} to 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg?revision=2017-05-01)vlan-type,
 value=vlan-type-dot1q, attributes={}}
2018-11-28 08:47:23,226 | TRACE | tp1575206167-619 | MapAdaptor                 
      | 108 - org.opendaylight.yangtools.util - 1.2.0 | Reducing input 
{(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-configuration[{(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-name=TenGigE0/0/0/0.111,
 
(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)active=act}]=ImmutableMapEntryNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-configuration[{(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-name=TenGigE0/0/0/0.111,
 
(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)active=act}],
 
value=[ImmutableAugmentationNode{nodeIdentifier=AugmentationIdentifier{childNames=[(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)ipv4-network]},
 
value=[ImmutableContainerNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)ipv4-network,
 
value=[ImmutableContainerNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)addresses,
 
value=[ImmutableContainerNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)primary,
 
value=[ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)netmask,
 value=255.255.255.254, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)address,
 value=10.15.56.98, attributes={}}], attributes={}}], attributes={}}], 
attributes={}}]}, 
ImmutableContainerNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)mtus,
 
value=[ImmutableMapNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)mtu,
 
value=[ImmutableMapEntryNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)mtu[{(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)owner=sub_vlan}],
 
value=[ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)mtu,
 value=4484, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)owner,
 value=sub_vlan, attributes={}}], attributes={}}]}], attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)active,
 value=act, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-name,
 value=TenGigE0/0/0/0.111, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-mode-non-physical,
 value=default, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)description,
 value=test, attributes={}}, 
ImmutableAugmentationNode{nodeIdentifier=AugmentationIdentifier{childNames=[(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg?revision=2017-05-01)vlan-sub-configuration]},
 
value=[ImmutableContainerNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg?revision=2017-05-01)vlan-sub-configuration,
 
value=[ImmutableContainerNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg?revision=2017-05-01)vlan-identifier,
 
value=[ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg?revision=2017-05-01)first-tag,
 value=111, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg?revision=2017-05-01)vlan-type,
 value=vlan-type-dot1q, attributes={}}], attributes={}}], attributes={}}]}], 
attributes={}}} to singleton map 
{(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-configuration[{(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-name=TenGigE0/0/0/0.111,
 
(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)active=act}]=ImmutableMapEntryNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-configuration[{(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-name=TenGigE0/0/0/0.111,
 
(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)active=act}],
 
value=[ImmutableAugmentationNode{nodeIdentifier=AugmentationIdentifier{childNames=[(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)ipv4-network]},
 
value=[ImmutableContainerNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)ipv4-network,
 
value=[ImmutableContainerNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)addresses,
 
value=[ImmutableContainerNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)primary,
 
value=[ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)netmask,
 value=255.255.255.254, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)address,
 value=10.15.56.98, attributes={}}], attributes={}}], attributes={}}], 
attributes={}}]}, 
ImmutableContainerNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)mtus,
 
value=[ImmutableMapNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)mtu,
 
value=[ImmutableMapEntryNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)mtu[{(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)owner=sub_vlan}],
 
value=[ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)mtu,
 value=4484, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)owner,
 value=sub_vlan, attributes={}}], attributes={}}]}], attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)active,
 value=act, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-name,
 value=TenGigE0/0/0/0.111, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-mode-non-physical,
 value=default, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)description,
 value=test, attributes={}}, 
ImmutableAugmentationNode{nodeIdentifier=AugmentationIdentifier{childNames=[(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg?revision=2017-05-01)vlan-sub-configuration]},
 
value=[ImmutableContainerNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg?revision=2017-05-01)vlan-sub-configuration,
 
value=[ImmutableContainerNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg?revision=2017-05-01)vlan-identifier,
 
value=[ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg?revision=2017-05-01)first-tag,
 value=111, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg?revision=2017-05-01)vlan-type,
 value=vlan-type-dot1q, attributes={}}], attributes={}}], attributes={}}]}], 
attributes={}}}
2018-11-28 08:47:23,226 | TRACE | tp1575206167-619 | WriteCandidateTx           
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Initializing WriteCandidateTx transaction
2018-11-28 08:47:23,226 | DEBUG | tp1575206167-619 | 
ractImmutableNormalizedValueNode | 113 - 
org.opendaylight.yangtools.yang-data-impl - 1.2.0 | The value of node 
(urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)candidate is null
2018-11-28 08:47:23,231 | DEBUG | tp1575206167-619 | SchemaTracker              
      | 113 - org.opendaylight.yangtools.yang-data-impl - 1.2.0 | Enter 
container (urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)target
2018-11-28 08:47:23,231 | DEBUG | tp1575206167-619 | SchemaTracker              
      | 113 - org.opendaylight.yangtools.yang-data-impl - 1.2.0 | Enter choice 
(urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)config-target
2018-11-28 08:47:23,232 | TRACE | tp1575206167-619 | NetconfDeviceCommunicator  
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Sending message <rpc message-id="m-14" 
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<lock>
<target>
<candidate/>
</target>
</lock>
</rpc>

2018-11-28 08:47:23,232 | TRACE | tp1575206167-619 | BrokerFacade               
      | 304 - org.opendaylight.netconf.sal-rest-connector - 1.6.0 | Read 
CONFIGURATION via Restconf: 
/(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-configurations/interface-configuration/interface-configuration[{(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-name=TenGigE0/0/0/0.111,
 
(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)active=act}]
2018-11-28 08:47:23,232 | TRACE | oupCloseable-7-2 | NetconfMessageToXMLEncoder 
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Sent to encode : 
<rpc message-id="m-14" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<lock>
<target>
<candidate/>
</target>
</lock>
</rpc>

2018-11-28 08:47:23,232 | TRACE | oupCloseable-7-2 | AsyncSshHandlerWriter      
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Writing request on 
channel: [id: 0xcc248c71], message:
#181
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<rpc message-id="m-14" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<lock>
<target>
<candidate/>
</target>
</lock>
</rpc>

##

2018-11-28 08:47:23,232 | TRACE | 2]-nio2-thread-4 | AsyncSshHandlerWriter      
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Ssh write request 
finished on channel: [id: 0xcc248c71] with result: true: and ex:null, message:
2018-11-28 08:47:23,232 | TRACE | oupCloseable-7-2 | NetconfDeviceCommunicator  
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | Finished 
sending request <rpc message-id="m-14" 
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<lock>
<target>
<candidate/>
</target>
</lock>
</rpc>

2018-11-28 08:47:23,232 | TRACE | tp1575206167-619 | MapAdaptor                 
      | 108 - org.opendaylight.yangtools.util - 1.2.0 | Reducing input 
{(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-configuration[{(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-name=TenGigE0/0/0/0.111,
 
(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)active=act}]=ImmutableMapEntryNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-configuration[{(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-name=TenGigE0/0/0/0.111,
 
(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)active=act}],
 
value=[ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-name,
 value=TenGigE0/0/0/0.111, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)active,
 value=act, attributes={}}], attributes={}}} to singleton map 
{(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-configuration[{(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-name=TenGigE0/0/0/0.111,
 
(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)active=act}]=ImmutableMapEntryNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-configuration[{(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-name=TenGigE0/0/0/0.111,
 
(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)active=act}],
 
value=[ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-name,
 value=TenGigE0/0/0/0.111, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)active,
 value=act, attributes={}}], attributes={}}}
2018-11-28 08:47:23,232 | DEBUG | tp1575206167-619 | SchemaTracker              
      | 113 - org.opendaylight.yangtools.yang-data-impl - 1.2.0 | Enter 
container 
(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-configurations
2018-11-28 08:47:23,232 | DEBUG | tp1575206167-619 | 
iter$OrderedNormalizedNodeWriter | 110 - 
org.opendaylight.yangtools.yang-data-api - 1.2.0 | Skipping key child 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-name,
 value=TenGigE0/0/0/0.111, attributes={}}
2018-11-28 08:47:23,232 | DEBUG | tp1575206167-619 | 
iter$OrderedNormalizedNodeWriter | 110 - 
org.opendaylight.yangtools.yang-data-api - 1.2.0 | Skipping key child 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)active,
 value=act, attributes={}}
2018-11-28 08:47:23,232 | DEBUG | tp1575206167-619 | 
ractImmutableNormalizedValueNode | 113 - 
org.opendaylight.yangtools.yang-data-impl - 1.2.0 | The value of node 
(urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)running is null
2018-11-28 08:47:23,237 | DEBUG | tp1575206167-619 | SchemaTracker              
      | 113 - org.opendaylight.yangtools.yang-data-impl - 1.2.0 | Enter 
container (urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)source
2018-11-28 08:47:23,237 | DEBUG | tp1575206167-619 | SchemaTracker              
      | 113 - org.opendaylight.yangtools.yang-data-impl - 1.2.0 | Enter choice 
(urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)config-source
2018-11-28 08:47:23,237 | TRACE | tp1575206167-619 | NetconfDeviceCommunicator  
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Sending message <rpc message-id="m-15" 
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<get-config>
<source>
<running/>
</source>
<filter xmlns:ns0="urn:ietf:params:xml:ns:netconf:base:1.0" ns0:type="subtree">
<interface-configurations 
xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg";>
<interface-configuration>
<interface-name>TenGigE0/0/0/0.111</interface-name>
<active>act</active>
</interface-configuration>
</interface-configurations>
</filter>
</get-config>
</rpc>

2018-11-28 08:47:23,237 | TRACE | oupCloseable-7-2 | NetconfMessageToXMLEncoder 
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Sent to encode : 
<rpc message-id="m-15" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<get-config>
<source>
<running/>
</source>
<filter xmlns:ns0="urn:ietf:params:xml:ns:netconf:base:1.0" ns0:type="subtree">
<interface-configurations 
xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg";>
<interface-configuration>
<interface-name>TenGigE0/0/0/0.111</interface-name>
<active>act</active>
</interface-configuration>
</interface-configurations>
</filter>
</get-config>
</rpc>

2018-11-28 08:47:23,237 | TRACE | oupCloseable-7-2 | AsyncSshHandlerWriter      
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Writing request on 
channel: [id: 0xcc248c71], message:
#518
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<rpc message-id="m-15" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<get-config>
<source>
<running/>
</source>
<filter xmlns:ns0="urn:ietf:params:xml:ns:netconf:base:1.0" ns0:type="subtree">
<interface-configurations 
xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg";>
<interface-configuration>
<interface-name>TenGigE0/0/0/0.111</interface-name>
<active>act</active>
</interface-configuration>
</interface-configurations>
</filter>
</get-config>
</rpc>

##

2018-11-28 08:47:23,238 | TRACE | 2]-nio2-thread-5 | AsyncSshHandlerWriter      
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Ssh write request 
finished on channel: [id: 0xcc248c71] with result: true: and ex:null, message:
2018-11-28 08:47:23,238 | TRACE | oupCloseable-7-2 | NetconfDeviceCommunicator  
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | Finished 
sending request <rpc message-id="m-15" 
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<get-config>
<source>
<running/>
</source>
<filter xmlns:ns0="urn:ietf:params:xml:ns:netconf:base:1.0" ns0:type="subtree">
<interface-configurations 
xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg";>
<interface-configuration>
<interface-name>TenGigE0/0/0/0.111</interface-name>
<active>act</active>
</interface-configuration>
</interface-configurations>
</filter>
</get-config>
</rpc>

2018-11-28 08:47:23,270 | TRACE | 2]-nio2-thread-3 | AsyncSshHandlerReader      
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Reading message on 
channel: ChannelSubsystem[id=0, recipient=1], message:
#120
<?xml version="1.0"?>
<rpc-reply message-id="m-14" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
 <ok/>
</rpc-reply>

##

2018-11-28 08:47:23,270 | TRACE | oupCloseable-7-2 | NetconfXMLToMessageDecoder 
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Received to decode: 
3c3f786d6c2076657273696f6e3d22312e30223f3e0a3c7270632d7265706c79206d6573736167652d69643d226d2d31342220786d6c6e733d2275726e3a696574663a706172616d733a786d6c3a6e733a6e6574636f6e663a626173653a312e30223e0a203c6f6b2f3e0a3c2f7270632d7265706c793e0a
2018-11-28 08:47:23,270 | DEBUG | oupCloseable-7-2 | AbstractNetconfSession     
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | handling incoming 
message
2018-11-28 08:47:23,270 | DEBUG | oupCloseable-7-2 | NetconfDeviceCommunicator  
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Message received <rpc-reply 
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="m-14">
 <ok/>
</rpc-reply>

2018-11-28 08:47:23,270 | TRACE | oupCloseable-7-2 | NetconfDeviceCommunicator  
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Matched request: <rpc message-id="m-14" 
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<lock>
<target>
<candidate/>
</target>
</lock>
</rpc>
 to response: <rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" 
message-id="m-14">
 <ok/>
</rpc-reply>

2018-11-28 08:47:23,270 | TRACE | oupCloseable-7-2 | KeepaliveSalFacade         
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Resetting netconf keepalive timer
2018-11-28 08:47:23,270 | TRACE | oupCloseable-7-2 | KeepaliveSalFacade         
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Scheduling next keepalive in 120 SECONDS
2018-11-28 08:47:23,271 | TRACE | oupCloseable-7-2 | WriteCandidateTx           
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | Lock 
candidate successful
2018-11-28 08:47:23,291 | TRACE | 2]-nio2-thread-8 | AsyncSshHandlerReader      
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Reading message on 
channel: ChannelSubsystem[id=0, recipient=1], message:
#122
<?xml version="1.0"?>
<rpc-reply message-id="m-15" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
 <data/>
</rpc-reply>

##

2018-11-28 08:47:23,291 | TRACE | oupCloseable-7-2 | NetconfXMLToMessageDecoder 
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Received to decode: 
3c3f786d6c2076657273696f6e3d22312e30223f3e0a3c7270632d7265706c79206d6573736167652d69643d226d2d31352220786d6c6e733d2275726e3a696574663a706172616d733a786d6c3a6e733a6e6574636f6e663a626173653a312e30223e0a203c646174612f3e0a3c2f7270632d7265706c793e0a
2018-11-28 08:47:23,292 | DEBUG | oupCloseable-7-2 | AbstractNetconfSession     
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | handling incoming 
message
2018-11-28 08:47:23,292 | DEBUG | oupCloseable-7-2 | NetconfDeviceCommunicator  
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Message received <rpc-reply 
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="m-15">
 <data/>
</rpc-reply>

2018-11-28 08:47:23,292 | TRACE | oupCloseable-7-2 | NetconfDeviceCommunicator  
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Matched request: <rpc message-id="m-15" 
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<get-config>
<source>
<running/>
</source>
<filter xmlns:ns0="urn:ietf:params:xml:ns:netconf:base:1.0" ns0:type="subtree">
<interface-configurations 
xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg";>
<interface-configuration>
<interface-name>TenGigE0/0/0/0.111</interface-name>
<active>act</active>
</interface-configuration>
</interface-configurations>
</filter>
</get-config>
</rpc>
 to response: <rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" 
message-id="m-15">
 <data/>
</rpc-reply>

2018-11-28 08:47:23,292 | TRACE | oupCloseable-7-2 | KeepaliveSalFacade         
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Resetting netconf keepalive timer
2018-11-28 08:47:23,292 | TRACE | oupCloseable-7-2 | KeepaliveSalFacade         
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Scheduling next keepalive in 120 SECONDS
2018-11-28 08:47:23,293 | TRACE | oupCloseable-7-2 | NetconfRpcFutureCallback   
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Data read invoked successfully
2018-11-28 08:47:23,293 | TRACE | tp1575206167-619 | BrokerFacade               
      | 304 - org.opendaylight.netconf.sal-rest-connector - 1.6.0 | Put 
CONFIGURATION via Restconf: 
/(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-configurations/interface-configuration/interface-configuration[{(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-name=TenGigE0/0/0/0.111,
 
(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)active=act}]
 with payload 
ImmutableMapEntryNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-configuration[{(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-name=TenGigE0/0/0/0.111,
 
(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)active=act}],
 
value=[ImmutableAugmentationNode{nodeIdentifier=AugmentationIdentifier{childNames=[(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)ipv4-network]},
 
value=[ImmutableContainerNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)ipv4-network,
 
value=[ImmutableContainerNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)addresses,
 
value=[ImmutableContainerNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)primary,
 
value=[ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)netmask,
 value=255.255.255.254, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)address,
 value=10.15.56.98, attributes={}}], attributes={}}], attributes={}}], 
attributes={}}]}, 
ImmutableContainerNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)mtus,
 
value=[ImmutableMapNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)mtu,
 
value=[ImmutableMapEntryNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)mtu[{(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)owner=sub_vlan}],
 
value=[ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)mtu,
 value=4484, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)owner,
 value=sub_vlan, attributes={}}], attributes={}}]}], attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)active,
 value=act, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-name,
 value=TenGigE0/0/0/0.111, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-mode-non-physical,
 value=default, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)description,
 value=test, attributes={}}, 
ImmutableAugmentationNode{nodeIdentifier=AugmentationIdentifier{childNames=[(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg?revision=2017-05-01)vlan-sub-configuration]},
 
value=[ImmutableContainerNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg?revision=2017-05-01)vlan-sub-configuration,
 
value=[ImmutableContainerNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg?revision=2017-05-01)vlan-identifier,
 
value=[ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg?revision=2017-05-01)first-tag,
 value=111, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg?revision=2017-05-01)vlan-type,
 value=vlan-type-dot1q, attributes={}}], attributes={}}], attributes={}}]}], 
attributes={}}
2018-11-28 08:47:23,293 | TRACE | tp1575206167-619 | MapAdaptor                 
      | 108 - org.opendaylight.yangtools.util - 1.2.0 | Reducing input {} to an 
empty map
2018-11-28 08:47:23,293 | DEBUG | tp1575206167-619 | SchemaTracker              
      | 113 - org.opendaylight.yangtools.yang-data-impl - 1.2.0 | Enter 
container 
(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-configurations
2018-11-28 08:47:23,293 | DEBUG | tp1575206167-619 | 
ractImmutableNormalizedValueNode | 113 - 
org.opendaylight.yangtools.yang-data-impl - 1.2.0 | The value of node 
(urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)candidate is null
2018-11-28 08:47:23,298 | DEBUG | tp1575206167-619 | SchemaTracker              
      | 113 - org.opendaylight.yangtools.yang-data-impl - 1.2.0 | Enter 
container (urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)target
2018-11-28 08:47:23,298 | DEBUG | tp1575206167-619 | SchemaTracker              
      | 113 - org.opendaylight.yangtools.yang-data-impl - 1.2.0 | Enter choice 
(urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)config-target
2018-11-28 08:47:23,298 | DEBUG | tp1575206167-619 | SchemaTracker              
      | 113 - org.opendaylight.yangtools.yang-data-impl - 1.2.0 | Enter choice 
(urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)edit-content
2018-11-28 08:47:23,299 | TRACE | tp1575206167-619 | NetconfDeviceCommunicator  
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Sending message <rpc message-id="m-16" 
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<candidate/>
</target>
<error-option>rollback-on-error</error-option>
<config>
<interface-configurations 
xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg"/>
</config>
</edit-config>
</rpc>

2018-11-28 08:47:23,299 | TRACE | oupCloseable-7-2 | NetconfMessageToXMLEncoder 
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Sent to encode : 
<rpc message-id="m-16" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<candidate/>
</target>
<error-option>rollback-on-error</error-option>
<config>
<interface-configurations 
xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg"/>
</config>
</edit-config>
</rpc>

2018-11-28 08:47:23,299 | TRACE | oupCloseable-7-2 | AsyncSshHandlerWriter      
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Writing request on 
channel: [id: 0xcc248c71], message:
#345
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<rpc message-id="m-16" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<candidate/>
</target>
<error-option>rollback-on-error</error-option>
<config>
<interface-configurations 
xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg"/>
</config>
</edit-config>
</rpc>

##

2018-11-28 08:47:23,299 | TRACE | 2]-nio2-thread-6 | AsyncSshHandlerWriter      
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Ssh write request 
finished on channel: [id: 0xcc248c71] with result: true: and ex:null, message:
2018-11-28 08:47:23,299 | TRACE | oupCloseable-7-2 | NetconfDeviceCommunicator  
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | Finished 
sending request <rpc message-id="m-16" 
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<candidate/>
</target>
<error-option>rollback-on-error</error-option>
<config>
<interface-configurations 
xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg"/>
</config>
</edit-config>
</rpc>

2018-11-28 08:47:23,299 | TRACE | tp1575206167-619 | MapAdaptor                 
      | 108 - org.opendaylight.yangtools.util - 1.2.0 | Reducing input 
{(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-configuration[{(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-name=TenGigE0/0/0/0.111,
 
(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)active=act}]=ImmutableMapEntryNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-configuration[{(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-name=TenGigE0/0/0/0.111,
 
(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)active=act}],
 
value=[ImmutableAugmentationNode{nodeIdentifier=AugmentationIdentifier{childNames=[(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)ipv4-network]},
 
value=[ImmutableContainerNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)ipv4-network,
 
value=[ImmutableContainerNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)addresses,
 
value=[ImmutableContainerNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)primary,
 
value=[ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)netmask,
 value=255.255.255.254, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)address,
 value=10.15.56.98, attributes={}}], attributes={}}], attributes={}}], 
attributes={}}]}, 
ImmutableContainerNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)mtus,
 
value=[ImmutableMapNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)mtu,
 
value=[ImmutableMapEntryNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)mtu[{(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)owner=sub_vlan}],
 
value=[ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)mtu,
 value=4484, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)owner,
 value=sub_vlan, attributes={}}], attributes={}}]}], attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)active,
 value=act, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-name,
 value=TenGigE0/0/0/0.111, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-mode-non-physical,
 value=default, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)description,
 value=test, attributes={}}, 
ImmutableAugmentationNode{nodeIdentifier=AugmentationIdentifier{childNames=[(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg?revision=2017-05-01)vlan-sub-configuration]},
 
value=[ImmutableContainerNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg?revision=2017-05-01)vlan-sub-configuration,
 
value=[ImmutableContainerNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg?revision=2017-05-01)vlan-identifier,
 
value=[ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg?revision=2017-05-01)first-tag,
 value=111, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg?revision=2017-05-01)vlan-type,
 value=vlan-type-dot1q, attributes={}}], attributes={}}], attributes={}}]}], 
attributes={(urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)operation=replace}}}
 to singleton map 
{(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-configuration[{(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-name=TenGigE0/0/0/0.111,
 
(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)active=act}]=ImmutableMapEntryNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-configuration[{(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-name=TenGigE0/0/0/0.111,
 
(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)active=act}],
 
value=[ImmutableAugmentationNode{nodeIdentifier=AugmentationIdentifier{childNames=[(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)ipv4-network]},
 
value=[ImmutableContainerNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)ipv4-network,
 
value=[ImmutableContainerNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)addresses,
 
value=[ImmutableContainerNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)primary,
 
value=[ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)netmask,
 value=255.255.255.254, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)address,
 value=10.15.56.98, attributes={}}], attributes={}}], attributes={}}], 
attributes={}}]}, 
ImmutableContainerNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)mtus,
 
value=[ImmutableMapNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)mtu,
 
value=[ImmutableMapEntryNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)mtu[{(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)owner=sub_vlan}],
 
value=[ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)mtu,
 value=4484, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)owner,
 value=sub_vlan, attributes={}}], attributes={}}]}], attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)active,
 value=act, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-name,
 value=TenGigE0/0/0/0.111, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-mode-non-physical,
 value=default, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)description,
 value=test, attributes={}}, 
ImmutableAugmentationNode{nodeIdentifier=AugmentationIdentifier{childNames=[(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg?revision=2017-05-01)vlan-sub-configuration]},
 
value=[ImmutableContainerNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg?revision=2017-05-01)vlan-sub-configuration,
 
value=[ImmutableContainerNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg?revision=2017-05-01)vlan-identifier,
 
value=[ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg?revision=2017-05-01)first-tag,
 value=111, attributes={}}, 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg?revision=2017-05-01)vlan-type,
 value=vlan-type-dot1q, attributes={}}], attributes={}}], attributes={}}]}], 
attributes={(urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)operation=replace}}}
2018-11-28 08:47:23,299 | DEBUG | tp1575206167-619 | SchemaTracker              
      | 113 - org.opendaylight.yangtools.yang-data-impl - 1.2.0 | Enter 
container 
(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-configurations
2018-11-28 08:47:23,300 | DEBUG | tp1575206167-619 | SchemaTracker              
      | 113 - org.opendaylight.yangtools.yang-data-impl - 1.2.0 | Enter 
augmentation 
AugmentationIdentifier{childNames=[(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)ipv4-network]}
2018-11-28 08:47:23,300 | DEBUG | tp1575206167-619 | SchemaTracker              
      | 113 - org.opendaylight.yangtools.yang-data-impl - 1.2.0 | Enter 
container 
(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)ipv4-network
2018-11-28 08:47:23,300 | DEBUG | tp1575206167-619 | SchemaTracker              
      | 113 - org.opendaylight.yangtools.yang-data-impl - 1.2.0 | Enter 
container 
(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)addresses
2018-11-28 08:47:23,300 | DEBUG | tp1575206167-619 | SchemaTracker              
      | 113 - org.opendaylight.yangtools.yang-data-impl - 1.2.0 | Enter 
container 
(http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg?revision=2018-01-11)primary
2018-11-28 08:47:23,300 | DEBUG | tp1575206167-619 | SchemaTracker              
      | 113 - org.opendaylight.yangtools.yang-data-impl - 1.2.0 | Enter 
container 
(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)mtus
2018-11-28 08:47:23,300 | DEBUG | tp1575206167-619 | 
iter$OrderedNormalizedNodeWriter | 110 - 
org.opendaylight.yangtools.yang-data-api - 1.2.0 | Skipping key child 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)owner,
 value=sub_vlan, attributes={}}
2018-11-28 08:47:23,300 | DEBUG | tp1575206167-619 | 
iter$OrderedNormalizedNodeWriter | 110 - 
org.opendaylight.yangtools.yang-data-api - 1.2.0 | Skipping key child 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)active,
 value=act, attributes={}}
2018-11-28 08:47:23,300 | DEBUG | tp1575206167-619 | 
iter$OrderedNormalizedNodeWriter | 110 - 
org.opendaylight.yangtools.yang-data-api - 1.2.0 | Skipping key child 
ImmutableLeafNode{nodeIdentifier=(http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg?revision=2015-07-30)interface-name,
 value=TenGigE0/0/0/0.111, attributes={}}
2018-11-28 08:47:23,300 | DEBUG | tp1575206167-619 | SchemaTracker              
      | 113 - org.opendaylight.yangtools.yang-data-impl - 1.2.0 | Enter 
augmentation 
AugmentationIdentifier{childNames=[(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg?revision=2017-05-01)vlan-sub-configuration]}
2018-11-28 08:47:23,300 | DEBUG | tp1575206167-619 | SchemaTracker              
      | 113 - org.opendaylight.yangtools.yang-data-impl - 1.2.0 | Enter 
container 
(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg?revision=2017-05-01)vlan-sub-configuration
2018-11-28 08:47:23,300 | DEBUG | tp1575206167-619 | SchemaTracker              
      | 113 - org.opendaylight.yangtools.yang-data-impl - 1.2.0 | Enter 
container 
(http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg?revision=2017-05-01)vlan-identifier
2018-11-28 08:47:23,300 | DEBUG | tp1575206167-619 | 
ractImmutableNormalizedValueNode | 113 - 
org.opendaylight.yangtools.yang-data-impl - 1.2.0 | The value of node 
(urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)candidate is null
2018-11-28 08:47:23,305 | DEBUG | tp1575206167-619 | SchemaTracker              
      | 113 - org.opendaylight.yangtools.yang-data-impl - 1.2.0 | Enter 
container (urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)target
2018-11-28 08:47:23,305 | DEBUG | tp1575206167-619 | SchemaTracker              
      | 113 - org.opendaylight.yangtools.yang-data-impl - 1.2.0 | Enter choice 
(urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)config-target
2018-11-28 08:47:23,305 | DEBUG | tp1575206167-619 | SchemaTracker              
      | 113 - org.opendaylight.yangtools.yang-data-impl - 1.2.0 | Enter choice 
(urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)edit-content
2018-11-28 08:47:23,305 | TRACE | tp1575206167-619 | NetconfDeviceCommunicator  
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Sending message <rpc message-id="m-17" 
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<candidate/>
</target>
<default-operation>none</default-operation>
<error-option>rollback-on-error</error-option>
<config>
<interface-configurations 
xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg";>
<interface-configuration xmlns:a="urn:ietf:params:xml:ns:netconf:base:1.0" 
a:operation="replace">
<interface-name>TenGigE0/0/0/0.111</interface-name>
<active>act</active>
<ipv4-network xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg";>
<addresses>
<primary>
<netmask>255.255.255.254</netmask>
<address>10.15.56.98</address>
</primary>
</addresses>
</ipv4-network>
<mtus>
<mtu>
<owner>sub_vlan</owner>
<mtu>4484</mtu>
</mtu>
</mtus>
<interface-mode-non-physical>default</interface-mode-non-physical>
<description>test</description>
<vlan-sub-configuration 
xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg";>
<vlan-identifier>
<first-tag>111</first-tag>
<vlan-type>vlan-type-dot1q</vlan-type>
</vlan-identifier>
</vlan-sub-configuration>
</interface-configuration>
</interface-configurations>
</config>
</edit-config>
</rpc>

2018-11-28 08:47:23,305 | TRACE | oupCloseable-7-2 | NetconfMessageToXMLEncoder 
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Sent to encode : 
<rpc message-id="m-17" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<candidate/>
</target>
<default-operation>none</default-operation>
<error-option>rollback-on-error</error-option>
<config>
<interface-configurations 
xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg";>
<interface-configuration xmlns:a="urn:ietf:params:xml:ns:netconf:base:1.0" 
a:operation="replace">
<interface-name>TenGigE0/0/0/0.111</interface-name>
<active>act</active>
<ipv4-network xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg";>
<addresses>
<primary>
<netmask>255.255.255.254</netmask>
<address>10.15.56.98</address>
</primary>
</addresses>
</ipv4-network>
<mtus>
<mtu>
<owner>sub_vlan</owner>
<mtu>4484</mtu>
</mtu>
</mtus>
<interface-mode-non-physical>default</interface-mode-non-physical>
<description>test</description>
<vlan-sub-configuration 
xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg";>
<vlan-identifier>
<first-tag>111</first-tag>
<vlan-type>vlan-type-dot1q</vlan-type>
</vlan-identifier>
</vlan-sub-configuration>
</interface-configuration>
</interface-configurations>
</config>
</edit-config>
</rpc>

2018-11-28 08:47:23,306 | TRACE | oupCloseable-7-2 | AsyncSshHandlerWriter      
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Writing request on 
channel: [id: 0xcc248c71], message:
#1199
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<rpc message-id="m-17" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<candidate/>
</target>
<default-operation>none</default-operation>
<error-option>rollback-on-error</error-option>
<config>
<interface-configurations 
xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg";>
<interface-configuration xmlns:a="urn:ietf:params:xml:ns:netconf:base:1.0" 
a:operation="replace">
<interface-name>TenGigE0/0/0/0.111</interface-name>
<active>act</active>
<ipv4-network xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg";>
<addresses>
<primary>
<netmask>255.255.255.254</netmask>
<address>10.15.56.98</address>
</primary>
</addresses>
</ipv4-network>
<mtus>
<mtu>
<owner>sub_vlan</owner>
<mtu>4484</mtu>
</mtu>
</mtus>
<interface-mode-non-physical>default</interface-mode-non-physical>
<description>test</description>
<vlan-sub-configuration 
xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg";>
<vlan-identifier>
<first-tag>111</first-tag>
<vlan-type>vlan-type-dot1q</vlan-type>
</vlan-identifier>
</vlan-sub-configuration>
</interface-configuration>
</interface-configurations>
</config>
</edit-config>
</rpc>

##

2018-11-28 08:47:23,306 | TRACE | 2]-nio2-thread-1 | AsyncSshHandlerWriter      
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Ssh write request 
finished on channel: [id: 0xcc248c71] with result: true: and ex:null, message:
2018-11-28 08:47:23,306 | TRACE | oupCloseable-7-2 | NetconfDeviceCommunicator  
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | Finished 
sending request <rpc message-id="m-17" 
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<candidate/>
</target>
<default-operation>none</default-operation>
<error-option>rollback-on-error</error-option>
<config>
<interface-configurations 
xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg";>
<interface-configuration xmlns:a="urn:ietf:params:xml:ns:netconf:base:1.0" 
a:operation="replace">
<interface-name>TenGigE0/0/0/0.111</interface-name>
<active>act</active>
<ipv4-network xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg";>
<addresses>
<primary>
<netmask>255.255.255.254</netmask>
<address>10.15.56.98</address>
</primary>
</addresses>
</ipv4-network>
<mtus>
<mtu>
<owner>sub_vlan</owner>
<mtu>4484</mtu>
</mtu>
</mtus>
<interface-mode-non-physical>default</interface-mode-non-physical>
<description>test</description>
<vlan-sub-configuration 
xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg";>
<vlan-identifier>
<first-tag>111</first-tag>
<vlan-type>vlan-type-dot1q</vlan-type>
</vlan-identifier>
</vlan-sub-configuration>
</interface-configuration>
</interface-configurations>
</config>
</edit-config>
</rpc>

2018-11-28 08:47:23,311 | TRACE | tp1575206167-619 | NetconfDeviceCommunicator  
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Sending message <rpc message-id="m-18" 
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<commit/>
</rpc>

2018-11-28 08:47:23,312 | TRACE | oupCloseable-7-2 | NetconfMessageToXMLEncoder 
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Sent to encode : 
<rpc message-id="m-18" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<commit/>
</rpc>

2018-11-28 08:47:23,312 | TRACE | oupCloseable-7-2 | AsyncSshHandlerWriter      
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Writing request on 
channel: [id: 0xcc248c71], message:
#144
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<rpc message-id="m-18" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<commit/>
</rpc>

##

2018-11-28 08:47:23,312 | TRACE | 2]-nio2-thread-2 | AsyncSshHandlerWriter      
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Ssh write request 
finished on channel: [id: 0xcc248c71] with result: true: and ex:null, message:
2018-11-28 08:47:23,312 | TRACE | oupCloseable-7-2 | NetconfDeviceCommunicator  
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | Finished 
sending request <rpc message-id="m-18" 
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<commit/>
</rpc>

2018-11-28 08:47:23,314 | TRACE | 2]-nio2-thread-7 | AsyncSshHandlerReader      
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Reading message on 
channel: ChannelSubsystem[id=0, recipient=1], message:
#120
<?xml version="1.0"?>
<rpc-reply message-id="m-16" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
 <ok/>
</rpc-reply>

##

2018-11-28 08:47:23,314 | TRACE | oupCloseable-7-2 | NetconfXMLToMessageDecoder 
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Received to decode: 
3c3f786d6c2076657273696f6e3d22312e30223f3e0a3c7270632d7265706c79206d6573736167652d69643d226d2d31362220786d6c6e733d2275726e3a696574663a706172616d733a786d6c3a6e733a6e6574636f6e663a626173653a312e30223e0a203c6f6b2f3e0a3c2f7270632d7265706c793e0a
2018-11-28 08:47:23,315 | DEBUG | oupCloseable-7-2 | AbstractNetconfSession     
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | handling incoming 
message
2018-11-28 08:47:23,315 | DEBUG | oupCloseable-7-2 | NetconfDeviceCommunicator  
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Message received <rpc-reply 
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="m-16">
 <ok/>
</rpc-reply>

2018-11-28 08:47:23,315 | TRACE | oupCloseable-7-2 | NetconfDeviceCommunicator  
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Matched request: <rpc message-id="m-16" 
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<candidate/>
</target>
<error-option>rollback-on-error</error-option>
<config>
<interface-configurations 
xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg"/>
</config>
</edit-config>
</rpc>
 to response: <rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" 
message-id="m-16">
 <ok/>
</rpc-reply>

2018-11-28 08:47:23,315 | TRACE | oupCloseable-7-2 | KeepaliveSalFacade         
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Resetting netconf keepalive timer
2018-11-28 08:47:23,315 | TRACE | oupCloseable-7-2 | KeepaliveSalFacade         
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Scheduling next keepalive in 120 SECONDS
2018-11-28 08:47:23,315 | TRACE | oupCloseable-7-2 | NetconfRpcFutureCallback   
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Edit candidate invoked successfully
2018-11-28 08:47:23,349 | TRACE | 2]-nio2-thread-4 | AsyncSshHandlerReader      
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Reading message on 
channel: ChannelSubsystem[id=0, recipient=1], message:
#120
<?xml version="1.0"?>
<rpc-reply message-id="m-17" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
 <ok/>
</rpc-reply>

##

2018-11-28 08:47:23,349 | TRACE | oupCloseable-7-2 | NetconfXMLToMessageDecoder 
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Received to decode: 
3c3f786d6c2076657273696f6e3d22312e30223f3e0a3c7270632d7265706c79206d6573736167652d69643d226d2d31372220786d6c6e733d2275726e3a696574663a706172616d733a786d6c3a6e733a6e6574636f6e663a626173653a312e30223e0a203c6f6b2f3e0a3c2f7270632d7265706c793e0a
2018-11-28 08:47:23,349 | DEBUG | oupCloseable-7-2 | AbstractNetconfSession     
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | handling incoming 
message
2018-11-28 08:47:23,349 | DEBUG | oupCloseable-7-2 | NetconfDeviceCommunicator  
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Message received <rpc-reply 
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="m-17">
 <ok/>
</rpc-reply>

2018-11-28 08:47:23,349 | TRACE | oupCloseable-7-2 | NetconfDeviceCommunicator  
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Matched request: <rpc message-id="m-17" 
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<candidate/>
</target>
<default-operation>none</default-operation>
<error-option>rollback-on-error</error-option>
<config>
<interface-configurations 
xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg";>
<interface-configuration xmlns:a="urn:ietf:params:xml:ns:netconf:base:1.0" 
a:operation="replace">
<interface-name>TenGigE0/0/0/0.111</interface-name>
<active>act</active>
<ipv4-network xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-ipv4-io-cfg";>
<addresses>
<primary>
<netmask>255.255.255.254</netmask>
<address>10.15.56.98</address>
</primary>
</addresses>
</ipv4-network>
<mtus>
<mtu>
<owner>sub_vlan</owner>
<mtu>4484</mtu>
</mtu>
</mtus>
<interface-mode-non-physical>default</interface-mode-non-physical>
<description>test</description>
<vlan-sub-configuration 
xmlns="http://cisco.com/ns/yang/Cisco-IOS-XR-l2-eth-infra-cfg";>
<vlan-identifier>
<first-tag>111</first-tag>
<vlan-type>vlan-type-dot1q</vlan-type>
</vlan-identifier>
</vlan-sub-configuration>
</interface-configuration>
</interface-configurations>
</config>
</edit-config>
</rpc>
 to response: <rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" 
message-id="m-17">
 <ok/>
</rpc-reply>

2018-11-28 08:47:23,349 | TRACE | oupCloseable-7-2 | KeepaliveSalFacade         
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Resetting netconf keepalive timer
2018-11-28 08:47:23,349 | TRACE | oupCloseable-7-2 | KeepaliveSalFacade         
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Scheduling next keepalive in 120 SECONDS
2018-11-28 08:47:23,349 | TRACE | oupCloseable-7-2 | NetconfRpcFutureCallback   
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Edit candidate invoked successfully
2018-11-28 08:47:23,567 | TRACE | 2]-nio2-thread-5 | AsyncSshHandlerReader      
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Reading message on 
channel: ChannelSubsystem[id=0, recipient=1], message:
#120
<?xml version="1.0"?>
<rpc-reply message-id="m-18" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
 <ok/>
</rpc-reply>

##

2018-11-28 08:47:23,567 | TRACE | oupCloseable-7-2 | NetconfXMLToMessageDecoder 
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Received to decode: 
3c3f786d6c2076657273696f6e3d22312e30223f3e0a3c7270632d7265706c79206d6573736167652d69643d226d2d31382220786d6c6e733d2275726e3a696574663a706172616d733a786d6c3a6e733a6e6574636f6e663a626173653a312e30223e0a203c6f6b2f3e0a3c2f7270632d7265706c793e0a
2018-11-28 08:47:23,567 | DEBUG | oupCloseable-7-2 | AbstractNetconfSession     
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | handling incoming 
message
2018-11-28 08:47:23,568 | DEBUG | oupCloseable-7-2 | NetconfDeviceCommunicator  
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Message received <rpc-reply 
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="m-18">
 <ok/>
</rpc-reply>

2018-11-28 08:47:23,568 | TRACE | oupCloseable-7-2 | NetconfDeviceCommunicator  
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Matched request: <rpc message-id="m-18" 
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<commit/>
</rpc>
 to response: <rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" 
message-id="m-18">
 <ok/>
</rpc-reply>

2018-11-28 08:47:23,568 | TRACE | oupCloseable-7-2 | KeepaliveSalFacade         
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Resetting netconf keepalive timer
2018-11-28 08:47:23,568 | TRACE | oupCloseable-7-2 | KeepaliveSalFacade         
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Scheduling next keepalive in 120 SECONDS
2018-11-28 08:47:23,568 | TRACE | oupCloseable-7-2 | NetconfRpcFutureCallback   
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Commit invoked successfully
2018-11-28 08:47:23,568 | DEBUG | oupCloseable-7-2 | 
ractImmutableNormalizedValueNode | 113 - 
org.opendaylight.yangtools.yang-data-impl - 1.2.0 | The value of node 
(urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)candidate is null
2018-11-28 08:47:23,574 | DEBUG | oupCloseable-7-2 | SchemaTracker              
      | 113 - org.opendaylight.yangtools.yang-data-impl - 1.2.0 | Enter 
container (urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)target
2018-11-28 08:47:23,574 | DEBUG | oupCloseable-7-2 | SchemaTracker              
      | 113 - org.opendaylight.yangtools.yang-data-impl - 1.2.0 | Enter choice 
(urn:ietf:params:xml:ns:netconf:base:1.0?revision=2011-06-01)config-target
2018-11-28 08:47:23,574 | TRACE | oupCloseable-7-2 | NetconfDeviceCommunicator  
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Sending message <rpc message-id="m-19" 
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<unlock>
<target>
<candidate/>
</target>
</unlock>
</rpc>

2018-11-28 08:47:23,574 | TRACE | oupCloseable-7-2 | NetconfMessageToXMLEncoder 
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Sent to encode : 
<rpc message-id="m-19" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<unlock>
<target>
<candidate/>
</target>
</unlock>
</rpc>

2018-11-28 08:47:23,574 | TRACE | oupCloseable-7-2 | AsyncSshHandlerWriter      
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Writing request on 
channel: [id: 0xcc248c71], message:
#185
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<rpc message-id="m-19" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<unlock>
<target>
<candidate/>
</target>
</unlock>
</rpc>

##

2018-11-28 08:47:23,574 | TRACE | 2]-nio2-thread-3 | AsyncSshHandlerWriter      
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Ssh write request 
finished on channel: [id: 0xcc248c71] with result: true: and ex:null, message:
2018-11-28 08:47:23,574 | TRACE | oupCloseable-7-2 | NetconfDeviceCommunicator  
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | Finished 
sending request <rpc message-id="m-19" 
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<unlock>
<target>
<candidate/>
</target>
</unlock>
</rpc>

2018-11-28 08:47:23,631 | TRACE | 2]-nio2-thread-8 | AsyncSshHandlerReader      
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Reading message on 
channel: ChannelSubsystem[id=0, recipient=1], message:
#120
<?xml version="1.0"?>
<rpc-reply message-id="m-19" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
 <ok/>
</rpc-reply>

##

2018-11-28 08:47:23,631 | TRACE | oupCloseable-7-2 | NetconfXMLToMessageDecoder 
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | Received to decode: 
3c3f786d6c2076657273696f6e3d22312e30223f3e0a3c7270632d7265706c79206d6573736167652d69643d226d2d31392220786d6c6e733d2275726e3a696574663a706172616d733a786d6c3a6e733a6e6574636f6e663a626173653a312e30223e0a203c6f6b2f3e0a3c2f7270632d7265706c793e0a
2018-11-28 08:47:23,631 | DEBUG | oupCloseable-7-2 | AbstractNetconfSession     
      | 300 - org.opendaylight.netconf.netty-util - 1.3.0 | handling incoming 
message
2018-11-28 08:47:23,631 | DEBUG | oupCloseable-7-2 | NetconfDeviceCommunicator  
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Message received <rpc-reply 
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="m-19">
 <ok/>
</rpc-reply>

2018-11-28 08:47:23,632 | TRACE | oupCloseable-7-2 | NetconfDeviceCommunicator  
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Matched request: <rpc message-id="m-19" 
xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<unlock>
<target>
<candidate/>
</target>
</unlock>
</rpc>
 to response: <rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" 
message-id="m-19">
 <ok/>
</rpc-reply>

2018-11-28 08:47:23,632 | TRACE | oupCloseable-7-2 | KeepaliveSalFacade         
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Resetting netconf keepalive timer
2018-11-28 08:47:23,632 | TRACE | oupCloseable-7-2 | KeepaliveSalFacade         
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Scheduling next keepalive in 120 SECONDS
2018-11-28 08:47:23,632 | TRACE | oupCloseable-7-2 | NetconfRpcFutureCallback   
      | 303 - org.opendaylight.netconf.sal-netconf-connector - 1.6.0 | 
RemoteDevice{alex}: Unlock candidate invoked successfully


On Nov 27, 2018, at 7:31 PM, Robert Varga <[email protected]> wrote:



On 28/11/2018 01:24, Robert Varga wrote:
As you can see, the namespace has been stripped out, hence device is
unable to recognize the element I’m trying to configure.

Is this a know issue? It is a very critical regression to me.
Looks like a bug. Can you narrow down the versions? How does Oxygen
SR3/Fluorine GA look like?

Also, how do you send that request down? RESTCONF?

Regards,
Robert


_______________________________________________
Discuss mailing list
[email protected]
https://lists.opendaylight.org/mailman/listinfo/discuss

Reply via email to