This router?
https://secure.xfinity.com/anon.com...220_Wireless_Gateway_3_UserGuide_06_19_15.pdf
Manual appears old....
Did not note any references to the availability of logs and/or enabling such logs.
However, the only way to know for sure what is available within the router's admin pages is to log in and search.
Just do not change immediately change anything.
On your computer run "ipconfig /all" (without quotes) via the command prompt.
Also run "arp -a.
Post the results. You should be able to copy and paste the results without needing to retype everything.
Thats the one
Windows IP Configuration
Host Name . . . . . . . . . . . . : DESKTOP-87TI0MD
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Hybrid
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : hsd1.pa.comcast.net
Unknown adapter Local Area Connection 2:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Wintun Userspace Tunnel
Physical Address. . . . . . . . . :
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Ethernet adapter Ethernet:
Connection-specific DNS Suffix . : hsd1.pa.comcast.net
Description . . . . . . . . . . . : Intel(R) I211 Gigabit Network Connection
Physical Address. . . . . . . . . : A8-5E-45-52-D6-7F
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IPv6 Address. . . . . . . . . . . : 2601:543:4281:4730::7429(Preferred)
Lease Obtained. . . . . . . . . . : Thursday, February 23, 2023 4:08:47 PM
Lease Expires . . . . . . . . . . : Wednesday, March 1, 2023 7:04:11 PM
IPv6 Address. . . . . . . . . . . : 2601:543:4281:4730:386a:29db:375e:228a(Preferred)
Temporary IPv6 Address. . . . . . : 2601:543:4281:4730:f823:ae02:4176:eed8(Preferred)
Link-local IPv6 Address . . . . . : fe80::6def:512f:38eb:d4bc%34(Preferred)
IPv4 Address. . . . . . . . . . . : 10.0.0.78(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Lease Obtained. . . . . . . . . . : Thursday, February 23, 2023 4:08:45 PM
Lease Expires . . . . . . . . . . : Saturday, February 25, 2023 4:08:44 PM
Default Gateway . . . . . . . . . : fe80::fe51:a4ff:fe15:d00%34
10.0.0.1
DHCP Server . . . . . . . . . . . : 10.0.0.1
DHCPv6 IAID . . . . . . . . . . . : 581459525
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-25-D7-94-11-A8-5E-45-52-D6-7F
DNS Servers . . . . . . . . . . . : 2001:558:feed::1
2001:558:feed::2
75.75.75.75
75.75.76.76
2001:558:feed::1
2001:558:feed::2
NetBIOS over Tcpip. . . . . . . . : Enabled
Displays and modifies the IP-to-Physical address translation tables used by
address resolution protocol (ARP).
ARP -s inet_addr eth_addr [if_addr]
ARP -d inet_addr [if_addr]
ARP -a [inet_addr] [-N if_addr] [-v]
-a Displays current ARP entries by interrogating the current
protocol data. If inet_addr is specified, the IP and Physical
addresses for only the specified computer are displayed. If
more than one network interface uses ARP, entries for each ARP
table are displayed.
-g Same as -a.
-v Displays current ARP entries in verbose mode. All invalid
entries and entries on the loop-back interface will be shown.
inet_addr Specifies an internet address.
-N if_addr Displays the ARP entries for the network interface specified
by if_addr.
-d Deletes the host specified by inet_addr. inet_addr may be
wildcarded with * to delete all hosts.
-s Adds the host and associates the Internet address inet_addr
with the Physical address eth_addr. The Physical address is
given as 6 hexadecimal bytes separated by hyphens. The entry
is permanent.
eth_addr Specifies a physical address.
if_addr If present, this specifies the Internet address of the
interface whose address translation table should be modified.
If not present, the first applicable interface will be used.
Example:
arp -s 157.55.85.212 00-aa-00-62-c6-09 .... Adds a static entry.
arp -a .... Displays the arp table.