Show command for 2960 in Packet Tracer
boxerboy1168
Member Posts: 395 ■■■□□□□□□□
in CCNA & CCENT
Currently watching the CBT Nuggets ICND1 videos and working packet tracer however I can't seem to figure out why there is no show command??
Does anyone know how to list the Ethernet interfaces in Packet Tracer?
I really don't want to wait to get an actual switch to lab I was hoping Packet Tracer would be enough for now.
Does anyone know how to list the Ethernet interfaces in Packet Tracer?
I really don't want to wait to get an actual switch to lab I was hoping Packet Tracer would be enough for now.
Currently enrolling into WGU's IT - Security Program. Working on LPIC (1,2,3) and CCNA (and S) as long term goals and preparing for the Security+ and A+ as short term goals.
Comments
-
rob42 Member Posts: 423It's the same command as it is with 'real' equipment. It's simply, show interfaces, or show interface fastEthernet 0/1 for that specific interface.No longer an active member
-
boxerboy1168 Member Posts: 395 ■■■□□□□□□□Hmmm.. weird... no show command for the 2960...Currently enrolling into WGU's IT - Security Program. Working on LPIC (1,2,3) and CCNA (and S) as long term goals and preparing for the Security+ and A+ as short term goals.
-
boxerboy1168 Member Posts: 395 ■■■□□□□□□□Version 7.
Checking for an updated version right now.Currently enrolling into WGU's IT - Security Program. Working on LPIC (1,2,3) and CCNA (and S) as long term goals and preparing for the Security+ and A+ as short term goals. -
rob42 Member Posts: 423Do you get a list like this, with the '?'
Switch>? Exec commands: connect Open a terminal connection disable Turn off privileged commands disconnect Disconnect an existing network connection enable Turn on privileged commands exit Exit from the EXEC logout Exit from the EXEC ping Send echo messages resume Resume an active network connection show Show running system information telnet Open a telnet connection terminal Set terminal line parameters traceroute Trace route to destination Switch>
No longer an active member -
DCD Member Posts: 475 ■■■■□□□□□□Are you in the correct mode? A screen shot of what you are trying to do would help.
Edit
Try "do show interface" -
boxerboy1168 Member Posts: 395 ■■■□□□□□□□Here is the output from ? after I #enable #conf t
Switch(config)#?Configure commands:
access-list Add an access list entry
banner Define a login banner
boot Boot Commands
cdp Global CDP configuration subcommands
clock Configure time-of-day clock
crypto Encryption module
do To run exec commands in config mode
enable Modify enable password parameters
end Exit from configure mode
exit Exit from configure mode
hostname Set system's network name
interface Select an interface to configure
ip Global IP configuration subcommands
line Configure a terminal line
lldp Global LLDP configuration subcommands
logging Modify message logging facilities
mac MAC configuration
mac-address-table Configure the MAC address table
mls mls global commands
monitor
no Negate a command or set its defaults
port-channel EtherChannel configuration
privilege Command privilege parameters
sdm Switch database management
service Modify use of network based services
snmp-server Modify SNMP engine parameters
spanning-tree Spanning Tree Subsystem
username Establish User Name Authentication
vlan Vlan commands
vtp Configure global VTP stateCurrently enrolling into WGU's IT - Security Program. Working on LPIC (1,2,3) and CCNA (and S) as long term goals and preparing for the Security+ and A+ as short term goals. -
boxerboy1168 Member Posts: 395 ■■■□□□□□□□this is what I am trying to get but the #show command doesn't exist in packet tracer
tried do show and it worked but.... way to much infoCurrently enrolling into WGU's IT - Security Program. Working on LPIC (1,2,3) and CCNA (and S) as long term goals and preparing for the Security+ and A+ as short term goals. -
rob42 Member Posts: 423There's your problem (DCD was right). You're in global configuration mode (A.K.A configuration mode). The 'show' command needs to be preceded by 'do', if used in global configuration mode.No longer an active member
-
boxerboy1168 Member Posts: 395 ■■■□□□□□□□Hmmmm ok thanks.Currently enrolling into WGU's IT - Security Program. Working on LPIC (1,2,3) and CCNA (and S) as long term goals and preparing for the Security+ and A+ as short term goals.
-
rob42 Member Posts: 423Like this...
Switch(config)#do show ip int br Interface IP-Address OK? Method Status Protocol FastEthernet0/1 unassigned YES manual down down FastEthernet0/2 unassigned YES manual down down FastEthernet0/3 unassigned YES manual down down FastEthernet0/4 unassigned YES manual down down FastEthernet0/5 unassigned YES manual down down FastEthernet0/6 unassigned YES manual down down FastEthernet0/7 unassigned YES manual down down FastEthernet0/8 unassigned YES manual down down FastEthernet0/9 unassigned YES manual down down FastEthernet0/10 unassigned YES manual down down FastEthernet0/11 unassigned YES manual down down FastEthernet0/12 unassigned YES manual down down FastEthernet0/13 unassigned YES manual down down FastEthernet0/14 unassigned YES manual down down FastEthernet0/15 unassigned YES manual down down FastEthernet0/16 unassigned YES manual down down FastEthernet0/17 unassigned YES manual down down FastEthernet0/18 unassigned YES manual down down FastEthernet0/19 unassigned YES manual down down FastEthernet0/20 unassigned YES manual down down FastEthernet0/21 unassigned YES manual down down FastEthernet0/22 unassigned YES manual down down FastEthernet0/23 unassigned YES manual down down FastEthernet0/24 unassigned YES manual down down GigabitEthernet0/1 unassigned YES manual down down GigabitEthernet0/2 unassigned YES manual down down Vlan1 unassigned YES manual administratively down down Switch(config)# Switch#
No longer an active member -
boxerboy1168 Member Posts: 395 ■■■□□□□□□□Ok, ok. Got the hang of it now thanks guys appreciate it!Currently enrolling into WGU's IT - Security Program. Working on LPIC (1,2,3) and CCNA (and S) as long term goals and preparing for the Security+ and A+ as short term goals.