AirLink Communications Raven X HSDPA Betriebsanweisung Seite 9

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 11
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 8
Sierra Wireless AirLink Solutions January 2009 9
Using a Sierra Wireless AirLink Raven X or Raven-E with a
Cisco Router
Sample Basic GRE Tunnel Configuration Files
These are a sample configuration files for a simple GRE tunnel configuration. The Host router and
the Remote router both need to be configured.
Host
interface FastEthernet0/1
description connected to EVDO modem WWAN backup
ip address 192.168.X.X 255.255.255.255
duplex auto
speed auto
!
interface Tunnel1
description backup tunnel to Remote
ip unnumbered FastEthernet0/0 (local LAN interface)
ip access-group wwan_backup out
load-interval 30
tunnel source FastEthernet0/1
tunnel destination 192.168.X.X
!
interface Tunnel2
description backup tunnel to Remote 2
ip unnumbered FastEthernet0/0 (local LAN interface)
ip access-group wwan_backup out
load-interval 30
tunnel source FastEthernet0/1
tunnel destination 192.168.X.X
!
router eirp 100
passive-interface tunnel1
passive-interface tunnel2
!
ip route 192.168.X.X 255.255.255.255 FastEthernet0/1 (tunnel destination to remote)
ip route 192.10.X.X 255.255.255.0 Tunnel1 200
ip route 192.168.X.X 255.255.255.255 FastEthernet0/1 (tunnel destination remote 2)
ip route 192.10.X.X 255.255.255.0 Tunnel2 200
!
! (only permits: icmp, smtp, IMAP, POP3, FTP & Telnet)
ip access-list extended wwan_backup
permit tcp any any eq 25
permit tcp any any eq 143
permit tcp any any eq 110
permit tcp any any eq 21
permit tcp any any eq 20
permit tcp any any eq 23
permit icmp any any
Remote
interface FastEthernet0/1
description connected to EVDO modem WWAN backup
ip address 192.168.X.X 255.255.255.255
duplex auto
speed auto
!
interface Tunnel1
description backup tunnel to Host
ip unnumbered FastEthernet0/0 (local LAN interface)
ip access-group wwan_backup out
load-interval 30
tunnel source FastEthernet0/1
tunnel destination 192.168.X.X
!
router eirp 100
passive-interface tunnel1
!
Seitenansicht 8
1 2 3 4 5 6 7 8 9 10 11

Kommentare zu diesen Handbüchern

Keine Kommentare