I don’t know exactly. I’d guess the ONT would be tagged with a number internally and that is what ISPs would use I’d say, but those are not configurable or user-viewable.Sorry to interrupt, but how is this ISP identifying you on their network?
Yes. My ISP uses PPPoE, not DHCP.When you say "PPPoE session" means that you are providing username, password, etc specifics to your ISP for the PPPoE right ?
Makes sense.Yes. My ISP uses PPPoE, not DHCP.
I suggest that you install the latest stock Asus firmware and confirm the problem still exists. If it does then report it to Asus using the Feedback option. If you don't do that then I think there's little chance of it being fixed.So far it’s clear that 388.2 on the AX11000 Pro does not work with DHCP and VLAN WAN tagging… as two ISPs that require that do work with another router and a managed switch. I’d hope 388.3 makes it happen.
nvram show | grep ^switch
cat /proc/net/vlan/config
ifconfig
I suggest that you install the latest stock Asus firmware and confirm the problem still exists. If it does then report it to Asus using the Feedback option. If you don't do that then I think there's little chance of it being fixed.
The output of the following commands might also provide some additional insight (when IPTV is configured).
Code:nvram show | grep ^switch cat /proc/net/vlan/config ifconfig
switch_stb_x=0
switch_wan0prio=0
switch_wan0tagid=
switch_wan1prio=0
switch_wan1tagid=
switch_wan2prio=0
switch_wan2tagid=
switch_wantag=none
size: 106598 bytes (90010 left)
VLAN Dev name | VLAN ID
Name-Type: VLAN_NAME_TYPE_PLUS_VID_NO_PAD
br0 Link encap:Ethernet HWaddr [My MAC ADDRESS]
inet addr:[MY LOCAL INTERNAL IP] Bcast:[Masked local IP] Mask:255.255.255.0
UP BROADCAST RUNNING ALLMULTI MULTICAST MTU:1500 Metric:1
RX packets:4275564 errors:0 dropped:115220 overruns:0 frame:0
TX packets:11841012 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:624342283 (595.4 MiB) TX bytes:15044475718 (14.0 GiB)
br0:pixelserv-t Link encap:Ethernet HWaddr [MAC ADDRESS]
inet addr:[Pixelserv's INTERNAL IP] Bcast:[Masked local IP] Mask:255.255.255.0
UP BROADCAST RUNNING ALLMULTI MULTICAST MTU:1500 Metric:1
eth0 Link encap:Ethernet HWaddr [MY MAC ADDR]
inet addr:[MY PUBLIC IP] Bcast:[ISP'S BCast IP] Mask:255.255.252.0
UP BROADCAST RUNNING ALLMULTI MULTICAST MTU:1500 Metric:1
RX packets:12010714 errors:0 dropped:115180 overruns:0 frame:0
TX packets:3735799 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:15221589388 (14.1 GiB) TX bytes:601953517 (574.0 MiB)
switch_stb_x=0
switch_wan0prio=0
switch_wan0tagid=10
switch_wan1prio=0
switch_wan1tagid=
switch_wan2prio=0
switch_wan2tagid=
switch_wantag=manual
size: 106419 bytes (90189 left)
VLAN Dev name | VLAN ID
Name-Type: VLAN_NAME_TYPE_PLUS_VID_NO_PAD
vlan10 | 10 | eth0
br0 Link encap:Ethernet HWaddr [My MAC ADDRESS]
inet addr:[MY LOCAL INTERNAL IP] Bcast:[Masked local IP] Mask:255.255.255.0
UP BROADCAST RUNNING ALLMULTI MULTICAST MTU:1500 Metric:1
RX packets:3920 errors:0 dropped:20 overruns:0 frame:0
TX packets:3151 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:465799 (454.8 KiB) TX bytes:2559231 (2.4 MiB)
eth0 Link encap:Ethernet HWaddr [My MAC ADDRESS]
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:25 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:8750 (8.5 KiB)
...
vlan10 Link encap:Ethernet HWaddr [My MAC ADDRESS]
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:25 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:8550 (8.3 KiB)
spu_ds_dummy Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
UP RUNNING NOARP MTU:2048 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
spu_us_dummy Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
UP RUNNING NOARP MTU:2048 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
brctl show
bridge name bridge id STP enabled interfaces
br0 8000.[Mac address of router without semicolons] yes eth1
eth2
eth3
eth4
eth5
eth6
eth7
eth8
ps ww | grep udhcpc
nvram show | grep ^wan.*ifname
3803 admin 5780 S grep udhcpc
7398 admin 3328 S /sbin/udhcpc -i eth0 -p /var/run/udhcpc0.pid -s /tmp/udhcpc_wan -A5 -O33 -O249
wan0_gw_ifname=eth0
wan0_ifname=eth0
wan0_ifname_x=eth0
wan0_ifnames=bond1
wan0_pppoe_ifname=
wan1_ifname=
wan1_ifname_x=eth0
wan1_pppoe_ifname=
wan_ifname=eth0
wan_ifname_x=eth0
wan_ifnames=eth0
wan_ifnames_bk=vlan10
size: 106649 bytes (89959 left)
3085 admin 3328 S /sbin/udhcpc -i vlan10 -p /var/run/udhcpc0.pid -s /tmp/udhcpc_wan -A5 -O33 -O249
3532 admin 3328 S grep udhcpc
size: 106466 bytes (90142 left)
wan0_gw_ifname=vlan10
wan0_ifname=vlan10
wan0_ifname_x=eth0
wan0_ifnames=bond1
wan0_pppoe_ifname=
wan1_ifname=
wan1_ifname_x=eth0
wan1_pppoe_ifname=
wan_ifname=eth0
wan_ifname_x=eth0
wan_ifnames=vlan10
wan_ifnames_bk=vlan10
Well as far as I know that all looks correct. So the problem would seem to be at a lower level. So perhaps the underlying vlanctl commands aren't working (if they're used at all). Which brings us full circle back to the beginning. So this would be way beyond my knowledge level.Any suggestion?
vlanctl --rule-dump-all
tail -99 /tmp/syslog.log
On my router the output goes to the system console, hence the following command.When I execute:
vlanctl --rule-dump-all
Doesn't provide any output at all when executed in any case.
I see this with a VLAN created on eth4 but no rules defined. But then I don't have the same model router as you so yours may not use vlanctl at all.tail -99 /tmp/syslog.log
I don't see anything related to VLAN.
Apr 27 17:47:29 kernel: VLAN Rule Table : eth4, Rx, nbrOfTags 0, default DROP
Apr 27 17:47:29 kernel: No entries found
Apr 27 17:47:29 kernel: --------------------------------------------------------------------------------
Apr 27 17:47:29 kernel: VLAN Rule Table : eth4, Tx, nbrOfTags 0, default ACCEPT
Apr 27 17:47:29 kernel: No entries found
Apr 27 17:47:29 kernel: --------------------------------------------------------------------------------
Apr 27 17:47:29 kernel: VLAN Rule Table : eth4, Rx, nbrOfTags 1, default DROP
Apr 27 17:47:29 kernel: No entries found
Apr 27 17:47:29 kernel: --------------------------------------------------------------------------------
Apr 27 17:47:29 kernel: VLAN Rule Table : eth4, Tx, nbrOfTags 1, default ACCEPT
Apr 27 17:47:29 kernel: No entries found
Apr 27 17:47:29 kernel: --------------------------------------------------------------------------------
Apr 27 17:47:29 kernel: VLAN Rule Table : eth4, Rx, nbrOfTags 2, default DROP
Apr 27 17:47:29 kernel: No entries found
Apr 27 17:47:29 kernel: --------------------------------------------------------------------------------
Apr 27 17:47:29 kernel: VLAN Rule Table : eth4, Tx, nbrOfTags 2, default ACCEPT
Apr 27 17:47:29 kernel: No entries found
Apr 27 17:47:29 kernel: --------------------------------------------------------------------------------
Apr 27 17:47:29 kernel: VLAN Rule Table : eth4, Rx, nbrOfTags 3, default DROP
Apr 27 17:47:29 kernel: No entries found
Apr 27 17:47:29 kernel: --------------------------------------------------------------------------------
Apr 27 17:47:29 kernel: VLAN Rule Table : eth4, Tx, nbrOfTags 3, default ACCEPT
Apr 27 17:47:29 kernel: No entries found
Apr 27 17:47:29 kernel: --------------------------------------------------------------------------------
Apr 27 17:47:29 kernel: VLAN Rule Table : eth4, Rx, nbrOfTags 4, default DROP
Apr 27 17:47:29 kernel: No entries found
Apr 27 17:47:29 kernel: --------------------------------------------------------------------------------
Apr 27 17:47:29 kernel: VLAN Rule Table : eth4, Tx, nbrOfTags 4, default ACCEPT
Apr 27 17:47:29 kernel: No entries found
Apr 27 17:47:29 kernel: --------------------------------------------------------------------------------
vlanctl --if eth0 --rx --tags 1 --filter-vid 10 0 --pop-tag --set-rxif vlan10 --rule-append
vlanctl --if eth0 --tx --tags 0 --filter-txif vlan10 --push-tag --set-vid 10 0 --rule-append
ifconfig vlan10 allmulti up
In the attachment it shows you still use the 2.5G port as primary WAN. Can you change it there to 10G as primary WAN (save) and then try again on the 10G WAN port? If it does not work , change it back to 2.5G.Thanks for the suggestions
Setting IPTV to ID 10
When I plug the ONT cable to the WAN 10G port directly I get:
THE NETWORK CABLE IS UNPLUGGED.
... because based on the logs (eth5):
May 5 06:06:45 kernel: eth5 (Int switch port: 7) (Logical Port: 7) (phyId: 15) Link Up at 10000 mbps full duplex
Once I plug back to the 2.5G I get:
YOUR ISP'S DHCP DOES NOT FUNCTION PROPERLY.
And logs:
May 5 06:05:49 kernel: eth0 (Int switch port: 5) (Logical Port: 5) (phyId: 11) Link Up at 2500 mbps full duplex
When I execute:
vlanctl --rule-dump-all
Doesn't provide any output at all when executed in any case.
tail -99 /tmp/syslog.log
I don't see anything related to VLAN.
Any other ideas?
In the attachment it shows you still use the 2.5G port as primary WAN. Can you change it there to 10G as primary WAN (save) and then try again on the 10G WAN port? If it does not work , change it back to 2.5G.
On my router the output goes to the system console, hence the following command.
I see this with a VLAN created on eth4 but no rules defined. But then I don't have the same model router as you so yours may not use vlanctl at all.
Code:Apr 27 17:47:29 kernel: VLAN Rule Table : eth4, Rx, nbrOfTags 0, default DROP Apr 27 17:47:29 kernel: No entries found Apr 27 17:47:29 kernel: -------------------------------------------------------------------------------- Apr 27 17:47:29 kernel: VLAN Rule Table : eth4, Tx, nbrOfTags 0, default ACCEPT Apr 27 17:47:29 kernel: No entries found Apr 27 17:47:29 kernel: -------------------------------------------------------------------------------- Apr 27 17:47:29 kernel: VLAN Rule Table : eth4, Rx, nbrOfTags 1, default DROP Apr 27 17:47:29 kernel: No entries found Apr 27 17:47:29 kernel: -------------------------------------------------------------------------------- Apr 27 17:47:29 kernel: VLAN Rule Table : eth4, Tx, nbrOfTags 1, default ACCEPT Apr 27 17:47:29 kernel: No entries found Apr 27 17:47:29 kernel: -------------------------------------------------------------------------------- Apr 27 17:47:29 kernel: VLAN Rule Table : eth4, Rx, nbrOfTags 2, default DROP Apr 27 17:47:29 kernel: No entries found Apr 27 17:47:29 kernel: -------------------------------------------------------------------------------- Apr 27 17:47:29 kernel: VLAN Rule Table : eth4, Tx, nbrOfTags 2, default ACCEPT Apr 27 17:47:29 kernel: No entries found Apr 27 17:47:29 kernel: -------------------------------------------------------------------------------- Apr 27 17:47:29 kernel: VLAN Rule Table : eth4, Rx, nbrOfTags 3, default DROP Apr 27 17:47:29 kernel: No entries found Apr 27 17:47:29 kernel: -------------------------------------------------------------------------------- Apr 27 17:47:29 kernel: VLAN Rule Table : eth4, Tx, nbrOfTags 3, default ACCEPT Apr 27 17:47:29 kernel: No entries found Apr 27 17:47:29 kernel: -------------------------------------------------------------------------------- Apr 27 17:47:29 kernel: VLAN Rule Table : eth4, Rx, nbrOfTags 4, default DROP Apr 27 17:47:29 kernel: No entries found Apr 27 17:47:29 kernel: -------------------------------------------------------------------------------- Apr 27 17:47:29 kernel: VLAN Rule Table : eth4, Tx, nbrOfTags 4, default ACCEPT Apr 27 17:47:29 kernel: No entries found Apr 27 17:47:29 kernel: --------------------------------------------------------------------------------
A wild guess but maybe try this:
Code:vlanctl --if eth0 --rx --tags 1 --filter-vid 10 0 --pop-tag --set-rxif vlan10 --rule-append vlanctl --if eth0 --tx --tags 0 --filter-txif vlan10 --push-tag --set-vid 10 0 --rule-append ifconfig vlan10 allmulti up
I would expect that error if the interface hasn't been created previously with vlanctl. You could try creating it (if it will allow you) and running those commands again.If vlanctl is meant to do anything on the AX11000 Pro... definitely that's the problem because it throws errors no matter what I try.
vlanctl --mcast --if-create-name eth0 vlan10
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!