To add a vlan and give it a name: 2811a>enable 2811a#vlan database 2811a(vlan)#vlan 201 2811a(vlan)#vlan 201 name 201-vlan 2811a(vlan)#exit After that, you can show what you’ve added: 2811a#vlan database 2811a(vlan)#show The output might be something like this: VLAN ISL Id: 1 Name: default Media Type: Ethernet VLAN 802.10 Id: 100001 State: Operational MTU: 1500 Translational […]
Author: Philip
Set IP address on interface Cisco 2811
Set an IP address on interface FastEhternet 0/0: 2811a>enable 2811a#configure terminal 2811a(config)#interface FastEthernet 0/0 2811a(config-if)#ip address 172.16.0.2 255.255.255.0 2811a(config-if)#description Uplink to Firewall 2811a(config-if)#end 2811a# *Jan 8 15:06:37.187: %SYS-5-CONFIG_I: Configured from console by Console2811a# After the command end, the console displays a SYS-5-CONFIG_I message.
Basic setup Cisco 2960
After a factory reset of the switch, the hostname is: Switch First basic setup command’s for a 2960 (when connected with a console cable): Switch>enable Switch#configure terminal Switch(config)#hostname 2960a 2960a(config)#end 2960a#configure terminal 2960a(config)#line console 0 2960a(config-line)#logging synchronous 2960a(config-line)#end 2960a#copy running-config startup-config Destination filename [startup-config] After the last command, confirm the Destination filename with <Enter>.
VMware ESXi Standalone Update
In this post how to update the free version of VMware ESXi, when you don’t have vCenter Server to manage and update an ESXi server. This article is my own version of an article written by Vladan Seget, you can find that article here. The server to update has version 6.5.0 (Build 5310538). First download […]
Windows Server 2016 Installation
Very easy to install Windows Server 2016. Choose preferred language, time and currency format and keyboard or input method. Install now. In this setup, I choose “Windows Server 2016 Standard (Desktop Experience)”. Choose “Custom: Install Windows only (advanced)” since this is not an upgrade but a fresh installation. Click next. Wait for a while. […]
Configure FortiWifi 30D
Firmware update ForiWIfi 30D A FortiWifi 30D after a factory reset, firmware vesion v5.2.5,build701. Updating the FortiWifi 30D by clicking on [Update]. The updating proces is done with the tool “FortiExplorer”. With this tool you connect the FortiWifi 30D with USB to your PC/Laptop. Click on [Upload Firmware], browse to the specific firmware (no […]
Building 4 VMware ESXi 6.5 servers
Building 4 VMware servers. Using ISO: VMware-VMvisor-Installer-6.5.0-4564106.x86_64.iso