iSG4F
User’s Manual
iS5 Communications Inc.
169
26.4.2
Configuration
Spoke
1.
Create an interface to route the lan traffic coming to port eth1.
iSG4F# router interface create address-prefix 192.168.40.10/24
physical-interface eth1 description UNI purpose application-host
admin-status enable
2.
Enable cellular application mode.
cellular enable
cellular settings update default-route yes
3.
Wan update menu, SIM card configuration –slot 1.
cellular wan update sim-slot 1 admin-status enable operator-name cellcom
apn-name internetg user-name guest password guest
cellular refresh
commit
4.
Create an mgre private interface for tunnel end. This interface will use the PPP of the
cellular as its lower layer.
vpn gre tunnel create address-prefix 10.10.10.20/24 lower-layer-dev ppp0 name
mgre1 key 10.0.0.0 admin-status enable
5.
Describe the tunnel remote end private interface behind the hub public address.
vpn gre nhrp map create multipoint-gre-name mgre1 protocol-address-prefix
10.10.10.10/24 nbma-address 80.74.102.38
vpn gre nhrp disable
vpn gre nhrp enable
commit
6.
Assign static route to the remote user subnet behind the hub via the tunnel remote end.
router static
enable
configure terminal
ip route 192.168.10.0/24 10.10.10.10
write
exit
exit