cisco_inter_vlan_routing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cisco_inter_vlan_routing [2024/01/21 13:04] – [IP Routing] walkeradmincisco_inter_vlan_routing [2024/01/21 13:36] (current) walkeradmin
Line 1: Line 1:
 ====== Cisco Inter VLAN Routing ====== ====== Cisco Inter VLAN Routing ======
 +==== aka Switch Virtual Interfaces (SVI) or Management Interface ====
 <color #db5f0b>Jan 2024</color> <color #db5f0b>Jan 2024</color>
 \\  \\ 
Line 173: Line 174:
 ==== IP Routing ==== ==== IP Routing ====
 As a quick reminder, here is a diagram of the network we are using: As a quick reminder, here is a diagram of the network we are using:
 +\\ 
 \\  \\ 
 {{ :vlanr_003.png?900 |}} {{ :vlanr_003.png?900 |}}
Line 193: Line 195:
 \\  \\ 
 \\  \\ 
-To enable IP Routing on the switch, we will use the following:+To enable <color #ed1c24>IP Routing</color> on the switch, we will use the following:
 \\  \\ 
 +  en
 +  conf t
   ip routing   ip routing
-\\ +  end
 There is no text return from running this command. There is no text return from running this command.
 \\  \\ 
Line 218: Line 222:
 C    192.168.1.0/24 is directly connected, Vlan10 C    192.168.1.0/24 is directly connected, Vlan10
 </file> </file>
 +\\
 +We can see that the two <color #ed1c24>interface VLANs</color> are shown (10.43.30.0 is directly connected, Vlan20 and 192.168.1.0/24 is directly connected, Vlan10).
 +\\ 
 \\  \\ 
 Now try to ping from Device A (192.168.1.38) to Device B (10.43.30.100). Remember, the gateway of Device A must be the IP Address of VLAN 10 (192.168.1.1 in this example). Now try to ping from Device A (192.168.1.38) to Device B (10.43.30.100). Remember, the gateway of Device A must be the IP Address of VLAN 10 (192.168.1.1 in this example).
cisco_inter_vlan_routing.1705842247.txt.gz · Last modified: 2024/01/21 13:04 by walkeradmin