0% found this document useful (0 votes)
306 views

Lab 1 Configuring Basic Routing and Switching

Cisco

Uploaded by

ratihwidyastuti
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
306 views

Lab 1 Configuring Basic Routing and Switching

Cisco

Uploaded by

ratihwidyastuti
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 12

CCNA Discovery Introducing Routing and Switching in the Enterprise

Lab 1. Configuring asic Routing and Switching

Device Designation Router1 Router" Switch (ost1 (ost"

Host Name / Interface R1 R" Switch1 (ost1 (ost"

IP Address Fa0/0 1!".1#$.1.1 1!".1#$.'.1

VLAN 1 IP Address

Subnet Mas "%%."%%."%%.& "%%."%%."%%.&

IP Address S0/0/0 1!".1#$.".1 1!".1#$."."

Subnet Mas "%%."%%."%%.& "%%."%%."%%.&

Defau!t "ate#a$

1!".1#$.1.% 1!".1#$.1.1& 1!".1#$.'.1&

"%%."%%."%%.& "%%."%%."%%.& "%%."%%."%%.&

1!".1#$.1.1 1!".1#$.1.1 1!".1#$.'.1

%b&ectives
Configure static routes. Configure a routing protoco) *RI+ v",. Configure a switch -anage-ent .LAN I+ address. /est and verify configurations.

'ac ground / Pre(aration


/his )ab reviews the pri-ary I0S co--ands used to -anage1 configure1 and -onitor devices in a -u)tirouter networ2. In this )ab1 you wi)) configure two routers using static routes and then using a routing protoco)3 configure a switch1 inc)uding access to -anage-ent functions3 and configure two hosts. 4ou wi)) -a2e and verify configuration changes on the switch. 4ou wi)) a)so verify networ2 configurations and connectivity. /he fo))owing resources are re5uired6 Cisco "!#& switch or other co-parab)e switch /wo 1$71 or other co-patib)e Cisco routers with 8ast Ethernet interfaces to connect to switch and host /wo 9indows:based +Cs1 at )east one with a ter-ina) e-u)ation prograAt )east one R;7%:to:D :! connector conso)e cab)e /wo straight:through Ethernet cab)es 0ne crossover Ethernet cab)e Access to the +C co--and pro-pt Access to +C networ2 /C+<I+ configuration
+age 1 of 1"

A)) contents are Copyright = 1!!">"&&? Cisco Syste-s1 Inc. A)) rights reserved. /his docu-ent is Cisco +ub)ic Infor-ation.

CCNA Discovery Introducing Routing and Switching in the Enterprise


0ne nu)) seria) DCE:D/E ..'% cab)e set

N%)*+ @o to the AErasing and Re)oading the SwitchB instructions at the end of this )ab. +erfor- those steps on the switch in this )ab assign-ent before continuing. N%)*+ @o to the AErasing and Re)oading the RouterB instructions at the end of this )ab. +erfor- those steps on a)) routers in this )ab assign-ent before continuing.

Ste( 1+ ,onnect P,1 to t-e s#itca. Connect +C1 to 8ast Ethernet switch port 8a&<1. Configure +C1 to use the I+ address1 -as21 and gateway as shown in the topo)ogy diagra-. b. Estab)ish a ter-ina) e-u)ation session to the switch fro- +C1.

Ste( .+ Perform an initia! configuration on t-e s#itca. Configure the hostna-e of the switch as Switch1. Switch>enable Switch#configure terminal Switch(config)#hostname Switch1 b. Set the privi)eged ECEC -ode password to cisco. Switch1(config)#enable password cisco c. Set the privi)eged ECEC -ode secret password to c!ass. Switch1(config)#enable secret class d. Configure the conso)e and virtua) ter-ina) )ines to use a password and re5uire it at )ogin. Switch1(config)#line console 0 Switch1(config-line)#password cisco Switch1(config-line)#login Switch1(config-line)#line vty 0 15 Switch1(config-line)#password cisco Switch1(config-line)#login Switch1(config-line)#end e. EDit fro- the conso)e session and )og in again. 9hich password was re5uiredE FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 9hich password is re5uired to access privi)ege ECEC -ode and whyE FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF

Ste( /+ ,onfigure t-e s#itc- management interface on VLAN 1


a. Enter the interface configuration -ode for .LAN 1. Switch1(config)#interface vlan 1 b. Set the I+ address1 subnet -as21 and defau)t gateway for the -anage-ent interface. Switch1(config-if)#ip address 192.168.1.5 255.255.255.0 Switch1(config-if)#no shutdown Switch1(config-if)#e it Switch1(config)#ip default!gateway 192.168.1.1
A)) contents are Copyright = 1!!">"&&? Cisco Syste-s1 Inc. A)) rights reserved. /his docu-ent is Cisco +ub)ic Infor-ation. +age " of 1"

