Você está na página 1de 5

4-1

Firstly we need to upload our configs via TFTP to and from our network. For
this we need to be connected to the network and use the following ip:
172.26.26.174

conf t

int vlan 1

ip address dhcp

no shut

end

If done over the network:


conf t

int g0/0

ip add dhcp

no sh

end

mkdir flash:/TSHOOTv7.1

archive tar /xtract tftp://172.26.26.174/DLS1.tar flash:/TSHOOTv7.1

archive tar /xtract tftp://172.26.26.174/DLS2.tar flash:/TSHOOTv7.1


archive tar /xtract tftp://172.26.26.174/ALS1.tar flash:/TSHOOTv7.1

archive tar /xtract tftp://172.26.26.174/R1.tar flash:/TSHOOTv7.1

archive tar /xtract tftp://172.26.26.174/R2.tar flash:/TSHOOTv7.1

archive tar /xtract tftp://172.26.26.174/R3.tar flash:/TSHOOTv7.1

Step

2: Eras

e startup-

config from NVRAM, and

then

reset the SDM template

(NOT NEEDED

AFTER THE RESET.TCL)

ALS1#

erase startup-config

Erasing the nvram filesystem will remove all configuration files! Continue?
[confirm]

[OK]

Erase of nvram: complete

ALS1#

Sep 26 22:00:26.222: %SYS-7-NV_BLOCK_INIT: Initialized the geometry of


nvram
ALS1#

configure terminal

Enter configuration commands, one per line. End with CNTL/Z.

ALS1(config)#

sdm prefer lanbase-routing

ALS1(config)#

Sep 26 22:00:45.155: %PARSER-5-CFGLOG_LOGGEDCMD: User:console


logged command:sdm

prefer lanbase-routing

ALS1(config)# exit

ALS1#

Sep 26 22:00:48.393: %SYS-5-CONFIG_I: Configured from console by


console

ALS1#

show sdm prefer

The current template is "lanbase-routing" template.

The selected template optimizes the resources in

IN DLS: sdm prefer dual-ipv4-and-ipv6 routing

CCNPv7 TSHOOT
Step 6: Copy the specified lab device conf

iguration file from flash to running-

config.

Switch> enable

Switch# copy flash:/tshoot/BASE-ALS1-Cfg.txt


running-config
Destination filename [running-config]?

Note:

Although it is possible to copy the file to startup-

config and reload the device, the RSA keys for SSH

cannot be generated from the startup-config file

. The device configuration files loaded from flash contain

commands that remove any existing keys and create new keys.

It is also possible to cut-and-paste the configuration command sequences


comprising the device configuration files into global configuration mode.

Step 7: Copy the running config to the startup config.

Depending on theplatform/IOS combination, AUTOSAVE may automatically


save a copy of running-config to NVRAM for startup. AUTOSAVE does
notcopy the console line and vty line configurations from running-config to
startup-config. To ensure that the startup configuration is complete,
manually copy:
ALS1# copy running-config startup-config

Building configuration..

4-2

WE need to change the protocols of the spanning trees from


rstp/p2p to 802.1q

The main error was in EIGRP 1 routing. We had the no passive-


interface on EIGRP 1 on DLS1. command: router eigrp 1

Você também pode gostar