cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
9147
Views
5
Helpful
21
Replies

Need help with inter-vlan routing between hosts in different vlans

UserTM
Level 1
Level 1

Problem:

For a school project I have to configure a rather unconventional network. The original given topology was a bit simpler, but because we have to simulate the devices with EVE-NG we lost the ability to stack devices. So instead of stacking our Core and Distribution switches, we get the mess below.

 

I managed to get the layer 3 link-aggregation between the Core- and Distribution layer switches running and I also configured GLBP for all the Distribution Switches, but I'm still unable to ping between PCs in different VLANS. Pinging between PCs in the same VLAN seems to work just fine, even if they are connected to different access switches. The PCs are also able to ping to the virtual GLBP default gateway address of their respective VLAN. The Native VLAN is 1, and all the links between the Access and Distribution switches are in trunking mode. The Access switches' ports going to the PCs are configured in access mode for a specific VLAN. The Layer 3 Distribution switches are able to ping to the IPs of all the PCs regardless of their VLAN. 

 

I have the feeling I'm missing something obvious, but I can't seem to find it.
I'm hoping that someone on this forum might be able to help me.

 

Let me now if you require further information in order to help me...

Topology:TopologyTopology

Running Configuration:

IP of DEVPC: 172.16.30.20 255.255.255.0 (gateway: 172.16.30.15)

IP of FINPC: 172.16.70.20 255.255.255.0 (gateway: 172.16.70.15)

Configuration of NYCore1

Spoiler
Building configuration...

Current configuration : 3764 bytes
!
! Last configuration change at 14:50:02 CET Fri May 11 2018
!
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
service compress-config
!
hostname NYCore1
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
clock timezone CET 1 0
!
!
!
!
!
vtp domain NYVTP
vtp mode transparent
!
!
!
ip cef
ipv6 multicast rpf use-bgp
no ipv6 cef
!
!
!
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
vlan 10
 name GUEST
!
vlan 20
 name SALES
!
vlan 30
 name DEVELOPMENT
!
vlan 40
 name CODING
!
vlan 50
 name TESTING
!
vlan 60
 name SUPPORT
!
vlan 70
 name FINANCIAL
!
vlan 80
 name SHIPPING
!
vlan 90
 name MARKETING
!
vlan 99
 name MANAGEMENT
!
vlan 100
 name SERVER
!
vlan 110
 name EXTERNAL
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Port-channel1
 no switchport
 ip address 172.16.1.9 255.255.255.252
!
interface Port-channel2
 no switchport
 ip address 172.16.1.13 255.255.255.252
!
interface Port-channel3
 no switchport
 ip address 172.16.1.17 255.255.255.252
!
interface Port-channel4
 no switchport
 ip address 172.16.1.21 255.255.255.252
!
interface Ethernet0/0
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 1 mode active
!
interface Ethernet0/1
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 1 mode active
!
interface Ethernet0/2
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 1 mode active
!
interface Ethernet0/3
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 1 mode active
!
interface Ethernet1/0
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 2 mode active
!
interface Ethernet1/1
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 2 mode active
!
interface Ethernet1/2
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 2 mode active
!
interface Ethernet1/3
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 2 mode active
!
interface Ethernet2/0
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 3 mode active
!
interface Ethernet2/1
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 3 mode active
!
interface Ethernet2/2
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 3 mode active
!
interface Ethernet2/3
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 3 mode active
!
interface Ethernet3/0
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 4 mode active
!
interface Ethernet3/1
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 4 mode active
!
interface Ethernet3/2
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 4 mode active
!
interface Ethernet3/3
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 4 mode active
!
interface Ethernet4/0
!
interface Ethernet4/1
!
interface Ethernet4/2
!
interface Ethernet4/3
!
interface Ethernet5/0
!
interface Ethernet5/1
!
interface Ethernet5/2
 description connection to NYR1-e0/3
 no switchport
 ip address 172.16.1.2 255.255.255.252
 duplex auto
!
interface Ethernet5/3
!
router ospf 1
 network 172.16.1.0 0.0.0.3 area 0
 network 172.16.1.8 0.0.0.3 area 0
 network 172.16.1.12 0.0.0.3 area 0
 network 172.16.1.16 0.0.0.3 area 0
 network 172.16.1.20 0.0.0.3 area 0
 network 172.16.1.0 0.0.0.255 area 0
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
!
!
!
!
control-plane
!
!
line con 0
 logging synchronous
line aux 0
line vty 0 4
 login
!
!
end

Configuration of NYCore2

Spoiler
Building configuration...