CCNA Discovery Introducing Routing and Switching in the Enterprise


c. 9hy does interface .LAN1 re5uire an I+ address in this LANE FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF d. 9hat is the purpose of the defau)t gatewayE FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF

Ste( 0+ Verif$ configuration of t-e s#itca. .erify that the I+ address of the -anage-ent interface on the switch .LAN 1 and the I+ address of +C1 are on the sa-e )oca) networ2. Gse the show running!config co--and to chec2 the I+ address configuration of the switch. b. Save the configuration.

Ste( 1+ Perform basic configuration of router 21


a. Connect switch port 8a&<' to interface 8a&<& of router R1. b. Estab)ish a ter-ina) e-u)ation session to router R1 fro- +C1. c. Enter privi)eged ECEC -ode1 and then g)oba) configuration -ode. Router#configure terminal Enter configuration co--ands1 one per )ine. End with CN/L<H. Router(config)# d. Configure the router na-e as R1. Router(config)#hostname "1 e. Disab)e DNS )oo2up. R1(config)#no ip domain!loo#up 9hy wou)d DNS )oo2up be disab)ed in a )ab environ-entE FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF f. Configure the ECEC -ode password. R1(config)#enable secret class 9hy is it not necessary to use the enable password password co--andE FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF g. Configure a -essage:of:the:day banner using the banner motd co--and. N%)*6 9hen you use the banner -otd co--and1 you -ust issue a de)i-ited character1 a character to )et the router 2now is the beginning *or ending, part of the -essage. EDa-p)es of de)i-iting characters inc)ude I1 J1 K1 or L. 0nce you enter the beginning de)i-ited character1 you press Enter and type the )ines you want to appear when so-eone accesses a networ2 device. +ress Enter after each )ine. 9hen finished1 type the sa-e de)i-iting character. R1*config,Mbanner -otd I NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN AuthoriOed Gsers 0n)yP NNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN I

A)) contents are Copyright = 1!!">"&&? Cisco Syste-s1 Inc. A)) rights reserved. /his docu-ent is Cisco +ub)ic Infor-ation.

+age ' of 1"

CCNA Discovery Introducing Routing and Switching in the Enterprise


R1*config,M 9here does this banner disp)ayE FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF h. Configure the conso)e and virtua) ter-ina) )ines to use a password and re5uire it at )ogin. R1(config)#line console 0 R1(config-line)#password cisco R1(config-line)#login R1(config-line)#line vty 0 $ R1(config-line)#password cisco R1(config-line)#login R1(config-line)#end

