07-31-2015 03:08 PM
How do I assign static wan ip to a vlan that is linked to lan port. for example.
I need to put in an ip, subnet and gateway and dns. into the vlan external ip. is that possible?
I have 13 static ip addresses. I would like to create multiple vlans and have them all have there own external ip from my isp..
08-01-2015 01:50 AM
08-01-2015 07:47 AM
I need to do this because I already have them in use and would like to condense down old equipment to this new cisco router. Otherwise I wouldnt need to do it.
The option you gave me, I do this is SSH? through a console? currently I'm just familiar with the gui.
08-01-2015 08:12 PM
08-02-2015 07:51 AM
ok, I guess I should of specified what I'm working with. its a RV325 Gigabit Dual Wan VPN Router.
so I need to know how to assign static wan ips to multiple vlans. I only have 2 wan ports and want to use 5 wans. for 5 separate vlans. with external wan ips.
08-03-2015 12:18 AM
Hi,
You could assign multiple VLAn's against a single port by building subinterface in it. For example:
Router#config t
Router(config)#int gi0/1.100 (where 100 is your vlan)
Router(config-subif)#encapsulation dot1Q 100
Router(config-subif)#ip address ip address subnet mask
Router(config-subif)#exit
Router(config)#int gi0/1.200 (where 200 is second vlan)
Router(config-subif)#encapsulation dot1Q 200
Router(config-subif)#ip address ip address subnet mask
Router(config-subif)#exit
Router(config)#int gi0/1
Router(config-if)#no shut
This way you could create multiple vlan in a single interface. As I am not well versed in GUI, I can't help you out through that. :)
Regards
Chinmoy
08-03-2015 03:22 AM
yes!!!!This is best way to create Vlan on router and it has DOT1q tagging info.
regards
Shirin
08-01-2015 08:29 AM
which ip is which? xx.xx.xx.xx xx.xx.xx.xx is the first one the vlan ip? and the second one the external wan ip?
08-27-2018 04:29 PM
The RV325 has a GUI interface so the answer does not make sense. I need to separate the WAN addresses into different VLANS to satisfy PCI compliance. All credit terminals are on one WAN address and everything else is on the other WAN address.
08-14-2015 12:30 PM
Hi,
The best choice is to assign multiple IP addresses in the physical interface as cisco document:
- Assigning Multiple IP Addresses to Network Interfaces
http://www.cisco.com/c/en/us/td/docs/ios/12_2/ip/configuration/guide/fipr_c/1cfipadr.html
Tranks.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide