[root@lnx01 network-scripts]# ifconfig
enp5s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.2.91 netmask 255.255.255.0 broadcast 192.168.2.255
ether 00:19:b9:d8:d7:ce txqueuelen 1000 (Ethernet)
RX packets 68 bytes 8620 (8.4 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 28 bytes 4747 (4.6 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
enp9s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.2.89 netmask 255.255.255.0 broadcast 192.168.2.255
ether 00:19:b9:d8:d7:d0 txqueuelen 1000 (Ethernet)
RX packets 198 bytes 22702 (22.1 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 154 bytes 27001 (26.3 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
[root@lnx01 network-scripts]# cat ifcfg-enp5s0
TYPE=Ethernet
BOOTPROTO=none
IPADDR=192.168.2.89
NETMASK=255.255.255.0
PEERROUTES=yes
IPV4_FAILURE_FATAL=no
NAME=enp5s0
ONBOOT=yes
GATEWAY=192.168.2.1
[root@lnx01 network-scripts]# cat ifcfg-enp9s0
TYPE=Ethernet
BOOTPROTO=none
IPADDR=192.168.2.91
NETMASK=255.255.255.0
PEERROUTES=yes
IPV4_FAILURE_FATAL=no
NAME=enp9s0
ONBOOT=yes
GATEWAY=192.168.2.1
what the IP is switched?