Ste( 3+ ,onfigure interfaces and static routing on router 21


a. Configure the 8astEthernet &<& interface with the I+ address 1!".1#$.1.1<"7. R1(config)#interface fastethernet 0%0 R1(config-if)#ip address 192.168.1.1 255.255.255.0 R1(config-if)#no shutdown b. Configure the Seria) &<&<& interface with the I+ address 1!".1#$.".1<"7. Set the c)oc2 rate to #7&&&. R1(config-if)#interface serial 0%0%0 R1(config-if)#ip address 192.168.2.1 255.255.255.0 R1(config-if)#cloc# rate 6$000 R1(config-if)#no shutdown c. Return to g)oba) configuration -ode. d. Create a static route to enab)e R1 to reach the networ2 attached to the R" 8a&<& interface. Gse the neDt hop interface on R" as the path to this networ2. R1(config)#ip route 192.168.&.0 255.255.255.0 192.168.2.2 9hy is this static route the on)y one re5uiredE FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF e. Return to privi)eged ECEC -ode. f. Save the configuration. g. Shut down R1.

Ste( 4+ ,onnect P,. to router 2.


a. Connect +C" to the 8astEthernet interface &<& of router R" and assign the I+ address1 subnet -as21 and defau)t gateway according to the )ab I+ address tab)e. 9hat 2ind of cab)e is re5uired to connect a host direct)y to a router Ethernet portE FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF b. Estab)ish a ter-ina) e-u)ation session with router R" fro- +C".

Ste( 5+ Perform basic configuration of router 2.


a. Repeat Step %1 a through h1 -a2ing the hostna-e R". b. Configure the Seria) &<&<& interface with the I+ address 1!".1#$."."<"7. R2(config)#interface serial 0%0%0
A)) contents are Copyright = 1!!">"&&? Cisco Syste-s1 Inc. A)) rights reserved. /his docu-ent is Cisco +ub)ic Infor-ation. +age 7 of 1"

CCNA Discovery Introducing Routing and Switching in the Enterprise


R2(config-if)#ip address 192.168.2.2 255.255.255.0 R2(config-if)#no shutdown c. Configure the 8astEthernet &<& interface with the I+ address 1!".1#$.'.1<"7. R2(config-if)#interface fastethernet 0%0 R2(config-if)#ip address 192.168.&.1 255.255.255.0 R2(config-if)#no shutdown d. Create a static route to enab)e R" to reach the networ2 attached to the R1 8a&<& interface. Gse the neDt hop interface on R1 as the path to this networ2. R2(config)#ip route 192.168.1.0 255.255.255.0 192.168.2.1 e. Return to privi)eged ECEC -ode. f. Save the configuration. g. Shut down R".

Ste( 6+ ,onnect t-e internet#or


a. Connect R1 and R" using a seria) cab)e between their configured seria) interfaces. b. .erify that the seria) DCE cab)e is connected to R1 and that the seria) D/E cab)e is connected to R". c. Start up both routers1 and )og in.

Ste( 10+ Verif$ and test t-e configurations


a. /o verify that +C1 and Switch1 are correct)y configured1 ping the switch I+ address fro- +C1. b. /o verify that Switch1 and R1 are correct)y configured1 ping the router 8a&<& interface *defau)t gateway, I+ address fro- the Switch1 CLI. c. /o verify that +C" and R" are correct)y configured1 ping the router 8a&<& interface fro- +C". 9ere the pings successfu)E FFFFFFFFF If the ping is not successfu)1 verify the connections and configurations again. Chec2 to ensure that a)) cab)es are correct and that connections are seated. Chec2 the host1 switch1 and router configurations. d. .erify that the routing tab)es have routes to a)) configured networ2s by using the show ip route co--and. 9hat does the ASB indicateE FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF e. .erify the router interface configurations using the show ip interface brief co--and. 9hat shou)d the output indicate for correct)y configured1 active interfacesE FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 9hat shou)d the output indicate for any interface that has not been configuredE FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF f. .iew devices fro- R1Qs ter-ina) session using the show cdp neighbors co--and. If an additiona) switch is added between +C" and R"1 wou)d that switch appear in this co--and outputE FFFFFF 9hy or why notE FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF

Ste( 11+ 2emove Static 2oute and configure a routing (rotoco! on router 21
a. Re-ove the static route to 1!".1#$.'.&.

A)) contents are Copyright = 1!!">"&&? Cisco Syste-s1 Inc. A)) rights reserved. /his docu-ent is Cisco +ub)ic Infor-ation.

+age % of 1"

CCNA Discovery Introducing Routing and Switching in the Enterprise


