Example configuration files: Difference between revisions

From Lucca's Wiki
Jump to navigationJump to search
Created page with " !router configuration in batch mode (config file) !Initial config on router A enable conf t hostname routerA enable secret itsasecret banner motd "Authorized access only. Keep off" !Lets configure the line console 0 port line con 0 password cisco login exit !now we're back in global config mode"
 
No edit summary
Line 1: Line 1:
!router configuration in batch mode (config file)
!router configuration in batch mode (config file)
!Initial config on router A
!Initial config on router A
enable
enable
conf t
conf t
hostname routerA
hostname routerA
enable secret itsasecret
enable secret itsasecret
banner motd "Authorized access only. Keep off"
banner motd "Authorized access only. Keep off"
!Lets configure the line console 0 port
!Lets configure the line console 0 port
line con 0
line con 0
password cisco
password cisco
login
login
exit
exit
!now we're back in global config mode
!now we're back in global config mode

Revision as of 23:24, 26 August 2025

!router configuration in batch mode (config file)
!Initial config on router A
enable
conf t
hostname routerA
enable secret itsasecret
banner motd "Authorized access only. Keep off"
!Lets configure the line console 0 port
line con 0
password cisco
login
exit
!now we're back in global config mode