• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

The Tech Factors

All about your IT needs

  • Blog
  • About
  • Misc
  • Contact Us
You are here: Home / Archives for Networking

Networking

Setup Console, VTY, Auxiliary Port Passwords On Cisco Switch

March 13, 2016 by virdih

Cisco console vty auxiliary password

Follow the below commands to configure Console, VTY and Auxiliary port passwords on a Cisco Switch: Line Console Password Console port is used to access the switch using a console port. Switch#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#line con Switch(config)#line console 0 Switch(config-line)#password ABCD Switch(config-line)#login Switch(config-line)#exit Telnet Password Virtual Terminal […]

Filed Under: Cisco, Networking Tagged With: thetechfactors

Cisco Switch Port Security Commands

March 11, 2016 by virdih

cisco switch port security commands

Follow the below commands to configure Port Security on a Cisco Switch: The switch port must be an access port else we cannot apply switch port security on that port. Switch#config t Enter configuration commands, one per line. End with CNTL/Z. Switch(config)#interface fastEthernet 0/1 Switch(config-if)#switchport mode access Enable port security on the port: Switch(config-if)#switchport port-security […]

Filed Under: Cisco, Networking Tagged With: thetechfactors

Enable and Enable Secret password on CISCO Switch

March 8, 2016 by virdih

Enable password enable secret password

ENABLE PASSWORD: We use enable password when we move from user EXEC mode to Privileged mode. The privileged EXEC mode allows full access to a Cisco switch\router. This mode gives the opportunity to view as well as change the configuration. Enable password gets stored in a plain text in the configuration file unless you encrypt […]

Filed Under: Cisco, Networking Tagged With: thetechfactors

The OSI Model: Open Systems Interconnection Model

March 7, 2016 by virdih

OSI MODEL 7 Layers

The OSI Model or Open Systems Interconnection Model is a logical model which tells us how the network systems are supposed to communicate with each other. It breaks down the different components of network communication into layers. The OSI Model allows various types of network hardware and software to communicate. The OSI model has seven […]

Filed Under: Cisco, Networking Tagged With: thetechfactors

Transfer PuTTY sessions from one PC to another

February 10, 2016 by virdih

transfer putty sessions

PuTTY – PuTTY is a terminal emulation application which helps connecting to your networking devices via different networking protocols for example: telnet, SSH, Rlogin etc. You can use PuTTY to connect networking devices via serial port too. PuTTY saves the session information in Windows registry. We are going to discuss how to transfer PuTTY sessions […]

Filed Under: Networking, Windows Tagged With: thetechfactors

Primary Sidebar

Calendar

June 2025
S M T W T F S
1234567
891011121314
15161718192021
22232425262728
2930  
« Jan    

Archives

Featured Post

Adding a host to vCenter Server fails

January 9, 2021 By virdih

In case you find some issues while adding a VMWARE ESXi host to vCenter Server and you get an error message “A General System error Occurred” or “vim.fault.NoPermission”. This issue occurs by inconsistent authorization setup on the ESXi Host. The name of this authorization file is “authorization.xml” and located at /etc/vmware/hostd You can follow the […]

© 2016 | The Tech Factors
Sitemap