-ˏˋ⋆ ᴡ ᴇ ʟ ᴄ ᴏ ᴍ ᴇ ⋆ˊˎ-
𝔟𝔞𝔠𝔨 𝔞𝔤𝔞𝔦𝔫 𝔴𝔦𝔱𝔥 𝔪𝔢𝔟𝔞𝔠𝔨 𝔞𝔤𝔞𝔦𝔫 𝔴𝔦𝔱𝔥 𝔪𝔢 𝔞𝔷𝔷𝔞𝔥𝔯𝔞 𝔫𝔲𝔯𝔞𝔦𝔫𝔦 𝔣𝔞𝔡𝔦𝔩𝔞𝔥
𝕏𝕀 𝕋𝕁𝕂𝕋𝔹
topology and address table
langkah-langkah :
Router(config)# hostname R1
R1(config)# no ip domain-lookup
R1(config)# enable secret class
R1(config)# line console 0
R1(config-line)# password cisco
R1(config-line)# login
R1(config)# line vty 0 4
R1(config-line)# password cisco
R1(config-line)# login
R1(config)# service password-encryption
R1(config)# banner motd # Authorized Users Only! #
R1(config)# exit
R1# copy running-config startup-config
Router(config)# hostname R2
R2(config)# no ip domain-lookup
R2(config)# enable secret class
R2(config)# enable secret class
R2(config)# line console 0
R2(config-line)# password cisco
R2(config-line)# login
R2(config)# line vty 0 4
R2(config-line)# password cisco
R2(config-line)# login
R2(config)# service password-encryption
R2(config)# banner motd # Authprized User Only! #
R2(config)# exit
R2# copy running-config startup-config
switch(config)# hostname S1
S1(config)# no ip domain-lookup
S1(config)# enable secret class
S1(config)# line console 0
S1(config-line)# password cisco
S1(config-line)# login
S1(config)# line vty 0 15
S1(config-line)# password cisco
S1(config-line)# login
S1(config)# service password-encryption
S1(config)# banner motd # Authorized Users Only! #
S1(config)# exit
S1# copy running-config startup-config
S1#conf t
S1(config)# interface range f0/1-3, f0/6-24, g0/1-2
S1(config-if-range)# shutdown
S1(config-if-range)# exit
S1# copy running-config startup-config
switch(config)# hostname S2
S2(config)# no ip domain-lookup
S2(config)# enable secret class
S2(config)# enable secret class
S2(config)# line console 0
S2(config-line)# password cisco
S2(config-line)# login
S2(config)# line vty 0 15
S2(config-line)# password cisco
S2(config-line)# login
S2(config)# service password-encryption
S2(config)# banner motd $ Authorized Users Only! $
S2(config)# exit
S2# copy running-config startup-config
S2#conf t
S2(config)# interface range f0/1-3, f0/6-24, g0/1-2
S2(config-if-range)# shutdown
S2(config-if-range)# exit
S2# copy running-config startup-config
R1(config)# ipv6 unicast-routing
R1(config)# interface g0/0/0
R1(config-if)# ip address 172.16.1.1 255.255.255.0
R1(config-if)# ipv6 address fe80::1 link-local
R1(config-if)# ipv6 address 2001:db8:acad:2::1/64
R1(config-if)# no shutdown
R1(config-if)# interface g0/0/1
R1(config-if)# ip address 192.168.1.1 255.255.255.0
R1(config-if)# ipv6 address fe80::1 link-local
R1(config-if)# ipv6 address 2001:db8:acad:1::1/64
R1(config-if)# no shutdown
R1(config-if)# interface lo1
R1(config-if)# ip address 10.1.0.1 255.255.255.0
R1(config-if)# ipv6 address fe80::1 link-local
R1(config-if)# ipv6 address 2001:db8:acad:10::1/64
R1(config-if)# no shutdown
R1(config-if)# interface lo2
R1(config-if)# ip address 209.165.200.225 255.255.255.224
R1(config-if)# ipv6 address fe80::1 link-local
R1(config-if)# ipv6 address 2001:db8:acad:209::1/64
R1(config-if)# no shutdown
R1# show ip interface brief
R1#copy running-config startup-config
R2(config)# interface g0/0/0
R2(config-if)# ip address 172.16.1.2 255.255.255.0
R2(config-if)# ipv6 address fe80::2 link-local
R2(config-if)# ipv6 address 2001:db8:acad:2::2/64
R2(config-if)# no shutdown
R2(config-if)# interface g0/0/1
R2(config-if)# ip address 192.168.1.2 255.255.255.0
R2(config-if)# ipv6 address fe80::2 link-local
R2(config-if)# ipv6 address 2001:db8:acad:1::2/64
R2(config-if)# no shutdown
R2(config-if)# interface lo1
R2(config-if)# ip address 10.2.0.1 255.255.255.0
R2(config-if)# ipv6 address fe80::2 link-local
R2(config-if)# ipv6 address 2001:db8:acad:11::2/64
R2(config-if)# no shutdown
R2(config-if)# interface lo2
R2(config-if)# ip address 209.165.200.193 255.255.255.224
R2(config-if)# ipv6 address fe80::2 link-local
R2(config-if)# ipv6 address 2001:db8:acad:210::1/64
R2(config-if)# no shutdown
R2# show ip interface brief
R2#copy running-config startup-config
R1#ping 192.168.1.2
R1(config)# ip route 10.2.0.0 255.255.255.0 192.168.1.2
R1#ping 172.16.1.2
R1(config)# ip route 0.0.0.0 0.0.0.0 172.16.1.2
R1(config)# ip route 0.0.0.0 0.0.0.0 192.168.1.2 80
R2(config)# ip route 0.0.0.0 0.0.0.0 172.16.1.1
R1# show ip route
R1# traceroute 10.2.0.1
R1# traceroute 209.165.200.193
R1# config terminal
R1(config)# interface g0/0/0
R1(config-if)# shutdown
R1(config-if)# end
R1# show ip route static
R1# traceroute 209.165.200.193
R1# config terminal
R1(config)# interface g0/0/0
R1(config-if)# no shutdown
R1(config-if)# end
R1#conf t
R1(config)# ipv6 route ::/0 2001:db8:acad:2::2
R2(config)# ipv6 route 2001:db8:acad:10::/64 2001:db8:acad:1::1
R2(config)# ipv6 route ::/0 2001:db8:acad:2::1
R2(config)# ipv6 route ::/0 2001:db8:acad:1::1 80
R2(config)#end
R2# show ipv6 route
R2# traceroute 2001:db8:acad:10::1
R2# traceroute 2001:db8:acad:209::1
R2# config terminal
R2(config)# interface g0/0/0
R2(config-if)# shutdown
R2(config-if)# end
R2# show ipv6 route static
R2# traceroute 2001:db8:acad:209::1
NAH UNTUK 15.6.1 CONFIGAN NYA SEPERTI INI YAA TEMAN TEMAN ૮꒰ ˶• × •˶꒱🌷ა !!
jika kalian belum mengerti , silahkan kunjungi link di bawah :
. . . . . ╰──╮𝘴𝘦𝘦 𝘺𝘰𝘶 𝘪𝘯 𝘵𝘩𝘦 𝘯𝘦𝘹𝘵 𝘣𝘭𝘰𝘨╭──╯ . . . . .
⋯ ┄───┄ ۪ ᭠ ⸼ ┄───┄ ⋯


Komentar
Posting Komentar