Can't get a /26 pinging from the server with Centos 7. Cisco switch setting is fine for this particular VLAN.
interface Vlan16
description Server 16
ip address xxx.xxx.99.129 255.255.255.192
end
I modified the network script to below, restarted networking and even rebooted server. Can't pinging anything except gateway and 130 main IP.
TYPE=Ethernet
BOOTPROTO=static
DEFROUTE=yes
IPV4_FAILURE_FATAL=no
NAME=em1
UUID=xxx.xxx
DEVICE=em1
ONBOOT=yes
IPADDR=xxx.xxx.99.130
PREFIX=26
GATEWAY=xxx.xxx.99.129
DNS1=8.8.8.8
DNS2=8.8.4.4