Options

Urgent Help please !

ManglianManglian Member Posts: 58 ■■□□□□□□□□
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.

Comments

Sign In or Register to comment.