- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Can't assign a profile via GUI
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can't assign a profile via GUI
FW Version - 12.0.17.9
AV Version - 2.2.1.55
Hi,
I'm new to Netgear. I am trying to assign some interfaces (lets say, 1/0/20) to a new NDI video profile VLAN. They are currently on VLAN 3, as shown in the sh run command
interface 1/0/20
switchport mode access
switchport access vlan 3
vlan pvid 3
exit
interface 1/0/21
switchport mode access
switchport access vlan 14
vlan pvid 14
exit
This is my current conf of vlan
!Current Configuration:
!
!System Description "M4300-28G-PoE+ ProSAFE 24-port 1G PoE+ and 2-port 10GBASE-T and 2-port 10G SFP+, 12.0.17.9, B1.0.0.17"
!System Software Version "12.0.17.9"
!System Up Time "14 days 5 hrs 36 mins 12 secs"
!Additional Packages QOS,Multicast,IPv6,IPv6 Management,Stacking,Routing
!Current SNTP Synchronized Time: Sep 12 13:15:40 2024 UTC
!
vlan database
vlan 2-3,14,300
vlan name 2 "GESTION"
vlan name 3 "TRONCAL"
vlan name 14 "LIVEU"
vlan name 300 "BM"
no vlan routing 1
vlan routing 300 1
vlan routing 2 2
exit
So, I have to assign the vlans via ssh and switchport access vlan command and vlan pvid command, because I can't get them to work via GUI. This makes me not being able to use the "configured profile templates", as they won't work even the GUI says Success.
I went to the logs and got
Incorrect switchport mode for vlan participation. Mode: 1 Interface: 1/0/20
which i assumed refers to "switchport mode access".
I tried to change the switchport mode to "general" and then was sucessful on assigning the interface to a new vlan with a profile, but I'm not sure if this is correct (shouldn't it be on mode access?). Anyway, I guess there might be a bug on the GUI as it was saying "success" instead of error, right?
It resulted in this config
interface 1/0/20
mtu 1500
switchport access vlan 3
vlan pvid 371
vlan participation exclude 3
vlan participation include 371
ptp clock e2e-transparent
exit
Is it correct?