Hello guys, I have a very simple vlan, but I am having trouble configure the switch to make my PC 1 ping my PC 2. Below is the network diagram and simple configuration.
http://www.geocities.com/walaboom/vlan.JPG
configuration on router -
interface e 0.1
ip address 10.1.1.1 255.255.255.0
encapsulation isl 1
interface e 0.2
ip address 10.1.2.1 255.255.255.0
encapsulation isl 2
(Do I need any other configuration on the router?)
PC configuration -
PC 1 ip address 10.1.1.2
PC 2 ip address 10.1.2.2
Switch configuration - (the part that troubles me the most)
vlan database
vlan 2 name tony
conf term
int fa 0/2
switchport mode access
switchport access vlan
exit
pretty much what I did was just create vlan 2 and add fa 0/2 under vlan 2
I know i need some other configuration, but I am not sure what else I will need.
Do i need to set vtp mode on fa 0/12 ?
also, Do i need to set ip address on vlan 1 interface and vlan 2 interface?
I tried to set the IP address on both interfaces, however it will let me set the IP for vlan 1, but it will not let me set the IP for vlan 2, when I run "show running-config" the ip i set for vlan 1 is there, but not vlan 2.
Also when I run show ip interface brief, vlan 2 will not come up, is this normal?
I am using Boson NetSim for this simulation, I have been trying to make this work for the past 3 hours and have no luck, can some expert please tell me what kind configuration I need on switch please... thanks in advance.
[/url]