OpenSwitch really is different from Cumulus and Microsoft SONiC.
Brocade has announced Workflow Composer, an automation platform to provision, monitor, diagnose, and troubleshoot data center networks. It's based on StackStorm Technologies, a startup Brocade acquired in March 2016.
The post Brocade Announces Ambitious Network Automation Platform appeared first on Packet Pushers.
A future article will examine how the Host sFlow agent can be used to efficiently stream measurements from large numbers of inexpensive Rasberry Pi devices ($5 for model Zero) to the sFlow-RT collector to monitor and control the "Internet of Things" (IoT).The following instructions show how to install sFlow-RT on Raspbian Jesse (the Debian Linux based Raspberry Pi operating system).
wget http://www.inmon.com/products/sFlow-RT/sflow-rt_2.0-1092.debWe are ignoring the dependency on openjdk and will use the default Raspbian Java 1.8 version Continue reading
sudo dpkg -i --ignore-depends=openjdk-7-jre-headless sflow-rt_2.0-1092.deb
Openswitch has transioned from HPE to Linux Foundation project.
The post Response: OpenSwitch now a Linux Foundation appeared first on EtherealMind.
The post Worth Reading: Automation, Robotics, and the Future appeared first on 'net work.
Please take the Packet Pushers audience survey. The results will help us improve our content & provide some useful info to share with sponsors.
The post Take The 2016 Packet Pushers Audience Survey! (Please) appeared first on Packet Pushers.
The Dynamic Host Configuration Protocol (DHCP) is widely used, and yet poorly understood. There are, in fact, a large number of options in DHCP—but before we get to these, let’s do a quick review of basic off-segment operation.
When the client, which has no IP address, sends out a request for configuration information, what happens? The Router, A, if it is configured to be a DHCP helper, will receive the packet and forward it to the DHCP server, which is presumably located someplace else in the network. The router generally knows what address to send the request to because of manual configuration—but how does the server know how to get the packet back to the original requester?
The helper—Router A in this case—inserts the IP address of the interface on which the request was received into the giaddr field of the DHCP packet. As boring as this might seem, this is where things actually get pretty interesting. It’s possible, of course, for a router to have an logical layer three interface that sits on a bridge group (or perhaps an IRB interface). The router obviously needs to be able to put more information in the DHCP request to handle this Continue reading