The new routes configured can be verified with the ip or netstat commands. Following are example outputs of these commands when the routes have been configured properly:
# ip route list 153.64.209.92 via 153.64.107.254 dev eth4 153.64.106.78 via 153.64.107.254 dev eth5 153.64.106.79 via 153.64.107.254 dev eth5 153.64.209.91 via 153.64.107.254 dev eth4 127.0.0.0/8 dev lo scope link default via 153.64.107.254 dev eth2 # netstat -rn # on SLES 12 SP3 Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface 153.64.209.92 153.64.107.254 255.255.255.255 UGH 0 0 0 eth4 153.64.106.78 153.64.107.254 255.255.255.255 UGH 0 0 0 eth5 153.64.106.79 153.64.107.254 255.255.255.255 UGH 0 0 0 eth5 153.64.209.91 153.64.107.254 255.255.255.255 UGH 0 0 0 eth4 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo 0.0.0.0 153.64.107.254 0.0.0.0 UG 0 0 0 eth2 # ip routelist # on SLES 15 SP2 default via 10.27.104.1 dev eth0 proto dhcp 10.27.104.0/22 dev eth0 proto kernel scope link src 10.27.106.170 172.19.0.0/16 dev br-c5005c769b93 proto kernel scope link src 172.19.0.1 172.22.0.0/16 dev br-e2181c80d1e9 proto kernel scope link src 172.22.0.1 172.26.0.0/16 dev docker0 proto kernel scope link src 172.26.0.1 linkdown