Tag: SVI
-
Configuring InterVLAN Routing on a Layer 3 Switch and providing DHCP to multiple subnets Part 2
In part 2 of this topic, I will show how to configure the Switch Virtual Interfaces and IP Helper addresses on the Cisco 3750G EMI: L3Switch(config)#interface vlan 20 L3Switch(config-if)# ip address 10.0.2.1 255.255.255.0 (Configure IP Address on the vlan 20 interface) L3Switch(config)# exit It is not necessary to specify an IP Helper address for the…
-
Configuring InterVLAN Routing on a Layer 3 Switch and providing DHCP to multiple subnets Part 1
In this series, I would like to post my practical experience in setting up multiple VLANs/subnets and using a Layer 3 switch to route traffic across them. The post will also include my configuration steps enabling the use of a Microsoft-based DHCP Server. This is by no means a treatise on these subjects. A number…