Citrix said its Netscaler SD-WAN platform is beginning to see larger deployments.
T-Mobile also will have a nationwide NB-IoT network this year.
Cisco Systems presented at Networking Field Day 17. Three broad themes emerged from the presentations: intent, automation, and telemetry.
The post BiB 029: Cisco At NFD17 – Automation, Telemetry & Intent appeared first on Packet Pushers.
Attention software engineering students: Cloudflare is coming to the University of Illinois at Urbana-Champaign and the University of Wisconsin–Madison, and we want to meet you! We will be attending UW–Madison’s Career Connection on Wednesday, February 7 and UIUC’s Startup Career Fair on Thursday, February 8. We’ll also be hosting tech talks at UIUC on Friday, February 2 at 6:00pm in 2405 Siebel Center and at UW–Madison on Tuesday, February 6 (time and location coming soon).
Cloudflare staff at YHack 2017. Photo courtesy Andrew Fitch.
In early 2016, Cloudflare opened an engineering office in Champaign, IL to build Argo Smart Routing. Champaign's proximity to the University of Illinois, one of the nation's top engineering schools, makes it an attractive place for high-tech companies to set up shop and for talented engineers to call home. Since graduating from UIUC in 2008, I've had opportunities to work on amazing software projects, growing technically and as a leader, all while enjoying the lifestyle benefits of Champaign (15 minute commute, anyone?).
Cloudflare has attended annual recruiting events at UIUC since the Champaign office was opened. This year, we've started to expand our search to other top engineering schools in the midwest. Continue reading
SteelFusion seems a little bit like hyperconverged infrastructure, but not exactly.
It provides visibility and analysis for telcos as they move toward "cloudification."
CEO Rajeev Suri cited improved conditions in North America and 5G momentum.
The first version of the kit will allow customization of the company’s data center switches.
Much of the extra investment will go toward building more fiber.
Networking Field Day 17 (NFD17) was in Silicon Valley last week, with two of our co-founders participating as delegates – but the conversation doesn’t have to stop there. In this Off The Cuff episode of Network Collective, we’ve gathered a few of the delegates from the event to talk about their impressions on the information that was presented and some of the broader themes they experienced across the presentations. Vendors at the invent included Cisco, Cumulus, Extreme, Ixia, Juniper, Mellanox, Thousand Eyes, and VMware.
You can check out the event and see the presentations for yourself over at the Event Page at techfieldday.com.
Outro Music:
Danger Storm Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 3.0 License
http://creativecommons.org/licenses/by/3.0/
The post Off the Cuff – NFD17 Wrap Up appeared first on Network Collective.
While at Cisco Live in Barcelona this week, I had a chat with someone—I don’t remember who—about certifications. The main point that came out of the conversation was this:
One of the big dangers with chasing a certification is you will end up chasing knowledge about using a particular vendor feature set, rather than chasing knowledge about a technology.
At some point I’m going to edit a post a video short on engineering versus meta-engineering (no, it won’t be next week), but the danger is real. For instance, in an article I’ve had in my bookmarks pile for a long while, the author says—
I’m not going to name the author, because this is his description of thinking through a certification many years ago, rather than his current thinking on certifications—but the example is telling. I know a lot of folks studying for certifications. They mostly spend their time labbing up various protocols and… features. The temptation to Continue reading
Cloudflare Workers Beta is now open!
Cloudflare Workers lets you run JavaScript on Cloudflare’s edge, deploying globally to over 120+ data centers around the world in less than 30 seconds. Your code can intercept and modify any request made to your website, make outbound requests to any URL on the Internet, and replace much of what you might need to configure your CDN to do today. Even better, it will do this from all our edge locations around the world, closer to many of your users than your origin servers can ever be. You will have a fully functional Turing-complete language in your fingertips which will allow you to build powerful applications on the edge. The only limit is your imagination.
To get started:
That’s it!
You can start by writing a simple ‘hello world’ script, but chances are that you are going write Workers that are more complicated. You can check out our page with recipes to:
The HKS container platform is targeted at technically sophisticated organizations.
Don't make these mistakes when adopting DevOps for production network automation and orchestration.
All-flash system enables fast, cost-effective production for entertainment and media company.
This is the sixth article from the series of the articles discussing the configuration of an entire enterprise network. The article explains the configuration of the edge router vIOS-EDGE-I and configuration of ISP routers. Now let's say few words about the router vIOS-EDGE-I. The router is Cisco IOSv Qemu appliance, version 15.6(2)T. It has assigned 512MB RAM by GNS3. The router connects all three parts of the company network to the Internet. These parts are the the campus network, data center and DMZ.
Picture 1 - Company Connection to the Internet via vIOS-EDGE-I
The company has assigned the prefix 195.1.1.0/24. Devices located in DMZ have assigned the prefix 195.1.1.128/25. The prefix 195.1.1.0/25 is assigned for devices hidden behind NAT. NAT is configured on vIOS-EDGE-I router, translating campus and data center subnets to the subnet 195.1.1.128/25. The router is connected to the upstream providers via their Ethernet ports Gi0/1 and Gi0/3. This is a single multi homed topology when a company is connected to two upstream providers with a single edge router. The entire prefix 195.1.1.0/24 is advertised to the both ISPs via BGP routing protocol. Continue reading