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