22:38:13.945 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 22:38:13.945 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 22:38:13.946 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 22:38:14.162 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 22:38:14.166 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 22:38:14.223 [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 22:38:14.245 [nioEventLoopGroup-5-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0xe4e35b0d, L:/127.0.0.1:10161 - R:/127.0.0.1:58010]' 22:38:14.395 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1764974294385 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}" } } } 22:38:14.440 [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 } } 22:38:14.475 [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 } 22:38:14.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: "br0" } } elem { name: "ethernet" } elem { name: "config" } elem { name: "enable-flow-control" } } type: CONFIG encoding: JSON_IETF 22:38:14.494 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1764974294490 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}" } } } 22:38:14.495 [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" } } 22:38:14.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 } 22:38:14.510 [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 22:38:15.080 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 22:38:15.081 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 22:38:15.081 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 22:38:15.092 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 22:38:15.096 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 22:38:15.130 [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 22:38:15.136 [nioEventLoopGroup-7-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0x5f2dfe04, L:/127.0.0.1:10161 - R:/127.0.0.1:58026]' 22:38:15.210 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1764974295205 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}}}}" } } } 22:38:15.733 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 22:38:15.733 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 22:38:15.734 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 22:38:15.744 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 22:38:15.748 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 22:38:15.773 [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" } } 22:38:15.777 [nioEventLoopGroup-9-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0x1ecb08aa, L:/127.0.0.1:10161 - R:/127.0.0.1:58030]' 22:38:16.368 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 22:38:16.369 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 22:38:16.369 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 22:38:16.380 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 22:38:16.385 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 22:38:16.413 [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 22:38:16.423 [nioEventLoopGroup-11-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0x86b55231, L:/127.0.0.1:10161 - R:/127.0.0.1:58032]' 22:38:16.483 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1764974296475 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}}" } } } 22:38:16.485 [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\"}" } } 22:38:16.496 [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 } 22:38:16.497 [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 22:38:16.512 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1764974296503 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}}" } } } 22:38:16.513 [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" } } 22:38:16.526 [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 } 22:38:16.526 [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 22:38:16.986 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 22:38:16.987 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 22:38:16.987 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 22:38:16.996 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 22:38:17.000 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 22:38:17.026 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending get request: path { elem { name: "openconfig-interfaces:interfaces" } } type: CONFIG encoding: JSON_IETF 22:38:17.031 [nioEventLoopGroup-13-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0xf0758c68, L:/127.0.0.1:10161 - R:/127.0.0.1:58036]' 22:38:17.089 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1764974297084 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}}}}]}}" } } } 22:38:17.092 [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}}}]}" } } 22:38:17.105 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received set response: response { path { elem { name: "openconfig-interfaces:interfaces" } } op: UPDATE } 22:38:17.105 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending get request: path { elem { name: "openconfig-interfaces:interfaces" } } type: CONFIG encoding: JSON_IETF 22:38:17.113 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1764974297111 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}}}}]}}" } } } 22:38:17.114 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending delete request: delete { elem { name: "openconfig-interfaces:interfaces" } } 22:38:17.120 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received delete response: response { path { elem { name: "openconfig-interfaces:interfaces" } } op: DELETE } 22:38:17.120 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending get request: path { elem { name: "openconfig-interfaces:interfaces" } } type: CONFIG encoding: JSON_IETF 22:38:17.568 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 22:38:17.569 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 22:38:17.569 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 22:38:17.582 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 22:38:17.591 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 22:38:17.620 [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}" } } 22:38:17.627 [nioEventLoopGroup-15-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0xecc5957c, L:/127.0.0.1:10161 - R:/127.0.0.1:58052]' 22:38:18.111 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 22:38:18.111 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 22:38:18.111 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 22:38:18.119 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 22:38:18.122 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 22:38:18.147 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Sending capabilities request: 22:38:18.150 [nioEventLoopGroup-17-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0x9d1043c9, L:/127.0.0.1:10161 - R:/127.0.0.1:59930]' 22:38:18.204 [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" 22:38:18.627 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 22:38:18.627 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 22:38:18.627 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 22:38:18.635 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 22:38:18.640 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 22:38:18.662 [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}" } } 22:38:18.666 [nioEventLoopGroup-19-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0x0967f78b, L:/127.0.0.1:10161 - R:/127.0.0.1:59932]' 22:38:19.180 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 22:38:19.180 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 22:38:19.180 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 22:38:19.188 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 22:38:19.192 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 22:38:19.214 [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 22:38:19.223 [nioEventLoopGroup-21-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0x3795c483, L:/127.0.0.1:10161 - R:/127.0.0.1:59938]' 22:38:19.268 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1764974299262 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}" } } } 22:38:19.270 [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 } } 22:38:19.281 [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 } 22:38:19.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: "eth3" } } elem { name: "config" } elem { name: "mtu" } } encoding: JSON_IETF 22:38:19.292 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1764974299287 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}" } } } 22:38:19.292 [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" } } 22:38:19.301 [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 } 22:38:19.302 [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 22:38:19.716 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 22:38:19.717 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 22:38:19.717 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 22:38:19.724 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 22:38:19.728 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 22:38:19.750 [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" } } 22:38:19.754 [nioEventLoopGroup-23-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0xcf00818d, L:/127.0.0.1:10161 - R:/127.0.0.1:59942]' 22:38:20.198 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-CFG-DCL 22:38:20.199 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-OPER-DCL 22:38:20.199 [main] INFO o.o.m.d.s.i.InMemoryDOMDataStore - ThreadFactory created: DOM-STATE-DCL 22:38:20.205 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - Starting gNMI device simulator on 127.0.0.1:10161 ... 22:38:20.208 [main] INFO o.o.m.g.s.impl.SimulatedGnmiDevice - gNMI device simulator is up and running 22:38:20.229 [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 22:38:20.233 [nioEventLoopGroup-25-1] WARN io.netty.bootstrap.ServerBootstrap - Unknown channel option 'SO_BACKLOG' for channel '[id: 0xd7658824, L:/127.0.0.1:10161 - R:/127.0.0.1:59950]' 22:38:20.268 [main] INFO o.o.m.g.test.gnmi.SimulatorCrudTest - Received get response: notification { timestamp: 1764974300265 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\"}" } } }