13:50:20.766 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 13:50:20.767 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 13:50:20.767 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 13:50:20.988 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 13:50:20.991 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 13:50:21.047 [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:50:21.068 [nioEventLoopGroup-5-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0x2f9c5652, L:/127.0.0.1:10161 - R:/127.0.0.1:49530]' 13:50:21.207 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1764942621194 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:50:21.245 [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:50:21.280 [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:50:21.282 [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:50:21.299 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1764942621295 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:50:21.301 [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:50:21.314 [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:50:21.317 [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:50:21.836 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 13:50:21.836 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 13:50:21.836 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 13:50:21.847 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 13:50:21.849 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 13:50:21.869 [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:50:21.873 [nioEventLoopGroup-7-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0x1ba520c2, L:/127.0.0.1:10161 - R:/127.0.0.1:49536]' 13:50:21.977 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1764942621961 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:50:22.463 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 13:50:22.463 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 13:50:22.463 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 13:50:22.472 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 13:50:22.474 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 13:50:22.493 [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:50:22.499 [nioEventLoopGroup-9-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0x8176425e, L:/127.0.0.1:10161 - R:/127.0.0.1:49544]' 13:50:23.004 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 13:50:23.005 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 13:50:23.005 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 13:50:23.013 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 13:50:23.015 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 13:50:23.034 [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:50:23.039 [nioEventLoopGroup-11-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0x47a60f8e, L:/127.0.0.1:10161 - R:/127.0.0.1:49550]' 13:50:23.079 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1764942623076 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:50:23.080 [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:50:23.090 [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:50:23.090 [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:50:23.099 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1764942623096 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:50:23.100 [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:50:23.108 [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:50:23.109 [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:50:23.528 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 13:50:23.528 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 13:50:23.528 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 13:50:23.536 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 13:50:23.542 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 13:50:23.564 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending get request: path { elem { name: "openconfig-interfaces:interfaces" } } type: CONFIG encoding: JSON_IETF 13:50:23.567 [nioEventLoopGroup-13-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0x3762ed7d, L:/127.0.0.1:10161 - R:/127.0.0.1:49564]' 13:50:23.614 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1764942623612 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:50:23.618 [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:50:23.628 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received set response: response { path { elem { name: "openconfig-interfaces:interfaces" } } op: UPDATE } 13:50:23.628 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending get request: path { elem { name: "openconfig-interfaces:interfaces" } } type: CONFIG encoding: JSON_IETF 13:50:23.633 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1764942623632 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:50:23.635 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending delete request: delete { elem { name: "openconfig-interfaces:interfaces" } } 13:50:23.641 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received delete response: response { path { elem { name: "openconfig-interfaces:interfaces" } } op: DELETE } 13:50:23.641 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending get request: path { elem { name: "openconfig-interfaces:interfaces" } } type: CONFIG encoding: JSON_IETF 13:50:24.118 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 13:50:24.119 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 13:50:24.119 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 13:50:24.126 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 13:50:24.134 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 13:50:24.159 [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:50:24.162 [nioEventLoopGroup-15-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0xa98d7040, L:/127.0.0.1:10161 - R:/127.0.0.1:49574]' 13:50:24.600 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 13:50:24.601 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 13:50:24.601 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 13:50:24.607 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 13:50:24.611 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 13:50:24.635 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending capabilities request: 13:50:24.637 [nioEventLoopGroup-17-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0xfd1868f6, L:/127.0.0.1:10161 - R:/127.0.0.1:49588]' 13:50:24.698 [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:50:25.103 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 13:50:25.103 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 13:50:25.104 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 13:50:25.109 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 13:50:25.112 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 13:50:25.134 [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:50:25.139 [nioEventLoopGroup-19-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0xfdabbfc5, L:/127.0.0.1:10161 - R:/127.0.0.1:49598]' 13:50:25.570 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 13:50:25.570 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 13:50:25.570 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 13:50:25.576 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 13:50:25.578 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 13:50:25.596 [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:50:25.599 [nioEventLoopGroup-21-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0xa4a8c0bf, L:/127.0.0.1:10161 - R:/127.0.0.1:49608]' 13:50:25.643 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1764942625639 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:50:25.645 [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:50:25.654 [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:50:25.654 [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:50:25.661 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1764942625659 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:50:25.662 [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:50:25.669 [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:50:25.670 [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:50:26.062 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 13:50:26.062 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 13:50:26.062 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 13:50:26.068 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 13:50:26.071 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 13:50:26.090 [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:50:26.092 [nioEventLoopGroup-23-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0xe5a594c5, L:/127.0.0.1:10161 - R:/127.0.0.1:49620]' 13:50:26.550 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 13:50:26.551 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 13:50:26.551 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 13:50:26.557 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 13:50:26.559 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 13:50:26.579 [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:50:26.587 [nioEventLoopGroup-25-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0xdead5502, L:/127.0.0.1:10161 - R:/127.0.0.1:57886]' 13:50:26.624 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1764942626619 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\"}" } } }