gargamel100
Technical User
Hi all,
I need your help, really I do not know what I am doing wrong.
I use The Boson Netsim v.6 as tool while prepare my CCNA exam.
I connected network like
;;;;;;Router;;;;;
/e0
/
/
/ 0/1
;;;;;;switch;;;;;
0/2 / / 0/3
/ \
/ \
pc1 pc2
pc1 and pc2 are in different VLANs.
I want to test vlan trunking and I did like this:
On switch: created vlans: vlan database,vtp server, vtp domain TEST, vlan 10 , vlan 20,
int fa0/2
switchport access vlan 10
exit
int fa0/3
switchport access vlan 20
exit
int fa0/1
switchport mode trunk
switchport trunk encapsulation dot1q
exit
on router:
int e0, no ip address, no shut
exit
int e0/0.10
encapsulation dot1q 10
ip address 11.1.1.1 255.255.255.255.0
exit
int e0/0.20
encapsulation dot1q 20
ip address 12.1.1.1 255.255.255.0
exit
on pc1 and pc2:
pc1 : ipconfing /ip 11.1.1.2 255.255.255.0
ipconfing /dg 11.1.1.1
pc2: ipconfig /ip 12.1.1.2 255.255.255.0
ipconfing /dg 12.1.1.1
and I suppose after all this configuration I should be able to ping from pc1 to pc2 but I am not .
Please if someone can suggest me what I am doing wrong, I just want to test this issue.
Thank you in advance.
I need your help, really I do not know what I am doing wrong.
I use The Boson Netsim v.6 as tool while prepare my CCNA exam.
I connected network like
;;;;;;Router;;;;;
/e0
/
/
/ 0/1
;;;;;;switch;;;;;
0/2 / / 0/3
/ \
/ \
pc1 pc2
pc1 and pc2 are in different VLANs.
I want to test vlan trunking and I did like this:
On switch: created vlans: vlan database,vtp server, vtp domain TEST, vlan 10 , vlan 20,
int fa0/2
switchport access vlan 10
exit
int fa0/3
switchport access vlan 20
exit
int fa0/1
switchport mode trunk
switchport trunk encapsulation dot1q
exit
on router:
int e0, no ip address, no shut
exit
int e0/0.10
encapsulation dot1q 10
ip address 11.1.1.1 255.255.255.255.0
exit
int e0/0.20
encapsulation dot1q 20
ip address 12.1.1.1 255.255.255.0
exit
on pc1 and pc2:
pc1 : ipconfing /ip 11.1.1.2 255.255.255.0
ipconfing /dg 11.1.1.1
pc2: ipconfig /ip 12.1.1.2 255.255.255.0
ipconfing /dg 12.1.1.1
and I suppose after all this configuration I should be able to ping from pc1 to pc2 but I am not .
Please if someone can suggest me what I am doing wrong, I just want to test this issue.
Thank you in advance.