![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/2/35/2353c542-5be8-4a17-887f-6e5ee9963f6a/2353c542-5be8-4a17-887f-6e5ee9963f6a-bgbd.png)
A-7
CrossPoint / MAV Matrix Switchers • Ethernet Connection
Determining whether devices are on the same subnet
Todeterminethesubnet,thelocaldevice’sIPaddressiscompared to the remote
device’sIPaddress(gureA-6).Eachaddress’soctetsarecompared or not
compared, depending on the value in the related subnet mask octet.
• Ifasubnetmaskoctetcontainsthevalue255,therelatedoctetsofthelocal
device’saddressandtheremotedevice’sIPaddressareunmasked.
Unmasked octets are compared (indicated by ?ingureA-6).
• Ifthesubnetmaskoctetcontainsthevalue0,therelatedoctetsofthelocal
device’sandremotedevice’sIPaddressesaremasked.
Masked octets are not compared (indicated by XingureA-6).
IftheunmaskedoctetsofthetwoIPaddressesmatch (indicated by =ingureA-6)
(example 1), the two addresses are on the same subnet.
Ifthetwounmaskedeldsdo not match (indicated by ≠ingureA-6)(example2
and example 3), the addresses are not on the same subnet.
192.168.254.254
255.255.0.0 (?.?.X.X)
192.168.2.25
=.=.X.X — Match
(Same subnet) (Different subnet) (Different subnet)
Local IP Address:
Subnet Mask:
Remote IP Address:
Match?:
Example 1 Example 2
192.168.254.254
255.255.0.0 (?.?.X.X)
190.190.2.25
≠.≠.X.X — No match
Example 3
192.168.254.254
255.255.0.0 (?.?.X.X)
192.190.2.25
=.≠.X.X — No match
Figure A-6 — Comparing the IP addresses