Duke Today
Syntax
Switches and more...
(Move to ...)
H3C/Comware and ArubaOS
Python
Cisco
▼
Thursday, June 4, 2020
Creating Charts in Excel with Python
›
import openpyxl, os from openpyxl.styles import Font from openpyxl.styles.colors import Color os.chdir('/Google Drive/python_work/MyPy...
Reading Excel Data from a Spreadsheet with Python
›
import openpyxl import os ''' Adapted from https://automatetheboringstuff.com/2e/chapter13/ Data files used can be found at th...
Excel Spreadsheet font manipulation with Python
›
import openpyxl, os from openpyxl.styles import Font from openpyxl.styles.colors import Color ''' Adapted from https://automate...
Excel Spreadsheet Manipulation with ord() and chr() in Python
›
import openpyxl, os from openpyxl.styles import Font from openpyxl.styles.colors import Color ''' Adapted from https://automate...
Create and save MS Excel Documents in Python
›
import openpyxl, pprint, os """ Writing Excel Documents Creating and Saving Excel Documents """ ### Change di...
Saturday, May 23, 2020
Setting LACP short/fast Timeout on ArubaOS-Switch/ProCurve Interfaces For LAGs/Trunks/Ether-Channel
›
Trunking (LAG) Trunking in HP terms is bundling 2 or more ports together to create a larger bandwidth port. In Cisco terms it is referred to...
Saturday, February 1, 2020
Hex to Dec
›
FFFA = (15*16^3)+(15*16^2) + (15*16^1) + (10*16^0) (15 * 16^3) = 61440 (15 * 16^2) = 3840 (15 * 16^1) = 240 (10 * 16^0) = 10 ...
Thursday, November 14, 2019
FIPS mode in Comware Devices
›
FIPS mode is available, in which the device provides only a limited set of its functionality so that the security is then in compliance wit...
Why Not Use VLAN 1?
›
Seperates user and management traffic. ACL's or security features applied to an interface might not always affect traffic going to...
Wednesday, November 13, 2019
ArubaOS-Switch QinQ Solution with the 3810M
›
Problem I have a single uplink (LAG) from my core to my QinQ provider Cisco switch. If I don't add QinQ to my replacement 8400 Aru...
›
Home
View web version