CCNA fast track Nixtrain Jakarta Hari 2


delete conf router
NXT-R4#erase startup-config
Erasing the nvram filesystem will remove all configuration files! Continue? [confirm]
[OK]
Erase of nvram: complete
NXT-R4#
*May  6 02:34:13.443: %SYS-7-NV_BLOCK_INIT: Initialized the geometry of nvram
NXT-R4#reload

conf t router
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#host
Router(config)#hostname NXT-R1
NXT-R1(config)#no ip dom
NXT-R1(config)#no ip domain-loo
NXT-R1(config)#no ip domain-lookup
NXT-R1(config)#
NXT-R1(config)#
NXT-R1(config)#ena
NXT-R1(config)#enable sec
NXT-R1(config)#enable secret cisco
NXT-R1(config)#enable secret ciscosec
NXT-R1(config)#line con
NXT-R1(config)#line console 0
NXT-R1(config-line)#pass
NXT-R1(config-line)#password ciscocon
NXT-R1(config-line)#exe
NXT-R1(config-line)#exec-tim
NXT-R1(config-line)#exec-timeout 5 0
NXT-R1(config-line)#login
NXT-R1(config-line)#exit
NXT-R1(config)#line
NXT-R1(config)#line vty
NXT-R1(config)#line vty 0 4
NXT-R1(config-line)#pass
NXT-R1(config-line)#password ciscovty
NXT-R1(config-line)#exe
NXT-R1(config-line)#exec-tim
NXT-R1(config-line)#exec-timeout  5 0
NXT-R1(config-line)#login
NXT-R1(config-line)#serv
NXT-R1(config-line)#service
NXT-R1(config-line)#service pass
NXT-R1(config-line)#service pass encr
NXT-R1(config-line)#exit
NXT-R1(config)#serv
NXT-R1(config)#service pass
NXT-R1(config)#service password-encryption
NXT-R1(config)#bann
NXT-R1(config)#banner mo
NXT-R1(config)#banner motd #Unauthorized access prohibited Nurohman!#
NXT-R1(config)#
NXT-R1(config)#int
NXT-R1(config)#interface fa
NXT-R1(config)#interface fastEthernet 0/1
NXT-R1(config-if)#des
NXT-R1(config-if)#description Conn
NXT-R1(config-if)#description Connection to NXT-R2
NXT-R1(config-if)#ip add
NXT-R1(config-if)#ip address 192.168.12.1 255.255.255.0
NXT-R1(config-if)#no shut
NXT-R1(config-if)#
*May  6 02:48:03.807: %LINK-3-UPDOWN: Interface FastEthernet0/1, changed state to up
*May  6 02:48:04.807: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
NXT-R1(config-if)#int
NXT-R1(config-if)#int
*May  6 02:48:12.379: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down
% Incomplete command.

NXT-R1(config)#
NXT-R1(config)#int
NXT-R1(config)#interface fa
NXT-R1(config)#interface fastEthernet 0/0
NXT-R1(config-if)#desc
NXT-R1(config-if)#description Connection to LAN-A-Nurohman
NXT-R1(config-if)#ip add
NXT-R1(config-if)#ip address 172.16.1.1 255.255.255.0
NXT-R1(config-if)#no shut
NXT-R1(config-if)#
*May  6 02:49:17.059: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
*May  6 02:49:18.059: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to upend
NXT-R1#
*May  6 02:49:20.731: %SYS-5-CONFIG_I: Configured from console by console

NXT-R1#clock set 10:08:00 06  2018
*May  6 02:50:27.447: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
                          
NXT-R1#copy run
NXT-R1#copy running-config star
NXT-R1#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
NXT-R1#

#cek ip route
NXT-R1-Nurohman#
sh ip rout
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

C    192.168.12.0/24 is directly connected, FastEthernet0/1
     172.16.0.0/24 is subnetted, 1 subnets
C       172.16.1.0 is directly connected, FastEthernet0/0
NXT-R1-Nurohman#

loopback    :untuk menjangkau jaringan di                   setelahnya

static    :1
ospf    :90
RIP    :120