Current configuration : 3336 bytes
!
! Last configuration change at 14:51:01 CET Fri May 11 2018
!
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
service compress-config
!
hostname NYCore2
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
clock timezone CET 1 0
!
!
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
!
spanning-tree mode rapid-pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Port-channel1
no switchport
ip address 172.16.1.25 255.255.255.252
!
interface Port-channel2
no switchport
ip address 172.16.1.29 255.255.255.252
!
interface Port-channel3
no switchport
ip address 172.16.1.33 255.255.255.252
!
interface Port-channel4
no switchport
ip address 172.16.1.37 255.255.255.252
!
interface Ethernet0/0
no switchport
no ip address
duplex auto
channel-protocol lacp
channel-group 1 mode active
!
interface Ethernet0/1
no switchport
no ip address
duplex auto
channel-protocol lacp
channel-group 1 mode active
!
interface Ethernet0/2
no switchport
no ip address
duplex auto
channel-protocol lacp
channel-group 1 mode active
!
interface Ethernet0/3
no switchport
no ip address
duplex auto
channel-protocol lacp
channel-group 1 mode active
!
interface Ethernet1/0
no switchport
no ip address
duplex auto
channel-protocol lacp
channel-group 2 mode active
!
interface Ethernet1/1
no switchport
no ip address
duplex auto
channel-protocol lacp
channel-group 2 mode active
!
interface Ethernet1/2
no switchport
no ip address
duplex auto
channel-protocol lacp
channel-group 2 mode active
!
interface Ethernet1/3
no switchport
no ip address
duplex auto
channel-protocol lacp
channel-group 2 mode active
!
interface Ethernet2/0
no switchport
no ip address
duplex auto
channel-protocol lacp
channel-group 3 mode active
!
interface Ethernet2/1
no switchport
no ip address
duplex auto
channel-protocol lacp
channel-group 3 mode active
!
interface Ethernet2/2
no switchport
no ip address
duplex auto
channel-protocol lacp
channel-group 3 mode active
!
interface Ethernet2/3
no switchport
no ip address
duplex auto
channel-protocol lacp
channel-group 3 mode active
!
interface Ethernet3/0
no switchport
no ip address
duplex auto
channel-protocol lacp
channel-group 4 mode active
!
interface Ethernet3/1
no switchport
no ip address
duplex auto
channel-protocol lacp
channel-group 4 mode active
!
interface Ethernet3/2
no switchport
no ip address
duplex auto
channel-protocol lacp
channel-group 4 mode active
!
interface Ethernet3/3
no switchport
no ip address
duplex auto
channel-protocol lacp
channel-group 4 mode active
!
interface Ethernet4/0
!
interface Ethernet4/1
!
interface Ethernet4/2
!
interface Ethernet4/3
!
interface Ethernet5/0
!
interface Ethernet5/1
!
interface Ethernet5/2
no switchport
ip address 172.16.1.6 255.255.255.252
duplex auto
!
interface Ethernet5/3
!
router ospf 1
network 172.16.1.4 0.0.0.3 area 0
network 172.16.1.24 0.0.0.3 area 0
network 172.16.1.28 0.0.0.3 area 0
network 172.16.1.32 0.0.0.3 area 0
network 172.16.1.36 0.0.0.3 area 0
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
!
!
!
!
!
control-plane
!
!
line con 0
logging synchronous
line aux 0
line vty 0 4
login
!
!
end

Configuration of NYDist1

Spoiler
Building configuration...

Current configuration : 4888 bytes
!
! Last configuration change at 15:12:55 CET Fri May 11 2018
!
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
service compress-config
!
hostname NYDist1
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
clock timezone CET 1 0
!
!
!
!
!
!
!
!
ip cef
ipv6 multicast rpf use-bgp
no ipv6 cef
!
!
!
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Port-channel1
 no switchport
 ip address 172.16.1.10 255.255.255.252
!
interface Port-channel2
 no switchport
 ip address 172.16.1.38 255.255.255.252
!
interface Ethernet0/0
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 1 mode active
!
interface Ethernet0/1
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 1 mode active
!
interface Ethernet0/2
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 1 mode active
!
interface Ethernet0/3
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 1 mode active
!
interface Ethernet1/0
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 2 mode active
!
interface Ethernet1/1
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 2 mode active
!
interface Ethernet1/2
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 2 mode active
!
interface Ethernet1/3
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 2 mode active
!
interface Ethernet2/0
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet2/1
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet2/2
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet2/3
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet3/0
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet3/1
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet3/2
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet3/3
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet4/0
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet4/1
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet4/2
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet4/3
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet5/0
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet5/1
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet5/2
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet5/3
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Vlan1
 ip address 172.16.1.41 255.255.255.248
 glbp 1 ip 172.16.1.45
