10-13-2017 03:10 PM - edited 03-08-2019 12:21 PM
simple dot1q trunk but has me stumped, GE0/0 on the 3850 2 sub-int vlan10 vlan11 to GE1/0/1 switch port mode trunk. on the 3850 vlan interfaces protocol won't come up, if i switch to NM-16ESW-1GIG with switchport mode trunk protocol comes up, i have also tried channel-group but will not let me assign it if i set switchport mode trunk on the port-group
Solved! Go to Solution.
10-13-2017 03:15 PM
Hi
Could you please share the configuration?
10-13-2017 03:15 PM
Hi
Could you please share the configuration?
10-13-2017 03:24 PM
no real configs at this point its a new setup that i have wiped out a couple of times over for what its worth if it helps
3845
Interface GigabitEthernet0/0
no ip address
Interface GigabitEthernet0/0.10
encapsulation dot1Q 10
no ip address
!
Interface GigabitEthernet0/0.11
encapsulation dot1Q 11
no ip address
!
interface vlan10
ip address 10.0.10.1 255.255.255.0
!
interface vlan11
ip address 10.0.11.1 255.255.255.0
(NM MODULE)
interface GigabitEthernet1/0
switchport mode trunk
2960
interface GigabitEthernet1/0/1
switchport mode trunk
interface vlan10
ip address 10.0.10.252 255.255.255.0
interface vlan11
ip address 10.0.11.252 255.255.255.0
10-13-2017 03:39 PM
Thank you
There are 2 ways to make it works, if you are using sub-interfaces you will not use the SVI on the router and viceversa.
Basically the NM-16ESW-1GIG is an ether switch module. So you could configure like:
(NM MODULE)
vlan 10
vlan 11
interface GigabitEthernet1/0
description TO-SWITCH
switchport encapsulation dot1q
switchport mode trunk
no shutdwon
The configuration below is required if this router will be the gateway for the VLANs.
interface vlan10
ip address 10.0.10.1 255.255.255.0
!
interface vlan11
ip address 10.0.11.1 255.255.255.0
The sub-interfaces could be removed if you are going to use this scheme.
:-)
10-13-2017 03:44 PM
i have a need to carry the trunks across both the the etherswitch modules and the SVI manly to leverage the GB ports as uplinks to a couple of departments, currently i have 2 modules installed i could add 2 more but don't have a need to add the extra module if i could get the SVI port to play nice
10-14-2017 05:59 AM
Hi
That is correct, you don't need extra modules, actually one port can be enough to transport all the VLANs, do you have picture or diagram how you are going to connect this router?
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