!Routing
NXT-R1-Nurohman#
NXT-R1-Nurohman#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
NXT-R1-Nurohman(config)#no ip route 172.16.2.0 255.255.255.0 192.168.2.0
NXT-R1-Nurohman(config)#ip route 172.16.2.0 255.255.255.0 192.168.12.2
NXT-R1-Nurohman(config)#exit
NXT-R1-Nurohman#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
NXT-R1-Nurohman(config)#no ip route 172.16.2.0 255.255.255.0 192.168.12.2
NXT-R1-Nurohman(config)#exit
NXT-R1-Nurohman#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
NXT-R1-Nurohman(config)#ip route 0.0.0.0 0.0.0.0 192.168.12.2
NXT-R1-Nurohman(config)#


NXT-R1-Nurohman#sh run
Building configuration...

Current configuration : 2676 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname NXT-R1-Nurohman
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$41U2$tbTRJNe0J5kWvyyI1Tvk90
!
no aaa new-model
memory-size iomem 25
ip cef
!
!
!
!
no ip domain lookup
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
crypto pki trustpoint TP-self-signed-2563553625
 enrollment selfsigned
 subject-name cn=IOS-Self-Signed-Certificate-2563553625
 revocation-check none
 rsakeypair TP-self-signed-2563553625
!
!
crypto pki certificate chain TP-self-signed-2563553625
 certificate self-signed 02
  30820247 308201B0 A0030201 02020102 300D0609 2A864886 F70D0101 04050030
  31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
  69666963 6174652D 32353633 35353336 3235301E 170D3138 30353036 30353331
  35355A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
  4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D32 35363335
  35333632 3530819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
  8100AF55 A923A920 429B8532 A07DA6EE 27473C38 B5D9E030 6507575C 49AFF7CB
  9B5B2A99 9428F637 D26D7364 210FD07C 2F5B9C94 BBD916BE 17350C6B 46C6B879
  C2B83F9F 122AD8B6 5A7FC721 EF3153B2 81FC363D 4CDDE5FB 07F76BBA D5A13004
  7DE53452 80BBE165 883B23A0 745AA7D7 40E83825 EFD94442 D687C07F BCF648FE
  19BD0203 010001A3 6F306D30 0F060355 1D130101 FF040530 030101FF 301A0603
  551D1104 13301182 0F4E5854 2D52312D 4E75726F 686D616E 301F0603 551D2304
  18301680 14218B68 84C42648 0EF2EE49 9B542F43 68ECFE1D 01301D06 03551D0E
  04160414 218B6884 C426480E F2EE499B 542F4368 ECFE1D01 300D0609 2A864886
  F70D0101 04050003 8181004E AC795081 67A95F68 E397BABD 08EE046D B8BA9653
  354EBD83 A4309903 A4A6E1B8 A6D134F3 FC1378CA AF60FAAA 49FA5687 6026AA4D
  057315B1 5ED7805E 6806CD72 54DCB94E 72DE03CB B8840044 98910FA8 BDF0FC30
  E261EEB7 9323495D 1AF5E8F5 DF56C037 974A74E8 D184A6A0 5E0ED52B 5D74225B
  57B30F1C 43CFA639 5C8AF0
  quit
username maman privilege 7 password 7 141A13060D0A
!
!
!
!
!
!
interface FastEthernet0/0
 description Connection to LAN-A-Nurohman
 ip address 172.16.1.1 255.255.255.0
 duplex auto
 speed auto
!
interface FastEthernet0/1
 description Connection to NXT-R2
 ip address 192.168.12.1 255.255.255.0
 duplex auto
 speed auto
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 192.168.12.2
!
!
no ip http server
no ip http secure-server
!
!
!
!
control-plane
!
!
!
line con 0
 exec-timeout 5 0
 password 7 1511021F0725282B26


Router RIP
no ip route 0.0.0.0 0.0.0.0 192.168.12.2
NXT-R1-Nurohman(config)#router rip
NXT-R1-Nurohman(config-router)#vers
NXT-R1-Nurohman(config-router)#version 0
 Wrong Rip version, only version 1 or version 2 is valid