!
interface Vlan10
 ip address 172.16.10.11 255.255.255.0
 glbp 10 ip 172.16.10.15
!
interface Vlan20
 ip address 172.16.20.11 255.255.255.0
 glbp 20 ip 172.16.20.15
!
interface Vlan30
 ip address 172.16.30.11 255.255.255.0
 glbp 30 ip 172.16.30.15
!
interface Vlan40
 ip address 172.16.40.11 255.255.255.0
 glbp 40 ip 172.16.40.15
!
interface Vlan50
 ip address 172.16.50.11 255.255.255.0
 glbp 50 ip 172.16.50.15
!
interface Vlan60
 ip address 172.16.60.11 255.255.255.0
 glbp 60 ip 172.16.60.15
!
interface Vlan70
 ip address 172.16.70.11 255.255.255.0
 glbp 70 ip 172.16.70.15
!
interface Vlan80
 ip address 172.16.80.11 255.255.255.0
 glbp 80 ip 172.16.80.15
!
interface Vlan90
 ip address 172.16.90.11 255.255.255.0
 glbp 90 ip 172.16.90.15
!
interface Vlan99
 ip address 172.16.99.11 255.255.255.0
 glbp 99 ip 172.16.99.15
!
interface Vlan100
 ip address 172.16.100.11 255.255.255.0
 glbp 100 ip 172.16.100.15
!
interface Vlan110
 ip address 172.16.110.11 255.255.255.0
 glbp 110 ip 172.16.110.15
!
router ospf 1
 network 172.16.1.8 0.0.0.3 area 0
 network 172.16.1.36 0.0.0.3 area 0
 network 172.16.1.40 0.0.0.7 area 0
 network 172.16.10.0 0.0.0.255 area 0
 network 172.16.20.0 0.0.0.255 area 0
 network 172.16.30.0 0.0.0.255 area 0
 network 172.16.40.0 0.0.0.255 area 0
 network 172.16.50.0 0.0.0.255 area 0
 network 172.16.60.0 0.0.0.255 area 0
 network 172.16.70.0 0.0.0.255 area 0
 network 172.16.80.0 0.0.0.255 area 0
 network 172.16.90.0 0.0.0.255 area 0
 network 172.16.99.0 0.0.0.255 area 0
 network 172.16.100.0 0.0.0.255 area 0
 network 172.16.110.0 0.0.0.255 area 0
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
ip route 0.0.0.0 0.0.0.0 172.16.1.9
ip route 0.0.0.0 0.0.0.0 172.16.1.37
!
!
!
!
!
control-plane
!
!
line con 0
 logging synchronous
line aux 0
line vty 0 4
 login
!
!
end

Configuration of NYDist2

Spoiler
Building configuration...

Current configuration : 4303 bytes
!
! Last configuration change at 15:12:58 CET Fri May 11 2018
!
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
service compress-config
!
hostname NYDist2
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
clock timezone CET 1 0
!
!
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
!
spanning-tree mode rapid-pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Port-channel1
 no switchport
 ip address 172.16.1.14 255.255.255.252
!
interface Port-channel2
 no switchport
 ip address 172.16.1.34 255.255.255.252
!
interface Ethernet0/0
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 1 mode active
!
interface Ethernet0/1
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 1 mode active
!
interface Ethernet0/2
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 1 mode active
!
interface Ethernet0/3
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 1 mode active
!
interface Ethernet1/0
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 2 mode active
!
interface Ethernet1/1
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 2 mode active
!
interface Ethernet1/2
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 2 mode active
!
interface Ethernet1/3
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 2 mode active
!
interface Ethernet2/0
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet2/1
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet2/2
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet2/3
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet3/0
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet3/1
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet3/2
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet3/3
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet4/0
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet4/1
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet4/2
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet4/3
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet5/0
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet5/1
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet5/2
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet5/3
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Vlan1
 ip address 172.16.1.42 255.255.255.248
 glbp 1 ip 172.16.1.45
!
interface Vlan10
 ip address 172.16.10.12 255.255.255.0
 glbp 10 ip 172.16.10.15
!
interface Vlan20
 ip address 172.16.20.12 255.255.255.0
 glbp 20 ip 172.16.20.15
!
interface Vlan30
 ip address 172.16.30.12 255.255.255.0
 glbp 30 ip 172.16.30.15