R1(config)#no ip route 192.168.&.0 255.255.255.0 192.168.2.2 b. Enab)e RI+ v" routing and advertise the participating networ2s. R1(config)#router rip R1(config-router)#version 2 R1(config-router)#networ# 192.168.1.0 R1(config-router)#networ# 192.168.2.0 c. Return to privi)eged ECEC -ode. d. Save the configuration.

Ste( 1.+ 2emove Static 2oute and configure a routing (rotoco! on router 2.
a. Re-ove the static route to 1!".1#$.1.&. R2(config)#no ip route 192.168.1.0 255.255.255.0 192.168.2.1 b. Enab)e RI+ v" routing and advertise the participating networ2s. R2(config)#router rip R2(config-router)#version 2 R2(config-router)#networ# 192.168.2.0 R2(config-router)#networ# 192.168.&.0 c. Return to privi)eged ECEC -ode. d. Save the configuration.

Ste( 1/+ Verif$ and test t-e configurations


a. /o verify that +C1 and Switch1 are correct)y configured1 ping the switch I+ address fro- +C1. b. /o verify that Switch1 and R1 are correct)y configured1 ping the router 8a&<& interface *defau)t gateway, I+ address fro- the Switch1 CLI. c. /o verify that +C" and R" are correct)y configured1 ping the router 8a&<& interface fro- +C". 9ere the pings successfu)E FFFFFFFFF If the ping is not successfu)1 verify the connections and configurations again. Chec2 to ensure that a)) cab)es are correct and that connections are seated. Chec2 the host1 switch1 and router configurations. d. .erify that the routing tab)es have routes to a)) configured networ2s by using the show ip route co--and. R"Qs routing tab)e shou)d disp)ay6

9hat does the ARB indicateE


A)) contents are Copyright = 1!!">"&&? Cisco Syste-s1 Inc. A)) rights reserved. /his docu-ent is Cisco +ub)ic Infor-ation. +age # of 1"

CCNA Discovery Introducing Routing and Switching in the Enterprise


FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF 0n R11 which route wou)d be disp)ayed with an ARBE FFFFFFFFFFFFFFFFFFFFFFF e. .erify the router interface configurations using the show ip interface brief co--and. f. .iew devices fro- R1Qs ter-ina) session using the show cdp neighbors co--and.

Ste( 10+ 7se t-e s#itc- management interface


a. 0pen a co--and pro-pt on +C11 and enter the telnet co--and fo))owed by the I+ address assigned to -anage-ent interface .LAN 1. b. Enter the vty password configured in Step " to gain access to the switch . c. At the switch pro-pt1 issue the show version co--and. Switch1>show version d. 9hat is the Cisco I0S version of this switchE FFFFFFFFFFFFFFFFFFF e. Deter-ine which RAC addresses the switch has )earned by using the show mac!address!table co--and at the privi)eged ECEC -ode pro-pt. Switch1#show mac!address!table (ow can you deter-ine the RAC address be)onging to +C1E FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF At a +C1 co--and pro-pt1 type ipconfig<a)). Does +C1Qs RAC address -atch one in the switch tab)eE FFFFFF f. /o a))ow the switch port 8astEthernet &<1 to accept on)y one device1 configure port security as fo))ows6 Switch1(config)#interface fastethernet 0%1 Switch1(config-if)#switchport mode access Switch1(config-if)#switchport port!security Switch1(config-if)#switchport port!security mac!address stic#y Switch1(config-if)#end

g. Chec2 the port security settings. Switch1#show port!security


Secure Port MaxSecureAddr urrentAddr Securit!"iolation Securit! Action ( ount) ( ount) ( ount) --------------------------------------------------------------------------#a$%1 1 1 $ Shutdown ---------------------------------------------------------------------------

If a host other than +C1 atte-pts to connect to 8a&<11 what wi)) happenE FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF It is so-eti-es necessary to set the speed and dup)eD of a port to ensure that it operates in a particu)ar -ode. 4ou can set the speed and dup)eD with the duple and speed co--ands whi)e in interface configuration -ode. /o force 8astEthernet port % to operate at ha)f dup)eD and 1& Rbps1 issue the fo))owing co--ands6 Switch>enable Switch#configure terminal Switch(config-if)#interface fastethernet 0%5 Switch(config-if)#speed 10
A)) contents are Copyright = 1!!">"&&? Cisco Syste-s1 Inc. A)) rights reserved. /his docu-ent is Cisco +ub)ic Infor-ation. +age ? of 1"

