0% found this document useful (0 votes)
14 views20 pages

Lab 01

The document outlines a lab assignment for a Master's course in Internetworking, detailing configurations and commands for Cisco, Juniper, and Alcatel routers. It includes network diagrams, command outputs, and instructions for password recovery and configuration erasure. The assignment is graded with a score of 97 out of 100, indicating a high level of completion and understanding of the material.

Uploaded by

Engr Atiq
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views20 pages

Lab 01

The document outlines a lab assignment for a Master's course in Internetworking, detailing configurations and commands for Cisco, Juniper, and Alcatel routers. It includes network diagrams, command outputs, and instructions for password recovery and configuration erasure. The assignment is graded with a score of 97 out of 100, indicating a high level of completion and understanding of the material.

Uploaded by

Engr Atiq
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 20

MINT 708 – INTERNET LABORATORY – FALL 2024

MASTER OF SCIENCE - INTERNETWORKING

DEVICE ACCESS AND BASIC


CONFIGURATIONS
(LAB-ASSIGNMENT-01)

97 / 100

Md Atiqul Islam
Student ID:1500962
7.1 Network diagram with IP addresses assigned interfaces to relevant Routers.

Network Diagram with relevant Interfaces:

1
7.2 Issue the following commands and copy the configurations from the following devices in
plain text, and put the configured text in bold.

a. Cisco Router: show running configuration Page-2


mdatiqul_CiscoRouter#show running-config
Building configuration...
Current configuration : 1991 bytes
Last configuration change at 18:50:55 UTC Sun Sep 22 2024
!
service password-encryption
!
hostname mdatiqul_CiscoRouter
!
aqm-register-fnf
!
security passwords min-length 10 Password encryption is missing -1
logging buffered 128000 informational
enable secret 4 AUgZgHVHOw8A28bJohsAGPp/IKotxieRWhJTwAXs8ms
!
no aaa new-model
memory-size iomem 10
ip domain name mint.com
ip cef
ipv6 cef
!
interface GigabitEthernet0/0 Description is missing
ip address 192.168.23.1 255.255.255.0
ipv6 address 2001:2023::1/64
no shutdown
!
mgcp behavior rsip-range tgcp-only
Lines Deleted
!
banner motd ^CNO UNATHORIZED ENTRY!^C
!
line con 0
transport output lat pad telnet rlogin lapb-ta mop udptn v120 ssh
stopbits 1
line vty 0
exec-timeout 15 0
password 7 0012071F145A1815182E5E4A5B495744
login
!
Telnet / ssh command is missing
End

2
b. Juniper Router: show configuration Pages 3-4

root@mdatiqul_juniper# run show configuration


