Ccna Day3 Ip Services Lab

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

1.

DHCP:
=========
LAB-1: (Local DHCP Pool)
-----
ip dhcp pool DHCP-UK
network 1.1.1.0 255.255.255.0
default-router 1.1.1.254
dns-server 2.2.2.100

ip dhcp excluded-address 1.1.1.250 1.1.1.254

LAB-2: (Remote DHCP Pool)


-----
int gi 0/2
ip helper-address 2.2.2.1--

NOTE: After removing the router DHCP configs

Verification:
------------

- the PCs @ London LAN should grab an IP Address dynamically

Decommission/Rollback Configs:
----------------------------

no ip dhcp pool DHCP-UK

=========================================

2. TFTP:
-------
1. For Configs Backup:
---------------------
copy run start
copy run tftp:
copy tftp: start

2. For Firmware Upgrade:


-----------------------
copy flash: tftp:
copy tftp: flash

boot system flash: name-of-the-ios-file; global config

write

reload

del old-ios-file

reload

-----------------------

USEFUL SHOW COMMANDS:


----------------------
sh flash
dir

Useful Show Commands:


---------------------
sh ip dhcp binding

sh ip dhcp conflict

=========================================

3. SYSLOG:
----------

logging 2.2.2.100
logging buffered 10000

no logging console ; to get rid of the console logging messages (enabled by


default)

logging trap warning

-----------------------

USEFUL SHOW COMMANDS:


----------------------

sh logging

===========================================

4. SNMP:
----------

You might also like