3750 and EVE-NG VLAN Trunking

Moderator: mike

Post Reply
nbctcp
Posts: 41
Joined: Tue Apr 04, 2017 7:36 am

3750 and EVE-NG VLAN Trunking

Post by nbctcp » Sun Feb 04, 2018 1:06 pm

Hi,
I have Cisco 3750 and ESXi with Eve-NG in it
3750 connected to ESXi with 2 Ethernet cables and form trunk
Eve-NG has few nodes
Each node has 1 or 2 NICs

GOAL:
1. each node can ping each other
2. each node can reach Internet


QUESTIONS:
1. what missing in my steps
I already give each vlan its own port group in ESXi
I can only give 1 WAN1 nic into Eve-NG because if I give 2 NICs, I can connect to Eve-NG anymore
Anyone ever done this

tq

2018-02-04 18_28_12-EVE _ Topology - Opera.png
2018-02-04 17_34_49-esx0 - VMware ESXi - Opera.png
2018-02-04 17_38_46-esx0 - VMware ESXi - Opera.png
2018-02-04 17_34_49-esx0 - VMware ESXi - Opera.png
HW INFO:
-Cisco 3750
SW INFO:
-Eve-ng
-ESXi 6.5

VM INFO:
VM1 2 NICs (WAN1 NIC VLAN10 and MGMT NIC VLAN100)
VM2 1 NIC (USER NIC VLAN40)


3750:
vlan 10
name WAN
vlan 20
name DMZ
vlan 30
name SERVER
vlan 40
name USER
vlan 50
name VOICE
vlan 60
name GUEST
vlan 100
name MGMT
interface Port-channel1
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,10,20,30,40,50,60,100
switchport mode trunk
switchport nonegotiate
interface FastEthernet2/0/39
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,10,20,30,40,50,60,100
switchport mode trunk
switchport nonegotiate
duplex full
channel-group 1 mode on
spanning-tree portfast trunk
spanning-tree bpdufilter enable
interface FastEthernet2/0/40
switchport
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,10,20,30,40,50,60,100
switchport mode trunk
switchport nonegotiate
duplex full
channel-group 1 mode on
spanning-tree portfast trunk
spanning-tree bpdufilter enable
interface Vlan1
ip address 10.0.1.201 255.255.255.0
interface Vlan10
description WAN
ip address 10.0.10.201 255.255.255.0
interface Vlan20
ip address 10.0.20.1 255.255.255.0
interface Vlan30
ip address 10.0.30.1 255.255.255.0
interface Vlan40
ip address 10.0.40.1 255.255.255.0
interface Vlan50
ip address 10.0.50.1 255.255.255.0
interface Vlan60
ip address 10.0.60.1 255.255.255.0
interface Vlan100
ip address 10.0.100.1 255.255.255.0
You do not have the required permissions to view the files attached to this post.

Uldis (UD)
Posts: 5084
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: 3750 and EVE-NG VLAN Trunking

Post by Uldis (UD) » Mon Feb 05, 2018 3:36 am


Post Reply