In April 2015, my partner and I decided it was time to move in to our own (first) place together. As a teleworker this brings it’s own set of issues, mainly in the name of connectivity and climate. BT traditionally have been able to offer generous enough requirements, but as enterprise technology has evolved to consume more bandwidth, BT have slowly fallen behind. FTTC or Fibre To The Cabinet (VDSL), also known as “Superfast Fibre Optic Broadband” offered by the likes of BT and Sky to name but a couple, serves my needs well providing I have access to a local street cabinet that has a spare port on a VDSL capable device.
So it turns out, after confirmation from BT that our to be purchased house can indeed receive FTTC, we purchased, completed and started renovation work. It was time to place the BT order!
PyNOS v1.1 has been published. This is a python library that simplifies automating Brocade VDX systems. It is built on top of ncclient, and uses NETCONF to communicate with the VDX systems. Using the libraries is much simpler than writing your own NETCONF calls.
Use Python to script configuration or management tasks against VDX devices, e.g.:
You can also use Python as an interactive shell to run commands against multiple systems.
>>> import pynos.device >>> conn = ('172.22.90.100', '22') >>> auth = ('admin', 'password') >>> dev=pynos.device.Device(conn=conn, auth=auth) >>> dev.connection True >>> dev.firmware_version '6.0.1' >>> dev.system.uptime {'seconds': '1', 'hours': '13', 'minutes': '0', 'days': '1'} >>>
>>> with pynos.device.Device(conn=conn, auth=auth) as dev: ... dev.interface.description( ... int_type='tengigabitethernet', name='225/0/38', ... desc=’RTR1 Ethernet1’)
Any Brocade VDX customers that want to automate network configuration – e.g. to integrate with their provisioning systems.
It’s helpful to have Continue reading
Possibly to appease Wall Street, Google is creating a corporate structure to separate ad revenues from sci-fi experiments.
Rackspace's Q2 features good news, bad news, and a share buyback.
Our last embarkation into a new geography coincided with a significant milestone: our 30th data center (and first in Africa) in Johannesburg, South Africa. And as we march past number 40, we’re proud to announce yet another. Introducing CloudFlare’s latest points of presence (PoPs) in Doha, Qatar; Dubai, United Arab Emirates; Kuwait City, Kuwait; and Muscat, Oman. These data centers are the first wave in our MENA (Middle East/North Africa) expansion, and the 39th, 40th, 41st and 42nd data centers, respectively, to join our global network.
Up to this point all CloudFlare traffic delivered to the MENA region was served from our London, Frankfurt, Marseille, Paris and/or Singapore data centers, with round trip latency of up to 200-350ms. As in Africa, local bandwidth in MENA is notoriously expensive making it cost prohibitive to deliver content locally. That is (once again), until now! We're proud to announce the first of a series of agreements with regional carriers including Etisalat, Omantel, Ooredoo, and Zain to help build a better Internet in the region.
A few of the necessary ingredients to build a better Internet include international connectivity (often in Continue reading
Information security technology is undergoing a generational shift. Once thought of as a collection of point solutions, security technology is moving to the cloud, where a coordinated suite of real-time software tools are needed.