Help with PT please. feeling not too smart !!!

BrandonXBrandonX Member Posts: 43 ■■□□□□□□□□
Hello everyone,

Set-up basic configuration on a 2590-24 switch using Packet Tracer.

I am trying to telnet into the switch using PC2, but can not. The protocol status for VLAN 1 = down ---- not sure why.

Here's the running-conf:

Vlan1 192.168.1.5 YES manual up down

S1#show running-config
Building configuration...
Current configuration : 1687 bytes
!
version 12.1
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname S1
!
enable password cisco
!
!
!
interface FastEthernet0/1
duplex full
speed 100
cut
!
interface FastEthernet0/24
duplex full
speed 100
!
interface Vlan1
ip address 192.168.1.5 255.255.255.0
!
ip default-gateway 192.168.1.1
!
!
line con 0
password cisco
!
line vty 0 4
password remote
login
transport input telnet
line vty 5 15
password remote
login
transport input telnet
!
!
end
Currently working on:
1) Master in CyberSecurity at NU.edu
2) ICND1

2011 goals:
ICND2 ( End Feb 2011?)
MCITP:
70-680: (End of March 2011)
70-640: ????
70-642: ????
70-643: ????
70-647: ????
Resume:

BS ITM
Bachelor of Business Administration
Security+
Network+

Comments

  • BrandonXBrandonX Member Posts: 43 ■■□□□□□□□□
    Set-up is very basic:

    PC1 connect to the switch console port.

    PC2 connect to the switch fe 0/1 port using a straight-Through cable.
    Currently working on:
    1) Master in CyberSecurity at NU.edu
    2) ICND1

    2011 goals:
    ICND2 ( End Feb 2011?)
    MCITP:
    70-680: (End of March 2011)
    70-640: ????
    70-642: ????
    70-643: ????
    70-647: ????
    Resume:

    BS ITM
    Bachelor of Business Administration
    Security+
    Network+
  • VAHokie56VAHokie56 Member Posts: 783
    do a sh ip int brief on the switch . Is the f0/1 port up?
    .ιlι..ιlι.
    CISCO
    "A flute without holes, is not a flute. A donut without a hole, is a Danish" - Ty Webb
    Reading:NX-OS and Cisco Nexus Switching: Next-Generation Data Center Architectures
  • BrandonXBrandonX Member Posts: 43 ■■□□□□□□□□
    VAHokie56 wrote: »
    do a sh ip int brief on the switch . Is the f0/1 port up?

    S1#show ip int br
    Interface IP-Address OK? Method Status Protocol

    FastEthernet0/1 unassigned YES manual down down
    Currently working on:
    1) Master in CyberSecurity at NU.edu
    2) ICND1

    2011 goals:
    ICND2 ( End Feb 2011?)
    MCITP:
    70-680: (End of March 2011)
    70-640: ????
    70-642: ????
    70-643: ????
    70-647: ????
    Resume:

    BS ITM
    Bachelor of Business Administration
    Security+
    Network+
  • VAHokie56VAHokie56 Member Posts: 783
    the vlan is down because a host has not come up in it yet. Trouble shoot the connection between the host and the switch...I would maybe start by removing my hard coded speed & duplex and see where that takes you
    .ιlι..ιlι.
    CISCO
    "A flute without holes, is not a flute. A donut without a hole, is a Danish" - Ty Webb
    Reading:NX-OS and Cisco Nexus Switching: Next-Generation Data Center Architectures
  • BrandonXBrandonX Member Posts: 43 ■■□□□□□□□□
    Thank you ... That help a lot. The speed setting couldn’t be match with from the PC2 within PT. At lease I don’t know how.
    Currently working on:
    1) Master in CyberSecurity at NU.edu
    2) ICND1

    2011 goals:
    ICND2 ( End Feb 2011?)
    MCITP:
    70-680: (End of March 2011)
    70-640: ????
    70-642: ????
    70-643: ????
    70-647: ????
    Resume:

    BS ITM
    Bachelor of Business Administration
    Security+
    Network+
Sign In or Register to comment.