Maipu Router
Seperti orang-orang yang suka barang antik, aku juga lagi koleksi setingan router-router antik selain Cisco. Kebetulan menemukan settingan router di pelanggan yang memakai perangkat router pabrikan China dengan merek Maipu.
Intinya adalah kalau paham dasar-dasarnya, maka perangkat apapun yang berfungsi sebagai router memiliki kesamaan fungsi yang mudah untuk dikonfigurasi dengan sedikit perbedaan perintah.
~=-=~
Berikut contohnya :
PELANGGAN#sh ver
MyPower (R) Operating System Software
MP2000-104A-AC system image file (rp6-iv-8.0.43.bin), version 8.0.43, Compiled on Jan 18 2008, 13:33:20
Copyright (C) 2006 Maipu (Sichuan) Communication Technology Co., Ltd. All Rights Reserved.
MP2000-104A-AC Version Information
System ID : 00017a099789
Hardware Model : MIPS with 32 MBytes SDRAM, 8 MBytes flash
Hardware Version : 004(Hotswap Unsupported)
Monitor Version : 1.17
Software Version : 8.0.43
Software Image File : rp6-iv-8.0.43.bin
Compiled : Jan 18 2008, 13:33:20
System Uptime is 0 hour 6 minute 37 second
PELANGGAN#sh run
Building Configuration…done
! Current configuration : 1847 bytes
!
! No configuration change since last restart
!
!software version 8.0.43
!software image file rp6-iv-8.0.43.bin
!compiled on Jan 18 2008, 13:33:20
hostname PELANGGAN
no service password-encrypt
no service new-encrypt
service login-secure
enable password [VNVPWVV\V[VNVYV encrypt
user admin privilege 15 password 0 password
user guest password 0 guest
aaa new-model
aaa authentication login default local
vlan 1
description default
port 0-3 untagged
exit
mode router
interface loopback0
exit
interface fastethernet0
description IP WAN
ip address 10.231.172.6 255.255.255.252
exit
interface switchethernet0
ip address 192.168.94.1 255.255.255.0
vlan 1
exit
ip route 0.0.0.0 0.0.0.0 10.231.172.5
ip http server vg_a_1.1.39.rom
callrouting-conf
dial-peer 1 pots
destination-pattern 401
port 1/0
exit
dial-peer 2 pots
destination-pattern 402
port 1/1
exit
dial-peer 3 pots
destination-pattern 403
port 1/2
exit
dial-peer 4 pots
destination-pattern 404
port 1/3
exit
dial-peer 5 pots
destination-pattern xx.
preference 15
port 2/0
exit
dial-peer 100 voip
destination-pattern xx.
backup pstn
session-target ras
exit
exit
fxs-card 1
channel 0 3 callid enable
channel 0 3 enable
exit
fxo-card 2
channel 0 0 callid enable
channel 0 0 enable
exit
dialplan terminator #
voicesrv-conf
black-white-list
exit
h323 start slow
h323 send-dtmf h245-string
h323 call-diversion default
h323 h245Tunnel off
h323 bearer-cap 3100hz
h323 fill-send-complete enable
h323 grq_interval 40
h323 call-thrust-ttl 10
call-transfer disable
call-transfer consultation
user-config enable
exit
interface loopback0
exit
stun-conf
exit
line vty 0 4
login authentication default
exit
!end
PELANGGAN#
~=-=~