Category / Cisco Networking
-
How to remove inactive files on cisco devices
Switch#install remove inactive install_remove: START Thu Oct 3 12:45:18 UTC 2024 *Oct 3 12:45:18.521: %SMART_LIC-3-COMM_FAILED: Communications failure with the Cisco Smart License Utility (CSLU) : Unable to resolve server hostname/domain name *Oct…
-
How to Erase Vlan Data and startup.config on Cisco Switches
Step1:Deleting Vlan file SW1#delete flash:vlan.dat Step2: Clear startup.config file SW1#erase startup-config STEP 3: RESTART the switch SW1#reload
-
How to reset a Cisco c9300 switch -CLI
For factory reset on a Cisco IOS (switch / router ), can use below commands Switch: SWITCH_IGNORE_STARTUP_CFG=1 Switch:boot switch>en Switch: factory-reset all
-
How to enable SSH on Cisco Devices?
We are enabling the ssh on the Cisco devices with below commands; oslo-router# configure terminal Enter configuration commands, one per line. End with CNTL/Z.…
-
How to do user access verification on Cisco devices ? ssh, console aux
If you want to set password to users on cisco cli, you can follow below commands: oslo-router>enable oslo-router#con oslo-router#conf oslo-router#configure ter oslo-router#configure terminal Enter configuration commands, one per line. End with…
-
How to set Banner on Cisco Cli ?
You can follow the below commands for the set banner : oslo-router(config)#banner motd #my router! Enter TEXT message. End with the character ‘#’. This is my router. please log out# oslo-router(config)#exit…
-
How to set domain-name on Cisco Devices ?
IF YOU WANT to change the ip domain-name on Cisco,you need to login the config mode first and then oslo-router(config)#ip domain ? lookup Enable IP Domain Name System hostname translation name…
-
How to set hostname -Cisco Cli
You can change the hostname of Cisco devices Router#configure ter Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)#host Router(config)#hostname oslo 1- oslo(config)#hostname oslo-router 2-
-
Best Linux Distributions for Hacking and Penetration Testing
There are a number of Linux distributions that are specifically designed for use in hacking and penetration testing. Some of the most popular options include ● Kali Linux: Kali Linux is…
-
CISCO IOS Configuration Step by Step -CLI GUIDE
Do you want to learn to Configure and Manage Cisco Switch / Router /Firewall with CLI ? You will learn from A to Z to prepare configuration for Cisco (IOS) devices… his…
-
How to Assign an IP Address on Cisco ?
Enter in router global config terminal mode and then apply following commands Router(Config)#inter serial 0/0/0 Router(Config-if)#ip address 151.136.116.22 255.255.0.0 Router(Config-if)#no shut Router(Config-if)#exit
-
-
-
PORT SECURITY ON CISCO
Port security may be a layer two activity control highlight on Cisco Catalyst switches. It empowers an administrator arrange person switch ports to permit as it were a indicated number of source…
-
Vlans Configurations on Cisco
A VLAN could be a bunch of devices on one or more LANs that are arranged to communicate as in the event that they were attached to the same wire, when in…