Basic Configuration Guide

Post Reply
escala14
Member
Posts: 5
Joined: 23 Jun 2016 01:28

Basic Configuration Guide

Post by escala14 »

Just sharing some configuration Guide of one of our OA 5720 or 5850 :)

Below quote is the configuration Guide on the Bi-directional forwarding, here when the latency of the ISP has reach above 1000ms during the 50 sample it will then give a command to switch over to other SIM card. The ip on the feature nsm echo is the IP that which the router always try to reach and determine the latency for 50 samples.
log-command-errors
no configuration
description
set hostname PSBank
add device direct-ip 1
add device direct-ip 2
set data-link at cellular0/0
set data-link at cellular0/1
set data-link at cellular1/0
set data-link nic cellular1/1
;
time timezone 8
user admin hash-password 2514D00169AFCA70A3E7F5BF87A6A322
;
global-profiles dial
; -- Dial Profiles Configuration --
profile Smart default
profile Smart dialout
profile Smart local-address 9175861749
profile Smart 3gpp-accessibility-control traffic 100 all
profile Smart 3gpp-apn demoswup
;
profile Globe default
profile Globe dialout
profile Globe local-address 987123456
profile Globe 3gpp-apn demo.globe.com.ph
;
exit
;
;
network cellular1/0
; -- Interface AT. Configuration --
sim external-socket-1 local-address 9175861749
sim external-socket-1 pin ciphered 0x03125756D7B9F2B5
sim internal-socket-2 local-address 987123456
sim internal-socket-2 pin ciphered 0x03125756D7B9F2B5
sim supervision enable
sim return-criteria nsla-advisor 4
sim nsla-criteria nsla-advisor 3
sim connection-timeout 120s
network mode wcdma-preferred
network domain cs+ps
exit
;
;
network wlan0/0
; -- Wireless LAN Interface. Configuration --
ip address 192.168.1.1 255.255.255.0
;
bss "Demo"
privacy-invoked
rsn wpa2
cipher tkip
akm-suite psk
wpa-psk passphrase ciphered 0xC958D596D76C6EAE12C9C72C9A49397D
exit
;
exit
;
;
network direct-ip1
; -- Generic Direct IP Encapsulation User Configuration --
ip address dhcp-negotiated
;
base-interface
; -- Base Interface Configuration --
base-interface cellular1/1 link
base-interface cellular1/1 profile Smart
;
exit
;
direct-ip
; -- Direct IP encapsulator user configuration --
address dhcp
authentication sent-user demo67@demoswup ciphered-pwd 0x327DAABBAD853B9AF512532F596EE814
exit
;
exit
;
;
network direct-ip2
; -- Generic Direct IP Encapsulation User Configuration --
ip address dhcp-negotiated
;
base-interface
; -- Base Interface Configuration --
base-interface cellular1/1 link
base-interface cellular1/1 profile Globe
;
exit
;
direct-ip
; -- Direct IP encapsulator user configuration --
address dhcp
authentication sent-user admin ciphered-pwd 0xA075FF712550D3DE
exit
;
exit
;
event
; -- ELS Config --
enable trace subsystem NSLA ALL
enable trace subsystem WWAN ALL
enable trace subsystem AT STANDARD
enable trace subsystem NSM ALL
exit
;
;
;
;
;
;
;
protocol ip
; -- Internet protocol user configuration --
route 0.0.0.0 0.0.0.0 10.45.254.1 track nsla-advisor 1
route 0.0.0.0 0.0.0.0 10.85.254.1 track nsla-advisor 2
;
rule 2 local-ip direct-ip2 remote-ip any
rule 2 napt translation
;
rule 1 local-ip direct-ip1 remote-ip any
rule 1 napt translation
;
exit
;
protocol dhcp
; -- DHCP Configuration --
server
; -- DHCP Server Configuration --
enable
;
;
shared 1
;
subnet w 1 network 192.168.1.0 255.255.255.0
subnet w 1 range 192.168.1.2 192.168.1.254
subnet w 1 dns-server 192.168.1.1
subnet w 1 router 192.168.1.1
subnet w 1 subnet-mask 255.255.255.0
;
exit
;
exit
;
;
;
feature nsm
; -- Network Service Monitor configuration --
operation 1
; -- NSM Operation configuration --
description smart
type echo ipicmp 10.8.1.1
frequency 2
source-ipaddr 10.43.7.67
timeout 10000
exit
;
operation 2
; -- NSM Operation configuration --
description globe
type echo ipicmp 10.11.25.4
frequency 2
source-ipaddr 10.101.232.251
timeout 10000
exit
;
schedule 1 life forever
schedule 1 start-time after 2m
schedule 2 life forever
schedule 2 start-time after 2m
exit
;
feature nsla
; -- Feature Network Service Level Advisor --
enable
;
filter 1 description "SMART performance -> KO if delay>1000ms - OK if delay<900ms"
filter 1 nsm-op 1 rtt
filter 1 significant-samples 50
filter 1 activation threshold 1000
filter 1 activation sensibility 80
filter 1 activation stabilization-time 20
filter 1 deactivation threshold 900
filter 1 deactivation sensibility 100
filter 1 deactivation stabilization-time 1
;
filter 2 description "GLOBE performance -> KO if delay>1000ms - OK if delay<900ms"
filter 2 nsm-op 2 rtt
filter 2 significant-samples 50
filter 2 activation threshold 1000
filter 2 activation sensibility 80
filter 2 activation stabilization-time 20
filter 2 deactivation threshold 900
filter 2 deactivation sensibility 100
filter 2 deactivation stabilization-time 1
;
alarm 1 filter-id 1
;
alarm 2 filter-id 2
;
advisor 1 not alarm-id 1
;
advisor 2 not alarm-id 2
;
advisor 3 alarm-id 1
;
advisor 4 alarm-id 2
;
exit
;
;
dump-command-errors
end
You do not have the required permissions to view the files attached to this post.
User avatar
slixxboy
Member
Posts: 61
Joined: 29 Dec 2009 20:33
Location: Philippines

Re: Basic Configuration Guide

Post by slixxboy »

Hi sir, thanks for sharing your knowledge in configuring this kind of router.

I salute you...
escala14
Member
Posts: 5
Joined: 23 Jun 2016 01:28

Re: Basic Configuration Guide

Post by escala14 »

Thanks, here are some additional configuration that might help, sorry for the messy documentation.
You do not have the required permissions to view the files attached to this post.
Post Reply

Return to “OmniAccess ESR 5720”