Cisco Cisco 4G LTE Enhanced High-Speed WAN Interface Cards for LATAM

Page of 17
© 2015 Cisco and/or its affiliates                                              All rights reserved. This document is Cisco/Verizon Public Information.
Page 6 of 17
ISR Redundancy Guide for Verizon Wireless DMNR and 4G LTE
PRIMARY ISR Configuration (2911)
hostname NEMO-2911
!
ip cef
!
!### T1 Controller for Primary Circuit ###
controller T1 0/0/0
channel-group 0 timeslots 1-24
!
! ### The next 2 commands define the Serial Interface state as the tracked 
object. If this object changes state to line-protocol down the router’s HSRP 
application will decrement the HSRP priority of the F0/0 interface by 20, 
making the NEMO router LAN interface the active HSRP interface. ###
!
track 1 interface Serial0/0/0:0 line-protocol
carrier-delay
!
interface Loopback1985
ip address 198.50.1.1 255.255.255.0
!
! ### HSRP is configured on the LAN interface. LAN traffic is sent to the 
active router. HSRP priority is changed from the default 100 to 110 so this is 
the HSRP Active Router. Upon state change, priority is decremented by 20, and
the NEMO router LAN interface the HSRP Active Router. ###
!
interface GigabitEthernet0/0
ip address 10.20.58.141 255.255.255.128
duplex auto
speed auto
standby 1 ip 10.20.58.144
standby 1 priority 110
standby 1 preempt
standby 1 track 1 decrement 20
!
! ### This is the Primary access circuit. ###
interface Serial0/0/0:0
ip address 128.43.1.174 255.255.255.252
!
! ### This is the EIGRP routing process required to run between the Primary 
Router and the NEMO Backup Router. ###
!
router eigrp 1
redistribute bgp 65435 metric 1500 1000 255 1 1500
network 10.20.58.141 0.0.0.0
network 198.50.1.1 0.0.0.0
no auto-summary
!
! ### This is the BGP routing process for the primary circuit. ###
!
!
router bgp 65435
bgp log-neighbor-changes
neighbor 128.43.1.173 remote-as 19262
!