NXT-R1-Nurohman(config-router)#version 2
NXT-R1-Nurohman(config-router)#no aut
NXT-R1-Nurohman(config-router)#no auto-summary
NXT-R1-Nurohman(config-router)#net
NXT-R1-Nurohman(config-router)#network 192.168.12.0
NXT-R1-Nurohman(config-router)#net
NXT-R1-Nurohman(config-router)#network 172.16.1.0
 login
line aux 0
line vty 0 4
 exec-timeout 5 0
 password 7 02050D480809193555
 login
!
scheduler allocate 20000 1000
end

--------------------------------------------
Back Up
NXT-R1-Nurohman#copy startup-config tftp
Address or name of remote host []? 172.16.1.3
Destination filename [nxt-r1-nurohman-confg]?
.....
%Error opening tftp://172.16.1.3/nxt-r1-nurohman-confg (Timed out)
NXT-R1-Nurohman#copy startup-config tftp
Address or name of remote host []? 172.16.1.3
Destination filename [nxt-r1-nurohman-confg]?
!!
1340 bytes copied in 0.300 secs (4467 bytes/sec)

o
line vty    :ciscosec
priv        :newcisco
------------------------------------------------
router rip
NXT-R1-Nurohman#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
NXT-R1-Nurohman(config)#rou
NXT-R1-Nurohman(config)#router rip
NXT-R1-Nurohman(config-router)#vers
NXT-R1-Nurohman(config-router)#version 0
 Wrong Rip version, only version 1 or version 2 is valid
NXT-R1-Nurohman(config-router)#version 2
NXT-R1-Nurohman(config-router)#no aut
NXT-R1-Nurohman(config-router)#no auto-summary
NXT-R1-Nurohman(config-router)#net
NXT-R1-Nurohman(config-router)#network 192.168.12.0
NXT-R1-Nurohman(config-router)#net
NXT-R1-Nurohman(config-router)#network 172.16.1.0
NXT-R1-Nurohman(config-router)#
NXT-R1-Nurohman(config-router)#exit
NXT-R1-Nurohman(config)#exit
NXT-R1-Nurohman#

NXT-R1-Nurohman#sh ip route rip
     172.16.0.0/24 is subnetted, 2 subnets
R       172.16.2.0 [120/1] via 192.168.12.2, 00:00:02, FastEthernet0/1
-----------------------------------------------
loopback
NXT-R1-Nurohman#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
NXT-R1-Nurohman(config)#int
NXT-R1-Nurohman(config)#interface lo
NXT-R1-Nurohman(config)#interface loopback 2
NXT-R1-Nurohman(config-if)#ip address 10.10.20.20 255.255.255.0
NXT-R1-Nurohman(config-if)#exit
NXT-R1-Nurohman(config)#interface loopback 3
NXT-R1-Nurohman(config-if)#ip address 10.10.30.30 255.255.255.0
NXT-R1-Nurohman(config-if)#exit
NXT-R1-Nurohman(config)#interface loopback 4
NXT-R1-Nurohman(config-if)#ip address 10.10.40.40 255.255.255.0
NXT-R1-Nurohman(config-if)#exit
NXT-R1-Nurohman(config)#interface loopback 5
NXT-R1-Nurohman(config-if)#ip address 10.10.50.50 255.255.255.0
NXT-R1-Nurohman(config-if)#exit
NXT-R1-Nurohman(config)#

-----------------------------------------------
sh ip loopback
NXT-R1-Nurohman#sh ip interface br
Interface                  IP-Address      OK? Method Status                Protocol
FastEthernet0/0            172.16.1.1      YES NVRAM  up                    up
FastEthernet0/1            192.168.12.1    YES NVRAM  up                    up
Loopback1                  10.10.10.10     YES manual up                    up
Loopback2                  10.10.20.20     YES manual up                    up
Loopback3                  10.10.30.30     YES manual up                    up
Loopback4                  10.10.40.40     YES manual up                    up
Loopback5                  10.10.50.50     YES manual up                    up

NXT-R1-Nurohman(config)#router rip
NXT-R1-Nurohman(config-router)#vers
NXT-R1-Nurohman(config-router)#version 2
NXT-R1-Nurohman(config-router)#no aut
NXT-R1-Nurohman(config-router)#no auto-summary
NXT-R1-Nurohman(config-router)#netw
NXT-R1-Nurohman(config-router)#network 10.0.0.0
NXT-R1-Nurohman(config-router)#exit
NXT-R1-Nurohman(config)#exit
NXT-R1-Nurohman#sh ip rout
NXT-R1-Nurohman#sh ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       o - ODR, P - periodic downloaded static route

Gateway of last resort is not set

C    192.168.12.0/24 is directly connected, FastEthernet0/1
     20.0.0.0/24 is subnetted, 5 subnets
R       20.20.10.0 [120/1] via 192.168.12.2, 00:00:10, FastEthernet0/1
R       20.20.20.0 [120/1] via 192.168.12.2, 00:00:10, FastEthernet0/1
R       20.20.30.0 [120/1] via 192.168.12.2, 00:00:10, FastEthernet0/1
R       20.20.40.0 [120/1] via 192.168.12.2, 00:00:10, FastEthernet0/1
R       20.20.50.0 [120/1] via 192.168.12.2, 00:00:10, FastEthernet0/1
     172.16.0.0/24 is subnetted, 2 subnets
C       172.16.1.0 is directly connected, FastEthernet0/0
R       172.16.2.0 [120/1] via 192.168.12.2, 00:00:19, FastEthernet0/1
     10.0.0.0/24 is subnetted, 5 subnets
C       10.10.10.0 is directly connected, Loopback1
C       10.10.20.0 is directly connected, Loopback2
C       10.10.30.0 is directly connected, Loopback3
C       10.10.40.0 is directly connected, Loopback4
C       10.10.50.0 is directly connected, Loopback5
NXT-R1-Nurohman#

NXT-R1-Nurohman#sh ip route rip
R    20.0.0.0/8 [120/1] via 192.168.12.2, 00:00:26, FastEthernet0/1
     172.16.0.0/24 is subnetted, 2 subnets
R    172.16.2.0 [120/1] via 192.168.12.2, 00:00:26, FastEthernet0/1

Authe
NXT-R1-Nurohman(config)#do show ip route rip
R    20.0.0.0/8 [120/1] via 192.168.12.2, 00:00:15, FastEthernet0/1
     172.16.0.0/24 is subnetted, 2 subnets
R       172.16.2.0 [120/1] via 192.168.12.2, 00:00:15, FastEthernet0/1
NXT-R1-Nurohman(config)#do show ip route RIP
R    20.0.0.0/8 [120/1] via 192.168.12.2, 00:00:19, FastEthernet0/1
     172.16.0.0/24 is subnetted, 2 subnets
R       172.16.2.0 [120/1] via 192.168.12.2, 00:00:19, FastEthernet0/1

NXT-R1-Nurohman(config)#interface fastEthernet 0/1
NXT-R1-Nurohman(config-if)#ip rip authentication key
NXT-R1-Nurohman(config-if)#ip rip authentication key-chain RIP
NXT-R1-Nurohman(config-if)#exit
NXT-R1-Nurohman(config)#exit

MD5
interface FastEthernet0/1
 description Connection to NXT-R2
 ip address 192.168.12.1 255.255.255.0
 ip rip authentication mode md5
 ip summary-address rip 10.0.0.0 255.0.0.0
 duplex auto
 speed auto
end


EIGRP
NXT-R1-Nurohman(config)#router
NXT-R1-Nurohman(config)#router ei
NXT-R1-Nurohman(config)#router eigrp 100
NXT-R1-Nurohman(config-router)#net
NXT-R1-Nurohman(config-router)#network 172.16.0.0
NXT-R1-Nurohman(config-router)#network 192.168.12.0
NXT-R1-Nurohman(config-router)#no au
NXT-R1-Nurohman(config-router)#no auto-summary
NXT-R1-Nurohman(config-router)#exit
NXT-R1-Nurohman(config)#exit
NXT-R1-Nurohman#sh ip route eigrp
NXT-R1-Nurohman#sh ip route eigrp
     172.16.0.0/24 is subnetted, 2 subnets