!
interface Vlan40
 ip address 172.16.40.12 255.255.255.0
 glbp 40 ip 172.16.40.15
!
interface Vlan50
 ip address 172.16.50.12 255.255.255.0
 glbp 50 ip 172.16.50.15
!
interface Vlan60
 ip address 172.16.60.12 255.255.255.0
 glbp 60 ip 172.16.60.15
!
interface Vlan70
 ip address 172.16.70.12 255.255.255.0
 glbp 70 ip 172.16.70.15
!
interface Vlan80
 ip address 172.16.80.12 255.255.255.0
 glbp 80 ip 172.16.80.15
!
interface Vlan90
 ip address 172.16.90.12 255.255.255.0
 glbp 90 ip 172.16.90.15
!
interface Vlan99
 ip address 172.16.99.12 255.255.255.0
 glbp 99 ip 172.16.99.15
!
interface Vlan100
 ip address 172.16.100.12 255.255.255.0
 glbp 100 ip 172.16.100.15
!
interface Vlan110
 ip address 172.16.110.12 255.255.255.0
 glbp 110 ip 172.16.110.15
!
router ospf 1
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
ip route 0.0.0.0 0.0.0.0 172.16.1.13
ip route 0.0.0.0 0.0.0.0 172.16.1.33
!
!
!
!
!
control-plane
!
!
line con 0
 logging synchronous
line aux 0
line vty 0 4
 login
!
!
end

Configuration of NYDist3

Spoiler
Building configuration...

Current configuration : 4869 bytes
!
! Last configuration change at 14:51:34 CET Fri May 11 2018
!
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
service compress-config
!
hostname NYDist3
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
clock timezone CET 1 0
!
!
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
!
spanning-tree mode rapid-pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Port-channel1
 no switchport
 ip address 172.16.1.18 255.255.255.252
!
interface Port-channel2
 no switchport
 ip address 172.16.1.30 255.255.255.252
!
interface Ethernet0/0
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 1 mode active
!
interface Ethernet0/1
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 1 mode active
!
interface Ethernet0/2
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 1 mode active
!
interface Ethernet0/3
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 1 mode active
!
interface Ethernet1/0
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 2 mode active
!
interface Ethernet1/1
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 2 mode active
!
interface Ethernet1/2
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 2 mode active
!
interface Ethernet1/3
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 2 mode active
!
interface Ethernet2/0
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet2/1
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet2/2
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet2/3
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet3/0
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet3/1
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet3/2
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet3/3
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet4/0
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet4/1
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet4/2
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet4/3
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet5/0
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet5/1
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet5/2
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet5/3
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Vlan1
 ip address 172.16.1.43 255.255.255.248
 glbp 1 ip 172.16.1.45
!
interface Vlan10
 ip address 172.16.10.13 255.255.255.0
 glbp 10 ip 172.16.10.15
!
interface Vlan20
 ip address 172.16.20.13 255.255.255.0
 glbp 20 ip 172.16.20.15
!
interface Vlan30
 ip address 172.16.30.13 255.255.255.0
 glbp 30 ip 172.16.30.15
!
interface Vlan40
 ip address 172.16.40.13 255.255.255.0
 glbp 40 ip 172.16.40.15
!
interface Vlan50
 ip address 172.16.50.13 255.255.255.0
 glbp 50 ip 172.16.50.15
!
interface Vlan60
 ip address 172.16.60.13 255.255.255.0
 glbp 60 ip 172.16.60.15
!
interface Vlan70
 ip address 172.16.70.13 255.255.255.0
 glbp 70 ip 172.16.70.15
!
interface Vlan80
 ip address 172.16.80.13 255.255.255.0
 glbp 80 ip 172.16.80.15
!
interface Vlan90
 ip address 172.16.90.13 255.255.255.0
 glbp 90 ip 172.16.90.15
!
interface Vlan99
 ip address 172.16.99.13 255.255.255.0
 glbp 99 ip 172.16.99.15
!
interface Vlan100
 ip address 172.16.100.13 255.255.255.0
 glbp 100 ip 172.16.100.15
!
interface Vlan110
 ip address 172.16.110.13 255.255.255.0
 glbp 110 ip 172.16.110.15
!
router ospf 1
 network 172.16.1.16 0.0.0.3 area 0
 network 172.16.1.28 0.0.0.3 area 0
 network 172.16.1.40 0.0.0.7 area 0
 network 172.16.10.0 0.0.0.255 area 0
 network 172.16.20.0 0.0.0.255 area 0
 network 172.16.30.0 0.0.0.255 area 0
 network 172.16.40.0 0.0.0.255 area 0
 network 172.16.50.0 0.0.0.255 area 0
 network 172.16.60.0 0.0.0.255 area 0
 network 172.16.70.0 0.0.0.255 area 0
 network 172.16.80.0 0.0.0.255 area 0
 network 172.16.90.0 0.0.0.255 area 0
 network 172.16.99.0 0.0.0.255 area 0
 network 172.16.100.0 0.0.0.255 area 0
 network 172.16.110.0 0.0.0.255 area 0
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
ip route 0.0.0.0 0.0.0.0 172.16.1.17
ip route 0.0.0.0 0.0.0.0 172.16.1.29
!
!
!
!
!
control-plane
!
!
line con 0
 logging synchronous
line aux 0
line vty 0 4
 login
!
!
end

Configuration of NYDist4

Spoiler
Building configuration...

Current configuration : 4303 bytes
!
! Last configuration change at 15:13:56 CET Fri May 11 2018
!
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
service compress-config
!
hostname NYDist4
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
clock timezone CET 1 0
!
!
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
!
spanning-tree mode rapid-pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Port-channel1
 no switchport
 ip address 172.16.1.22 255.255.255.252
!
interface Port-channel2
 no switchport
 ip address 172.16.1.26 255.255.255.252
!
interface Ethernet0/0
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 1 mode active
!
interface Ethernet0/1
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 1 mode active
!
interface Ethernet0/2
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 1 mode active
!
interface Ethernet0/3
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 1 mode active
!
interface Ethernet1/0
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 2 mode active
!
interface Ethernet1/1
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 2 mode active
!
interface Ethernet1/2
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 2 mode active
!
interface Ethernet1/3
 no switchport
 no ip address
 duplex auto
 channel-protocol lacp
 channel-group 2 mode active
!
interface Ethernet2/0
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet2/1
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet2/2
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet2/3
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet3/0
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet3/1
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet3/2
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet3/3
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet4/0
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet4/1
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet4/2
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet4/3
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet5/0
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet5/1
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet5/2
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Ethernet5/3
 switchport trunk encapsulation dot1q
 switchport mode trunk
!
interface Vlan1
 ip address 172.16.1.44 255.255.255.248
 glbp 1 ip 172.16.1.45
!
interface Vlan10
 ip address 172.16.10.14 255.255.255.0
 glbp 10 ip 172.16.10.15
!
interface Vlan20
 ip address 172.16.20.14 255.255.255.0
 glbp 20 ip 172.16.20.15
!
interface Vlan30
 ip address 172.16.30.14 255.255.255.0
 glbp 30 ip 172.16.30.15
!
interface Vlan40
 ip address 172.16.40.14 255.255.255.0
 glbp 40 ip 172.16.40.15
!
interface Vlan50
 ip address 172.16.50.14 255.255.255.0
 glbp 50 ip 172.16.50.15
!
interface Vlan60
 ip address 172.16.60.14 255.255.255.0
 glbp 60 ip 172.16.60.15
!
interface Vlan70
 ip address 172.16.70.14 255.255.255.0
 glbp 70 ip 172.16.70.15
!
interface Vlan80
 ip address 172.16.80.14 255.255.255.0
 glbp 80 ip 172.16.80.15
!
interface Vlan90
 ip address 172.16.90.14 255.255.255.0
 glbp 90 ip 172.16.90.15
!
interface Vlan99
 ip address 172.16.99.14 255.255.255.0
 glbp 99 ip 172.16.99.15
!
interface Vlan100
 ip address 172.16.100.14 255.255.255.0
 glbp 100 ip 172.16.100.15
!
interface Vlan110
 ip address 172.16.110.14 255.255.255.0
 glbp 110 ip 172.16.110.15
!
router ospf 1
!
ip forward-protocol nd
!
!
no ip http server
no ip http secure-server
ip route 0.0.0.0 0.0.0.0 172.16.1.21
ip route 0.0.0.0 0.0.0.0 172.16.1.25
!
!
!
!
!
control-plane
!
!
line con 0
 logging synchronous
line aux 0
line vty 0 4
 login
!
!
end

Configuration of NYASW1

Spoiler
Building configuration...

Current configuration : 3212 bytes
!
! Last configuration change at 12:16:25 CET Fri May 11 2018
!
version 15.1
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
service compress-config
!
hostname NYASW1
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
clock timezone CET 1 0
!
ip cef
!
!
no ipv6 cef
ipv6 multicast rpf use-bgp
!
!
!
!
!
!
!
spanning-tree mode pvst
spanning-tree extend system-id
!
!
!
!
vlan internal allocation policy ascending
!
!
!
!
!
!
!
!
!
!
interface Ethernet0/0
 switchport trunk encapsulation dot1q
 switchport mode trunk
 duplex auto
