IOS-XE: port-channel with HSRP configuration to ACI Fabric
12.02 2024 | by massimilianoEsempio di architettura reale: IOS-XR_R1 configuration IOS-XR-R01# show version Cisco IOS XE Software, Version 16.12.02 Cisco IOS Software [Gibraltar], ASR1000 […]
Esempio di architettura reale:

IOS-XR_R1 configuration
IOS-XR-R01# show version
Cisco IOS XE Software, Version 16.12.02
Cisco IOS Software [Gibraltar], ASR1000 Software (X86_64_LINUX_IOSD-UNIVERSALK9-M), Version 16.12.02, RELEASE SOFTWARE (fc2)
!
interface Port-channel2
description VPC-BL171/172
no ip address
!
interface Port-channel2.77
 description VL77_transit_ACI
encapsulation dot1Q 77
 ip vrf forwarding PIPPO
 ip address 10.10.1.52 255.255.255.248
 standby 77 ip 10.10.1.54
standby 77 priority 200
standby 77 preempt
!
interface Te0/0/4
no ip address
channel-group 2 mode active
!
interface Te1/0/4
no ip address
channel-group 2 mode active
end
!
IOS-XR-R2 configuration
interface Port-channel2
description VPC-BL171/172
no ip address
no negotiation auto
!
interface Port-channel2.77
 description VL77_transit_ACI
encapsulation dot1Q 77
 ip vrf forwarding PIPPO
 ip address 10.10.1.53 255.255.255.248
 standby 77 ip 10.10.1.54
standby 77 preempt
!
interface Te0/0/4
no ip address
channel-group 2 mode active
!
interface Te1/0/4
no ip address
channel-group 2 mode active
end
!