Cisco Cisco 1800 2800 3800 Series 4-Port Async Sync Serial High-Speed WIC

Page of 21
 
 
© 2014 Cisco and/or its affiliates                                              All rights reserved. This document is Cisco Public Information.                                               Page 19 of 21
Antenna Guide for ISR and CGR with Verizon Wireless 4G LTE
Requirements 
1.  ISR G2 with an LTE eHWIC, or an 819 series ISR with embedded LTE and a minimum IOS level of 
15.3(3)M2 
2.  An active SIM inserted with appropriate IOS configuration, and (optionally) knowledge of the phone number 
where text messages are to be sent  
3.  The NMEA Streaming tcl script loaded onto ISR flash and configured (as shown below), and the EEM applet 
defined in the IOS configuration. 
4.  Both main and diversity LTE antennas appropriately connected. 
5.  A GPS antenna connected to the ISR GPS port, with line-of-sight to the sky.  This can be the dedicated Cisco 
GPS antenna (GPS-ACT-ANTM-SMA) or the Cisco single outdoor LTE/GPS antenna (SKU to be available 
summer 2014). 
 
Installation 
1)  Ensure that the ISR is operational (enabled SIM installed, appropriate IOS version, configured, LTE antennas 
installed with at least one extension cable, and GPS antenna installed. 
a.  Guidance for the above is available via the documents located here:   
www.cisco.com/c/en/us/support/interfaces-modules/high-speed-wan-interface-cards/products-
installation-and-configuration-guides-list.html
  
 
2)  Enable NMEA GPS function on ISR 
(IOS configuration mode).
 
controller cellular 0/X  
(where X is the LTE eHWIC slot number, or cellular 0 for 819) 
lte gps mode standalone 
lte gps nmea 
 
(note that for 819s, “ip” is added to the end of the line)
 
 
3)  Enable AAA on ISR to allow the NMEA app access to ISR enable commands     
(IOS configuration mode)
aaa new-model 
aaa authentication login nologin none 
aaa authorization exec nologin none
 
 
4)  Download the stream_NMEA2.tcl script from                                                                        
https://supportforums.cisco.com/document/12239371/gps-nmea-streaming-over-udp
 
5)  Copy stream_NMEA2.tcl script onto the ISR flash via USB drive, TFTP, FTP, etc.    (IOS enable mode) 
6)  Define the destination IP address & port number, default tcl location, and tcl script 
(IOS configuration mode).
 
event manager environment server "a.b.c.d" 
(with quotes where a.b.c.d is an IPv4 address) 
event manager environment port "X" 
(with quotes where X is an integer, not a well-known port)
 
 
event manager directory user policy "flash:/"
 
 
event manager policy stream_NMEA2.tcl type user