Posted On March 31, 2019

Adding a New Route onto Enterasys Core Switch

kimconnect 0 comments
blog.KimConnect.com >> Networking >> Adding a New Route onto Enterasys Core Switch
Enterasys L3 switch:

router
enable
configure
interface vlan 200
ip address 192.168.200.1 255.255.255.0 #DMZ Gateway
ip helper-address 10.10.10.2 #(DC01)
ip helper-address 10.10.10.3 #(DC02)
ip helper-address 10.10.10.10 #(LOGS01)
no shutdown
ip ospf cost 1

ip route 192.168.200.0 255.255.255.0 10.10.10.10 1 #CORE01

router ospf 1
network 192.168.200.0 0.0.0.255 area 0.0.0.0

Leave a Reply

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

Related Post

Dev Environment Technitium DNS Server

Windows: $technitiumPortableDownload="https://download.technitium.com/dns/DnsServerPortable.zip"$tempDir="C:\Temp"; $extractionDir="C:\Technitium" $destinationFile = "$tempDir\DnsServerPortable.zip"; try{[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12}catch{} New-Item -ItemType Directory -Force -Path $tempDir…

Networking: Upgrading Legacy Ubiquiti Devices

Step 1: obtain the bin URL from https://www.ui.com/download/unifi/unifi-ap/uaplr Step 2: perform the upgrade rambo@kimlinux:/home/rambo# ssh…

SonicWall: How to Set Internet Restrictions for Specific Computers

Set their MACs to address .  Then, use firewall rules to restrict outgoing communication:  …