D       172.16.2.0 [90/30720] via 192.168.12.2, 00:00:06, FastEthernet0/1
NXT-R1-Nurohman#


Config sempurna
NXT-R1-Nurohman#sh run
Building configuration...

Current configuration : 3137 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname NXT-R1-Nurohman
!
boot-start-marker
boot-end-marker
!
enable secret 5 $1$41U2$tbTRJNe0J5kWvyyI1Tvk90
!
no aaa new-model
memory-size iomem 25
ip cef
!
!
!
!
no ip domain lookup
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
!
key chain RIP
 key 1
   key-string 7 096267312D37363B25
!
crypto pki trustpoint TP-self-signed-2563553625
 enrollment selfsigned
 subject-name cn=IOS-Self-Signed-Certificate-2563553625
 revocation-check none
 rsakeypair TP-self-signed-2563553625
!
!
crypto pki certificate chain TP-self-signed-2563553625
 certificate self-signed 02
  30820247 308201B0 A0030201 02020102 300D0609 2A864886 F70D0101 04050030
  31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
  69666963 6174652D 32353633 35353336 3235301E 170D3138 30353036 30353331
  35355A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
  4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D32 35363335
  35333632 3530819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
  8100AF55 A923A920 429B8532 A07DA6EE 27473C38 B5D9E030 6507575C 49AFF7CB
  9B5B2A99 9428F637 D26D7364 210FD07C 2F5B9C94 BBD916BE 17350C6B 46C6B879
  C2B83F9F 122AD8B6 5A7FC721 EF3153B2 81FC363D 4CDDE5FB 07F76BBA D5A13004
  7DE53452 80BBE165 883B23A0 745AA7D7 40E83825 EFD94442 D687C07F BCF648FE
  19BD0203 010001A3 6F306D30 0F060355 1D130101 FF040530 030101FF 301A0603
  551D1104 13301182 0F4E5854 2D52312D 4E75726F 686D616E 301F0603 551D2304
  18301680 14218B68 84C42648 0EF2EE49 9B542F43 68ECFE1D 01301D06 03551D0E
  04160414 218B6884 C426480E F2EE499B 542F4368 ECFE1D01 300D0609 2A864886
  F70D0101 04050003 8181004E AC795081 67A95F68 E397BABD 08EE046D B8BA9653
  354EBD83 A4309903 A4A6E1B8 A6D134F3 FC1378CA AF60FAAA 49FA5687 6026AA4D
  057315B1 5ED7805E 6806CD72 54DCB94E 72DE03CB B8840044 98910FA8 BDF0FC30
  E261EEB7 9323495D 1AF5E8F5 DF56C037 974A74E8 D184A6A0 5E0ED52B 5D74225B
  57B30F1C 43CFA639 5C8AF0
  quit
username maman privilege 7 password 7 141A13060D0A
!
!
!
!
!
!
interface Loopback1
 ip address 10.10.10.10 255.255.255.0
!
interface Loopback2
 ip address 10.10.20.20 255.255.255.0
!
interface Loopback3
 ip address 10.10.30.30 255.255.255.0
!
interface Loopback4
 ip address 10.10.40.40 255.255.255.0
!
interface Loopback5
 ip address 10.10.50.50 255.255.255.0
!
interface Loopback10
 ip address 192.168.10.10 255.255.255.0
!
interface FastEthernet0/0
 description Connection to LAN-A-Nurohman
 ip address 172.16.1.1 255.255.255.0
 duplex auto
 speed auto
!
interface FastEthernet0/1
 description Connection to NXT-R2
 ip address 192.168.12.1 255.255.255.0
 duplex auto
 speed auto
!
router eigrp 100
 network 172.16.0.0
 network 192.168.12.0
 no auto-summary
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
!
!
!
control-plane
!
!
!
line con 0
 exec-timeout 5 0
 password 7 1511021F0725282B26
 login
line aux 0
line vty 0 4
 exec-timeout 5 0
 password 7 045802150C2E5F4B0A
 login
!
scheduler allocate 20000 1000
end

NXT-R1-Nurohman#




Post a Comment

0 Comments