Date Period Name Performing an Initial Switch Configuration PC-A Switch Instruct
ID: 3883511 • Letter: D
Question
Explanation / Answer
1. We require a global configuration mode to configure a switch
switch# configure terminal // after this it comes to config mode as listed below
switch(config)#
2. We require Interface Configuration Mode to configure the ports.
Router(config-if)# interface type number // after this it will go to interface as listed below
Router(config-if)#
But if you want to configure it in more details then you need to use Subinterface Configuration Mode
From a bridging spanning-tree viewpoint, each subinterface is a separate bridge port, and a frame arriving on one subinterface can be sent out on another subinterface.
Router(config-if)# interface serial 2.1 // after this it will go to sub-interface as listed below
Router(config-subif)#
3. For initial configuration of router through terminal we use the rj45 port that we connect to the CPU so that we can use that CPU as terminal for the router. Then to frame the network we connect to the variuos ethernet ports available in the router, they are also said as Fast ethernet ports often.
4. The sh ver is the short form of show version it displays results like
For Example:
switch# show version
Cisco Nexus Operating System (NX-OS) Software
TAC support: http://www.cisco.com/tac
Copyright (c) 2002-2010, Cisco Systems, Inc. All rights reserved.
The copyrights to certain works contained herein are owned by
other third parties and are used and distributed under license.
Some parts of this software are covered under the GNU Public
License. A copy of the license is available at
http://www.gnu.org/licenses/gpl.html.
Software
BIOS: version 1.3.0
loader: version N/A
kickstart: version 5.0(2)N2(1) [build 5.0(2)N2(1)]
system: version 5.0(2)N2(1) [build 5.0(2)N2(1)]
power-seq: version v1.2
BIOS compile time: 09/08/09
kickstart image file is: bootflash:/sanity-kickstart
kickstart compile time: 12/6/2010 7:00:00 [12/06/2010 07:35:14]
system image file is: bootflash:/sanity-system
system compile time: 12/6/2010 7:00:00 [12/06/2010 08:56:45]
Hardware
cisco Nexus5010 Chassis ("20x10GE/Supervisor")
Intel(R) Celeron(R) M CPU with 2073416 kB of memory.
Processor Board ID JAF1228BTAS
Device name: CheggSwitch
bootflash: 1003520 kB
Kernel uptime is 0 day(s), 3 hour(s), 30 minute(s), 45 second(s)
Last reset
Reason: Unknown
System version:
Service:
plugin
Core Plugin, Ethernet Plugin, Fc Plugin
switch#
5. The sh flash is used to display the contents of Flash memory
For Example:
Router#show flash
24576K bytes of processor board System flash (Intel Strataflash)
Directory of flash:/
2 -rwx 18929780 Aug 29 2006 15:49:57 +00:00 c870-advipservicesk9-mz.124-15.T5.bin
3 -rwx 2181 Oct 4 2006 04:03:00 +00:00 mybackup-today
23482368 bytes total (4544512 bytes free)
difference between show flash command and show version command
- In both cases the size of processor board system flash (read/write) is
shown a bit different that is what I think.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.