ASUMSI Fa0/0 : 172.16.50.0 /24 S0/0 : 172.16.20.0 /24 --- System Configuration Dialog --Continue with configuration dialog? [yes/no]: N Press RETURN to get started! Router>enable Router#configure terminal Router(config)#hostname POLTEKSMI POLTEKSMI(config)#enable secret cisco POLTEKSMI(config)#line console 0 POLTEKSMI(config-line)#password cisco1 POLTEKSMI(config-line)#login POLTEKSMI(config-line)#line vty 0 4 POLTEKSMI(config-line)#password cisco 2 POLTEKSMI(config-line)#login POLTEKSMI(config)#int f0/0 POLTEKSMI(config-if)#ip address 172.16.50.1 255.255.255.0 POLTEKSMI(config-if)#description connection to LAN POLTEKSMI(config-if)#no shutdown “LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up” POLTEKSMI(config)#int s0/0/0 POLTEKSMI(config-if)#ip address 172.16.20.1 255.255.255.0 POLTEKSMI(config-if)#description connection to WAN POLTEKSMI(config-if)#no shutdown POLTEKSMI(config-if)#exit POLTEKSMI(config)#banner motd # Enter TEXT message. End with the character '#'. SELAMAT DATANG DI POLTEKSMI # POLTEKSMI#copy running-config startup-config Destination filename [startup-config]? Building configuration... [OK] POLTEKSMI#show running-config Building configuration... Current configuration : 656 bytes ! version 12.3 no service password-encryption hostname POLTEKSMI enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0 ! interface FastEthernet0/0 description connection to LAN
ip address 172.16.50.1 255.255.255.0 duplex auto speed auto ! interface FastEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Serial0/0/0 description connection to WAN ip address 172.16.20.1 255.255.255.0 ! interface Serial0/0/1 no ip address shutdown ! interface Vlan1 no ip address shutdown ! ip classless ! banner motd ^C SELAMAT DATANG DI POLTEKSMI ^C line con 0 password cisco1 login line vty 0 4 password cisco 2 login end POLTEKSMI#