Posted by h89151 at 2020-11-11 12:51
we cant use voice vlan service with cisco ip phone and the pc we connect to phone.
Hi, friend!
I confirmed that if the voice VLAN fails to make the Cisco IP phone connected,You can run the following commands to configure data and voice:
1. Data
ont port native-vlan(gpon)
This command is used to configure the default VLAN for the ONT port. Assume that the native VLAN function is enabled. For inbound untagged packets, the system applies native VLAN tags to the packets. For outbound packets with native VLAN tags, the system strips the VLAN tags off the packets. The default native VLAN is VLAN 1.
ont port native-vlan portid ontid { { eth | moca | vdsl | wifi } ont-portid | iphost } { vlan vlanid | priority priority } *
2. Voice
ont port vlan(gpon profile)
The ont port vlan command is used to configure the VLAN of an ONT port in the profile mode. To add an ONT port to a specified VLAN and process the VLAN tag for data packets that are sent from or to the ONT port, run this command.
The undo ont port vlan command is used to delete the VLAN of an ONT port in the profile mode. When you do not need to add an ONT port to a specified VLAN, run this command.
ont port vlan portid ontid { { { eth | vdsl | wifi } ont-portlist | { iphost } } { vlanid [ prival | priority { user-cos | dscp-mapping defaultval } ] | transparent } }
ont port vlan portid ontid { { { eth | vdsl | wifi } ont-portlist | { iphost } } translation vlanid [ prival | priority { user-cos | dscp-mapping defaultval } ] user-vlan user-vlanid [ prival ] [ user-encap user-encap ] }
ont port vlan portid ontid { { { eth | vdsl | wifi } ont-portlist | { iphost } } q-in-q vlanid [ prival | priority { user-cos | dscp-mapping defaultval } ] user-vlan user-vlanid [ prival ] [ user-encap user-encap ] }
ont port vlan portid ontid { { { eth | vdsl | wifi } ont-portlist | iphost } q-in-q vlanid [ prival | priority dscp-mapping defaultval ] user-vlan untagged [ user-encap user-encap ] }
ont port vlan portid ontid { { eth | vdsl | wifi } ont-portlist | iphost } translation priority prival user-priority user-priority
undo ont port vlan portid ontid { { { eth | vdsl | wifi } ont-portlist | { iphost } } untagged [ user-encap ] }
undo ont port vlan portid ontid { { { eth | vdsl | wifi } ont-portlist | { iphost } } { vlanid [ prival ] [ user-encap ] | transparent } }
undo ont port vlan portid ontid { { eth | vdsl | wifi } ont-portlist | iphost } user-priority user-priority
Thanks!