Wednesday, March 8, 2017

Cara menggunakan cisco untuk Jaringan


Cara menyeting router melalui CLI dimulai dari

Continue with configuration dialog? [yes/no]: no


Press RETURN to get started!

Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname router_N
router_N(config)#enable password 123456789
router_N(config)#interface fastEthernet 0/1
router_N(config-if)#ip address 192.168.10.100 255.255.255.0
router_N(config-if)#no shutdown

router_N(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
exi
router_N(config-if)#exit
router_N(config)#write memory
^
% Invalid input detected at '^' marker.
router_N(config)#exit
router_N#
%SYS-5-CONFIG_I: Configured from console by console
wr
router_N#write memory
Building configuration...
[OK]
router_N#

0 comments:

Post a Comment