CCNA Discovery Introducing Routing and Switching in the Enterprise


Switch(config-if)#duple Switch(config-if)#end Switch# half

h. Issue the show interfaces co--and. 9hat is the dup)eD and speed setting for 8a&<% nowE FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF i. Enter 8uit at the switch co--and pro-pt to ter-inate the /e)net session.

Ste( 11+ 2ef!ection


a. Describe a situation in which you wou)d use virtua) ter-ina) access to -anage a switch1 as you did in Step 11. FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF b. 9hich sy-bo) is used to show a successfu) ping in the Cisco I0S softwareEFFFFFFFFFFF c. 9hich co--ands used in this )ab wou)d provide the best docu-entation for this networ2E FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF d. /his )ab gave you an opportunity to review and disp)ay your 2now)edge of configuration co--ands. If you were as2ed to state three ru)es for Abest practicesB in device configuration1 what wou)d they beE FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF e. Erase and re)oad a)) devices.

A)) contents are Copyright = 1!!">"&&? Cisco Syste-s1 Inc. A)) rights reserved. /his docu-ent is Cisco +ub)ic Infor-ation.

+age $ of 1"

CCNA Discovery Introducing Routing and Switching in the Enterprise

*rasing and 2e!oading t-e S#itc8or the -aSority of the )abs in CCNA Discovery1 it is necessary to start with an unconfigured switch. Gsing a switch with an eDisting configuration -ay produce unpredictab)e resu)ts. /he fo))owing instructions prepare the switch prior to perfor-ing the )ab so that previous configuration options do not interfere. Instructions are provided for the "!&& and "!%& series switches. a. Enter into privi)eged ECEC -ode by typing enab!e. If pro-pted for a password1 enter c!ass *if that does not wor21 as2 the instructor,. Switch>enable b. Re-ove the .LAN database infor-ation fi)e. Switch#delete flash'vlan.dat &elete filena'e ()lan.dat*+[Enter] &elete flash,)lan.dat+ (confir'* [Enter] If there was no .LAN fi)e1 this -essage is disp)ayed6 -.rror deleting flash,)lan.dat (/o such file or director!) c. Re-ove the switch startup configuration fi)e fro- N.RAR. Switch#erase startup!config /he responding )ine pro-pt is6 .rasing the n)ra' files!ste' will re'o)e all files0 +ress *nter to confir-. /he response shou)d be6 .rase of n)ra', co'1lete d. Chec2 that .LAN infor-ation was de)eted. .erify that the .LAN configuration was de)eted in Step b using the show vlan co--and. If previous .LAN configuration infor-ation *other than the defau)t -anage-ent .LAN 1, is sti)) present1 you -ust power cyc)e the switch *hardware restart, instead of issuing the reload co--and. /o power cyc)e the switch1 re-ove the power cord fro- the bac2 of the switch or unp)ug it1 and then p)ug it bac2 in. If the .LAN infor-ation was successfu))y de)eted in Step b1 go to Step e and restart the switch using the reload co--and. e. Restart the software using the reload co--and. N%)*+ /his step is not necessary if the switch was restarted using the power cyc)e -ethod. 1, At the privi)eged ECEC -ode1 enter the reload co--and6 Switch(config)#reload /he responding )ine pro-pt is6 S!ste' configuration has 2een 'odified. Sa)e+ (!es%no*, ", /ype n9 and then press *nter. /he responding )ine pro-pt is6 Proceed with reload+ (confir'* ()nter* /he first )ine of the response is6 Reload re3uested 2! console.
A)) contents are Copyright = 1!!">"&&? Cisco Syste-s1 Inc. A)) rights reserved. /his docu-ent is Cisco +ub)ic Infor-ation. +age ! of 1"

