01-28-2023 02:17 AM
Hello
It seems the issue with sub-interfaces still hasn't been rectified, just download the latest CML modelling labs (2.4.1) and I'm still experiencing failure within (CML or Even-NG) Even using a different vm driver or carrier ethernet as a workaround. is now failing
Can anyone else confirm if they are experiencing the same?
01-28-2023 02:21 AM
what router are you trying it was not working, so I can check in my Lab and let you know.
i do remember using the CSR sub interface and worked as expected.
01-28-2023 02:56 AM - edited 01-28-2023 02:57 AM
Hello @balaji.bandi
TBH its failing on any L3 vm
csr 1000v-16/17
iosv -15.3 /15.7
c8000v 17
nxosv 7k
01-28-2023 07:41 AM
apologies paul asking this again, just before i confirm testing
are you looking to make sub interface as the example below was not working you mean? or I am totally misunderstanding you here, please?
interface Ethernet0/0
no ip address
!
interface Ethernet0/0.10
encapsulation dot1Q 20
ip address 10.10.200.1 255.255.255.0
!
01-28-2023 01:02 PM - edited 01-28-2023 01:13 PM
Hello
Yes when using a simple sub-interface say to ROAS or when to tag a particular subnet off a routed interface, it doesn't work,
Its been a known issue as far i can see for a while and I used to get around it by using carrier BDI or simply changing the vm network driver but I thought cisco would have fixed it by now in the new CML labs but it seems they haven't,
Example:
L3 switch
vlan 10
int vlan 10
ip address 1.1.1.1 255.255.255.252
int x.x
description link to CSR
switchport host
switchport access vlan 10
CSR
int x/x
no shut
int x/x.10
description link to L3 sw
encapsulation dotq 10
ip address 1.1.1.2 255.255.255.252
The above will simply not work, however it will work if i make the sub interface native which suggests it related to tagging a routed interface.
01-28-2023 01:35 PM
i made a simple Lab in (PNET - same as Eve-NG) - I have CML 2.4 ( turned off) since I need Multi-Vendor to do some PoC testing, so PNETLab have good access for me.
Router 36 - Image L3-ADVENTERPRISEK9-M-15.4-2T.bin
CSR - Version 16.4.1
SW -L2-ADVENTERPRISEK9-M-15.2-IRON.bin
SW :
interface Ethernet0/0
switchport trunk allowed vlan 20
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface Ethernet0/1
switchport trunk allowed vlan 10
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface Ethernet0/2
switchport access vlan 10
switchport mode access
!
interface Ethernet0/3
switchport access vlan 20
switchport mode access
!
interface Vlan10
ip address 10.10.100.3 255.255.255.0
R36 :
interface Ethernet0/0
no ip address
!
interface Ethernet0/0.10
encapsulation dot1Q 20
ip address 10.10.200.1 255.255.255.0
CSR :
interface GigabitEthernet1
no ip address
negotiation auto
no mop enabled
no mop sysid
!
interface GigabitEthernet1.10
encapsulation dot1Q 10
ip address 10.10.100.1 255.255.255.0
!
01-28-2023 03:28 PM
Hello @balaji.bandi
Cheers for testing i am aware that does work from my gns3 era
The earliest IOS I have is ADVENTERPRISEK9-M), Version 15.9(3)M4 but I mainly IOS-XE which I download from cisco modelling labs and have installed on both CML and EVE but unfortunately i obtain the same failure on every vm (IOS and XE) up to the 8000v
01-28-2023 03:46 PM
just added v8000 device to my lab, i have tried v8000 still works for me
my v8000 Version 17.4.1prd14
01-29-2023 02:05 AM
Hello
Interesting, mine doesn't work, can you do one more test please Balaji
Can you put a L2 switch directly inbetween the two rtrs as subinterface level and test connection again
01-29-2023 05:33 AM
just change the topology :
01-30-2023 11:38 AM
Hello
I am still getting failure, on both cml and eve ng, weird anyway thanks for the testing
01-30-2023 04:43 PM
try vmxnet3 (e1000 having issue)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide