cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2425
Views
0
Helpful
9
Replies

dot1q subinterface mapping to each vrf in a Port-Channel of ASR1002

lapkei2
Level 1
Level 1

Does ASR1002 supports dot1q subinterface mapping to each vrf in a Port-Channel? and with BFD enabled?

For example

ASR1002#conf t

interface Port-channel1
no negotiation auto
no bfd echo
lacp min-bundle 2

!
!interface GigabitEthernet0/0/1
no ip address
no negotiation auto
channel-group 1 mode active
!
interface GigabitEthernet0/0/2
no ip address
no negotiation auto
channel-group 1 mode active
!
interface Port-channel1.101
encapsulation dot1Q 101
ip vrf forwarding first_vrf
ip address 10.10.10.1 255.255.255.252
bfd interval 250 min_rx 250 multiplier 3
no bfd echo
service-policy input COS-IN
!
interface Port-channel1.201
encapsulation dot1Q 201
ip vrf forwarding second_vrf
ip address 10.10.10.5 255.255.255.252
bfd interval 250 min_rx 250 multiplier 3
no bfd echo
service-policy input COS-IN

!

9 Replies 9

Philip D'Ath
VIP Alumni
VIP Alumni

Hmm, BFD on the port-channel itself.  I don't think that makes sense.  Surely you would only have it on the physical members, GigabitEthernet0/0/1 and GigabitEthernet0/0/2.  BFD is trying to detect a physical failure.

Thanks Philip, How about port-channel subinterface with dot1q and vrf mapping?

That is fine.

so, the command is supported for port-channel subinterface with dot1q and vrf mapping?

Thanks, I read it before as it doesn't mention about VRF and BFD on port-channel

BFD on the physical interfaces, vrf on the sub-interfaces of the port-channel.

So, as the bfd neighbor is on vlan 101 and vlan 201, the actual configuration will be?

ASR1002#conf t

interface Port-channel1

no ip address
no negotiation auto
lacp min-bundle 2

!
!interface GigabitEthernet0/0/1
no ip address
no negotiation auto
channel-group 1 mode active
!
interface GigabitEthernet0/0/2
no ip address
no negotiation auto
channel-group 1 mode active
!
interface Port-channel1

service instance 1 ethernet
encapsulation dot1Q 101
ip vrf forwarding first_vrf
ip address 10.10.10.1 255.255.255.252
service-policy input COS-IN

bfd interval 250 min_rx 250 multiplier 3
no bfd echo
!
service instance 2 ethernet
encapsulation dot1Q 201
ip vrf forwarding second_vrf
ip address 10.10.10.5 255.255.255.252
service-policy input COS-IN

bfd interval 250 min_rx 250 multiplier 3
no bfd echo

!

Negative (with regard to BFD).  I would expect it to be:

interface GigabitEthernet0/0/1
 no ip address
 no negotiation auto
 channel-group 1 mode active
 bfd interval 250 min_rx 250 multiplier 3
no bfd echo


interface GigabitEthernet0/0/2
 no ip address
 no negotiation auto
 channel-group 1 mode active
 bfd interval 250 min_rx 250 multiplier 3
no bfd echo
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: