RouterConf

🧩 Syntax:
# configuracion router
en
conf term
hostname EAST
no ip domain-lookup 
enable secret class
line console 0
password cisco
login
line vty 0 15
password cisco
login
service password-encryption
security passwords min-length 10
banner motd # ACCESO A PERSONAL AUTORIZADO #
end
exit

conf t 
line console 0
logging synchronous

int s0/0/1
ip address 10.2.2.2 255.255.255.252
no shut

int s0/0/0
ip address 10.1.1.2 255.255.255.252 
no shut 

exit 

# guardar
en
copy run start