Configuring Routing on a Switch - jwells24/Tech-Journal GitHub Wiki
Configuring Routing on a Switch
-
When working with a switch that needs routing, it is important to have a structured network and VLANs set up before routing. Once you are ready to move on to routing, we first need to enable routing on the router. This can be done using the command: ip routing
-
Next, we want to set the proper addresses and subnet for our VLANs. Once you are at the routing config CLI level, use the command: interface vlan 100 to access the config level of a VLAN. Once we have access to this VLANs settings, we can use this next command to set the gateway and subnet mask of the VLANs network:
- ip address 10.9.1.1 255.255.255.0