You are on page 1of 1

IOS INTERNETWORK O.S.

BASIC CONFIG
HOSTNAME
ROUTER(CONFIG)#hostname MKTI
PASSWORDS
(1)TO SECURE PRIVILEDGE MODE
ROUTER(CONFIG)#enable secret <password>
(2) TO SECURE CONSOLE
ROUTER(CONFIG)#line con 0
ROUTER(CONFIG)#password <password>
ROUTER(CONFIG)#login
(2) TO SECURE REMOTE ACCESS
ROUTER(CONFIG)#line vty 0 4
ROUTER(CONFIG)#password <password>
ROUTER(CONFIG)#login
BANNER
ROUTER(CONFIG)#banner motd #aUTHORIZED ACCESS ONLY
FGH
DHG
GHGF
#
SAVE
ROUTER#copy running-config startup-config
INTERFACE
ROUTER(CONFIG)#interface <int>
ROUTER(CONFIG)#ip address <ip address> <subnet mask>
ROUTER(CONFIG)#no shutdown
ROUTER(CONFIG)#interface g0/0
ROUTER(CONFIG)#ip address 192.168.1.1 255.255.255.0
ROUTER(CONFIG)#no shutdown

You might also like