woensdag 18 november 2015
tftp directory on CentOS
/var/lib/tftpboot
maandag 2 november 2015
Firmware upgrade HP5130-48G-4SFP EI switch (right out of the box, no existing config)
#set ip address on vlan interface 1
interface Vlan-interface 1
ip address <ip-address> <subnet>
#delete existing firmware files
delete /unreserved flash:/5130ei-cmw710-boot-r3109p05.bin
delete /unreserved flash:/5130ei-cmw710-system-r3109p05.bin
#tftp new firmware to switch
tftp <ip-address> get 5130EI-CMW710-R3109P09.ipe
#load IPE file to flash
install add flash:/5130EI-CMW710-R3109P09.ipe flash:
#activate package
install activate system flash:/5130ei-cmw710-system-r3109p09.bin boot flash:/5130ei-cmw710-boot-r3109p09.bin slot 1
#reboot switch
reboot
interface Vlan-interface 1
ip address <ip-address> <subnet>
#delete existing firmware files
delete /unreserved flash:/5130ei-cmw710-boot-r3109p05.bin
delete /unreserved flash:/5130ei-cmw710-system-r3109p05.bin
#tftp new firmware to switch
tftp <ip-address> get 5130EI-CMW710-R3109P09.ipe
#load IPE file to flash
install add flash:/5130EI-CMW710-R3109P09.ipe flash:
#activate package
install activate system flash:/5130ei-cmw710-system-r3109p09.bin boot flash:/5130ei-cmw710-boot-r3109p09.bin slot 1
#reboot switch
reboot
WiFi Client Capabilities
Check out this site of Mike Albano for a overview of WiFi clients and their capabilities:
http://www.mikealbano.com/2015/01/wifi-client-capabilities.html
http://www.mikealbano.com/2015/01/wifi-client-capabilities.html
Abonneren op:
Reacties (Atom)