here is the interface:
r1#
r1#
r1#show inter eth1 full
r1#show inter eth1 full
ethernet1 is up
 description:
 state changed 3 times, last at 2023-05-28 23:14:43, 00:00:04 ago
 last packet input 00:00:00 ago, output 00:00:00 ago, drop never ago
 type is ethernet hwaddr is 0000.0000.1111 mtu is 1500 bw is 100mbps vrf is v1
 ipv4 address is 1.1.1.1/24 ifcid=522704033
 ipv6 address is 1234::1/16 ifcid=784905476
 received 28 packets (1874 bytes) dropped 0 packets (0 bytes)
 transmitted 28 packets (1868 bytes) macsec=false sgt=false
 |~~~~~~~|~~~~|~~~~|~~~~~~|~~~~~|~~~~~|~~~~~~|
 |       | packet         | byte             |
 | time  | tx | rx | drop | tx  | rx  | drop |
 |-------|----|----|------|-----|-----|------|
 | 1sec  | 4  | 4  | 0    | 264 | 264 | 0    |
 | 1min  | 0  | 0  | 0    | 0   | 0   | 0    |
 | 1hour | 0  | 0  | 0    | 0   | 0   | 0    |
 |_______|____|____|______|_____|_____|______|
 |~~~~~~~~|~~~~~~~|~~~~~~~~~|~~~~|~~~~|~~~~~~|~~~~~|~~~~~|~~~~~~|
 |                          | packet         | byte             |
 | type   | value | handler | tx | rx | drop | tx  | rx  | drop |
 |--------|-------|---------|----|----|------|-----|-----|------|
 | ethtyp | 0000  | null    | 0  | 0  | 0    | 0   | 0   | 0    |
 | ethtyp | 0800  | ipv4    | 14 | 14 | 0    | 924 | 924 | 0    |
 | ethtyp | 0806  | arp     | 1  | 1  | 0    | 30  | 36  | 0    |
 | ethtyp | 86dd  | ipv6    | 13 | 13 | 0    | 914 | 914 | 0    |
 |________|_______|_________|____|____|______|_____|_____|______|
 |~~~~~|~~~~|~~~~|
 | who | tx | rx |
 |-----|----|----|
 |_____|____|____|
 |~~~~~~~|~~~~~~|~~~~~~|
 | proto | pack | byte |
 |-------|------|------|
 | 0     | 1    | 30   |
 | 1     | 14   | 924  |
 | 58    | 13   | 914  |
 |_______|______|______|
 |~~~~~~~~~~~~|~~~~|~~~~|~~~~~~|~~~~~~|~~~~~~|~~~~~~|
 |            | packet         | byte               |
 | size       | tx | rx | drop | tx   | rx   | drop |
 |------------|----|----|------|------|------|------|
 | 0-255      | 28 | 28 | 0    | 1868 | 1874 | 0    |
 | 256-511    | 0  | 0  | 0    | 0    | 0    | 0    |
 | 512-767    | 0  | 0  | 0    | 0    | 0    | 0    |
 | 768-1023   | 0  | 0  | 0    | 0    | 0    | 0    |
 | 1024-1279  | 0  | 0  | 0    | 0    | 0    | 0    |
 | 1280-1535  | 0  | 0  | 0    | 0    | 0    | 0    |
 | 1536-1791  | 0  | 0  | 0    | 0    | 0    | 0    |
 | 1792-65535 | 0  | 0  | 0    | 0    | 0    | 0    |
 |____________|____|____|______|______|______|______|
 |~~~~~~~|~~~~~|~~~~~|~~~~~~|~~~~~~|~~~~~~|~~~~~~|
 |       | packet           | byte               |
 | class | cos | exp | prec | cos  | exp  | prec |
 |-------|-----|-----|------|------|------|------|
 | 0     | 28  | 28  | 28   | 1868 | 1868 | 1868 |
 | 1     | 0   | 0   | 0    | 0    | 0    | 0    |
 | 2     | 0   | 0   | 0    | 0    | 0    | 0    |
 | 3     | 0   | 0   | 0    | 0    | 0    | 0    |
 | 4     | 0   | 0   | 0    | 0    | 0    | 0    |
 | 5     | 0   | 0   | 0    | 0    | 0    | 0    |
 | 6     | 0   | 0   | 0    | 0    | 0    | 0    |
 | 7     | 0   | 0   | 0    | 0    | 0    | 0    |
 |_______|_____|_____|______|______|______|______|
        4216|#
        4024|#
        3832|#
        3640|#
        3448|#
        3256|#
        3064|#
        2872|#
        2680|#
        2488|#
        2296|###
         bps|0---------10--------20--------30--------40--------50-------- seconds
          10|
           9|
           8|
           7|
           6|
           5|
           4|
           3|
           2|
           1|
           0|############################################################
         bps|0---------10--------20--------30--------40--------50-------- minutes
          10|
           9|
           8|
           7|
           6|
           5|
           4|
           3|
           2|
           1|
           0|############################################################
         bps|0---------10--------20--------30--------40--------50-------- hours
r1#
r1#
here is the arp:
r1#
r1#
r1#show ipv4 arp eth1
r1#show ipv4 arp eth1
 |~~~~~~~~~~~~~~~~|~~~~~~~~~|~~~~~~~~~~|~~~~~~~~|
 | mac            | address | time     | static |
 |----------------|---------|----------|--------|
 | 0000.0000.2222 | 1.1.1.2 | 00:00:02 | false  |
 |________________|_________|__________|________|
r1#
r1#
here are the neighbors:
r1#
r1#
r1#show ipv6 neigh eth1
r1#show ipv6 neigh eth1
 |~~~~~~~~~~~~~~~~|~~~~~~~~~~~~~~~~~~~~~~~~|~~~~~~~~~~|~~~~~~~~|~~~~~~~~|
 | mac            | address                | time     | static | router |
 |----------------|------------------------|----------|--------|--------|
 | 0000.0000.2222 | 1234::2                | 00:00:02 | false  | false  |
 | 0000.0000.2222 | fe80::200:ff:fe00:2222 | 00:00:02 | false  | true   |
 |________________|________________________|__________|________|________|
r1#
r1#