Urgent Help please !
Manglian
Member Posts: 58 ■■□□□□□□□□
in CCNA & CCENT
Hi there
Topic Router-on-Stick
I have tried simulation (Boson Netsim ver 6 ) and design router on stick as given in sybex Sixth edition. From Boson network designer I picked up router 2621 and switch 2950 as there are limited option.
Router 2621
R#conf t
R(config)#int fa0/0
R(config-if)#no ip address
R(config_if)#no shut
R(config-if)#int fa0/0.1
R(config-subif)#encapsulation dot1q 1
R(config-subif)#ip address 192.168.10.129 255.255.255.240
R(config-subif)#int f0/0.2
R(config-subif)#encapsulation dot1q 2
R(config-subif)#ip address 192.168.10.46 255.255.255.240
switch 2950
Switch(config)#int f0/1
Switch(config-if)#switchport mode trunk
Switch(config)#int f0/2
Switch(config-if)#switchport access vlan 1
Switch(config-if)#int f0/3
Switch(config-if)#switchport access vlan 2
Host PC 1ip address 192.168.10.142
Mask 255.255.255.240
Default Gateway 192.168.10.129
Host PC 2 ip address 192.168.10.17
Mask 255.255.255.240
Default Gateway 192.168.10.46
At switch using command sh vlan br there are vlan 1 and vlan 2 in active and
sh int trunk mode on and dot1q etc
Problem
I can ping PC 1 to its default gateway and to pc 2's default gateway but cant ping both PC 1 and PC2 each other .It is really frustrating me i have tried so many time but problem is same.
Please point out my mistake.
Topic Router-on-Stick
I have tried simulation (Boson Netsim ver 6 ) and design router on stick as given in sybex Sixth edition. From Boson network designer I picked up router 2621 and switch 2950 as there are limited option.
Router 2621
R#conf t
R(config)#int fa0/0
R(config-if)#no ip address
R(config_if)#no shut
R(config-if)#int fa0/0.1
R(config-subif)#encapsulation dot1q 1
R(config-subif)#ip address 192.168.10.129 255.255.255.240
R(config-subif)#int f0/0.2
R(config-subif)#encapsulation dot1q 2
R(config-subif)#ip address 192.168.10.46 255.255.255.240
switch 2950
Switch(config)#int f0/1
Switch(config-if)#switchport mode trunk
Switch(config)#int f0/2
Switch(config-if)#switchport access vlan 1
Switch(config-if)#int f0/3
Switch(config-if)#switchport access vlan 2
Host PC 1ip address 192.168.10.142
Mask 255.255.255.240
Default Gateway 192.168.10.129
Host PC 2 ip address 192.168.10.17
Mask 255.255.255.240
Default Gateway 192.168.10.46
At switch using command sh vlan br there are vlan 1 and vlan 2 in active and
sh int trunk mode on and dot1q etc
Problem
I can ping PC 1 to its default gateway and to pc 2's default gateway but cant ping both PC 1 and PC2 each other .It is really frustrating me i have tried so many time but problem is same.
Please point out my mistake.
Comments
-
Paul Boz Member Posts: 2,620 ■■■■■■■■□□Boson is pretty buggy. I recall having trunking problems when I used it to prepare for my CCNA.CCNP | CCIP | CCDP | CCNA, CCDA
CCNA Security | GSEC |GCFW | GCIH | GCIA
pbosworth@gmail.com
http://twitter.com/paul_bosworth
Blog: http://www.infosiege.net/ -
scheistermeister Member Posts: 748 ■□□□□□□□□□Manglian wrote:Host PC 2 ip address 192.168.10.17
Mask 255.255.255.240
Default Gateway 192.168.10.46
Default gateway and host aren't in the same subnet.Give a man fire and he'll be warm for a day. Set a man on fire and he'll be warm for the rest of his life. -
Manglian Member Posts: 58 ■■□□□□□□□□scheistermeister wrote:Manglian wrote:Host PC 2 ip address 192.168.10.17
Mask 255.255.255.240
Default Gateway 192.168.10.46
Default gateway and host aren't in the same subnet.
Oh dear ! Thanks very much so ip address for pc 2 is 192.168.10.33. My mistake perhaps i need a good sleep because its 4.17 early morning in London ! let me try and see if it works if it was the the only mistake.
Many thanks -
scheistermeister Member Posts: 748 ■□□□□□□□□□Nevermind, I am retarded, wrote it out then glanced at it wrong.Give a man fire and he'll be warm for a day. Set a man on fire and he'll be warm for the rest of his life.