Jump to content

Cisco: Konfigurasi dasar: Difference between revisions

From Wiki
Created page with " == Configure Global Parameters == Router> enable Router# configure terminal Router(config)# Router(config)# hostname Router Router(config)# Router(config)# no ip domain-lookup 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)# e..."
 
 
(3 intermediate revisions by the same user not shown)
Line 12: Line 12:


== Configure the Fast Ethernet WAN Interface ==
== Configure the Fast Ethernet WAN Interface ==
  Router(config)# interface fastethernet 0
  Router(config)#interface fastEthernet0/0
  Router(config-int)#
  Router(config-if)#
 
  Router(config-int)# ip address 192.1.12.2 255.255.255.0
  Router(config-if)# ip address 192.1.10.5 255.255.255.0
  Router(config-int)#
  Router(config-if)#
   
   


  Router(config-int)# no shutdown
  Router(config-if)# no shutdown
  Router(config-int)#
  Router(config-if)#
   
   
  Router(config-int)# exit
  Router(config-if)# exit
  Router(config)#
  Router(config)#


Line 41: Line 41:
* [https://onnocenter.or.id/wiki/index.php/Cisco:_Konfigurasi_Dasar onnocenter.or.id]
* [https://onnocenter.or.id/wiki/index.php/Cisco:_Konfigurasi_Dasar onnocenter.or.id]


[[Category:Cisco]]
[[index.php?title=Category:Cisco]]
[[Category:Jaringan Komputer]]
[[index.php?title=Category:Jaringan Komputer]]
[[Category:Jaringan]]
[[index.php?title=Category:Jaringan]]

Latest revision as of 11:50, 23 October 2024

Configure Global Parameters

Router> enable
Router# configure terminal
Router(config)#
Router(config)# hostname Router
Router(config)#
Router(config)# no ip domain-lookup
Router(config)#

Configure the Fast Ethernet WAN Interface

Router(config)#interface fastEthernet0/0
Router(config-if)#
Router(config-if)# ip address 192.1.10.5 255.255.255.0
Router(config-if)#

Router(config-if)# no shutdown
Router(config-if)#

Router(config-if)# exit
Router(config)#

Konfigurasi Routing

Router(config)# ip route 192.168.1.0 255.255.0.0 10.10.10.2
Router(config)#
Router(config)# end
Router#

Menyimpan Konfigurasi

show running-config
copy running-config startup-config
write memory

Source

index.php?title=Category:Cisco index.php?title=Category:Jaringan Komputer index.php?title=Category:Jaringan