Category / Cisco Networking
-
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…
-
-
IP Routing on Cisco Devices
IP routing is the method of sending packets from a host on one network to another host on a different farther network. Routers look at the destination IP address of a packet…