Wednesday, 4 December 2019

Configuring CISCO Router 1841

enable
config t
hostname Router0
enable secret class
line con 0
password cisco
login
exit
line vty 0 4
password cisco
login
exit
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.0
description Router0 FastEthernet0/0
no shutdown
exit


interface FastEthernet0/1
ip address 192.168.2.1 255.255.255.0
description Router0 FastEthernet0/1
no shutdown
exit
exit
show running-config

click enter..enter to see the report
copy running-config startup-config

No comments:

Post a Comment