configuring trunk port and vlan in sg350 switch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2023 04:35 AM
hello,
having sg350 switch with 28 ports been trying to configure a vlan for both acess port and trunk port with dhcp server
1)like i want my port 2 to port 8 as my vlan 2
2)and 23 to 27 as my trunk port with vlan 30 and dhcp server with default gateway
i am new to this can someone tell how can i do this
thanks and regards
manikandan v
- Labels:
-
Server Networking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2023 12:16 PM
Hi
conf t
vlan 2
exit
conf t
interface range te1/0/2-8
switchport mode access
switchport access vlan 2
end
"2)and 23 to 27 as my trunk port with vlan 30 and dhcp server with default gateway "
this requirement is unclear.
To setup a port as trunk you can do like this
interface range te1/0/23-27
switchport mode trunk
But trunk is not meat to connet to a server. And not sure what you meant by assigning default gateway here.
Maybe if you do a draw explaning your scenario could be easier to help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2023 03:16 AM - edited 03-27-2023 03:20 AM
Hello,
i want setup to be like below image connect router lan to switch trunk port to acess internet and then acess port to acess point through tagged trunk port and also i i have been using web interface for configuration not command line using ip 192.168.1.254
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2023 10:07 PM
@Flavio Miranda can you help me with this
