Bundle Ethernet not coming up on IOSXRv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2018 01:07 AM - edited 03-01-2019 03:24 PM
Hi All,
I am trying to build up a lab with couple of iosxrv ans nxos9000v. My first issue is that my bundle ethernet is not coming up between the xr platforms (I am using 2 interface), below is the config:
RP/0/0/CPU0:Router-A-1#show run int gigabitEthernet 0/0/0/0
Mon May 21 18:14:41.004 UTC
interface GigabitEthernet0/0/0/0
bundle id 10 mode active
cdp
lacp period short
!
RP/0/0/CPU0:Router-A-1#show run int gigabitEthernet 0/0/0/1
Mon May 21 18:14:42.464 UTC
interface GigabitEthernet0/0/0/1
bundle id 10 mode active
cdp
lacp period short
!
RP/0/0/CPU0:Router-A-1#show run int be10
Mon May 21 18:14:45.504 UTC
interface Bundle-Ether10
bundle maximum-active links 3
load-interval 30
!
RP/0/0/CPU0:Router-A-1#
=========================
RP/0/0/CPU0:Router-A-2#show run int gi0/0/0/0
Mon May 21 18:15:13.712 UTC
interface GigabitEthernet0/0/0/0
bundle id 10 mode active
cdp
lacp period short
!
RP/0/0/CPU0:Router-A-2#show run int gi0/0/0/1
Mon May 21 18:15:15.682 UTC
interface GigabitEthernet0/0/0/1
bundle id 10 mode active
cdp
lacp period short
!
RP/0/0/CPU0:Router-A-2#show run int be10
Mon May 21 18:15:18.351 UTC
interface Bundle-Ether10
bundle maximum-active links 3
load-interval 30
!
RP/0/0/CPU0:Router-A-2#
- Labels:
-
XR OS and Platforms
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2018 01:27 AM
Are you using xrv or xrv-9k? If former, I'm not sure we support LACP. Try with bundle mode on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2018 01:29 AM
I am using xrv, I tried to form the bundle using mode on also but that too didn't work. Do you see any missing config I pasted earlier if I change the mode from active to on?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2018 01:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2018 10:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2018 11:04 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2018 07:32 AM
I had this problem as well on XRv due to this being a virtualized platform.
"show bundle bundle-ether 3"
if you see the links stuck in replicating is due to a platform limitation
i have not tried on xrv9k yet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2018 07:46 AM
Hi folks,
Also what is important to note once you move onto ASR9000v or any other platform capable of LACP,
–is that LACP will still not work by default because the links between the VMs will be made of linux bridges or OVS bridges –which do not forward L2 BPDUs (like LACPDUs) by default.
I use OVS for my p2p backbone links between VMs when simulating networks (A-end and B-end interfaces in the same VLAN on a common OVS –so one OVS for all p2p links between all VMs).
And the solution was to enable the following on the OVS bridge for p2p links:
sudo ovs-vsctl set bridge <bridge-mane> other-config:forward-bpdu=true
adam
netconsultings.com
::carrier-class solutions for the telecommunications industry::
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2018 10:11 AM
and where should I run this command
"sudo ovs-vsctl set bridge <bridge-mane> other-config:forward-bpdu=true"
I have no idea about linux and not sure if I can run this command in the cli of the switches.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2018 01:23 AM
Yes this would be run on a the hypervisor (on the linux system running the asr9k VMs) in case you’re using OVS to connect the two router VMs together like this:
ASR9000v-A-------OVS-------ASR9000v-B
adam
netconsultings.com
::carrier-class solutions for the telecommunications industry::
