13:40:59.017 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 13:40:59.018 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 13:40:59.018 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 13:40:59.202 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 13:40:59.204 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 13:40:59.252 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending get request: path { elem { name: "openconfig-interfaces:interfaces" } elem { name: "interface" key { key: "name" value: "br0" } } elem { name: "ethernet" } elem { name: "config" } elem { name: "enable-flow-control" } } type: CONFIG encoding: JSON_IETF 13:40:59.271 [nioEventLoopGroup-5-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0x8507f0b2, L:/127.0.0.1:10161 - R:/127.0.0.1:52550]' 13:40:59.400 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1764942059392 update { path { elem { name: "openconfig-interfaces:interfaces" } elem { name: "interface" key { key: "name" value: "br0" } } elem { name: "ethernet" } elem { name: "config" } elem { name: "enable-flow-control" } } val { json_ietf_val: "{\"enable-flow-control\":true}" } } } 13:40:59.435 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending set request: update { path { elem { name: "openconfig-interfaces:interfaces" } elem { name: "interface" key { key: "name" value: "br0" } } elem { name: "ethernet" } elem { name: "config" } elem { name: "enable-flow-control" } } val { bool_val: false } } 13:40:59.482 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received set response: response { path { elem { name: "openconfig-interfaces:interfaces" } elem { name: "interface" key { key: "name" value: "br0" } } elem { name: "ethernet" } elem { name: "config" } elem { name: "enable-flow-control" } } op: UPDATE } 13:40:59.484 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending get request: path { elem { name: "openconfig-interfaces:interfaces" } elem { name: "interface" key { key: "name" value: "br0" } } elem { name: "ethernet" } elem { name: "config" } elem { name: "enable-flow-control" } } type: CONFIG encoding: JSON_IETF 13:40:59.497 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1764942059494 update { path { elem { name: "openconfig-interfaces:interfaces" } elem { name: "interface" key { key: "name" value: "br0" } } elem { name: "ethernet" } elem { name: "config" } elem { name: "enable-flow-control" } } val { json_ietf_val: "{\"enable-flow-control\":false}" } } } 13:40:59.498 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending delete request: delete { elem { name: "openconfig-interfaces:interfaces" } elem { name: "interface" key { key: "name" value: "br0" } } elem { name: "ethernet" } elem { name: "config" } elem { name: "enable-flow-control" } } 13:40:59.506 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received delete response: response { path { elem { name: "openconfig-interfaces:interfaces" } elem { name: "interface" key { key: "name" value: "br0" } } elem { name: "ethernet" } elem { name: "config" } elem { name: "enable-flow-control" } } op: DELETE } 13:40:59.508 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending get request: path { elem { name: "openconfig-interfaces:interfaces" } elem { name: "interface" key { key: "name" value: "br0" } } elem { name: "ethernet" } elem { name: "config" } elem { name: "enable-flow-control" } } type: CONFIG encoding: JSON_IETF 13:41:00.016 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 13:41:00.017 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 13:41:00.017 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 13:41:00.027 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 13:41:00.030 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 13:41:00.052 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending get request: path { elem { name: "openconfig-interfaces:interfaces" } elem { name: "interface" key { key: "name" value: "br0" } } elem { name: "ethernet" } } encoding: JSON_IETF 13:41:00.054 [nioEventLoopGroup-7-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0xd6242918, L:/127.0.0.1:10161 - R:/127.0.0.1:52562]' 13:41:00.150 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1764942060141 update { path { elem { name: "openconfig-interfaces:interfaces" } elem { name: "interface" key { key: "name" value: "br0" } } elem { name: "ethernet" } } val { json_ietf_val: "{\"openconfig-if-ethernet:ethernet\":{\"config\":{\"port-speed\":\"openconfig-if-ethernet:SPEED_10MB\",\"auto-negotiate\":true,\"openconfig-if-aggregate:aggregate-id\":\"admin\",\"enable-flow-control\":true},\"openconfig-vlan:switched-vlan\":{\"config\":{\"access-vlan\":45,\"interface-mode\":\"ACCESS\",\"native-vlan\":37}}}}" } } } 13:41:00.660 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 13:41:00.661 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 13:41:00.661 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 13:41:00.671 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 13:41:00.674 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 13:41:00.700 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending set request: update { path { elem { name: "gnmi-test-model:test-data" } } val { json_ietf_val: "{\n \"multiple-key-list\" : [\n {\n \"number\": 10,\n \"leafref-key\": 15,\n \"identityref-key\": \"openconfig-aaa-types:SYSTEM_ROLE_ADMIN\",\n \"union-key\": \"unbounded\"\n }\n ]\n}\n" } } update { path { elem { name: "gnmi-test-model:test-data" } elem { name: "multiple-key-list" key { key: "identityref-key" value: "openconfig-aaa-types:SYSTEM_ROLE_ADMIN" } key { key: "leafref-key" value: "15" } key { key: "number" value: "10" } key { key: "union-key" value: "unbounded" } } elem { name: "inner-container" } } val { json_ietf_val: "{\n \"inner-data\": \"data\"\n}\n" } } 13:41:00.709 [nioEventLoopGroup-9-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0x96672cff, L:/127.0.0.1:10161 - R:/127.0.0.1:52566]' 13:41:01.229 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 13:41:01.229 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 13:41:01.230 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 13:41:01.238 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 13:41:01.241 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 13:41:01.264 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending get request: path { elem { name: "openconfig-interfaces:interfaces" } elem { name: "interface" key { key: "name" value: "br0" } } elem { name: "ethernet" } elem { name: "config" } } type: CONFIG encoding: JSON_IETF 13:41:01.266 [nioEventLoopGroup-11-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0x4b4a0523, L:/127.0.0.1:10161 - R:/127.0.0.1:52582]' 13:41:01.309 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1764942061306 update { path { elem { name: "openconfig-interfaces:interfaces" } elem { name: "interface" key { key: "name" value: "br0" } } elem { name: "ethernet" } elem { name: "config" } } val { json_ietf_val: "{\"openconfig-if-ethernet:config\":{\"port-speed\":\"openconfig-if-ethernet:SPEED_10MB\",\"auto-negotiate\":true,\"openconfig-if-aggregate:aggregate-id\":\"admin\",\"enable-flow-control\":true}}" } } } 13:41:01.311 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending set request: update { path { elem { name: "openconfig-interfaces:interfaces" } elem { name: "interface" key { key: "name" value: "br0" } } elem { name: "ethernet" } elem { name: "config" } } val { json_ietf_val: "{\"enable-flow-control\":false,\"openconfig-if-aggregate:aggregate-id\":\"admin\",\"auto-negotiate\":true,\"port-speed\":\"openconfig-if-ethernet:SPEED_10MB\"}" } } 13:41:01.320 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received set response: response { path { elem { name: "openconfig-interfaces:interfaces" } elem { name: "interface" key { key: "name" value: "br0" } } elem { name: "ethernet" } elem { name: "config" } } op: UPDATE } 13:41:01.321 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending get request: path { elem { name: "openconfig-interfaces:interfaces" } elem { name: "interface" key { key: "name" value: "br0" } } elem { name: "ethernet" } elem { name: "config" } } type: CONFIG encoding: JSON_IETF 13:41:01.327 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1764942061325 update { path { elem { name: "openconfig-interfaces:interfaces" } elem { name: "interface" key { key: "name" value: "br0" } } elem { name: "ethernet" } elem { name: "config" } } val { json_ietf_val: "{\"openconfig-if-ethernet:config\":{\"port-speed\":\"openconfig-if-ethernet:SPEED_10MB\",\"auto-negotiate\":true,\"openconfig-if-aggregate:aggregate-id\":\"admin\",\"enable-flow-control\":false}}" } } } 13:41:01.328 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending delete request: delete { elem { name: "openconfig-interfaces:interfaces" } elem { name: "interface" key { key: "name" value: "br0" } } elem { name: "ethernet" } elem { name: "config" } } 13:41:01.338 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received delete response: response { path { elem { name: "openconfig-interfaces:interfaces" } elem { name: "interface" key { key: "name" value: "br0" } } elem { name: "ethernet" } elem { name: "config" } } op: DELETE } 13:41:01.338 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending get request: path { elem { name: "openconfig-interfaces:interfaces" } elem { name: "interface" key { key: "name" value: "br0" } } elem { name: "ethernet" } elem { name: "config" } } type: CONFIG encoding: JSON_IETF 13:41:01.815 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 13:41:01.816 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 13:41:01.816 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 13:41:01.829 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 13:41:01.832 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 13:41:01.855 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending get request: path { elem { name: "openconfig-interfaces:interfaces" } } type: CONFIG encoding: JSON_IETF 13:41:01.863 [nioEventLoopGroup-13-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0x5ce49d4a, L:/127.0.0.1:10161 - R:/127.0.0.1:52598]' 13:41:01.926 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1764942061921 update { path { elem { name: "openconfig-interfaces:interfaces" } } val { json_ietf_val: "{\"openconfig-interfaces:interfaces\":{\"interface\":[{\"name\":\"eth3\",\"config\":{\"mtu\":1500,\"name\":\"admin\",\"loopback-mode\":false,\"enabled\":false,\"type\":\"openconfig-if-types:IF_ETHERNET\"}},{\"name\":\"br0\",\"openconfig-if-aggregate:aggregation\":{\"config\":{\"min-links\":5,\"lag-type\":\"LACP\"},\"openconfig-vlan:switched-vlan\":{\"config\":{\"access-vlan\":54,\"interface-mode\":\"ACCESS\",\"native-vlan\":34}}},\"config\":{\"mtu\":100,\"name\":\"admin\",\"loopback-mode\":false,\"enabled\":false,\"type\":\"openconfig-if-types:IF_ETHERNET\"},\"openconfig-if-ethernet:ethernet\":{\"config\":{\"port-speed\":\"openconfig-if-ethernet:SPEED_10MB\",\"auto-negotiate\":true,\"openconfig-if-aggregate:aggregate-id\":\"admin\",\"enable-flow-control\":true},\"openconfig-vlan:switched-vlan\":{\"config\":{\"access-vlan\":45,\"interface-mode\":\"ACCESS\",\"native-vlan\":37}}}}]}}" } } } 13:41:01.929 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending set request: update { path { elem { name: "openconfig-interfaces:interfaces" } } val { json_ietf_val: "{\"interface\":[{\"name\":\"eth3\",\"config\":{\"enabled\":false,\"name\":\"admin\",\"type\":\"openconfig-if-types:IF_ETHERNET\",\"loopback-mode\":false,\"mtu\":500}},{\"name\":\"br0\",\"config\":{\"enabled\":false,\"name\":\"admin\",\"type\":\"openconfig-if-types:IF_ETHERNET\",\"loopback-mode\":true,\"mtu\":100},\"openconfig-if-ethernet:ethernet\":{\"config\":{\"enable-flow-control\":true,\"openconfig-if-aggregate:aggregate-id\":\"admin\",\"auto-negotiate\":true,\"port-speed\":\"openconfig-if-ethernet:SPEED_10MB\"},\"openconfig-vlan:switched-vlan\":{\"config\":{\"native-vlan\":37,\"access-vlan\":45,\"interface-mode\":\"ACCESS\"}}},\"openconfig-if-aggregate:aggregation\":{\"openconfig-vlan:switched-vlan\":{\"config\":{\"native-vlan\":34,\"access-vlan\":54,\"interface-mode\":\"ACCESS\"}},\"config\":{\"lag-type\":\"LACP\",\"min-links\":5}}}]}" } } 13:41:01.940 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received set response: response { path { elem { name: "openconfig-interfaces:interfaces" } } op: UPDATE } 13:41:01.941 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending get request: path { elem { name: "openconfig-interfaces:interfaces" } } type: CONFIG encoding: JSON_IETF 13:41:01.947 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1764942061945 update { path { elem { name: "openconfig-interfaces:interfaces" } } val { json_ietf_val: "{\"openconfig-interfaces:interfaces\":{\"interface\":[{\"name\":\"eth3\",\"config\":{\"mtu\":500,\"name\":\"admin\",\"loopback-mode\":false,\"enabled\":false,\"type\":\"openconfig-if-types:IF_ETHERNET\"}},{\"name\":\"br0\",\"openconfig-if-aggregate:aggregation\":{\"config\":{\"min-links\":5,\"lag-type\":\"LACP\"},\"openconfig-vlan:switched-vlan\":{\"config\":{\"access-vlan\":54,\"interface-mode\":\"ACCESS\",\"native-vlan\":34}}},\"config\":{\"mtu\":100,\"name\":\"admin\",\"loopback-mode\":true,\"enabled\":false,\"type\":\"openconfig-if-types:IF_ETHERNET\"},\"openconfig-if-ethernet:ethernet\":{\"config\":{\"port-speed\":\"openconfig-if-ethernet:SPEED_10MB\",\"auto-negotiate\":true,\"openconfig-if-aggregate:aggregate-id\":\"admin\",\"enable-flow-control\":true},\"openconfig-vlan:switched-vlan\":{\"config\":{\"access-vlan\":45,\"interface-mode\":\"ACCESS\",\"native-vlan\":37}}}}]}}" } } } 13:41:01.948 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending delete request: delete { elem { name: "openconfig-interfaces:interfaces" } } 13:41:01.952 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received delete response: response { path { elem { name: "openconfig-interfaces:interfaces" } } op: DELETE } 13:41:01.953 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending get request: path { elem { name: "openconfig-interfaces:interfaces" } } type: CONFIG encoding: JSON_IETF 13:41:02.423 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 13:41:02.424 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 13:41:02.424 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 13:41:02.432 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 13:41:02.435 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 13:41:02.460 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending set request: update { path { elem { name: "gnmi-test-model:test-data" } elem { name: "nested-container" } elem { name: "interface" key { key: "name" value: "eth5" } } } val { json_ietf_val: "{\n \"config\": {\n \"name\": \"Vlan10\",\n \"type\": \"iana-if-type:l2vlan\",\n \"mtu\": 1550\n }\n}" } } 13:41:02.467 [nioEventLoopGroup-15-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0x8f9ffc9f, L:/127.0.0.1:10161 - R:/127.0.0.1:52602]' 13:41:02.941 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 13:41:02.942 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 13:41:02.942 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 13:41:02.949 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 13:41:02.951 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 13:41:02.976 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending capabilities request: 13:41:02.978 [nioEventLoopGroup-17-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0x008f275d, L:/127.0.0.1:10161 - R:/127.0.0.1:52606]' 13:41:03.118 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received capabilities response: supported_models { name: "gnmi-test-aug" organization: "UNKNOWN-ORGANIZATION" version: "1.0.0" } supported_models { name: "gnmi-test-model" organization: "UNKNOWN-ORGANIZATION" version: "1.0.0" } supported_models { name: "iana-if-type" organization: "IANA" version: "2023-01-26" } supported_models { name: "ietf-interfaces" organization: "IETF NETMOD (Network Modeling) Working Group" version: "2018-02-20" } supported_models { name: "ietf-yang-types" organization: "IETF NETMOD (NETCONF Data Modeling Language) Working Group" version: "2013-07-15" } supported_models { name: "openconfig-aaa" organization: "OpenConfig working group" version: "0.5.0" } supported_models { name: "openconfig-aaa-types" organization: "OpenConfig working group" version: "0.4.1" } supported_models { name: "openconfig-alarm-types" organization: "OpenConfig working group" version: "0.2.1" } supported_models { name: "openconfig-alarms" organization: "OpenConfig working group" version: "0.3.2" } supported_models { name: "openconfig-extensions" organization: "OpenConfig working group" version: "2020-06-16" } supported_models { name: "openconfig-if-aggregate" organization: "OpenConfig working group" version: "2.4.3" } supported_models { name: "openconfig-if-ethernet" organization: "OpenConfig working group" version: "2.11.0" } supported_models { name: "openconfig-if-types" organization: "OpenConfig working group" version: "0.2.1" } supported_models { name: "openconfig-inet-types" organization: "OpenConfig working group" version: "0.4.0" } supported_models { name: "openconfig-interfaces" organization: "OpenConfig working group" version: "2.5.0" } supported_models { name: "openconfig-license" organization: "OpenConfig working group" version: "0.2.0" } supported_models { name: "openconfig-messages" organization: "OpenConfig working group" version: "0.0.1" } supported_models { name: "openconfig-openflow" organization: "OpenConfig working group" version: "0.1.2" } supported_models { name: "openconfig-openflow-types" organization: "OpenConfig working group" version: "0.1.3" } supported_models { name: "openconfig-platform" organization: "OpenConfig working group" version: "0.13.0" } supported_models { name: "openconfig-platform-types" organization: "OpenConfig working group" version: "1.1.0" } supported_models { name: "openconfig-procmon" organization: "OpenConfig working group" version: "0.4.0" } supported_models { name: "openconfig-system" organization: "OpenConfig working group" version: "0.10.0" } supported_models { name: "openconfig-system-logging" organization: "OpenConfig working group" version: "0.3.1" } supported_models { name: "openconfig-system-terminal" organization: "OpenConfig working group" version: "0.3.1" } supported_models { name: "openconfig-types" organization: "OpenConfig working group" version: "0.6.0" } supported_models { name: "openconfig-vlan" organization: "OpenConfig working group" version: "3.2.0" } supported_models { name: "openconfig-vlan-types" organization: "OpenConfig working group" version: "3.1.1" } supported_models { name: "openconfig-yang-types" organization: "OpenConfig working group" version: "0.3.0" } supported_encodings: JSON supported_encodings: JSON_IETF gNMI_version: "0.7.0" 13:41:03.519 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 13:41:03.520 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 13:41:03.520 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 13:41:03.526 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 13:41:03.535 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 13:41:03.554 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending set request: update { path { elem { name: "openconfig-interfaces:interfaces" } elem { name: "interface" key { key: "name" value: "eth5" } } } val { json_ietf_val: "{\n \"config\": {\n \"name\": \"Vlan10\",\n \"type\": \"iana-if-type:l2vlan\",\n \"mtu\": 1550\n }\n}" } } 13:41:03.556 [nioEventLoopGroup-19-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0xb60cec5b, L:/127.0.0.1:10161 - R:/127.0.0.1:52612]' 13:41:04.031 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 13:41:04.032 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 13:41:04.032 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 13:41:04.039 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 13:41:04.047 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 13:41:04.071 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending get request: path { elem { name: "openconfig-interfaces:interfaces" } elem { name: "interface" key { key: "name" value: "eth3" } } elem { name: "config" } elem { name: "mtu" } } encoding: JSON_IETF 13:41:04.075 [nioEventLoopGroup-21-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0xef197b21, L:/127.0.0.1:10161 - R:/127.0.0.1:52626]' 13:41:04.110 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1764942064107 update { path { elem { name: "openconfig-interfaces:interfaces" } elem { name: "interface" key { key: "name" value: "eth3" } } elem { name: "config" } elem { name: "mtu" } } val { json_ietf_val: "{\"mtu\":1500}" } } } 13:41:04.112 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending set request: update { path { elem { name: "openconfig-interfaces:interfaces" } elem { name: "interface" key { key: "name" value: "eth3" } } elem { name: "config" } elem { name: "mtu" } } val { int_val: 500 } } 13:41:04.119 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received set response: response { path { elem { name: "openconfig-interfaces:interfaces" } elem { name: "interface" key { key: "name" value: "eth3" } } elem { name: "config" } elem { name: "mtu" } } op: UPDATE } 13:41:04.120 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending get request: path { elem { name: "openconfig-interfaces:interfaces" } elem { name: "interface" key { key: "name" value: "eth3" } } elem { name: "config" } elem { name: "mtu" } } encoding: JSON_IETF 13:41:04.126 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1764942064124 update { path { elem { name: "openconfig-interfaces:interfaces" } elem { name: "interface" key { key: "name" value: "eth3" } } elem { name: "config" } elem { name: "mtu" } } val { json_ietf_val: "{\"mtu\":500}" } } } 13:41:04.126 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending delete request: delete { elem { name: "openconfig-interfaces:interfaces" } elem { name: "interface" key { key: "name" value: "eth3" } } elem { name: "config" } elem { name: "mtu" } } 13:41:04.132 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received delete response: response { path { elem { name: "openconfig-interfaces:interfaces" } elem { name: "interface" key { key: "name" value: "eth3" } } elem { name: "config" } elem { name: "mtu" } } op: DELETE } 13:41:04.132 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending get request: path { elem { name: "openconfig-interfaces:interfaces" } elem { name: "interface" key { key: "name" value: "eth3" } } elem { name: "config" } elem { name: "mtu" } } encoding: JSON_IETF 13:41:04.513 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 13:41:04.513 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 13:41:04.513 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 13:41:04.520 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 13:41:04.522 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 13:41:04.541 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending set request: update { path { elem { name: "gnmi-test-model:test-data" } elem { name: "multiple-key-list" key { key: "identityref-key" value: "openconfig-aaa-types:SYSTEM_DEFINED_ROLES" } key { key: "leafref-key" value: "15" } key { key: "number" value: "10" } key { key: "union-key" value: "5" } } } val { json_ietf_val: "{\n \"inner-container\": {\n \"inner-data\": \"data\"\n }\n}\n" } } 13:41:04.543 [nioEventLoopGroup-23-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0x54bf510b, L:/127.0.0.1:10161 - R:/127.0.0.1:52628]' 13:41:04.963 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 13:41:04.964 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 13:41:04.964 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 13:41:04.981 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 13:41:04.990 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 13:41:05.013 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending get request: path { elem { name: "openconfig-interfaces:interfaces" } elem { name: "interface" key { key: "name" value: "eth3" } } } type: CONFIG encoding: JSON_IETF 13:41:05.020 [nioEventLoopGroup-25-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0xed970319, L:/127.0.0.1:10161 - R:/127.0.0.1:52644]' 13:41:05.056 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1764942065053 update { path { elem { name: "openconfig-interfaces:interfaces" } elem { name: "interface" key { key: "name" value: "eth3" } } } val { json_ietf_val: "{\"openconfig-interfaces:config\":{\"mtu\":1500,\"name\":\"admin\",\"loopback-mode\":false,\"enabled\":false,\"type\":\"openconfig-if-types:IF_ETHERNET\"},\"name\":\"eth3\"}" } } }