vEOS

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
dozzly
Posts: 1
Joined: Sat Mar 21, 2020 5:57 pm

vEOS

Post by dozzly » Sat Mar 21, 2020 6:03 pm

Hi Eve-NG Forum,

I'm having an issue creating a basic trunk between (2) vEOS 4.23.2F nodes. Does anyone have any suggestions or pointers? At this point I'm thinking this could be a bug.

LEAF1#show version
vEOS
Hardware version:
Serial number:
System MAC address: 5001.00c7.faa0
Software image version: 4.23.2F

LEAF1#show interfaces vlan 4094
Vlan4094 is up, line protocol is up (connected)
Hardware is Vlan, address is 5001.00c7.faa0 (bia 5001.00c7.faa0)
Internet address is 172.168.10.1/30
Broadcast address is 255.255.255.255
IP MTU 1500 bytes (default)
Up 9 minutes, 12 seconds
LEAF1#show interfaces vlan 4093
Vlan4093 is up, line protocol is up (connected)
Hardware is Vlan, address is 5001.00c7.faa0 (bia 5001.00c7.faa0)
Internet address is 172.168.11.1/30
Broadcast address is 255.255.255.255
IP MTU 1500 bytes (default)
Up 9 minutes, 13 seconds
LEAF1#show ip route

VRF: default
Codes: C - connected, S - static, K - kernel,
O - OSPF, IA - OSPF inter area, E1 - OSPF external type 1,
E2 - OSPF external type 2, N1 - OSPF NSSA external type 1,
N2 - OSPF NSSA external type2, B - BGP, B I - iBGP, B E - eBGP,
R - RIP, I L1 - IS-IS level 1, I L2 - IS-IS level 2,
O3 - OSPFv3, A B - BGP Aggregate, A O - OSPF Summary,
NG - Nexthop Group Static Route, V - VXLAN Control Service,
DH - DHCP client installed default route, M - Martian,
DP - Dynamic Policy Route, L - VRF Leaked

Gateway of last resort is not set

C 80.60.100.4/31 is directly connected, Ethernet1
C 80.60.100.12/31 is directly connected, Ethernet2
C 80.60.100.101/32 is directly connected, Loopback0
C 172.168.10.0/30 is directly connected, Vlan4094
C 172.168.11.0/30 is directly connected, Vlan4093

!
vlan 4093
name LEAF_PEER_L3
trunk group LEAF_PEER_L3
!
vlan 4094
name MLAG_PEER
trunk group MLAG
!
interface Vlan4093
ip address 172.168.11.1/30
!
interface Vlan4094
ip address 172.168.10.1/30

interface Ethernet8
description To Leaf-Peer
switchport trunk allowed vlan 4093-4094
switchport mode trunk
switchport trunk group LEAF_PEER_L3
switchport trunk group MLAG



LEAF2#show interfaces vlan 4093
Vlan4093 is up, line protocol is up (connected)
Hardware is Vlan, address is 5001.00a7.871f (bia 5001.00a7.871f)
Internet address is 172.168.11.2/30
Broadcast address is 255.255.255.255
IP MTU 1500 bytes (default)
Up 10 minutes, 1 second
LEAF2#show interfaces vlan 4094
Vlan4094 is up, line protocol is up (connected)
Hardware is Vlan, address is 5001.00a7.871f (bia 5001.00a7.871f)
Internet address is 172.168.10.2/30
Broadcast address is 255.255.255.255
IP MTU 1500 bytes (default)
Up 10 minutes, 2 seconds


VRF: default
Codes: C - connected, S - static, K - kernel,
O - OSPF, IA - OSPF inter area, E1 - OSPF external type 1,
E2 - OSPF external type 2, N1 - OSPF NSSA external type 1,
N2 - OSPF NSSA external type2, B - BGP, B I - iBGP, B E - eBGP,
R - RIP, I L1 - IS-IS level 1, I L2 - IS-IS level 2,
O3 - OSPFv3, A B - BGP Aggregate, A O - OSPF Summary,
NG - Nexthop Group Static Route, V - VXLAN Control Service,
DH - DHCP client installed default route, M - Martian,
DP - Dynamic Policy Route, L - VRF Leaked

Gateway of last resort is not set

C 80.60.100.6/31 is directly connected, Ethernet1
C 80.60.100.14/31 is directly connected, Ethernet2
C 80.60.100.102/32 is directly connected, Loopback0
C 172.168.10.0/30 is directly connected, Vlan4094
C 172.168.11.0/30 is directly connected, Vlan4093

!
vlan 4093
name LEAF_PEER_L3
trunk group LEAF_PEER_L3
!
vlan 4094
name MLAG_PEER
trunk group MLAG
!
interface Vlan4093
ip address 172.168.11.2/30
!
interface Vlan4094
ip address 172.168.10.2/30
!
LEAF2#show running-config interfaces ethernet 8
interface Ethernet8
description To Leaf-Peer
switchport trunk allowed vlan 4093-4094
switchport mode trunk
switchport trunk group LEAF_PEER_L3
switchport trunk group MLAG

Post Reply