Example configuration files

From Lucca's Wiki
Revision as of 00:08, 27 August 2025 by 170.55.73.212 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Very basic config for a cisco router


!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