- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Labels:
-
Other Routing
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