!
interface Ethernet0/1
 switchport trunk encapsulation dot1q
 switchport mode trunk
 duplex auto
!
interface Ethernet0/2
 switchport access vlan 30
 switchport mode access
 duplex auto
!
interface Ethernet0/3
 switchport access vlan 30
 switchport mode access
 duplex auto
!
interface Ethernet1/0
 switchport access vlan 30
 switchport mode access
 duplex auto
!
interface Ethernet1/1
 switchport access vlan 30
 switchport mode access
 duplex auto
!
interface Ethernet1/2
 switchport access vlan 30
 switchport mode access
 duplex auto
!
interface Ethernet1/3
 switchport access vlan 30
 switchport mode access
 duplex auto
!
interface Ethernet2/0
 switchport access vlan 30
 switchport mode access
 duplex auto
!
interface Ethernet2/1
 switchport access vlan 30
 switchport mode access
 duplex auto
!
interface Ethernet2/2
 switchport access vlan 30
 switchport mode access
 duplex auto
!
interface Ethernet2/3
 switchport access vlan 30
 switchport mode access
 duplex auto
!
interface Ethernet3/0
 switchport access vlan 30
 switchport mode access
 duplex auto
!
interface Ethernet3/1
 switchport access vlan 30
 switchport mode access
 duplex auto
!
interface Ethernet3/2
 switchport access vlan 30
 switchport mode access
 duplex auto
!
interface Ethernet3/3
 switchport access vlan 30
 switchport mode access
 duplex auto
!
interface Ethernet4/0
 switchport access vlan 30
 switchport mode access
 duplex auto
!
interface Ethernet4/1
 switchport access vlan 30
 switchport mode access
 duplex auto
!
interface Ethernet4/2
 switchport access vlan 30
 switchport mode access
 duplex auto
!
interface Ethernet4/3
 switchport access vlan 30
 switchport mode access
 duplex auto
!
interface Ethernet5/0
 switchport access vlan 30
 switchport mode access
 duplex auto
!
interface Ethernet5/1
 switchport access vlan 30
 switchport mode access
 duplex auto
!
interface Ethernet5/2
 switchport access vlan 10
 switchport mode access
 duplex auto
!
interface Ethernet5/3
 switchport access vlan 10
 switchport mode access
 duplex auto
!
interface Ethernet6/0
 switchport access vlan 10
 switchport mode access
 duplex auto
!
interface Ethernet6/1
 switchport access vlan 10
 switchport mode access
 duplex auto
!
interface Ethernet6/2
 switchport access vlan 10
 switchport mode access
 shutdown
 duplex auto
!
interface Ethernet6/3
 switchport access vlan 10
 switchport mode access
 shutdown
 duplex auto
!
interface Vlan99
 ip address 172.16.99.21 255.255.255.0
!
ip default-gateway 172.16.99.15
!
no ip http server
!
!
!
!
!
control-plane
!
!
line con 0
 logging synchronous
line aux 0
line vty 0 4
 login
!
end

Configuration of NYASW5

Spoiler
Building configuration...

Current configuration : 3113 bytes
!
! Last configuration change at 12:19:49 CET Fri May 11 2018
!
version 15.1
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
service compress-config
!
hostname NYASW5
!
boot-start-marker
boot-end-marker
!
!
!
no aaa new-model
clock timezone CET 1 0
!
ip cef
!
!
no ipv6 cef
ipv6 multicast rpf use-bgp
!
!
!
!
!
!
!
spanning-tree mode pvst
spanning-tree extend system-id
!
!
!
!
vlan internal allocation policy ascending
!
!
!
!
!
!
!
!
!
!
interface Ethernet0/0
 switchport trunk encapsulation dot1q
 switchport mode trunk
 duplex auto
!
interface Ethernet0/1
 switchport trunk encapsulation dot1q
 switchport mode trunk
 duplex auto
!
interface Ethernet0/2
 switchport access vlan 70
 switchport mode access
 duplex auto
!
interface Ethernet0/3
 switchport access vlan 70
 switchport mode access
 duplex auto
!
interface Ethernet1/0
 switchport access vlan 70
 switchport mode access
 duplex auto
!
interface Ethernet1/1
 switchport access vlan 70
 switchport mode access
 duplex auto
