Category: vlan
-
Configuring Networking using SCVMM2012 R2 and Windows Server 2012R2 DHCP Server.
There’s a number of moving parts to be considered while configuring logical networking in System Center Virtual Machine Manager 2012 R2 . In this post, I attempt to document my steps in creating and configuring the Logical networks, logical switches, Port profiles, VM networks and Network sites/Logical network definitions that enable the extension of my…
-
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…