One Access Router
Masih dengan contoh router yang berbeda dari Cisco, sekarang adalah router One Access. Di bawah ini adalah contoh konfigurasinya, kebetulan ada pelanggan yang lagi pakai router tipe ini, Jadi aku coba isi sebagai koleksi settingan router di blog-ku ini. NICE
~=-=~
PELANGGAN#sh ver
Software version : ONEOS1-ADVIP-V3.6R10E14
Software created on : 19/04/07 17:45:07
PELANGGAN#sh run
Building configuration…
Current configuration:
logging buffered size 16364
logging buffered info
hostname PELANGGAN
interface FastEthernet 0/0
ip address 10.10.206.110 255.255.255.252
description LINK TO WAN
exit
interface FastEthernet 0/1
ip address 192.168.15.1 255.255.255.0
bridge-group 1
description LINK TO LAN
exit
interface FastEthernet 0/2
bridge-group 1
exit
interface FastEthernet 0/3
bridge-group 1
exit
interface FastEthernet 0/4
bridge-group 1
exit
interface serial 0/0
physical-layer
no verify
exit
encapsulation frf
frame-relay lmi-mode uni
frame-relay lmi-norme ansi
execute
shutdown
exit
interface serial 0/0.102
frame-relay interface-dlci 102
ip directed-broadcast
bandwidth 128
execute
exit
ip route 0.0.0.0 0.0.0.0 10.10.206.109
snmp set-write-community plgprivate
snmp set-read-community plgpublic
voice-default
PELANGGAN#
~=-=~