VLAN in R7800

Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware
Author Message
nima2019
DD-WRT Novice


Joined: 13 Apr 2019
Posts: 16

PostPosted: Sat Apr 13, 2019 21:38    Post subject: VLAN in R7800 Reply with quote
I just flashed my R7800 router with the dd-wrt firmware. Network is up and I can log into the backend and make modifications. However I don't see a VLAN page under the setup section. Is that something that is available only for certain routers?

Thanks
Sponsor
mrjcd
DD-WRT Guru


Joined: 31 Jan 2015
Posts: 6291
Location: Texas

PostPosted: Sat Apr 13, 2019 22:17    Post subject: Re: VLAN in R7800 Reply with quote
nima2019 wrote:
Is that something that is available only for certain routers?

You can do it on the R7800 but since I don't have one I'll let others tell you ....

You can looky here to get an idea ---
https://forum.dd-wrt.com/phpBB2/viewtopic.php?p=1119771#1119771
nima2019
DD-WRT Novice


Joined: 13 Apr 2019
Posts: 16

PostPosted: Thu Apr 18, 2019 23:13    Post subject: Reply with quote
I dont see the VLAN tab at all when I go to admin area
Per Yngve Berg
DD-WRT Guru


Joined: 13 Aug 2013
Posts: 6870
Location: Romerike, Norway

PostPosted: Mon Apr 22, 2019 9:31    Post subject: Reply with quote
You must use swconfig commands in startup.

Here is an example:

swconfig dev switch0 set enable_vlan 1
swconfig dev switch0 vlan 1 set ports "3 4t 6"
swconfig dev switch0 vlan 3 set ports "1 2 4t 6t"
swconfig dev switch0 set apply
vconfig add eth1 3
ifconfig eth1.3 192.168.1.1 netmask 255.255.255.0


To see the current config: swconfig dev switch0 show
nima2019
DD-WRT Novice


Joined: 13 Apr 2019
Posts: 16

PostPosted: Sat Apr 27, 2019 19:03    Post subject: Reply with quote
Per Yngve Berg wrote:
You must use swconfig commands in startup.

Here is an example:

swconfig dev switch0 set enable_vlan 1
swconfig dev switch0 vlan 1 set ports "3 4t 6"
swconfig dev switch0 vlan 3 set ports "1 2 4t 6t"
swconfig dev switch0 set apply
vconfig add eth1 3
ifconfig eth1.3 192.168.1.1 netmask 255.255.255.0


To see the current config: swconfig dev switch0 show


Thanks for that. Do you know if there is a guide on how to setup vlans using swconfig? I need to read up and learn.
Per Yngve Berg
DD-WRT Guru


Joined: 13 Aug 2013
Posts: 6870
Location: Romerike, Norway

PostPosted: Sat Apr 27, 2019 19:13    Post subject: Reply with quote
swconfig -h for help.
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Atheros WiSOC based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum