You are on page 1of 4

TFTP Configuration :

Make below diagram in Cisco Packet Tracer :

Open server – IP Configuration

IP Address : 192.168.1.2

Subnet Mask : 255.255.255.0

Default-Gateway : 192.168.1.1
Open services in tftp and show that all are files that by-default saved in tftp
server

Now open router and go to configuration mode and enter spanning-tree


command that given below:

Router(config)# spanning-tree portfast default


Than go to particular interface in router that connect with switch as shown in
diagram and set IP address and make sure interface is turn on

Router(config)# interface gigabitEthernet 0/0

Router(config-if)# ip address 192.168.1.1 255.255.255.0

Router(config-if)# no shutdown

Than return to the priviledge mode and copy all configuration in tftp server using
below command

Router# copy run tftp:

Address or name of remote host []? 192.168.1.2

You might also like