Difference between revisions of "Cisco: Konfigurasi Dasar"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (New page: Sumber: http://www.cisco.com/c/en/us/td/docs/routers/access/1800/1801/software/configuration/guide/scg/routconf.html#65645 ==Configure Global Parameters== Perform these steps to configu...) |
Onnowpurbo (talk | contribs) |
||
Line 3: | Line 3: | ||
==Configure Global Parameters== | ==Configure Global Parameters== | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Router> enable | Router> enable | ||
Router# configure terminal | Router# configure terminal | ||
Router(config)# | Router(config)# | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Router(config)# hostname Router | Router(config)# hostname Router | ||
Router(config)# | Router(config)# | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Line 72: | Line 15: | ||
==Configure the Fast Ethernet WAN Interface== | ==Configure the Fast Ethernet WAN Interface== | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Router(config)# interface fastethernet 0 | Router(config)# interface fastethernet 0 | ||
Router(config-int)# | Router(config-int)# | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Router(config-int)# ip address 192.1.12.2 255.255.255.0 | Router(config-int)# ip address 192.1.12.2 255.255.255.0 | ||
Router(config-int)# | Router(config-int)# | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Router(config-int)# no shutdown | Router(config-int)# no shutdown | ||
Router(config-int)# | Router(config-int)# | ||
− | + | Router(config-int)# exit | |
+ | Router(config)# | ||
− | |||
− | + | ==Menyimpan Konfigurasi | |
− | |||
− | + | copy running-config startup-config | |
+ | write memory | ||
− | |||
− | |||
− | |||
Revision as of 10:16, 21 September 2015
Configure Global Parameters
Router> enable Router# configure terminal Router(config)#
Router(config)# hostname Router Router(config)#
Configure the Fast Ethernet WAN Interface
Router(config)# interface fastethernet 0 Router(config-int)# Router(config-int)# ip address 192.1.12.2 255.255.255.0 Router(config-int)#
Router(config-int)# no shutdown Router(config-int)# Router(config-int)# exit Router(config)#
==Menyimpan Konfigurasi
copy running-config startup-config write memory