!
interface Ethernet1/2
 switchport access vlan 70
 switchport mode access
 duplex auto
!
interface Ethernet1/3
 switchport access vlan 70
 switchport mode access
 duplex auto
!
interface Ethernet2/0
 switchport access vlan 70
 switchport mode access
 duplex auto
!
interface Ethernet2/1
 switchport access vlan 70
 switchport mode access
 duplex auto
!
interface Ethernet2/2
 switchport access vlan 70
 switchport mode access
 duplex auto
!
interface Ethernet2/3
 switchport access vlan 70
 switchport mode access
 duplex auto
!
interface Ethernet3/0
 switchport access vlan 70
 switchport mode access
 duplex auto
!
interface Ethernet3/1
 switchport access vlan 70
 switchport mode access
 duplex auto
!
interface Ethernet3/2
 switchport access vlan 70
 switchport mode access
 duplex auto
!
interface Ethernet3/3
 switchport access vlan 70
 switchport mode access
 duplex auto
!
interface Ethernet4/0
 switchport access vlan 70
 switchport mode access
 duplex auto
!
interface Ethernet4/1
 switchport access vlan 20
 switchport mode access
 duplex auto
!
interface Ethernet4/2
 switchport access vlan 20
 switchport mode access
 duplex auto
!
interface Ethernet4/3
 switchport access vlan 20
 switchport mode access
 duplex auto
!
interface Ethernet5/0
 switchport access vlan 20
 switchport mode access
 duplex auto
!
interface Ethernet5/1
 switchport access vlan 20
 switchport mode access
 duplex auto
!
interface Ethernet5/2
 switchport access vlan 10
 switchport mode access
 duplex auto
!
interface Ethernet5/3
 switchport access vlan 10
 switchport mode access
 duplex auto
!
interface Ethernet6/0
 switchport access vlan 10
 switchport mode access
 duplex auto
!
interface Ethernet6/1
 switchport access vlan 10
 switchport mode access
 duplex auto
!
interface Ethernet6/2
 shutdown
 duplex auto
!
interface Ethernet6/3
 shutdown
 duplex auto
!
interface Vlan99
 ip address 172.16.99.25 255.255.255.0
 shutdown
!
ip default-gateway 172.16.99.15
!
no ip http server
!
!
!
!
!
control-plane
!
!
line con 0
 logging synchronous
line aux 0
line vty 0 4
!
end

 

21 Replies 21

Hi!

I just need to add some few question:

 

Can you do a ping from NYASWS5 (not the PC, i mean from the switch) to 20-DEVPC?

Can you post show ip route on the NYASWS1 and 5, MAYBE you do have a routing function on those Access switchs and there could be a problem? 

 

HTH

 

/Mohammed


@mohammed01701 wrote:

Hi!

I just need to add some few question:

 

Can you do a ping from NYASWS5 (not the PC, i mean from the switch) to 20-DEVPC?

Can you post show ip route on the NYASWS1 and 5, MAYBE you do have a routing function on those Access switchs and there could be a problem? 

 

HTH

 

/Mohammed


I can't ping from the NY Access Switches (VLAN 99) to the DEVPCs or any of the other VLANS either.
Here is the routing table of NYASW1:

NYASW1#show ip route
Default gateway is 172.16.99.15

Host               Gateway           Last Use    Total Uses  Interface
ICMP redirect cache is empty

And NYASW5:

NYASW5#show ip route
Default gateway is 172.16.99.15

Host               Gateway           Last Use    Total Uses  Interface
ICMP redirect cache is empty

And NYDist1 again:

Spoiler
NYDist1#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
       D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
       N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
       E1 - OSPF external type 1, E2 - OSPF external type 2
       i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
       ia - IS-IS inter area, * - candidate default, U - per-user static route
       o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
       a - application route
       + - replicated route, % - next hop override

Gateway of last resort is not set

      172.16.0.0/16 is variably subnetted, 30 subnets, 4 masks
