Did you know that many networking engineers use ipSpace.net webinars (and subscription) to prepare for the job interviews?
Here’s one of their success stories (name changed for obvious reasons):
Read more ...Are we at GhandiCon Three ?
The post SDN Progress is at GhandiCon 3 – September 2015 – appeared first on EtherealMind.
LBaaS and a Tunnel Heatmap highlight PLUMgrid's 4.0 release.
Juniper aims at enabling faster, better cloud services for enterprises with its new Unite platform.
1 no ip dhcp conflict logging
2 ip dhcp excluded-address 172.16.1.1
3 !
4 ip dhcp pool DMVPN_POOL
5 network 172.16.1.0 255.255.255.0
1 ip dhcp support tunnel unicast
2 interface Tunnel0
3 Continue reading
Using clustering algorithms, Datadog can spy cloud servers that aren't performing optimally.
Kheradpir sticks to the telecom world after his adventure at Juniper.
Hurry up! It's your last chance to sign up for the ONF-sponsored panel discussion!
One of the known issue for anyone preparing for a Cisco exam is that the solutions available today don’t support all the needed features. Cisco VIRL supports L2 switching out of the box, whereas GNS3 does not. GNS3 supports the configuration of serial interfaces on routers whereas Cisco VIRL does not. For someone starting out in this […]
The post Bridging Between Cisco VIRL and GNS3 for L2 and Serial Support appeared first on Packet Pushers.
Someone needs to unify all those enterprise security tools, the startup reckons.
The power behind a Shopping Director.
Generic Routing Encapsulation - GRE is a tunneling protocol originally developed by Cisco that encapsulates various network protocols inside virtual point-to-point tunnel. It transports multicast traffic via GRE tunnel so it allows passing of routing information between connected networks. As it lacks of security it is very often used in conjunction IP SEC VPN that on the other hand is not capable to pass multicast traffic.
The goal of the tutorial it to show configuration of GRE tunnel on a Cisco router and a device with OS Linux. I have created GNS3 lab consisting of two local networks - 192.168.1.0/24 and 192.168.2.0/24 connected via GRE tunnel. GRE tunnel interface is configured on router R1 (Cisco 7206VXR) and Core Router (Core Linux with Quagga routing daemon installed). The both routers have their outside interfaces connected to a router R3 that is located in the "Internet". To prove that GRE tunnel is working and transporting multicast traffic, the OSPF routing protocol is started on R1 and Core routers and configured on tunnel interfaces and interfaces pointing to local networks.
Note: The Core Linux vmdk image is available for download here.
1. Initial Configuration
First we assign hostnames and Continue reading