POST: /restconf/data/ietf-l3vpn-ntw:l3vpn-ntw/\ vpn-services/vpn-service=4G/vpn-nodes/vpn-node=44 content-type: application/yang-data+json { "ietf-l3vpn-ntw:vpn-network-accesses": { "vpn-network-access": [ { "id": "1/1/1.1", "interface-id": "1/1/1", "description": "Interface SYNC to eNODE-B", "vpn-network-access-type": "ietf-vpn-common:point-to-point", "vpn-instance-profile": "simple-profile", "status": { "admin-status": { "status": "ietf-vpn-common:admin-up" } }, "connection": { "encapsulation": { "type": "ietf-vpn-common:dot1q", "dot1q": { "cvlan-id": 1 } } }, "ip-connection": { "ipv4": { "local-address": "192.0.2.1", "prefix-length": 30, "address-allocation-type": "static-address", "static-addresses": { "primary-address": "1", "address": [ { "address-id": "1", "customer-address": "192.0.2.2" } ] } }, "ipv6": { "local-address": "2001:db8::1", "prefix-length": 64, "address-allocation-type": "static-address", "primary-address": "1", "address": [ { "address-id": "1", "customer-address": "2001:db8::2" } ] } }, "routing-protocols": { "routing-protocol": [ { "id": "1", "type": "ietf-vpn-common:direct" } ] } }, { "id": "1/1/1.2", "interface-id": "1/1/1", "description": "Interface DATA to eNODE-B", "vpn-network-access-type": "ietf-vpn-common:point-to-point", "vpn-instance-profile": "simple-profile", "status": { "admin-status": { "status": "ietf-vpn-common:admin-up" } }, "connection": { "encapsulation": { "type": "ietf-vpn-common:dot1q", "dot1q": { "cvlan-id": 2 } } }, "ip-connection": { "ipv4": { "local-address": "192.0.2.1", "prefix-length": 30, "address-allocation-type": "static-address", "static-addresses": { "primary-address": "1", "address": [ { "address-id": "1", "customer-address": "192.0.2.2" } ] } }, "ipv6": { "local-address": "2001:db8::1", "prefix-length": 64, "address-allocation-type": "static-address", "primary-address": "1", "address": [ { "address-id": "1", "customer-address": "2001:db8::2" } ] } }, "routing-protocols": { "routing-protocol": [ { "id": "1", "type": "ietf-vpn-common:direct" } ] } } ] } }