We bought a 2nd (same model) switch, and now I need to configure the default gateway.
I ran the command "ip route 0.0.0.0 0.0.0.0 10.0.15.254", but here's all I see:
i1lvsw02#show ip routeMaximum Parallel Paths: 1 (1 after reset)IP Forwarding: enabledCodes: C - connected, S - static, D - DHCPC 10.10.0.0/24 is directly connected, vlan 1000
Please keep in mind this 2nd switch is not in production. It's just sitting on my desk with my laptop connected to it. I'm still trying to finish configuring it.
Can't seem to make the 2nd switch say: S 0.0.0.0/0 [1/1] via 10.0.15.254 3290:58:3 vlan 2
Looks like the first switch is also doing routing. Is switch 2 going to replace switch 1?
"is directly connected" means that the a path to the said network exist on the router/switch
To configure the second switch as a router.
Config t
ip routing
interface vlan 2
IP address 10.0.15.xxx 255.255.255.248
Exit
ip route 0.0.0.0 0.0.0.0 10.0.15.254
end
wr
Show ip route
You will also need to create all the vlan that switch 1 has on switch 2
pzozulka
ASKER
Miftaul:
Default gateway on the 2nd switch will be only required to remotely manage the switch. Otherwise, as long as the link between the switches are trunk, all traffic will pass through at layer2 automatically.
Both switches are configured to be running in L3 mode. Does the above statement still hold true?
https://supportforums.cisco.com/thread/2153236