Below an example of a DER encoded ASGroup eContent is provided with annotation following the '#' character.
The example is fairly simple; the resource holder managing AS 16509 produced a ASGroup called "AS16509:AS-AMAZON" (asID + ':' + label), which cannot be referenced by other ASGroups, and which has 2 members: AS 16509 and 'AS16509:AS-CUSTOMERS' (the latter being a GroupingPointer).¶
$ echo 302c0202407d160941532d414d415a4f4e01010030180202407d30120202\
407d160c41532d435553544f4d455253 \
| xxd -r -ps \
| openssl asn1parse -inform DER -i
0:d=0 hl=2 l= 44 cons: SEQUENCE # RpkiSignedGrouping
2:d=1 hl=2 l= 2 prim: INTEGER :407D # asID 16509
6:d=1 hl=2 l= 9 prim: IA5STRING :AS-AMAZON # label
17:d=1 hl=2 l= 1 prim: BOOLEAN :0 # not referenceable
20:d=1 hl=2 l= 24 cons: SEQUENCE # contains 2 members
22:d=2 hl=2 l= 2 prim: INTEGER :407D # AS16509
26:d=2 hl=2 l= 18 cons: SEQUENCE # GroupingPointer
28:d=3 hl=2 l= 2 prim: INTEGER :407D # \
32:d=3 hl=2 l= 12 prim: IA5STRING :AS-CUSTOMERS # /` AS16509:AS-CUSTOMERS
¶
$ echo 302d0202407d160c41532d435553544f4d455253301902021c380202231b\
0202391a02023cca02024a67020300f541 \
| xxd -r -ps
| openssl asn1parse -inform DER -i
0:d=0 hl=2 l= 45 cons: SEQUENCE
2:d=1 hl=2 l= 2 prim: INTEGER :407D # signed by AS16509
6:d=1 hl=2 l= 12 prim: IA5STRING :AS-CUSTOMERS
20:d=1 hl=2 l= 25 cons: SEQUENCE
22:d=2 hl=2 l= 2 prim: INTEGER :1C38
26:d=2 hl=2 l= 2 prim: INTEGER :231B
30:d=2 hl=2 l= 2 prim: INTEGER :391A
34:d=2 hl=2 l= 2 prim: INTEGER :3CCA # AS15562
38:d=2 hl=2 l= 2 prim: INTEGER :4A67
42:d=2 hl=2 l= 3 prim: INTEGER :F541
¶