05-08-2017 09:01 AM - edited 03-08-2019 10:29 AM
Hi
I am trying to use a common VLAN between the built in layer 3 ports and a 4 x GE NIM.
The reason being is that I require the use of the fibre port due to distance and the copper ports as there are a few devices connecting directly. My config is below for the L3 port using a service instance and a mix of that and traditional switchport config for the L2 interface.
interface GigabitEthernet0/0/2
description Downlink to SW01 Gi0/16
no ip address
no ip redirects
no ip proxy-arp
negotiation auto
service instance 7 ethernet
encapsulation dot1q 7
rewrite ingress tag pop 1 symmetric
bridge-domain 7
!
interface GigabitEthernet0/2/0
description Connection to WAP01
switchport trunk allowed vlan 2,7
switchport mode trunk
interface Vlan7
no ip address
service instance 7 ethernet
encapsulation dot1q 7
rewrite ingress tag pop 1 symmetric
bridge-domain 7
It may be that what I am trying is not supported however I'm unable to find any docs on the subject. Any advice welcome.
Thanks
Paul
05-08-2017 10:16 AM
Hi Paul,
You can configure some interface to share a same vlan and have one SVI in common, please check this link
http://www.cisco.com/c/en/us/support/docs/lan-switching/integrated-routing-bridging-irb/200650-Understanding-Bridge-Virtual-Interface.html
Also check this tool to verify if that is compatible.
http://cfn.cloudapps.cisco.com/ITDIT/CFN/jsp/by-feature-technology.jsp
Hope it is useful and supported on your device
:-)
05-08-2017 10:21 AM
Hi
I dont think that doc is specific to my question. The problem is I am trying to use 2 different types of interface, the built in layer 3 and add-in layer 2 NIM. They do not support the same type of configuration so that may be where the issue is.
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