Thank you for the response
I am interested in why the following configuration, is causing the MAC to appear on both VLANS?
Ignoring the dot1x element as its not applicable, as I've removed it
Is it consmetic, as the phone works?
edit interfaces ge-2/0/17 unit 0]
# show
family ethernet-switching {
port-mode access;
vlan {
members DATA;
# show
voip {
interface access-ports {
vlan VoIP;
But when I configure trunk, as below the MAC only appears on the VoIP
family ethernet-switching {
port-mode trunk;
vlan {
members VoIP;
}
native-vlan-id DATA;
↧
Re: Phone in both VoiP and Data VLANs
↧