NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
LuisTopete
Dec 10, 2020Follower
M4100 commands vs Cisco commands on CLI
Hello, it must not be that difficult, What are the M4100 (with sw 10.0.1.16) commands to configure the switch if i configure these next commands on a cisco switch? config# VLAN 20 ...VLAN)#nam...
Retired_Member
Dec 15, 2020Hi LuisTopete
Welcome to Community!
On M4100, you can create VLAN and add member port with trunk mode by below CLI command:
(M4100)>en
(M4100)#vlan database
(M4100)(Vlan)#vlan 123
(M4100)(Vlan)#vlan name 123 voice
(M4100)(Vlan)#exit
(M4100)#
(M4100)#config
(M4100)(Config)#
(M4100)(Config)#interface 1/0/1
(M4100)(Interface 1/0/1)#vlan participation include 123
(M4100)(Interface 1/0/1)#vlan tagging 123
(M4100)(Interface 1/0/1)#exit
(M4100)(Config)#exit
(M4100)#save
For more detailed infor, please refer to CLI Manual, click here (page 46)
Hope it helps!
Regards,
Eric
Related Content
NETGEAR Academy

Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!