switching - packet tracer exericse lab help
fredmoogie
Member Posts: 80 ■■□□□□□□□□
in CCNA & CCENT
in case someone has packet tracer software and files, it is lab LSG03-0203.
i've done everything according to the exercises steps, but i'm only at 70% completion. so, i checked my results and here are some incorrect. see attached.
it says port status - incorrect. it's currently down, do they want me to make it go up. i issued no shut on those ports, but it does nothing.
please help.
here's my sh run:
Building configuration...
Current configuration : 1776 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname S1
!
enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1
!
no ip domain-lookup
!
!
interface FastEthernet0/1
switchport access vlan 99
switchport mode access
!
interface FastEthernet0/2
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
switchport access vlan 99
switchport mode access
switchport port-security
switchport port-security mac-address sticky
switchport port-security mac-address sticky 0060.5C91.AA22
!
interface FastEthernet0/6
shutdown
!
interface FastEthernet0/7
shutdown
!
interface FastEthernet0/8
shutdown
!
interface FastEthernet0/9
shutdown
!
interface FastEthernet0/10
shutdown
!
interface FastEthernet0/11
shutdown
!
interface FastEthernet0/12
shutdown
!
interface FastEthernet0/13
shutdown
!
interface FastEthernet0/14
shutdown
!
interface FastEthernet0/15
shutdown
!
interface FastEthernet0/16
shutdown
!
interface FastEthernet0/17
shutdown
!
interface FastEthernet0/18
shutdown
!
interface FastEthernet0/19
shutdown
!
interface FastEthernet0/20
shutdown
!
interface FastEthernet0/21
shutdown
!
interface FastEthernet0/22
shutdown
!
interface FastEthernet0/23
shutdown
!
interface FastEthernet0/24
!
interface GigabitEthernet1/1
shutdown
!
interface GigabitEthernet1/2
shutdown
!
interface Vlan1
no ip address
shutdown
!
interface Vlan99
ip address 10.1.1.11 255.255.255.0
!
ip default-gateway 10.1.1.1
!
banner motd ^CAuthorized Access Only^C
!
line con 0
password cisco
login
history size 25
!
line vty 0 4
password cisco
login
line vty 5 15
password cisco
login
!
mac-address-table static 00d0.d306.1401 vlan 99 interface FastEthernet0/1
!
end
i've done everything according to the exercises steps, but i'm only at 70% completion. so, i checked my results and here are some incorrect. see attached.
it says port status - incorrect. it's currently down, do they want me to make it go up. i issued no shut on those ports, but it does nothing.
please help.
here's my sh run:
Building configuration...
Current configuration : 1776 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname S1
!
enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1
!
no ip domain-lookup
!
!
interface FastEthernet0/1
switchport access vlan 99
switchport mode access
!
interface FastEthernet0/2
!
interface FastEthernet0/3
!
interface FastEthernet0/4
!
interface FastEthernet0/5
switchport access vlan 99
switchport mode access
switchport port-security
switchport port-security mac-address sticky
switchport port-security mac-address sticky 0060.5C91.AA22
!
interface FastEthernet0/6
shutdown
!
interface FastEthernet0/7
shutdown
!
interface FastEthernet0/8
shutdown
!
interface FastEthernet0/9
shutdown
!
interface FastEthernet0/10
shutdown
!
interface FastEthernet0/11
shutdown
!
interface FastEthernet0/12
shutdown
!
interface FastEthernet0/13
shutdown
!
interface FastEthernet0/14
shutdown
!
interface FastEthernet0/15
shutdown
!
interface FastEthernet0/16
shutdown
!
interface FastEthernet0/17
shutdown
!
interface FastEthernet0/18
shutdown
!
interface FastEthernet0/19
shutdown
!
interface FastEthernet0/20
shutdown
!
interface FastEthernet0/21
shutdown
!
interface FastEthernet0/22
shutdown
!
interface FastEthernet0/23
shutdown
!
interface FastEthernet0/24
!
interface GigabitEthernet1/1
shutdown
!
interface GigabitEthernet1/2
shutdown
!
interface Vlan1
no ip address
shutdown
!
interface Vlan99
ip address 10.1.1.11 255.255.255.0
!
ip default-gateway 10.1.1.1
!
banner motd ^CAuthorized Access Only^C
!
line con 0
password cisco
login
history size 25
!
line vty 0 4
password cisco
login
line vty 5 15
password cisco
login
!
mac-address-table static 00d0.d306.1401 vlan 99 interface FastEthernet0/1
!
end
Comments
-
ChickenNuggetz Member Posts: 284It looks to me that none of the interfaces are up and that the lab wants you to issue the "no shutdown" command in interface config mode to bring the port status to up.
Edit: Some of the labs I've done, the ports are defaulted to "shutdown," regardless if I've issued any such commands or not.:study: Currently Reading: Red Hat Certified Systems Administrator and Engineer by Ashgar Ghori
Certifications: CCENT; CCNA: R&S; Security+
Next up: RHCSA -
JDMurray Admin Posts: 13,093 AdminWhat does your show interfaces look like? If the line status down then the no shutdown command won't have any effect. If both the line status and protocol status are down, the cable is missing, the device on the other end is powered-off, or the interface on the other end is shutdown.
-
MosGuy Member Posts: 195I did the lab again & it works fine for me (100%). Step 5 says to "secure any unused ports". You should issue the shutdown command on ports 2-4, which puts them in administratively down state.---
XPS 15: i7-6700HQ, 256 pcie ssd, 32 GB RAM, 2 GB Nvidia GTX 960m, windows 10 Pro
Cert in progress: CCNA (2016 revision) -
thedude666 Member Posts: 69 ■■□□□□□□□□I was reading this thread... now I wonder where I can find these labs
I will do CCNA one of the coming days and a few extra exercises would be great. -
JDMurray Admin Posts: 13,093 AdminPacket Tracer is available on the Cisco Networking Academy, but you must be a student to be a member.
-
fredmoogie Member Posts: 80 ■■□□□□□□□□I did the lab again & it works fine for me (100%). Step 5 says to "secure any unused ports". You should issue the shutdown command on ports 2-4, which puts them in administratively down state.
thank you for your assistance. i must have missed it. -
fredmoogie Member Posts: 80 ■■□□□□□□□□also, another question guys.
in the IOS, packet tracer or real life gears, how do i "jump" to the beginning of a line or end of a line.
for example, let say the command is:
ip address 172.1.1.1 255.255.0.0.0
and i want to put "no" in front of it. instead of clicking of the back arrow key, is there a shortcut key that will send me to the front or end of the command line.
thanks. -
sizeon Member Posts: 321"ctrl + a" jumps to the beginning of a line.
"ctrl + e" jumps to end of the line.
"ctrl + u" deletes the entire line.