## Last commit: 2024-09-22 13:01:07 UTC by root
version 12.1X44-D35.5;
system {
-0.5
host-name mdatiqul_juniper;
root-authentication {
encrypted-password "$1$Hzi2JuhB$IDuUxyCKF4mC62L33OxQN/"; ## SECRET-DATA
} Time/Zone command is missing
services {
ssh;
telnet;
xnm-clear-text;
web-management {
http {
interface vlan.0;
}
https {
system-generated-certificate;
interface vlan.0
}
dhcp {
router {
192.168.1.1;
}
pool 192.168.1.0/24 {
address-range low 192.168.1.2 high 192.168.1.254;
}
propagate-settings ge-0/0/0.0;
}

syslog {
archive size 100k files 3;
user * {
any warning;
} Logging level for console is missing - 0.5
file messages {
any emergency;
authorization info;
}
file interactive-commands {
interactive-commands error;
}
interfaces {
ge-0/0/0 {
unit 0 {
family inet { Description is missing
address 192.168.23.2/24;
}
family inet6 {
address 2001:2023::2/64;
}

3
LINES DELETED
}

{
family inet {
address 192.168.1.1/24;
}
protocols {
stp;
}

security {
forwarding-options {
family {
inet6 {
mode packet-based;
}
mpls {
mode packet-based;
}
interfaces {
ge-0/0/0.0 {
host-inbound-traffic {
system-services {
dhcp;
tftp
Lines Deleted
}

4
Alcatel Router: admin display-configuration Pages 5-6
A:mdatiqul_alcatel# admin display-config
# Generated MON JAN 03 16:56:02 2000 UTC
# Built on Tue Nov 29 14:19:06 EST 2016 by builder in /rel8.0/b1/R2/panos/main
configure
#--------------------------------------------------
echo "System Configuration"
#--------------------------------------------------
system
name "mdatiqul_alcatel"
dns
exit
Lines Deleted
exit
#--------------------------------------------------
echo "System Security Configuration"
#--------------------------------------------------
system
exit
#--------------------------------------------------
echo "Log Configuration"
#--------------------------------------------------
log
exit
#--------------------------------------------------
echo "System Security Cpm Hw Filters and PKI Configuration"
#--------------------------------------------------
system
security
exit
#--------------------------------------------------
echo "Card Configuration"
#--------------------------------------------------
card 1
card-type iom-sar
mda 1
mda-type i7-1gb
no shutdown
exit
no shutdown
exit
#--------------------------------------------------
echo "Port Configuration"
#--------------------------------------------------
port 1/1/1
ethernet
mode network
exit
no shutdown
exit

port 1/1/2
shutdown
Lines Deleted

5
exit
#--------------------------------------------------
echo "Router (Network Side) Configuration"
#--------------------------------------------------
router
interface "system"
no shutdown
exit
Description is missing
interface "to-switch"
address 192.168.23.3/24
port 1/1/1
ipv6
address 2001:2023::3/64
exit
no shutdown
exit
Lines Deleted
exit all

7.3 IP Interface Brief from Cisco Switch


Interface ge 0/1 connected to Alcatel Router

Interface ge 0/2 connected to Juniper Router

Interface ge 0/7 connected to Cisco Router

-1

All unused ports were supposed to be disabled

6
7.4 Relevant commands and Outputs from Cisco Router
a. show logging and highlight the buffersize 128000 as per assignment

b. show version and highlighted the model name, software version and the system uptime

7
c. Show processes cpu sorted 1min and highlighted the CPU utilization

7.5 Issue the following commands from Juniper Router and capture outputs.

a. Shows ecurity flow status and highlighted forwarding mode of Inet and Inet6

b. show version and highlighted the model name and operating system name

8
c. Show chassis routing engine and highlighted the CPU User utilization and the last
reboot reason

d. Show configuration system syslog to display the added system logging

Logging level for console is missing

7.6 Issue the following commands from Alcatel Router and capture outputs.
a. Result from Show card and show mda

9
a. Result from Show port

b. show log log-id and highlighted the Logged number for Log ID 99 and 100

10
c. show log log-id 99 and briefly explain the difference between this and the command
above

Exlannation regarding log-id comands:

The Command “show log log-id” is used to display the assigned availavle log-id (99, 100)
and their number of logged alert/warning for each id.

The Command “show log log-id 99” is very sepecic for log id 99 only and it display all
alert/warning under log id 99.

Log id 99: it indicates alerts are related to configuration, user login and adminstritive action.

Log id 100: it includes error message related to network performence

11
d. show system cpu sample-period 2 and highlighted the usage and idle percentage of the
CPU utilization

12
e. show system information and highlighted the model name,system up time and BOF
source

13
7.7 Issue both IPv4 and IPv6 ping commands from the following devices, and capture
outputs.
a. Juniper Router to Cisco Router and Alcatel Router

IPv4 Ping of Juniper Router to Cisco Router at below:

Ipv6 Ping of Juniper Router to Cisco Router at below:

14
Ping of Juniper Router to Alcatel Router Ipv4 at below:

Ipv6 Ping of Juniper Router to Alcatel Router at below:

b. Cisco Router to Juniper Router and Alcatel Router

Ipv4 & Ipv6 Ping of Cisco Router to Juniper Router at below:

15
Ipv4 & Ipv6 Ping of Cisco Router to Alcatel Router at below:

c. Alcatel Router to Juniper Router and Cisco Router

Ipv4 & Ipv6 Ping for Alcatel Router to Juniper Router at below:

Ipv4 & Ipv6 Ping for Alcatel Router to Cisco Router:

16
7.8 Capture the process of Password Recovery Procedure on Cisco Router and highlight
the input commands.
Cisco Router Password Recovery process with comands:

17
7.9 Capture the process of Password Recovery Procedure on Juniper Router and
highlight the input commands.

Juniper Router Password Recovery process with comands:

18
7.10 Capture the process of erasing the entire configuration from Cisco Router, Juniper
Router and Alcatel Router (Please finish this step after you have finished all the steps
above).

Erase of Configuration from Cisco Router

Erase of Configuration from Juniper Router:

Erase of Configuration from Alcatel Router:


Delete command is missing

The End.

19

You might also like