Cisco Packet Tracer

Configure Hostname

#In global config mode
hostname <new_name>

Configure User

#In global config mode
username <new_username> password <new_password>

Configure Domain Name

#In global config mode
ip domain-name <DNS_Domain>

Save config to non-volatile memory

#In global config mode
copy running-config startup-config

Configure Banner

#In global config mode
banner motd # <Enter>
<Your message of the day> <Enter>
#

Set password to Privileged mode

#Unencrypted
#In global config mode
enable password <new_password>

#Encrypted
#In global config mode
enable secret <new_password>

Console Authentication

Synchronous Logging

Configure Remote Administration

Configure other interfaces

Configure Remote Authentication

Configure Default Gateway

Configure SSH Access

Configure VTY to allow both telnet and ssh

Last updated