Switch A is a N2048p with vlan 2 as the access/management vlan for routing traffic. vlan 3 is unique to the switch and I am trying to using static routing rules to pass traffic to and from Switch B (a s4048-on).
If we state vlan 2 is 172.16.1.0/24 and Switch A is 172.16.1.2 and Switch B is 172.16.1.1. On Switch A is vlan 3 only with an IP 172.16.2.1.
On Switch A
vlan 2,3
exit
ip routing
interface vlan 2
ip address 172.16.1.2 255.255.255.0
exit
interface vlan 3
ip address 172.16.2.1 255.255.255.0
exit
ip route 0.0.0.0 0.0.0.0 172.16.1.1
vlan 2 is trunked between switches, vlan 3 is not part of this. When I do a show ip route command only vlan 2 is present, vlan 3 is not present. I cannot ping the ip address, nor add a route rule for it as it states:
The static route will not take effect until a routing interface
belonging to the same subnet as the next hop IP is created and activated.
Routing rules on the Switch B are present but no traffic passes. New to Dell switching and suspect I am missing something to have it work, just need a bit of help.