this is router 887, its vlan is 192.168.3.1/24. If I'd like to add a static route via different host within same vlan, rather than the router, like:
ip route 192.168.100.0/24 192.168.3.6
how can we achieve it?
i tried adding it directly and failed:
(config)#ip route 192.168.100.0 255.255.255.0 192.168.3.6
%Invalid next hop address (it's this router)
any idea is much appreciated!!!