·
CEK DAN BELAJAR SINTAK ROUTER
MT-SRG-R01#conf t
Enter configuration commands, one per line. End with CNTL/Z.
MT-SRG-R01(config)#router rip
MT-SRG-R01(config-router)#no network 167.103.0.0
MT-SRG-R01(config-router)#ex
MT-SRG-R01(config)#exit
MT-SRG-R01#wr
Building configuration...
[OK]
MT-SRG-R01#conf t
Enter configuration commands, one per line. End with CNTL/Z.
MT-SRG-R01(config)#router rip
MT-SRG-R01(config-router)#network 167.103.0.0
MT-SRG-R01(config-router)#exit
MT-SRG-R01(config)#exit
MT-SRG-R01#reload
System configuration has been modified. Save? [yes/no]: y
·
RIP NO RIP
MT-MES-R01#config t
Enter configuration commands, one per line. End with CNTL/Z.
MT-MES-R01(config)no router rip
exit
wr
lalu config t kembali
MT-MES-R01(config)pastekan RIPnya.
exit
wr.
·
MENAMPIKAN RIP V2 PADA ROUTER
MT-TGK-R01#conf t
Enter configuration commands, one
per line. End with CNTL/Z.
MT-TGK-R01(config)#do sh run | sec
router rip
router
rip
version 2
redistribute connected
redistribute static
offset-list 2 in 2
FastEthernet0/2/0
network 10.0.0.0
network 167.103.0.0
network 172.17.0.0
default-metric 100
no auto-summary
·
SH NO SHUT INTERFACE
MT-TGK-R01#sh ip int br
Interface
IP-Address OK? Method
Status Protocol
FastEthernet0/0
167.103.70.254 YES NVRAM up up
FastEthernet0/1
172.17.133.98 YES manual up up
Serial0/0/0
unassigned YES NVRAM down down
Serial0/0/1
172.17.133.90 YES manual up up
MT-TGK-R01#config t
Enter configuration commands, one per line. End with CNTL/Z.
MT-TGK-R01(config)#interface Serial0/0/1
MT-TGK-R01(config-if)#shut
MT-TGK-R01(config-if)#exit
MT-TGK-R01(config)#exit
MT-TGK-R01(config)#wr
=================================
MT-TGK-R01#config t
Enter configuration commands, one per line. End with CNTL/Z.
MT-TGK-R01(config)#interface Serial0/0/1
MT-TGK-R01(config-if)#no shut
MT-TGK-R01(config-if)#exit
MT-TGK-R01(config)#exit
·
KONFIG ROUTER SH NO SHUT
conf t
int s0/0/0
shut
conf t
int s0/0/0
no shut
MT-DPS-R01# sh ip int brief
atau
-config t
-trus masuk interfacenya
-langsung shutdown
-dan no shutdown u/aktivkan
·
MENAMBAHKAN KONFIGURASI OFFSITE LIST DI
RIP V 2 AGAR TRAFIK LARI KE LINK UTAMA
MT-TGK-R01#conf t
Enter configuration commands, one
per line. End with CNTL/Z.
MT-TGK-R01(config)#do sh run | sec
router rip
router rip
version 2
redistribute connected
redistribute static
network 10.0.0.0
network 20.0.0.0
network 167.103.0.0
network 172.17.0.0
default-metric 100
no auto-summary
MT-TGK-R01(config)#do sh ip int brie
Interface IP-Address OK? Method Status Protocol
FastEthernet0/0 167.103.70.254 YES NVRAM
up up
FastEthernet0/1 172.17.133.98 YES NVRAM
up up
FastEthernet0/2/0 172.17.133.90 YES NVRAM
up up
MT-TGK-R01#config t
Enter configuration commands, one
per line. End with CNTL/Z.
MT-TGK-R01(config)#router rip
MT-TGK-R01(config-router)#offset-list
2 in 2 fastEthernet 0/2/0
MT-TGK-R01(config-router)#end
MT-TGK-R01#traceroute 167.103.48.1
Type escape sequence to abort.
Tracing the route to 167.103.48.1
1 172.17.133.89 12 msec
172.17.133.97 8 msec
172.17.133.89 12 msec
2 172.17.133.66 20 msec 20 msec 16 msec
3 167.103.48.1 20 msec 32 msec 32 msec
·
MENGHILANGKAN KONFIGURASI OFFSITE LIST DI
RIP V 2
MT-TGK-R01#sh run | sec router rip
router rip
version 2
redistribute connected
redistribute static
offset-list 2 in 2 FastEthernet0/2/0
network 10.0.0.0
network 20.0.0.0
network 167.103.0.0
network 172.17.0.0
default-metric 100
no auto-summary
MT-TGK-R01#config t
Enter configuration commands, one
per line. End with CNTL/Z.
MT-TGK-R01(config)#router rip
MT-TGK-R01(config-router)#no
offset-list 2 in 2 FastEthernet0/2/0
MT-TGK-R01(config-router)#^Z
MT-TGK-R01#tra
MT-TGK-R01#traceroute 167.103.48.1
Type escape sequence to abort.
Tracing the route to 167.103.48.1
1 172.17.133.89 8 msec
172.17.133.97 8 msec
172.17.133.89 8 msec
2 172.17.133.66 16 msec 20 msec 20 msec
3 167.103.48.1 20 msec 16 msec 20 msec
·
CARA MEMASUKAN IP
Enter configuration commands, one
per line. End with CNTL/Z.
MT-BDO-R01(config)#int
MT-BDO-R01(config)#interface fa
MT-BDO-R01(config)#interface
fastEthernet 0/0/0
MT-BDO-R01(config-if)#des
MT-BDO-R01(config-if)#description
### BACK-UP LINK ###
MT-BDO-R01(config-if)#ip add
MT-BDO-R01(config-if)#ip address
10.128.99.234 255.255.255.252
MT-BDO-R01(config-if)#exit
MT-BDO-R01(config)#interface
fastEthernet 0/0/0
MT-BDO-R01(config-if)#no shut
MT-BDO-R01(config-if)#exit
MT-BDO-R01(config)#exit
MT-BDO-R01#sh ip int br
MT-BDO-R01#sh ip int br
MT-BDO-R01#sh ip int br
FastEthernet0/1 167.103.69.254 YES NVRAM
up up
FastEthernet0/0/0 10.128.99.234 YES manual up up
MT-BDO-R01#ping 10.128.99.233
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to
10.128.99.233, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5),
round-trip min/avg/max = 4/4/4 ms
MT-BDO-R01#ping 10.128.99.233
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to
10.128.99.233, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5),
round-trip min/avg/max = 4/4/4 ms
SINTAK
MIKROTIK
·
MEMASUKAN IP STATIK
[Wonosobo] > ip
route print
Flags: X - disabled, A - active, D
- dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P
- prohibit
#
DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 A S
0.0.0.0/0 172.17.133.189 1
1 ADC
10.206.101.144/28
10.206.101.158 eth2-LAN-ustomerC 0
2 ADC
172.17.133.188/30
172.17.133.190
eth1-WAN-Provider 0
[Wonosobo] > ip
route add gateway=172.17.133.189(IP PE Customer) dst-address=0.0.0.0/0
[Wonosobo] > ip
address print
Flags: X - disabled, I - invalid,
D - dynamic
#
ADDRESS NETWORK BROADCAST INTERFACE
0
172.17.133.190/30
172.17.133.188
172.17.133.191
eth1-WAN-Customer
1
10.206.101.158/28
10.206.101.144
10.206.101.159 eth2-LAN-Customer
·
MEREMOVE IP DI MIKROTIK
[Wonosobo] > ip
route print
Flags: X - disabled, A - active, D
- dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P
- prohibit
#
DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 ADC
10.206.101.144/28
10.206.101.158 eth2-LAN-Customer 0
1 ADC
172.17.133.188/30
172.17.133.190 eth1-WAN-Provider
--------------
·
ADD IP DI MIKROTIK
[MUARAENIM] >
routing rip neighbor print
Flags: X - disabled
#
ADDRESS
0
172.17.133.241
[MUARAENIM] >
routing rip neighbor remove numbers=0
[MUARAENIM] >
routing rip neighbor print
Flags: X - disabled
#
ADDRESS
[MUARAENIM] >
routing rip neighbor add address=10.128.99.241
[MUARAENIM] >
routing rip neighbor print
Flags: X - disabled
#
ADDRESS
0
10.128.99.241
bisa d bantu untuk login MCE untuk per area tidak ya?untuk pelajaran saja..terimakasih pelajaran nya sangat bermanfaat
BalasHapus