Neewbie seeking help with a packet tracer set up

Networking, Wireless Routers (802.11 a/b/g/n/ac/ax WiFi), NAT, LAN configuration, equipment, cabling, hubs, switches, and general network discussion
Post Reply
RaySawyer
New Member
Posts: 1
Joined: Thu Aug 20, 2015 11:49 am

Neewbie seeking help with a packet tracer set up

Post by RaySawyer »

Hello everyone,

I am in school and entering the ground floor of routers and switches, I have a packet tracer assignment I just can't figure out.

I have 5 networks all sub-netted on different networks, I can ping any end device and any router. i cannot however ping or telnet to any of my switches from any other device not even devices in the same subnet.

I have spent 3 days on forums and going over the commands and still can not get it to work. any insight would be greatly appreciated. I didn't see where I could upload the pkt file but here is the running config from one of my switched.

hostname sawyer2
!
enable secret 5 $1$mERr$q.MA2tj.WFptzvbifq/1i.
enable password cisco
!
!
username sawyer1 privilege 1 password 0 cisco
!
!
spanning-tree mode pvst
!
interface FastEthernet0/1
switchport access vlan 2
switchport mode access
!
interface FastEthernet0/2
switchport access vlan 2
switchport mode access
!
interface FastEthernet0/3
switchport access vlan 2
switchport mode access
!
interface FastEthernet0/4
switchport access vlan 2
switchport mode access
!
interface FastEthernet0/5
switchport access vlan 3
switchport mode access
!
interface FastEthernet0/6
switchport access vlan 3
switchport mode access
!
interface FastEthernet0/7
switchport access vlan 3
switchport mode access
!
interface FastEthernet0/8
!
interface FastEthernet0/9
!
interface FastEthernet0/10
!
interface FastEthernet0/11
!
interface FastEthernet0/12
!
interface FastEthernet0/13
!
interface FastEthernet0/14
!
interface FastEthernet0/15
!
interface FastEthernet0/16
!
interface FastEthernet0/17
!
interface FastEthernet0/18
!
interface FastEthernet0/19
!
interface FastEthernet0/20
!
interface FastEthernet0/21
!
interface FastEthernet0/22
!
interface FastEthernet0/23
!
interface FastEthernet0/24
!
interface GigabitEthernet0/1
!
interface GigabitEthernet0/2
!
interface Vlan1
ip address 172.16.128.5 255.255.240.0
!
interface Vlan2
no ip address
!
interface Vlan3
ip address 172.16.128.2 255.255.240.0
!
ip default-gateway 172.16.128.1
!
!
!
!
line con 0
password cisco
login local
!
line vty 0 4
login
line vty 5 15
login
!
!
end
User avatar
Philip
SG VIP
Posts: 11764
Joined: Sat May 08, 1999 5:00 am
Location: Jacksonville, Florida

Post by Philip »

Are you connected to the proper Vlan so that your client can telnet to the proper IP ? (switch IP: 172.16.128.2, VLAN3 ports 5-6-7 on the switch it seems, I'd use client subnet mask 255.255.240.0)
Pings may or may not work, not all devices respond to icmp pings.
Post Reply