It's spinoff season in the Valley.
The Craft of Research, Kindle Location 2392
The post Clear Writing appeared first on 'net work.
The post HL: Navigating Network Complexity appeared first on 'net work.
VMware contributes to help CENX push Lifecycle Service Orchestration.
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.