How to configure L3 EtherChannel on TenGigabit X2-10GB-LR

Tweet Configuring Cisco_EtherChannel(conf)# int range tenGigabitEthernet  1/1 – 4 Cisco_EtherChannel(config-if-range)#no switchport Cisco_EtherChannel(config-if-range)#channel-group 10 mode active ; LACP Cisco_EtherChannel(config-if-range)#exit  Cisco_EtherChannel(config)#int port-channel 10 Cisco_EtherChannel(config-if)#no switchport Cisco_EtherChannel(config-if)#ip address…

Continue Reading...

error: Window cannot find ‘javaw’

Tweet While I was executing a java applet, I got below error message. Yes, I installed latest of java s/w. Why? getting error message "Window…

Continue Reading...

How to configure SSH on Cisco routers and switches

Tweet Here is how to configure SSH on Cisco Routers and Switches ** Make sure you are using k9(crypto) image in order to support SSH…

Continue Reading...

How to enable a USB-Serial connection with putty on linux Mint

Tweet 1. Most of case, PL2303 driver is installed and apply to below command to verify it.   Linux_Mint # dmesg   : : :…

Continue Reading...

Cisco Tcl script to ping list of IPs

Here is a sample Tcl script to ping list of IPs   Cisco_script# tclsh Cisco_script(tcl)# foreach IP {   <— "IP" can be changed to…

Continue Reading...