C        172.16.1.8/30 is directly connected, Port-channel1
L        172.16.1.10/32 is directly connected, Port-channel1
C        172.16.1.36/30 is directly connected, Port-channel2
L        172.16.1.38/32 is directly connected, Port-channel2
C        172.16.1.40/29 is directly connected, Vlan1
L        172.16.1.41/32 is directly connected, Vlan1
C        172.16.10.0/24 is directly connected, Vlan10
L        172.16.10.11/32 is directly connected, Vlan10
C        172.16.20.0/24 is directly connected, Vlan20
L        172.16.20.11/32 is directly connected, Vlan20
C        172.16.30.0/24 is directly connected, Vlan30
L        172.16.30.11/32 is directly connected, Vlan30
C        172.16.40.0/24 is directly connected, Vlan40
L        172.16.40.11/32 is directly connected, Vlan40
C        172.16.50.0/24 is directly connected, Vlan50
L        172.16.50.11/32 is directly connected, Vlan50
C        172.16.60.0/24 is directly connected, Vlan60
L        172.16.60.11/32 is directly connected, Vlan60
C        172.16.70.0/24 is directly connected, Vlan70
L        172.16.70.11/32 is directly connected, Vlan70
C        172.16.80.0/24 is directly connected, Vlan80
L        172.16.80.11/32 is directly connected, Vlan80
C        172.16.90.0/24 is directly connected, Vlan90
L        172.16.90.11/32 is directly connected, Vlan90
C        172.16.99.0/24 is directly connected, Vlan99
L        172.16.99.11/32 is directly connected, Vlan99
C        172.16.100.0/24 is directly connected, Vlan100
L        172.16.100.11/32 is directly connected, Vlan100
C        172.16.110.0/24 is directly connected, Vlan110
L        172.16.110.11/32 is directly connected, Vlan110  

Hi!

 

If you move 15FINPC to same switch "NYSW1 or NYSW2" on 20-DEVPC

 and see if there is problem when they both PC connected same access switch,

 

Another test, Connect both PC on the NYDist1 and see if it works, if that is not working, create a loopback address and give same ip range on FIN subnet, and use that looback some a source to ping 20-DEVPC, i think you will see on those tests if a problem on the pc or you do have anothe problem:

 

Everything looks fine. MAYBE the problem is the emulator.... Do some test and see if it works when you have only loopbacks, or loopback one vlan subnet other pc and so on... 

 

HTH

 

/Mohammed


@Georg Pauwen wrote:

Hello,

 

I just labbed this in GNS3, I agree with Mohammed, the configs look fine. Which switches are you using ? And which hosts/PCs ?


I'm using the network emulation software called EVE-NG. I'm no expert, but from what I understand they are running Cisco IOS images on Linux Servers in a cluster hosted at my University College.

This is the first year we're using the software, my predecessors had to make everything in Packet Tracer. (To be honest, I wish I could use that instead)


These are the IOU/IOL images I'm using:

  • i86bi-linux-l2-adventerprise-M-15.1-20140814.bin (access switches)
  • i86bi-linux-l2-adventerprisek9-15.2d.bin (distribution/core switches)

As for the PCs, they are Virtual PCs,  I only get a limited amount of network related options when I connect to them. (https://sourceforge.net/projects/vpcs/) My problem could be an issue in the emulation software, but I doubt it. Inter-vlan routing should be possible according to EVE-NG's website. I'm planning to ask my professor's help if I can't resolve the issue on my own next week.

 

Good news, I finally managed to resolve the problem. 
The cause was indeed a bug in the emulation software, I found the solution over here...
Basically I had to turn off Cisco Express Forwarding in order to get inter-vlan routing to work.

After issuing the no ip cef command on my Layer 3 Switches everything worked like it was supposed to.

 

A big thank you to Mohammed and Georg Pauwen for helping me along the way...

Hello,

 

glad you got it resolved. I wasn't aware you were using an emulator...which one do you have ? It doesn't look like GNS3 or Packet Tracer...


@Georg Pauwen wrote:

Hello,

 

glad you got it resolved. I wasn't aware you were using an emulator...which one do you have ? It doesn't look like GNS3 or Packet Tracer...

Thanks again for your help, the software I'm using is called EVE-NG. I refer to my earlier quote below for more details if you're interested.

 


@UserTM wrote:

I'm using the network emulation software called EVE-NG. I'm no expert, but from what I understand they are running Cisco IOS images on Linux Servers in a cluster hosted at my University College.

This is the first year we're using the software, my predecessors had to make everything in Packet Tracer. (To be honest, I wish I could use that instead)


These are the IOU/IOL images I'm using:

  • i86bi-linux-l2-adventerprise-M-15.1-20140814.bin (access switches)
  • i86bi-linux-l2-adventerprisek9-15.2d.bin (distribution/core switches)

As for the PCs, they are Virtual PCs,  I only get a limited amount of network related options when I connect to them. (https://sourceforge.net/projects/vpcs/) My problem could be an issue in the emulation software, but I doubt it. Inter-vlan routing should be possible according to EVE-NG's website. I'm planning to ask my professor's help if I can't resolve the issue on my own next week.

 


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: