11:02:45.656 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 11:02:45.656 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 11:02:45.657 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 11:02:45.848 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 11:02:45.850 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 11:02:45.900 [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 11:02:45.921 [nioEventLoopGroup-5-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0x97347834, L:/127.0.0.1:10161 - R:/127.0.0.1:33384]' 11:02:46.085 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1765278166076 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}" } } } 11:02:46.123 [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 } } 11:02:46.155 [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 } 11:02:46.156 [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 11:02:46.165 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1765278166162 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}" } } } 11:02:46.166 [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" } } 11:02:46.174 [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 } 11:02:46.177 [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 11:02:46.718 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 11:02:46.718 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 11:02:46.718 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 11:02:46.727 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 11:02:46.730 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 11:02:46.751 [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 11:02:46.754 [nioEventLoopGroup-7-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0xab3c19b2, L:/127.0.0.1:10161 - R:/127.0.0.1:33388]' 11:02:46.860 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1765278166852 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}}}}" } } } 11:02:47.327 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 11:02:47.328 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 11:02:47.328 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 11:02:47.336 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 11:02:47.339 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 11:02:47.358 [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" } } 11:02:47.365 [nioEventLoopGroup-9-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0x3fce9ca7, L:/127.0.0.1:10161 - R:/127.0.0.1:33398]' 11:02:47.870 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 11:02:47.870 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 11:02:47.870 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 11:02:47.879 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 11:02:47.882 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 11:02:47.900 [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 11:02:47.903 [nioEventLoopGroup-11-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0xc9b97632, L:/127.0.0.1:10161 - R:/127.0.0.1:48270]' 11:02:47.959 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1765278167956 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}}" } } } 11:02:47.960 [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\"}" } } 11:02:47.970 [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 } 11:02:47.971 [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 11:02:47.978 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1765278167975 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}}" } } } 11:02:47.979 [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" } } 11:02:47.989 [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 } 11:02:47.990 [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 11:02:48.435 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 11:02:48.436 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 11:02:48.436 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 11:02:48.443 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 11:02:48.446 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 11:02:48.464 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending get request: path { elem { name: "openconfig-interfaces:interfaces" } } type: CONFIG encoding: JSON_IETF 11:02:48.469 [nioEventLoopGroup-13-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0x8657c984, L:/127.0.0.1:10161 - R:/127.0.0.1:48278]' 11:02:48.510 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1765278168507 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}}}}]}}" } } } 11:02:48.514 [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}}}]}" } } 11:02:48.525 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received set response: response { path { elem { name: "openconfig-interfaces:interfaces" } } op: UPDATE } 11:02:48.525 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending get request: path { elem { name: "openconfig-interfaces:interfaces" } } type: CONFIG encoding: JSON_IETF 11:02:48.531 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1765278168529 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}}}}]}}" } } } 11:02:48.533 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending delete request: delete { elem { name: "openconfig-interfaces:interfaces" } } 11:02:48.537 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received delete response: response { path { elem { name: "openconfig-interfaces:interfaces" } } op: DELETE } 11:02:48.537 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending get request: path { elem { name: "openconfig-interfaces:interfaces" } } type: CONFIG encoding: JSON_IETF 11:02:48.957 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 11:02:48.970 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 11:02:48.970 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 11:02:48.979 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 11:02:48.984 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 11:02:49.007 [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}" } } 11:02:49.011 [nioEventLoopGroup-15-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0x36e9194d, L:/127.0.0.1:10161 - R:/127.0.0.1:48286]' 11:02:49.459 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 11:02:49.459 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 11:02:49.460 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 11:02:49.466 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 11:02:49.473 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 11:02:49.493 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending capabilities request: 11:02:49.495 [nioEventLoopGroup-17-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0x3c8cb948, L:/127.0.0.1:10161 - R:/127.0.0.1:48294]' 11:02:49.547 [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" 11:02:49.953 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 11:02:49.954 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 11:02:49.954 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 11:02:49.960 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 11:02:49.969 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 11:02:49.993 [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}" } } 11:02:49.996 [nioEventLoopGroup-19-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0x406cc3ab, L:/127.0.0.1:10161 - R:/127.0.0.1:48302]' 11:02:50.445 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 11:02:50.446 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 11:02:50.446 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 11:02:50.452 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 11:02:50.456 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 11:02:50.478 [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 11:02:50.482 [nioEventLoopGroup-21-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0xb98611a2, L:/127.0.0.1:10161 - R:/127.0.0.1:48308]' 11:02:50.522 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1765278170519 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}" } } } 11:02:50.524 [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 } } 11:02:50.530 [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 } 11:02:50.530 [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 11:02:50.534 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1765278170533 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}" } } } 11:02:50.535 [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" } } 11:02:50.538 [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 } 11:02:50.539 [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 11:02:50.937 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 11:02:50.937 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 11:02:50.937 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 11:02:50.943 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 11:02:50.947 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 11:02:50.965 [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" } } 11:02:50.968 [nioEventLoopGroup-23-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0x280c9b19, L:/127.0.0.1:10161 - R:/127.0.0.1:48314]' 11:02:51.394 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 11:02:51.395 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 11:02:51.395 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 11:02:51.400 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 11:02:51.403 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 11:02:51.423 [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 11:02:51.425 [nioEventLoopGroup-25-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0x7ba15ae4, L:/127.0.0.1:10161 - R:/127.0.0.1:48324]' 11:02:51.464 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1765278171462 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\"}" } } }