cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
820
Views
0
Helpful
1
Replies

interchassis ASR 1001-X

Ely Tovar
Level 1
Level 1

Hi everybody.

Does anyone have an example configuration of interchassis in the ASR 1001-X.  I´m trying to set up this HA config but its not working properly.

I would like tu use this with MPLS and ISIS and have both ASR with the same IP management address.

Here is the config that I have:

Router-1
hostname Router_ASR-1001-1
!
!
redundancy
 mode none
 application redundancy
  group 1
   name CISCO_HTTS_1
   preempt
   priority 200
   timers delay 15 reload 35
   control Port-channel1 protocol 1
   data Port-channel1
   asymmetric-routing interface Port-channel2
   asymmetric-routing always-divert enable
  group 2
   name CISCO_HTTS_2
   preempt
   priority 250
   timers delay 15 reload 35
   control Port-channel1 protocol 1
   data Port-channel1
   asymmetric-routing interface Port-channel2
   asymmetric-routing always-divert enable
  protocol 1
   timers hellotime 1 holdtime 3
!
!
!
interface Port-channel1
 description B2B HA - Data and Control
 ip address 192.168.103.2 255.255.255.252
 load-balancing flow
!
interface Port-channel2
 description HA - Asymmetric Routing
 ip address 192.168.104.2 255.255.255.252
 load-balancing flow
!
!
interface GigabitEthernet0/0/0
 description NOT USED
 shutdown
!
interface GigabitEthernet0/0/1
 description LAN_1
 ip address 192.168.101.3 255.255.255.248
 redundancy rii 666
 redundancy group 1 ip 192.168.101.1 exclusive decrement 60
!
interface GigabitEthernet0/0/2
 description HA - Data and Control
 channel-group 1 mode active
!
interface GigabitEthernet0/0/3
 description HA - Asymmetric Routing
 channel-group 2 mode active
!
interface GigabitEthernet0/2/0
 description INET
 ip address <ip+mask>
 redundancy rii 111 decrement 60
 redundancy asymmetric-routing enable
!
interface GigabitEthernet0/2/1
 description LAN_2
 ip address 192.168.102.3 255.255.255.248
 redundancy rii 777
 redundancy group 2 ip 192.168.102.1 exclusive decrement 60
!
interface GigabitEthernet0/2/2
 description HA - Data and Control
  channel-group 1 mode active
!
interface GigabitEthernet0/2/3
 description HA - Asymmetric Routing
 channel-group 2 mode active

Router-2
hostname Router_ASR_1001_2
!
!
redundancy
 mode none
 application redundancy
  group 1
   name CISCO_HTTS_1
   preempt
   priority 250
   timers delay 1 reload 1
   control Port-channel1 protocol 1
   data Port-channel1
   asymmetric-routing interface Port-channel2
   asymmetric-routing always-divert enable
  group 2
   name CISCO_HTTS_2
   preempt
   priority 200
   timers delay 1 reload 1
   control Port-channel1 protocol 1
   data Port-channel1
   asymmetric-routing interface Port-channel2
   asymmetric-routing always-divert enable
  protocol 1
   timers hellotime 1 holdtime 3
!
!
!
interface Port-channel1
 description B2B HA - Data and Control
 ip address 192.168.103.1 255.255.255.252
 load-balancing flow
!
interface Port-channel2
 description HA - Asymmetric Routing
 ip address 192.168.104.1 255.255.255.252
 load-balancing flow
!
!
interface GigabitEthernet0/0/0
 ip address <inet>
 redundancy rii 222
!
interface GigabitEthernet0/0/1
 description LAN_1
 ip address 192.168.101.2 255.255.255.248
 redundancy rii 666
 redundancy group 1 ip 192.168.101.1 exclusive decrement 60
!
interface GigabitEthernet0/0/2
 description HA - Data and Control
 channel-group 1 mode active
!
interface GigabitEthernet0/0/3
 description HA - Asymmetric Routing
 channel-group 2 mode active
!
interface GigabitEthernet0/2/0
 description INET
 ip address <ip+mask>
 redundancy rii 111 decrement 60
 redundancy asymmetric-routing enable
!
interface GigabitEthernet0/2/1
 description LAN_2
 ip address 192.168.102.2 255.255.255.248
 redundancy rii 777
 redundancy group 2 ip 192.168.102.1 exclusive decrement 60
!
interface GigabitEthernet0/2/2
 description HA - Data and Control
 channel-group 1 mode active
!
interface GigabitEthernet0/2/3
 description HA - Asymmetric Routing
 channel-group 2 mode active
1 Reply 1
Review Cisco Networking for a $25 gift card