Posted On March 28, 2019

DHCP Config on Enterasys Core Layer-3 Switch

kimconnect 0 comments
blog.KimConnect.com >> Networking >> DHCP Config on Enterasys Core Layer-3 Switch
# Setting ip helper-address to enable all VLANS to be able to access Internal DNS
router
enable
configure
interface vlan 5
ip helper-address 192.168.0.1
interface vlan 10
ip helper-address 192.168.0.1
interface vlan 50
ip helper-address 192.168.0.1
interface vlan 70
ip helper-address 192.168.0.1
interface vlan 100
ip helper-address 192.168.0.1

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

How to Block Distracting Sites Such as Youtube and Hulu on Your Home Network

Overview: - You send a voice command 'block youtube' to Alexa, an Amazon personal assistant…

PowerShell: Check IP Conflicts of Computers in Active Directory

We have ran into issues where a group of virtual machines living on a DHCP…

Fixing ‘RPC Server Not Available’

Overview: RPC requires these follow ports to function properly: RPC TCP 135 RPC randomly allocated…