ontinue+ (confir'*

CCNA Discovery Introducing Routing and Switching in the Enterprise


After the switch has re)oaded1 the )ine pro-pt is6 4ould !ou li5e to enter the initial configuration dialog+ (!es%no*, ', /ype n9 and then press *nter. /he responding )ine pro-pt is6 Press R.67R/ to get started0 ()nter*

A)) contents are Copyright = 1!!">"&&? Cisco Syste-s1 Inc. A)) rights reserved. /his docu-ent is Cisco +ub)ic Infor-ation.

+age 1& of 1"

CCNA Discovery Introducing Routing and Switching in the Enterprise *rasing and 2e!oading t-e 2outer
a. Enter the privi)eged ECEC -ode by typing enab!e. Router>enable b. In privi)eged ECEC -ode1 enter the erase startup!config co--and. Router#erase startup!config /he responding )ine pro-pt is6 .rasing the n)ra' files!ste' will re'o)e all files0 (confir'* c. +ress *nter to confir-. /he response is6 .rase of n)ra', co'1lete d. In privi)eged ECEC -ode1 enter the reload co--and. Router(config)#reload /he responding )ine pro-pt is6 S!ste' configuration has 2een 'odified. Sa)e+ (!es%no*, e. /ype n and then press *nter. /he responding )ine pro-pt is6 Proceed with reload+ (confir'* f. +ress *nter to confir-. In the first )ine of the response is6 Reload re3uested 2! console. After the router has re)oaded the )ine pro-pt is6 4ould !ou li5e to enter the initial configuration dialog+ (!es%no*, g. /ype n and then press *nter. /he responding )ine pro-pt is6 Press R.67R/ to get started0 h. +ress *nter. /he router is ready for the assigned )ab to be perfor-ed. ontinue+

A)) contents are Copyright = 1!!">"&&? Cisco Syste-s1 Inc. A)) rights reserved. /his docu-ent is Cisco +ub)ic Infor-ation.

+age 11 of 1"

CCNA Discovery Introducing Routing and Switching in the Enterprise SDM 2outer 'asic I%S ,onfiguration to 'ring 7( SDM
If the startup:config is erased in an SDR router1 SDR wi)) no )onger co-e up by defau)t when the router is restarted. It wi)) be necessary to bui)d a basic config as fo))ows. 8urther detai)s regarding the setup and use of SDR are can be found in the SDR Tuic2 Start @uide6 http6<<www.cisco.co-<en<GS<products<sw<secursw<ps%'1$<productsF5uic2Fstart&!1$#a&&$&%11c$!.ht-)Mwp77?$$ a. Set the router 8a&<& I+ address. /his is the interface that a +C wi)) connect to using a browser to bring up SDR. /he +C I+ address shou)d be set to 1&.1&.1&." "%%."%%."%%."7$. N%)*+ An SDR router other than the 1$71 -ay re5uire connection to a different port to access SDR. Router(config)#interface +a0%0 Router(config-if)#ip address 10.10.10.1 255.255.255.2$8 Router(config-if)#no shutdown b. Enab)e the routerUs (//+<(//+S server1 using the fo))owing Cisco I0S co--ands6 Router(config)#ip http server Router(config)#ip http secure!server Router(config)#ip http authentication local c. Create a user account with privi)ege )eve) 1% *enab)e privi)eges,. Router(config)#username 8userna'e> privilege 15 password 0 81assword> Rep)ace 8userna'e> and 81assword> with the userna-e and password that you want to configure. d. Configure SS( and /e)net for )oca) )ogin and privi)ege )eve) 1%. Router(config)#line vty 0 $ Router(config-line)#privilege level 15 Router(config-line)#login local Router(config-line)#transport input telnet Router(config-line)#transport input telnet ssh Router(config-line)#e it

A)) contents are Copyright = 1!!">"&&? Cisco Syste-s1 Inc. A)) rights reserved. /his docu-ent is Cisco +ub)ic Infor-ation.

+age 1" of 1"

You might also like