Task :-
1)Give the Router a Hostname -"PUNE-01"
2)Verify System Clock and change to the current time.
3)Check IP related Information on all interfaces in brief.
4) Configure an interface with IP address 12.0.0.1/30, an description and unshut the interface.
5) Enter from Privilege mode to User mode and vice versa.
6)Check the current IOS version running on the Device.
7)Save the Configuration.
8)Check the running configuration & startup configuration on the Device.
9)Erase the nvram configuration i.e running configuration of the Device.
10)Reload the Device.
Router |
========================================================================
1) Give the device a Hostname -"PUNE-01"
Router#config
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#
Router(config)#hostname PUNE-01
PUNE-01(config)#
PUNE-01(config)#
PUNE-01(config)#^Z
2) Verify System Clock and change to the current time.
PUNE-01#sh clock
*0:14:57.249 UTC Mon Mar 1 1993
3) Check IP related Information on all interfaces in brief
PUNE-01#sh ip int brief
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0/0 unassigned YES unset administratively down down
GigabitEthernet0/0/1 unassigned YES unset administratively down down
Vlan1 unassigned YES unset administratively down down
PUNE-01#
4) Configure an interface with IP address 12.0.0.1/30, an description and unshut the interface.
PUNE-01#config
Configuring from terminal, memory, or network [terminal]?
Enter configuration commands, one per line. End with CNTL/Z.
PUNE-01(config)#int GigabitEthernet0/0/0
PUNE-01(config-if)#ip address 12.0.0.1 255.255.255.0
PUNE-01(config-if)#description Connection to Mumbai
PUNE-01(config-if)#no shut
PUNE-01(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0/0, changed state to up
PUNE-01(config-if)#^Z
PUNE-01#
%SYS-5-CONFIG_I: Configured from console by console.
5) Enter from Privilege mode to User mode and vice versa.
PUNE-01#disable
PUNE-01>enable
PUNE-01#
6)Check the current IOS version running on the Router
PUNE-01#show version
Cisco IOS XE Software, Version 03.16.05.S - Extended Support Release
Cisco IOS Software, ISR Software (X86_64_LINUX_IOSD-UNIVERSALK9-M), Version Version 15.5 (3)S5, RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2017 by Cisco Systems, Inc.
Compiled Thu 19-Jan-17 11:24 by mcpre
Cisco IOS-XE software, Copyright (c) 2005-2017 by cisco Systems, Inc.
All rights reserved. Certain components of Cisco IOS-XE software are
licensed under the GNU General Public License ("GPL") Version 2.0. The
software code licensed under GPL Version 2.0 is free software that comes
with ABSOLUTELY NO WARRANTY. You can redistribute and/or modify such
GPL code under the terms of GPL Version 2.0. For more details, see the
documentation or "License Notice" file accompanying the IOS-XE software,
or the applicable URL provided on the flyer accompanying the IOS-XE
software.
ROM: IOS-XE ROMMON
Router uptime is 44 minutes, 17 seconds
Uptime for this control processor is 44 minutes, 17 seconds
System returned to ROM by power-on
System image file is "bootflash:/isr4300-universalk9.03.16.05.S.155-3.S5-ext.SPA.bin"
Last reload reason: PowerOn
This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.
A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
Technology Package License Information:
------------------------------------------------------------------------
Technology Technology-package Technology-package
Current Type Next reboot
------------------------------------------------------------------------
appxk9 None None None
uck9 None None None
securityk9 securityk9 Permanent securityk9
ipbase ipbasek9 Permanent ipbasek9
security securityk9 Permanent securityk9
ipbase ipbasek9 Permanent ipbasek9
cisco ISR4321/K9 (1RU) processor with 1687137K/6147K bytes of memory.
Processor board ID FLM2041W2HD
2 Gigabit Ethernet interfaces
32768K bytes of non-volatile configuration memory.
4194304K bytes of physical memory.
3223551K bytes of flash memory at bootflash:.
Configuration register is 0x2102
7)Save the Configuration
PUNE-01#wr
Building configuration...
[OK]
8)Check the running configuration on the Device
PUNE-01#show running-config
Building configuration...
Current configuration : 564 bytes
!
version 15.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname PUNE-01
!
!
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
--More--
PUNE-01#sh startup-config
Using 564 bytes
!
version 15.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname PUNE-01
!
!
!
!
!
!
!
!
ip cef
no ipv6 cef
!
!
!
!
--More--
9)Erase the nvram configuration i.e running configuration of the Device.
PUNE-01#write erase
Erasing the nvram filesystem will remove all configuration files! Continue? [confirm]
[OK]
Erase of nvram: complete
%SYS-7-NV_BLOCK_INIT: Initialized the geometry of nvram
10)Reload the Device
PUNE-01#reload
System configuration has been modified. Save? [yes/no]:
% Please answer 'yes' or 'no'.
System configuration has been modified. Save? [yes/no]:yes
Building configuration...
[OK]
Proceed with reload? [confirm]
No comments:
Post a Comment