fabepach00
IS-IT--Management
- Apr 11, 2008
- 7
I have configured a router on a stick, but now I am trying to found out if this config is possible.
switch1 to router1 to router2 to switch2.
2924 2621 2621 2924
I want to create vlans in switch1, then via vtp have them show up switch2. I also need to communicate from vlan1 i switch1 to vlan 1 in switch2.
switch1 config
int vlan 1 192.168.16.2 255.255.255.240
int vlan 2 192.168.32.2 255.255.255.240
fa0/1 is vlan 1
fa0/2 is vlan 2
fa0/24 is the trunk running dot1q to the router
router1 config
sub int fa0/0.1 dot1q 1
ip address 192.168.16.1 255.255.255.240
sub int fa0/0.2 dot1q 2
ip address 192.168.32.1 255.255.255.240
My question is what IP address do I assign on router2 sub interface and the switch interfaces?
Any help would be greatly appreciated.
Thank you.
switch1 to router1 to router2 to switch2.
2924 2621 2621 2924
I want to create vlans in switch1, then via vtp have them show up switch2. I also need to communicate from vlan1 i switch1 to vlan 1 in switch2.
switch1 config
int vlan 1 192.168.16.2 255.255.255.240
int vlan 2 192.168.32.2 255.255.255.240
fa0/1 is vlan 1
fa0/2 is vlan 2
fa0/24 is the trunk running dot1q to the router
router1 config
sub int fa0/0.1 dot1q 1
ip address 192.168.16.1 255.255.255.240
sub int fa0/0.2 dot1q 2
ip address 192.168.32.1 255.255.255.240
My question is what IP address do I assign on router2 sub interface and the switch interfaces?
Any help would be greatly appreciated.
Thank you.