ā04-30-2013 12:25 AM - edited ā03-04-2019 07:46 PM
Hi,
SM-ES3-16-P works as a layer 3 module which means that the uplink which connects to router ( Internally ) is a layer 3 interface . Is there a way we can use it as a layer 2 switch and connect the uplink as a trunk port ?
Solved! Go to Solution.
ā04-30-2013 01:30 AM
configure the interface as trunk and use SVIs
interface f0/0
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface vlan <#>
! this the gateway IP address for this vlan
ā04-30-2013 01:30 AM
configure the interface as trunk and use SVIs
interface f0/0
switchport
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface vlan <#>
! this the gateway IP address for this vlan
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