0% found this document useful (0 votes)
5 views4 pages

CN Assignment 03

cn assignment 2

Uploaded by

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

CN Assignment 03

cn assignment 2

Uploaded by

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

Assignment :03

CLI implementation in cisco packet


tracer
 CLI stand for command line interface.
Step 01:
 For this we connect two or more network with router
 We assign ip address to each device
Step 02:
 After assigning IP address we configure Router by commands
 Enable
 Configure terminal
 Interface gigbitethernet 0/0 for 1st network and 0/1 for 2nd
network
 Ip address 192.167.1.1 and subnet mask 255.255.255.0
 No shutdown
Step 03:
 After configuration we ping the devices and our message will
successfully transfer.
Routing information protocol
 In which we tell information to router about the network that is
connected to it.
Step 01:
 First we make two network then assign IP address to each device
Step 02:
 After assigning IP address we configure Router by commands
 Enable
 Configure
 Interface fastethernet 0/0 for 1st network and 0/0 for 2nd network
 Interface serial 2/0 for 1st and 2nd network.
Step 03:
 Then we enable RIP for 1st and second network with ip addresses
122.163.1.0,10.10.1.0 and 192.155.1.0
 Commands:
 Route rip
 Network 192.167.1.2
 Network 192.167.1.3
 Exit

Implementing EIGRP
 For implementing Eigrp we use same steps as we did in CLI
 For router configuration we use commands
 Enable
 Configure
 Interface fastethernet 0/0 for 1st network and 0/0 for 2nd network
 Interface serial 2/0 for 1st and 2nd network.

For EIGRP the commands are as:

 Configure terminal
 Router eigrp 10
 For 1st network
 Network 192.168.20.0 255.255.255.0
 Network 192.168.30.0 255.255.255.0
 For 2nd network
 Network 192.168.10.0 255.255.255.0
 Network 192.168.20.0 255.255.255.0
 Copy running-config startup-config

You might also like