07-11-2013 01:50 AM - edited 03-07-2019 02:20 PM
Hereby i attached my packet tracer of my disscussion.
i cant able to communicate or telnet between the layer2 switches from the respected vlan ports.
Pls help my need.
advance thanks for ur solution.
Solved! Go to Solution.
07-11-2013 03:32 AM
Chandhuru,
I made some changes and it working now.
Kindly configure the following and you should be able to ping and telnet to the switches between the layer 2 switches.
1- Remove the Vlan 1 configuration and configure vlan 10 and 20 respectively on the Core switch.
3560:
GigabitEthernet0/2 unassigned YES unset down down
Vlan1 192.168.1.1 YES manual up up
Vlan10 192.168.10.1 YES manual up up
Vlan20 192.168.20.1 YES manual up up
b- Switch 2960- A
Vlan10 192.168.10.2 YES manual up up
Switch#
c- Switch 2960 -B
Vlan10 192.168.20.2 YES manual up up
Switch#
Make sure the port is trunk and its negotiated.(Switchport mode trunk, Switchport trunk encapsulation dot1q,)
Telnet configuration:
Switch 1 & Switch 2
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#username cisco password cisco
Switch(config)#enab
Switch(config)#enable se
Switch(config)#enable secret cisco
Switch(config)#line vty 0 4
Switch(config-line)#lo
Switch(config-line)#logi
Switch(config-line)#login local
Switch(config-line)#pas
Switch(config-line)#password cisco
Switch(config-line)#end
Switch#
Switch#telnet 192.168.20.2
Trying 192.168.20.2 ...Open
User Access Verification
Username:cisco
Password:
Switch>en
Password:
Switch#exit
I just tested and its working fine now.
HTH
Regards
Inayath
******plz rate all usefull posts.**********
07-11-2013 03:32 AM
Chandhuru,
I made some changes and it working now.
Kindly configure the following and you should be able to ping and telnet to the switches between the layer 2 switches.
1- Remove the Vlan 1 configuration and configure vlan 10 and 20 respectively on the Core switch.
3560:
GigabitEthernet0/2 unassigned YES unset down down
Vlan1 192.168.1.1 YES manual up up
Vlan10 192.168.10.1 YES manual up up
Vlan20 192.168.20.1 YES manual up up
b- Switch 2960- A
Vlan10 192.168.10.2 YES manual up up
Switch#
c- Switch 2960 -B
Vlan10 192.168.20.2 YES manual up up
Switch#
Make sure the port is trunk and its negotiated.(Switchport mode trunk, Switchport trunk encapsulation dot1q,)
Telnet configuration:
Switch 1 & Switch 2
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#username cisco password cisco
Switch(config)#enab
Switch(config)#enable se
Switch(config)#enable secret cisco
Switch(config)#line vty 0 4
Switch(config-line)#lo
Switch(config-line)#logi
Switch(config-line)#login local
Switch(config-line)#pas
Switch(config-line)#password cisco
Switch(config-line)#end
Switch#
Switch#telnet 192.168.20.2
Trying 192.168.20.2 ...Open
User Access Verification
Username:cisco
Password:
Switch>en
Password:
Switch#exit
I just tested and its working fine now.
HTH
Regards
Inayath
******plz rate all usefull posts.**********
07-11-2013 04:42 AM
Dear InayathUlla Sharieff:
Really thanks for ur needful reply.
I got the output.
Now its working fine. Hereby i attached PT also for ur clarification.
Once again real thanks from me.
with regards,
Chandhuru.M
07-11-2013 05:24 AM
You are welcome Chandhuru.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide