0% found this document useful (0 votes)
11 views1 page

CLI Commands

1. The document provides configuration steps for a router including configuring interfaces, setting passwords, changing the router name, showing interface details, setting up DHCP scopes and pools, configuring static routing, and deleting configurations. 2. Interface configurations include setting IP addresses, enabling interfaces, and setting clock rates. Password configurations cover enabling passwords, Telnet passwords, and setting encrypted passwords. 3. The document demonstrates the basic commands and configuration process for securing and managing a router through the CLI.

Uploaded by

ezfortech
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

CLI Commands

1. The document provides configuration steps for a router including configuring interfaces, setting passwords, changing the router name, showing interface details, setting up DHCP scopes and pools, configuring static routing, and deleting configurations. 2. Interface configurations include setting IP addresses, enabling interfaces, and setting clock rates. Password configurations cover enabling passwords, Telnet passwords, and setting encrypted passwords. 3. The document demonstrates the basic commands and configuration process for securing and managing a router through the CLI.

Uploaded by

ezfortech
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Configure interface: Console password >:

enable
Enable
configuration terminal
configuration terminal
line console 0
interface fa0/0
password c
ip address 192.168.1.1 255.255.255.0
login
no shutdown

do write Telnet password:

CTRL z enable

write configuration terminal

line vty 0 1 Two Sessions


Changing router name:
password aa
Enable
login
configuration terminal
Router DHCP Scope:
hostname Moharram
enable
do write
configuration terminal
Showing interface details:
ip dhcp excluded-address 192.168.2.1 192.168.2.10

enable Router DHCP:


show ip interface enable

Password enable: configuration terminal

ip dhcp pool network2


enable
network 192.168.3.0 255.255.255.0
configuration terminal
default-router 192.168.3.1
enable password a
do write
-enable
Configure interface:
show run
Enable
Set encrypted password:
configuration terminal
enable interface se0/0
configuration terminal ip address 192.168.1.1 255.255.255.0
enable secret aa clock rate 64000
Deleting enable password: no shutdown

enable Static routing:

configuration terminal Enable

no enable password configuration terminal

ip route 192.168.3.0 255.255.255.0 192.168.2.2


Deleting interface IP:

enable

configuration terminal

interface fa0/0

no ip address

You might also like