DrayTek UK Users' Community Forum

Help, Advice and Solutions from DrayTek Users

Vigor 130 CLI

  • mbrijun
  • Topic Author
  • User
  • User
More
29 May 2024 10:27 #1 by mbrijun
Vigor 130 CLI was created by mbrijun
Hi, I have just got an old Vigor 130 for my VDSL line. I have been digging into its CLI, however I cannot find what section of CLI represents the VLAN Tag insertion and Priority settings. Any suggestions would be gratefully received. Thank you.

Please Log in or Create an account to join the conversation.

  • piste basher
  • Away
  • New Member
  • New Member
More
29 May 2024 16:51 #2 by piste basher
Replied by piste basher on topic Re: Vigor 130 CLI
In the GUI they're under "Internet Access - General Setup" . Is there any reason you're not using that? The CLI seems an awkward way of going about things. In any event, usually with the 130 they are left at default and the settings are in the associated router. I'm assuming this is a UK 130 and not an "other markets" version, some of which were actually routers I understand.

Please Log in or Create an account to join the conversation.

  • mbrijun
  • Topic Author
  • User
  • User
More
29 May 2024 17:28 #3 by mbrijun
Replied by mbrijun on topic Re: Vigor 130 CLI
I am being driven by two competing reasons: sheer curiosity/challenge and the fact that I am telnetting from my router into Vigor 130. I believe it is a UK model.

Please Log in or Create an account to join the conversation.

  • mbrijun
  • Topic Author
  • User
  • User
More
31 May 2024 19:41 #4 by mbrijun
Replied by mbrijun on topic Re: Vigor 130 CLI
I have figured it out in the end. The below commands have been tested on Vigor 130 UK model, in case anyone is interested.

Resetting router to default settings
Code:
sys cfg default


Turning G.INP off - it forces "interleave" mode instead of "fast". Improves stability, but increases latency.
Code:
vdsl optn retx bi off


Applying the 802.1p tag as instructed by your ISP. In this case the priority tag is set to "2"
Code:
wan phyvlan wan 1 pri 2


Setting the MTU value
Code:
wan mtu 1492


Committing changes to flash
Code:
sys commit


Rebooting to apply changes
Code:
sys reboot


Checking various status pages
Code:
vdsl optn status wan phyvlan stat wan mtu ?

Please Log in or Create an account to join the conversation.