Acn-Practical Manual
Acn-Practical Manual
Acn-Practical Manual
22520
Practical Manual
2019-2020
Prepared By:-
Mr.Palwe R.M.,
Lecturer in Computer Engineering,
M.M.Polytechnic, Thergaon
CO5I Advanced Computer Network 2019-20
• PEO1: To prepare students for successful careers in Industry that meet the
needs of Indian and multinational companies.
• PEO2: To develop the ability among students to synthesize data and technical
concepts for application to product design.
• PEO3: To provide opportunity for students to work as part of teams on
multidisciplinary projects.
• PEO4: To prepare diploma Students to pursue higher education and research
• PEO5: 5 To promote students for life-long learning and make them aware of
professional ethics and codes of professional practice.
COURSE OUTCOMES
CO1: Implement network layer protocol
CO2: Configure IPv6 network
CO3: Choose routing protocol in given network situation
CO4: Implement different transport layer protocols
CO5: Configure various application layer protocols
CO5I Advanced Computer Network 2019-20
CERTIFICATE
Seal of
Instiitute
CO5I Advanced Computer Network 2019-20
INDEX
8 Configure DHCP
9 Configure DNS
Configure SMTP,POP3,IMAP
11
Configure MIME,SNMP
12
TOTAL
CO5I Advanced Computer Network 2019-20
Practical No.1
subnet Example:--
Consider class a ip address 10.0.0.0 the its default subnet mask is 255.0.0.0 which means we can
represent it by
10.0.0.0/8 the “/” factor indicates the CIDR value
If we decide to block some of the bits to minimize no of host in any given subnet then that technique is
called as variable length subnet masking (VLSM)
Let us see the example where we borrow some bits from host part and minimize the count to an extent
and create small independent N/W’s of big N/W .Or even we can say that we want 8 N/W out of 1 big
n/w then we will observer following N/W created with their VLSM 255.224.0.0 and no of hosts per
subnet 2 21=2097152 - 2=2097150
CO5I Advanced Computer Network 2019-20
Practical No.2
i) arp
This diagnostic command displays and modifies the IP-to-Ethernet or Token Ring physical address
translation tables used by the Address Resolution Protocol (ARP).
Syntax
Parameters
-a Displays current ARP entries by querying TCP/IP. If inet_addr is specified, only the IP and
physical addresses for the specified host are displayed.
-s Adds an entry in the ARP cache to associate the IP address inet_addr with the physical address
ether_addr. The physical address is given as 6 hexadecimal bytes separated by hyphens. The IP
address is specified using dotted decimal notation. The entry is static. It will not be automatically
removed from the cache after the timeout expires and will not exist after a reboot of your computer.
-N [if_addr] Displays the ARP entries for the network interface specified by if_addr. ether_addr
Specifies a physical address. if_addr Specifies, if present, the IP address of the interface whose
address translation table should be modified. If not present, the first applicable interface will be used.
inet_addr Specifies an IP address in dotted decimal notation.
CO5I Advanced Computer Network 2019-20
ii) hostname
This diagnostic command prints the name of the host on which the command is used.
Syntax
iii) ipconfig
This diagnostic command displays all current TCP/IP network configuration values. This command is
useful on computers running DHCP because it enables users to determine which TCP/IP configuration
values have been configured by DHCP. If you enter only ipconfig without parameters, the response is
a display of all of the current TCP/IP configuration values, including IP address, subnet mask, and
default gateway.
Syntax
all Produces a full display. Without this switch, ipconfig displays only the IP address, subnet mask,
and default gateway values for each network card.
renew [adapter] Renews DHCP configuration parameters. This option is available only on
computers running the DHCP Client service. To specify an adapter name, type the adapter name that
appears when you use ipconfig without parameters.
CO5I Advanced Computer Network 2019-20
release [adapter] Releases the current DHCP configuration. This option disables TCP/IP on the local
computer and is available only on DHCP clients. To specify an adapter name, type the adapter name
that appears when you use ipconfig without parameters.
CO5I Advanced Computer Network 2019-20
iv) netstat
This diagnostic command displays protocol statistics and current TCP/IP network connections.
Syntax
Parameters
-a Displays all connections and listening ports; server connections are usually not shown. -e Displays
Ethernet statistics. This can be combined with the -s option. -n Displays addresses and port numbers
in numerical form (rather than attempting name lookups). -s Displays per-protocol statistics. By
default, statistics are shown for TCP, UDP, ICMP, and IP; the -p option can be used to specify a
subset of the default.
Interval Redisplays selected statistics, pausing interval seconds between each display.
CO5I Advanced Computer Network 2019-20
CO5I Advanced Computer Network 2019-20
v) ping
Syntax
ping [-t] [-a] [-n count] [-l length] [-f] [-i ttl] [-v tos] [-r count] [-s
count] [[-j host-list] | [-k host-list]] [-w timeout] destination-list
Parameters
-n count sends the number of ECHO packets specified by count. The default is 4.
-l length Sends ECHO packets containing the amount of data specified by length. The default is 64
bytes; the maximum is 8192.
-f Sends a Do Not Fragment flag in the packet. The packet will not be fragmented by gateways on the
route.
CO5I Advanced Computer Network 2019-20
-ittl Sets the time to live field to the value specified by ttl.
-v tos Sets the type of service field to the value specified by tos.
-r count Records the route of the outgoing packet and the returning packet in the record route field. A
minimum of 1 to a maximum of 9 hosts must be specified by count.
-s count Specifies the timestamp for the number of hops specified by count.
-j host-list Routes packets via the list of hosts specified by host-list. Consecutive hosts can be
separated by intermediate gateways (loose source routed). The maximum number allowed by IP
is 9.
-k host-list Routes packets via the list of hosts specified by host-list. Consecutive hosts cannot be
separated by intermediate gateways (strict source routed). The maximum number allowed by IP is 9.
vi) route
Syntax
Parameters
-f Clears the routing tables of all gateway entries. If this parameter is used in conjunction with
one of the commands, the tables are cleared prior to running the command.
Comman Purpose
d
Print Prints a route
CO5I Advanced Computer Network 2019-20
Comman Purpose
d
Delete Deletes a route
MASK Specifies, if present, that the next parameter be interpreted as the netmask parameter.
netmask Specifies, if present, the subnet mask value to be associated with this route entry. If not
present, this parameter defaults to 255.255.255.255.
vii ) tracert
This diagnostic utility determines the route taken to a destination by sending Internet Control Message
Protocol (ICMP) echo packets with varying time-to-live (TTL) values to the destination. Each router
along the path is required to decrement the TTL on a packet by at least 1 before forwarding it, so the
TTL is effectively a hop count. When the TTL on a packet reaches 0, the router is supposed to send
back an ICMP Time Exceeded message to the source computer.
Tracert determines the route by sending the first echo packet with a TTL of 1 and incrementing the
TTL by 1 on each subsequent transmission until the target responds or the maximum TTL is
CO5I Advanced Computer Network 2019-20
reached. The route is determined by examining the ICMP Time Exceeded messages sent back by
intermediate routers. Notice that some routers silently drop packets with expired TTLs and will be
invisible to tracert.
Syntax
Parameters
-w timeout Waits the number of milliseconds specified by timeout for each reply.
Practical No.3
Configure IPv6
-------------------------------------------------------------------------------------------------------------
Cisco routers do not have IPv6 routing enabled by default. To configure IPv6 on a Cisco routers, you need
to do two things:
1. enable IPv6 routing on a Cisco router using the ipv6 unicast-routing global configuration command.
This command globally enables IPv6 and must be the first command executed on the router.
2. configure the IPv6 global unicast address on an interface using the ipv6 address address/prefix-length
[eui-64] command. If you omit omit the eui-64 parameter, you will need to configure the entire
address manually. After you enter this command, the link local address will be automatically derived.
1. the link local IPv6 address has been automatically configured. Link local IP addresses begin with
FE80::/10 and the interface ID is used for the rest of the address. Because the MAC address of the
interface is 00:01:42:65:3E01, the calculated address is FE80::201:42FF:FE65:3E01.
2. the global IPv6 address has been created using the modified EUI-64 method. Remember that IPv6
global addresses begin with 2000::/3. So in our case, the IPv6 global address
is 2001:BB9:AABB:1234:201:42FF:FE65:3E01.
CO5I Advanced Computer Network 2019-20
We will also create an IPv6 address on another router. This time we will enter the whole address:
R2(config-if)#ipv6 address 2001:0BB9:AABB:1234:1111:2222:3333:4444/64
Notice that the IPv6 address is in the same subnet as the one configured on R1
(2001:0BB9:AABB:1234/64). We can test the connectivity between the devices using ping for IPv6:
R1#ping ipv6 2001:0BB9:AABB:1234:1111:2222:3333:4444
Practical No.4
3.Static routes do not dynamically adapt to network changes, are not particularly scalable, and require
manual updating to reflect changes.
2. There is no overhead on the router CPU, which means you could possibly buy a cheaper
router than you would use if you were using dynamic routing.
3. It adds security because the administrator can choose to allow routing access to certain networks
only.
2. If a network is added to the internetwork, the administrator has to add a route to it on all routers—
by hand.
3. It’s not feasible in large networks because maintaining it would be a full-time job in itself.
4. With static routing, as your network grows, it can be difficult just keep adding static routes makes
sure everybody can still get everything.
5. The administrator must really understand the internetwork and how each router is
connected in order to configure routes correctly.
Putting three IP addresses, subnet mask and default gateway to three PCs.
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#host R1
R1(config)#int fa 0/1
R1(config-if)#ip address 172.16.0.1 255.255.0.0
R1(config-if)#no shut
R1(config-if)#int fa 1/0
R1(config-if)#ip address 192.168.0.1 255.255.255.0
R1(config-if)#no shut
R1(config)#int fa 0/0
R1(config-if)#ip address 100.0.0.1 255.255.255.252
R1(config-if)#no shut
R1(config-if)#exit
R1(config)#
Configure Router R1
CO5I Advanced Computer Network 2019-20
Configure Router R2
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#host R2
R2(config)#int fa 0/0
R2(config-if)#ip address 100.0.0.2 255.255.255.252
R2(config-if)#no shut
R2(config)#int fa 0/1
R2(config-if)#ip address 10.0.0.1 255.0.0.0
R2(config-if)#no shut
R2(config-if)#exit
R2(config)#
Go to config mode, type ip route command, the subnet number, followed bythe mask, and next hop ip
address.
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#ip route 10.0.0.0 255.0.0.0 100.0.0.2
R1(config)#^Z
R1#show ip route
Note a static route added to the routing table. The character S means static route. It
references 10.0.0.0 subnet and it says to get there via100.0.0.2. via means that the
next hop router’s IP address.
CO5I Advanced Computer Network 2019-20
PC>ping 10.0.0.2
PC>
However PC-1 can’t ping PC-3 right now, the ping fails.
R2#show ip route
The output confirms that R2 does not have route to reach subnet 172.16.0.2/16, 192.168.0.2/24 or PC-1, PC-2.
As a result, if PC-1 tries to ping PC-3 or PC-3 tries to ping PC-1 right now, the
ping will fail.
So, we have to add a routing protocol(in this case, static route) that points PC-3’s
subnet namely 10.0.0.0/8.
In this way we will tell R1 how to forward packet to 10.0.0.0/8 subnet.
The packet arrives at R2, R2 has a directly connected route PC-3’s subnet.
R2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#ip route 172.16.0.0 255.255.0.0 100.0.0.1
R2(config)#ip route 192.168.0.0 255.255.255.0 100.0.0.1
R2(config)#^Z
R2#
R2#show ip route
PC>ping 10.0.0.2
PC>
PC>ping 10.0.0.2
PC>
PC>
PC>ping 192.168.0.2
Pinging 192.168.0.2 with 32 bytes of data:
PC>
Practical No.5
Configure IP routing using RIP
-----------------------------------------------------------------------------------------------------------
For example, all routers are running RIP and network 10.0.0.0 goes down.
After hold timer expires, that network will be advertised by metric 16 and everyone will know that
the network is down and that network will be seen in routing table as possibly down.
4. Both RIPv1 and RIPv2 send routing updates or complete routing table or broadcast every 30 seconds. i.e. The
default routing update period for both version of RIP is 30 seconds. i.e. Both have the same timers.
5. Both RIPv1 and RIPv2 use split horizon to prevent routing loops.
7. network command tells both RIPv1 and RIPv2 to send hellos, out an interface, to find neighbors and to
advertise routes.
CO5I Advanced Computer Network 2019-20
R1(config-router)#network ?
A.B.C.D Network number
R1(config-router)#network 172.16.0.0 ?
<cr>
R1(config-router)#^Z
R1#
Router#show ip protocols
R 10.0.0.10[120/3] via 20.0.0.7, 00:00:15, Serial0/0
The first number in the brackets is the administrative distance of the information source.
The second number is the metric for the route.
In this case, the administrative distance is 120, default AD for RIP routes, and the 3 represents the metric,
which is the number of router hops in RIP.
Difference
1. RIPv1 used broadcast. RIPv2 used multicast(224.0.0.9).
2. RIPv1 is a classful.(Classful: all subnet mask must be the same in the network.) RIPv2 is a classless.
3. RIPv1 does not support VLSM. RIPv2 supports VLSM. subnet mask field was added to the RIPv2 message
header by RFC 1723 to add support for VLSM and CIDR.
5. RIP enabled interfaces send version 1(RIPv1) updates.Do not send version 2(RIPv2) updates.
RIP enabled interfaces receive any version(RIPv1 and RIPv2).
6. RIPv2 sends the subnet mask in updates and RIPv1 does not. i.e. Subnet mask information is included in
RIPv2 routing updates that is not included in RIPv1.
4. RIPv2 is classless routing protocol means that it sends subnet mask information when updates.
By sending the subnet mask information with the updates, RIPv2 can support Variable Length
Subnet Mask(VLSMs) as well as the summarization of network boundaries.
Putting three IP addresses, subnet mask and default gateway to three PCs.
CO5I Advanced Computer Network 2019-20
Configure Router R1
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#host R1
R1(config)#int fa 0/1
R1(config-if)#ip address 172.16.0.1 255.255.0.0
R1(config-if)#no shut
R1(config-if)#int fa 1/0
R1(config-if)#ip address 192.168.0.1 255.255.255.0
R1(config-if)#no shut
R1(config)#int fa 0/0
R1(config-if)#ip address 100.0.0.1 255.255.255.252
R1(config-if)#no shut
R1(config-if)#exit
R1(config)#
Configure Router R2
CO5I Advanced Computer Network 2019-20
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#host R2
R2(config)#int fa 0/0
Configure RIPv1 to router R1Here we put all three network those are connected to R1 router.
A numeric value is required for EIGRP, OSPF. With EIGRP, AS number, with OSPF, the process number,
but RIP, there is no number.
R1(config)#router rip
R1(config-router)#network ?
A.B.C.D Network number
R1(config-router)#network 172.16.0.0 ?
<cr>
R1(config-router)#network 172.16.0.0
R1(config-router)#network 192.168.0.0
R1(config-router)#network 100.0.0.0
R1(config-router)#^Z
R1#
R2(config)#router rip
R2(config-router)#network ?
A.B.C.D Network number
R2(config-router)#network 100.0.0.0
R2(config-router)#network 10.0.0.0
R2(config-router)#^Z
R2#
R1#show ip route
R2#show ip route
PC>
PC>
PC>
PC>ping 192.168.0.2
Pinging 192.168.0.2 with 32 bytes of data:
PC>
1. The command show ip route followed by the protocol will show that protocol's route from the
entire routing table.
2. The command show protocols is used to view the RIP routing protocol settings and configuration.
3. The command show ip rip database will display RIP routing updates or RIP routing information as they are
sent and received. But to see the updates in real time, we need command Debug not Show.
But don't do debug ip rip, don't do debug all. It may crash your router.Because all possible debugs will start
and consume router's whole processing and memory.
4. If The command Router(config-router)# version 2 is entered on the routers, only version 2 updates are sent
to 224.0.0.9.
5. If The command Router(config-router)# no version 2 is entered on the routers, version 1 and 2 updates will
be received and the version 2 updates will not be sent.
6. The command debug ip rip shows the routes being advertised in RIP updates and the metrics of these
routes. i.e. debug ip rip will display RIP activity as it occurs on a router.
R1#debug ip rip
CO5I Advanced Computer Network 2019-20
7. The command clear ip route * should apply after the command debug ip rip to clear the routing table of its
dynamic routes.
R1#clear ip route *
The command undebug all turn off all debugs.
R1#undebug all
8. To turn off specific debugs, run the command no debug followed by the type of debug you want to turn off.
Practical No.6
Configuring OSPF.
1. OSPF uses cost as a metric, which is the inverse of the bandwidth of a link. OSPF identifies the best route by
use of cost.
2. OSPF uses Dijkstra or SPF(Shortest Path First) algorithm. Dijkstra or SPF is a same algorithm.
8. OSPF requires more memory and faster processors to handle OSPF than distance vector protocol. i.e. OSPF is a
CPU-intensive protocol, and very large OSPF networks can experience routing and update traffic problems that
seriously impact network performance.
Advantages of OSPF
1. OSPF is an open-standard, purely link-state protocol.
RIP, IGRP and EIGRP are distance-vector (routing by rumor) routing protocols, susceptible to routing loops,
split-horizon, and other issues.
2. OSPF converges very quickly - from the point of recognizing a failure, it often can converge in less than 10
CO5I Advanced Computer Network 2019-20
seconds.
3. OSPF sends updates only changed portion or partial updates of a network when link status changes rather
than the complete routing table. In this way, reduces the usage of bandwidth(BW) and decreases routing
overhead by sending triggered updates to announce changes in the network. RIP and IGRP hold-down timers
can cause slow convergence.
4. OSPF supports VLSM and CIDR. OSPF supports route summarization. RIPv1 and IGRP do not.
6. OSPF uses the concept of areas to implement hierarchical design, not a flat design like RIP.
7. With OSPF, a router does flood its own LSAs when it age reaches 30 minutes. The flooding, however, does
not happened all at once, so the overhead is minimal. RIP sends entire routing table every 30 seconds, IGRP
every 90 seconds.
8. Link state protocol like OSPF doesn't have anything like Hop. i.e. Do not use hops to mark networks as
unreachable.
When an OSPF router does not receive a Hello packet for a specified time period, it assumes that the neighbor is
down. The router then runs the SPF algorithm to calculate new routes.
5. The area number can be the range from 0 to 4,294,967,295; or 0 to 4.2 million.
6. The backbone area is not a network type, but a collection of OSPF networks links.
Area 0 is reserved as the backbone area, and routers within area 0 may or may not go through the DR/BDR
election process, depending on the network type.
7. If a network in an area goes down, it will not affect routers in other areas.
8. The OSPF command network 0.0.0.0 255.255.255.255 area 0includes all of its interfaces in area 0.
OSPF Adjacency
2. Before exchanging routing information, OSPF routers find out neighbors. Each router discovers its neighbors
on each interface. The list of neighbors is kept in a neighbor table.
3. Each router uses a reliable protocol to exchange topology information with its neighbors.
4. If OSPF is configured correctly, OSPF form neighbor relationships only with the routers directly connected to
it.
5. To share information with another router, they must be neighbors: their area numbers and types, timers,
and passwords must match.
5. Authentication password.
1. Each OSPF router has an ID, which is either the highest IP address on a loopback interface, if one exists, or
the highest IP address on an active interface.
2. To configure network instability to one area of the network, OSPF uses router ID(RID) or a 32-bit IP address
selected at the beginning of the OSPF process.
3. If a router’s OSPF RID is hard coded or change a router’s OSPF RID, router reload or clear the OSPF process is
needed.
Or
Changing the OSPF RID, will require to either reload the router or clear your OSPF process.
2. When loopback interface is created on a router, the IP address of loopback(logical) interface override the IP
address and becomes the RID(router ID).
3. If multiple loopback interfaces are configured, the highest loopback address becomes the RID.
5. OSPF only sends out changes when they occur. With OSPF, a router does flood its own LSAs when it age
reaches 30 minutes.
RIP sends entire routing table every 30 seconds, IGRP every 90 seconds.
Syntax
Configure Router R1
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#host R1
R1(config)#int f0/0
R1(config-if)#ip add 192.168.1.1 255.255.255.252
R1(config-if)#no shut
R1(config-if)#exit
R1(config)#
Configure Router R2
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#host R2
R2(config)#int f0/0
R2(config-if)#ip add
R2(config-if)#ip address 192.168.1.2 255.255.255.252
R2(config-if)#no shut
R2(config-if)#exit
R2(config)#
R1(config)#router ospf 1
R1(config-router)#network 192.168.1.0 0.0.0.3 area 0
R1(config-router)#^Z
R1#
Configure OSPF on router R2
R2(config)#router ospf 1
R2(config-router)#network 192.168.1.0 0.0.0.3 area 0
R2(config-router)#
00:09:35: %OSPF-5-ADJCHG: Process 1, Nbr 192.168.1.1 on FastEthernet0/0 from LOADING to FULL, Loading
Done
R1#
00:09:38: %OSPF-5-ADJCHG: Process 1, Nbr 192.168.1.2 on FastEthernet0/0 from LOADING to FULL, Loading
Done
To see the default dead time on the fa0/0 interface of router R1:
R1#
From the output, we see that the Hello time is 10 seconds, dead time is 40 seconds.
We want to double this Dead value using the command ip ospf dead-interval or ip osfp hello-interval.
By default, the dead time is four times of hello times in ospf.
So, if we double the hello time, dead time will be dynamically be doubled.
Since hello time is 10 seconds on a broadcast segment, we could put 20 here.
CO5I Advanced Computer Network 2019-20
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#int fa0/0
R1(config-if)#ip ospf hello-interval 20
R1(config-if)#^Z
R1#
R1#sh ip ospf int fa0/0
Timer intervals configured, Hello 20, Dead 80, Wait 80, Retransmit 5
R1#
R2#
00:24:30: %OSPF-5-ADJCHG: Process 1, Nbr 192.168.1.1 on FastEthernet0/0 from FULL to DOWN, Neighbor
Down: Dead timer expired
00:24:30: %OSPF-5-ADJCHG: Process 1, Nbr 192.168.1.1 on FastEthernet0/0 from FULL to Down: Interface
down or detached
R2#
From the output, we see that the dead time is double now.
Now we have a problem with adjacency.
The adjacency went down,because we have configured hello time which effected on router R2.
To see the default dead time on the interface fa0/0 of R2 router:
Using the command ip ospf hello on R2’s fa0/0 interface to double the hello time:
CO5I Advanced Computer Network 2019-20
R2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#int fa0/0
R2(config-if)#ip ospf hell
R2(config-if)#ip ospf hello-interval 20
R2(config-if)#^Z
R2#
%SYS-5-CONFIG_I: Configured from console by console
R2#
Practical No.7
sctp
To enter the Stream Control Transmission Protocol (SCTP) configuration, use the sctp command in
IDSN User Adaptation Layer (IUA) configuration mode. To disable, use the no form of this command.
nosctp
Syntax Description
Command Default
Command Modes
To enter SCTP configuration commands, you must first enter IUA configuration mode and then enter
sctp at the Router(config-iua)# prompt to enter SCTP configuration mode.
Examples
The following is an example of how to set failover time (in milliseconds) between 1 and 10 seconds as
part of SCTP configuration of the T1 initiation timer. This example uses the lowest failover timer
value allowed (1 second):
The following is an example of how to set SCTP maximum startup retransmission interval. This
example uses the maximum startup retransmission interval value allowed:
The following is an example of how to configure the number of SCTP streams for this AS. This
example uses the maximum SCTP streams allowed:
The following is an example of how to configure the SCTP T1 initiation timer (in milliseconds). This
example uses the maximum timer value allowed:
Related Commands
Command Description
pri-group (pri-slt) Specifies an ISDN PRI on a channelized T1 or E1 controller.
show debugging
To display information about the types of debugging that are enabled for your router, use the show
debugging command in privileged EXEC mode.
showdebugging
Syntax Description
Command Modes
Use this command to display the current SCTP association and instance identifiers, the current state of
SCTP associations, and the local and remote port numbers and addresses that are used in the
associations.
Examples
The following is sample output from this command for three association identifiers:
The table below describes the significant fields shown in the display.
Related Commands
Command Description
clear ipsctp statistics Clears statistics counts for SCTP.
debug ipsctpapi Reports SCTP diagnostic information and messages.
show ipsctp association Displays the parameters configured for the association defined
parameters by the association identifier.
show ipsctp association Displays the current statistics for the association defined by the
statistics association identifier.
CO5I Advanced Computer Network 2019-20
Command Description
show ipsctp errors Displays error counts logged by SCTP.
show ipsctp instances Displays the currently defined SCTP instances.
show ipsctp statistics Displays the overall statistics counts for SCTP.
show iua as Displays information about the current condition of an
application server.
show iua asp Displays information about the current condition of an
application server process.
To display configured and calculated parameters for the specified Stream Control Transmission
Protocol (SCTP) association, use the show ipsctp association parameters command in privileged
EXEC mode.
showipsctpassociationparametersassoc-id
Syntax Description
assoc-id Association identifier. Shows the associated ID statistics for the SCTP association.
Command Modes
The following sample output shows the statistics accumulated for SCTP association 0:
The table below describes the significant fields shown in the display.
Practical No.8
Configure DHCP
---------------------------------------------------------------------------------------------------------
Topology
a. Click PC and click the Desktop tab, which displays the IP Settings.
b. Assign IP 192.168.0.23 SUBNET 255.255.255.0 with gateway 192.168.0.1 Close the window.
Practical No.9
Configure Records on the DNS Server
------------------------------------------------------------------------------------------------------------
Design Topology
Steps:
Practical No.10
Configure FTP & HTTP
------------------------------------------------------------------------------------------------------------------------------------
Sample Topology
CO5I Advanced Computer Network 2019-20
Click the Server. The server configuration window opens, Click the Desktop tab.
Click the button on the Top left for IP Configuration.
Verify the Static is Radio button selected. Set the IP Address Like:
IP Address:10.11.11.200
Subnet Mask: 255.0.0.0
DNS Sever: 10.11.11.201
Then close the Ip configuration window.
Click the Server. The server configuration window opens, Click the Config tab.
The Global Settings appear. Click the button on the left for DHCP.
Verify the service is on. Turn OFF other the Server services like: HTTP, FTP,
AAA and Email.
Set the DNS Server to like 10.11.11.201, Set the Start Ip Address to 10.11.11.100,
Subnet Mask to 255.0.0.0 and Maximum Number of Users to 50
Click the Save button. Note: Don’t Click on ADD Button.
CO5I Advanced Computer Network 2019-20
CO5I Advanced Computer Network 2019-20
Click the Server. The server configuration window opens, Click the Desktop tab.
Click the button on the Top left for IP Configuration.
Verify the Static is Radio button selected. Set the IP Address Like:
IP Address:10.11.11.201
Subnet Mask: 255.0.0.0
DNS Sever: 10.11.11.201
Then close the Ip configuration window.
Click the Server. The server configuration window opens, Click the Config tab.
The Global Settings appear. Click the button on the left for DNS.
Verify the service is on. Turn OFF other the Server services like: HTTP, FTP,
AAA and Email.
Set the Domain Name to like www.example.com and the IP Address to10.11.11.202.
Click the Add button. Additional domain names can be added in this fashion.
CO5I Advanced Computer Network 2019-20
Click the Server. The server configuration window opens, Click the Desktop tab.
Click the button on the Top left for IP Configuration.
Verify the Static is Radio button selected. Set the IP Address Like:
IP Address:10.11.11.202
Subnet Mask: 255.0.0.0
DNS Sever: 10.11.11.201
Then close the Ip configuration window.
Click the button to select HTTP. Turn the service On and Turn OFF other the
Server services like: DNS, FTP, AAA and Email.
The Default Page Content window contains the page that is displayed when a web
page is requested from the server. This page is in HTML format. This page can be
changed if you would like to customize it. Close the server configuration window.
Click the Server. The server configuration window opens, Click the Desktop tab.
Click the button on the Top left for IP Configuration.
Verify the Static is Radio button selected. Set the IP Address Like:
IP Address:10.11.11.203
Subnet Mask: 255.0.0.0
DNS Sever: 10.11.11.201
Then close the Ip configuration window.
Click the button to select FTP. Turn the service On and Turn OFF other the Server
services like: HTTP, DNS, FTP, AAA and Email.
Set the User Name to user and Password to password. And set User Permissions
like Write, Read, Rename and List.
Click the Add(+) button.
CO5I Advanced Computer Network 2019-20
Click the Server. The server configuration window opens, Click the Desktop tab.
Click the button on the Top left for IP Configuration.
Verify the Static is Radio button selected. Set the IP Address Like:
IP Address: 10.11.11.204
Subnet Mask: 255.0.0.0
DNS Sever: 10.11.11.201
Then close the Ip configuration window.
Click the Server. The server configuration window opens, Click the Config tab.
The Global Settings appear. Click the button on the left for Email.
Verify the SMTP and POP3 services are on. Turn OFF other the Server services like:
HTTP, FTP, AAA and DNS.
Set the Domain Name to like example.com and then click the Set button.
Now create some users like Ram, Shyam, Mohan, pc1, pc2, pc3 ect.. with some password.
Click the Add(+) button
User Setup
Click the PC Client. The PC configuration window opens, Click the Config tab.
Click the button on the Top left for IP Configuration.
Verify the Static is Radio button selected. Set the IP Address Like:
IP Address: 10.11.11.99
Subnet Mask: 255.0.0.0
DNS Sever: 10.11.11.201
Then close the IP Configuration window.
Configure DNS support on the PC1, PC2, PC3 and PC4 labeled Clients
Click the PC Client. The PC configuration window opens, Click the Config tab.
Click the button on the Top left for IP Configuration.
Verify the DHCP is Radio button selected.
CO5I Advanced Computer Network 2019-20
CO5I Advanced Computer Network 2019-20
Verify Connectivity in Real time Mode
Select the PC and click the Desktop tab. Click the Command Prompt button. A Command
Prompt window opens. Type ping www.example.com (the URL of the Server) and press
Enter. After the ping succeeds, close the Command Prompt window.
CO5I Advanced Computer Network 2019-20
From the PC desktop, click the Web Browser button. A simulated web browser opens.
Type www.example.com (the URL of the Server) into the URL box and click the Go button.
A web page should appear. Close the PC configuration window.
CO5I Advanced Computer Network 2019-20
Step 3. Configure Email support on the CS HOD, PC1, PC2, PC3 and PC4 labeled Clients
Click the PC Client. Click the Desktop tab. Click the button on E mail.
The Configure Mail window opens.
Configure Mail
User Information
Your Name: Cshod
Email Address: [email protected]
Server Information
Income mail Server 10.11.11.204 or mailserver (As per DSN Server)
Outgoing mail Server 10.11.11.204 or mailserver (As per DSN Server)
Logon Information
User Name: Cshod
Password: 123
Click the button on the Top Save.
CO5I Advanced Computer Network 2019-20
The Mail Browser window opens. Click the Compose button than create test mail.
To: [email protected]
Subject: test mail
Massage: Hello
Click the button Send.
CO5I Advanced Computer Network 2019-20
Configure Email support on the PC1, PC2, PC3 and PC4 labeled Clients
Click the PC Client. Click the Desktop tab. Click the button on E mail.
The Configure Mail window opens.
Configure Mail
User Information
Your Name: pc1
Email Address: [email protected]
Server Information
Income mail Server 10.11.11.204 or mailserver (As per DSN Server)
Outgoing mail Server 10.11.11.204 or mailserver (As per DSN Server)
Logon Information
User Name: pc1
Password: 123
Click the button on the Top Save.
CO5I Advanced Computer Network 2019-20
The Mail Browser window opens. Click the Receive button than find one test mail at mail
box. Dabble click on mail and open it and read it.
CO5I Advanced Computer Network 2019-20
Step 4. Configure FTP support on the PC1, PC2, PC3 and PC4 labeled Clients
Create one test file and save that file with the name test.
Close Text Editor.
Click the Command Prompt button. A Command Prompt window opens. Type dir and
verify file test.txt exist or not. Than Type ftp fileserver or ftp 10.11.11.203 (the URL of
the file Server) and press Enter. After the ping succeeds, close the Command Prompt
window.
CO5I Advanced Computer Network 2019-20
Press Ctrl + C to exit ftp Prompt. Close the Command Prompt window.
Click the CS HOD PC Client.
Click the Desktop tab.
Click the Command Prompt button. A Command Prompt window opens. Type dir and
verify file test.txt exist or not. Than Type ftp fileserver or ftp 10.11.11.203 (the URL of
the file Server) and press Enter. After the ping succeeds, close the Command Prompt
window.
CO5I Advanced Computer Network 2019-20
CO5I Advanced Computer Network 2019-20
Practical No. 11
SMTP & POP3 (Web and Email Servers)
---------------------------------------------------------------------------------------------------------------------
Topology
Objectives
Part 1: Configure and Verify Web Services
Part 2: Configure and Verify Email Services
Background
In this activity, you will configure HTTP and email services using the simulated server in Packet
Tracer. You will then configure clients to access the HTTP and email services.
Note: Packet Tracer only simulates the process for configuring these services. HTTP and email
software packages each have their own unique installation and configuration instructions.
Step 1: Configure Central Server to send (SMTP) and receive (POP3) Email.
a. Click Central Server, and then select the Services tab followed by the EMAIL button.
b. Click On to enable the SMTP and POP3.
c. Set the domain name to centralserver.pt.pka and click Set.
d. Create a user named central-user with password cisco. Click + to add the user.
Step 2: Configure Branch Server to send (SMTP) and receive (POP3) Email.
a. Click Branch Server and click the Services tab >EMAIL.
b. Click On to enable SMTP and POP3.
c. Set the domain name to branchserver.pt.pka and click Set.
d. Create a user named branch-user with password cisco. Click + to add the user.
Step 5: Send an Email from the Sales client and the PC3 client.
a. From the Sales Mail Browser window, click Compose.
b. Enter the following values into their respective fields:
1) To:[email protected]
2) Subject: Personalize the subject line.
3) Email Body: Personalize the email.
c. Click Send.
d. Verify thatPC3received the email. Click PC3. If the Mail Browser window is closed, click E
Mail.
e. Click Receive. An email from Sales displays. Double-click the email.
f. Click Reply, personalize a response, and click Send.
g. Verify that Sales received the reply.
CO5I Advanced Computer Network 2019-20
Practical No.12
Configure SNMP
OK, the SNMP has been configured on R1 router. Now try to test it from the PC1 using MIB Browser.
Click on PC1 and click Desktop tab, then open MIB Browser.
CO5I Advanced Computer Network 2019-20
On the opened MIB browser page, click Advanced tab to open the Advanced page.
Enter the information like the screenshot or below table.
Now on the MIB browser page expend MIB tree to system and select each value then hit the GO button to display
the exact information on Router1.
That’s all, configure SNMP Protocol on routers or switches.
CO5I Advanced Computer Network 2019-20
• System administrator
• Network Engineer
• Technical Support
• IT administrator
• Network administrator
• Security Database development and administration
Recruiters
Here are the names of some renowned companies that recruits hardware and networking
professionals:
• Intel Corporation
• CISCO
• Acer India (Pvt) Ltd
• Dell
• Casio India Company
• HCL
• TCS
• Infosys
• Wipro
• Accenture
• Many more…..
CO5I Advanced Computer Network 2019-20
IT pros skilled in the many areas of networking are in high demand in today's job market. Those serious
about their IT careers should consider one or more of these best-of-breed networking certifications to set
themselves apart from their competitors.
When it comes to the care and feeding of modern networks, there's quite a lengthy list of tools and
technologies that qualified IT professionals must master – especially those who aspire to work as network
administrators. In addition to the servers and clients that make up the endpoints in such environments,
there's a lot of network infrastructure to worry about. This includes switches and routers (both physical
and virtual), plus a raft of appliances and services, such as unified threat management (UTM), next-
generation firewalls (NGFs), software-defined networking (SDN) and network functions, virtualization
(NFV) components and WAN optimization, as well as spam, email, and content filtering.
Wrapping your head around all these certification options and specialties can be challenging, but knowing
where to start can help. We looked at five networking certifications (in their order of appearance in the job
boards table that follows) that we consider leaders in the field of networking for 2019 and beyond.
To pick our leaders, we looked at the state of networking certification, examined various market and
salary surveys, and performed an informal job board survey that revealed the number of job posts across
the U.S. in which our featured certifications were mentioned on a given day.
Making its first appearance on the leader board this year is the SolarWinds Certified Professional (SCP). It
replaces the Juniper Enterprise Routing and Switching, Expert (JNCIE-ENT) credential. While the JNCIE
remains a great credential, job board numbers for the SCP were stronger, earning it a slot in the top five.
The other featured credentials include the Cisco Certified Internetwork Expert (CCIE), Cisco Certified
Network Professional (CCNP), CompTIA Network+ and WCNA Certification for Wireshark (WCNA).
CO5I Advanced Computer Network 2019-20
• After a candidate passes all exams required for a certification and signs the required agreements,
Cisco will send a Cisco Certifications certificate identifying the candidate's Cisco Certification ID
and valid certification dates. Allow 3-5 business days for electronic certificates and 6-8 weeks from
the date the certificate was mailed for printed certificates.
• Certified candidates are authorized to use the appropriate Cisco Certifications logos indicating
certification status. Prior to use, they must read and acknowledge the Cisco Certifications Logo
Agreement. Logos can be ordered through the Cisco Certifications Tracking System.
• The Cisco Certifications Tracking System provides a record of both exam and certification status.
Candidates and certification holders are expected to keep contact information up to date for receiving
notifications from Cisco.
An evergreen and high-value networking certification is the Cisco Certified Internetwork Expert (CCIE),
which comes in several tracks. The annual production of CCIEs remains small enough that Cisco can still
claim itself able to hire all of them itself, with demand and appreciation for this difficult and rewarding
certification always stratospheric. Over the past few years, the Storage Networking credential gave way to
Collaboration, and a Data Center credential made its debut, as well as other new certification tracks.
Although the road to obtaining a CCIE is long and hard, it is well worth the effort, time, and money. This
credential opens doors to plenty of job opportunities and high salaries for networking professionals.
Certification
Cisco Certified Internetwork Expert (CCIE)
name
Prerequisites None.
and required
courses Cisco recommends eight years of relevant job experience.
Every CCIE track requires both a written and lab exam. Written exam scores are
valid for 18 months. Lab exams must be attempted within 18 months of the
written exam. CCIE candidates may not schedule a lab exam until receiving a
passing score on the written exam. Candidates must retake the written exam if
they do not pass the lab exam within three years. All written exams are 90 to 110
Number of questions, 120 minutes.
exams CCIE Collaboration:
• CCIE Collaboration Written Exam 400-051
The Cisco Certified Network Professional (CCNP) takes aim at platforms and products from a leading
networking equipment vendor found at most communications and internet service providers, not to
mention enterprises and businesses of all sizes, including government, research, and academia. It's hard to
go wrong with Cisco certification nowadays, and the CCNP is its most important midrange credential
across a wide variety of specialties.
Cisco offers several flavors of the CCNP: Cloud, Collaboration, Data Center, Routing and Switching (the
most popular), Security, Service Provider, and Wireless. The Cisco Certified Network Associate (CCNA)
is a required steppingstone to the CCNP. What usually comes after the CCNP for networking
professionals could be another CCNP (different specialty), one or more Cisco Specialist certifications, or
the advanced Cisco Certified Internetwork Expert (CCIE), also available in numerous specializations.
CCNP facts and figures
• CCNP: Collaboration
• CCNP: Security
CompTIA Network+
There aren't that many entry-level networking IT certifications around, probably because CompTIA's
Network+ credential more or less owns this niche. Many IT and certification pundits, including us, believe
the Network+ to be an important early checkbox element in any savvy IT professional's basic certification
portfolio. If you're just starting out, this is a certification for you.
Certification
CompTIA Network+
name
Prerequisites None
and required
courses CompTIA A+ plus 9-12 months experience is recommended, but not required.
Number of
One exam: N10-007 (maximum 90 questions, 90 minutes)
exams
Cost per exam $319
URL https://certification.comptia.org/certifications/network
Exam objectives and sample questions can be downloaded from the certification
page (URL listed above). Visit the CompTIA Store for study guides ($50-plus),
classroom and online training, and the CertMaster online learning tool. Study
books include:
Self-study • CompTIA Network+ N10-007 Exam Cram (6e) by Emmet Dulaney
materials
• CompTIA Network+ All-in-One Exam Guide: Exam N10-007 by Mike Meyers
• CompTIA Network+ Study Guide: Exam N10-007 by Todd Lammle
Practice exams are available
through Certification.CompTIA.org and ProProfs.com.
CO5I Advanced Computer Network 2019-20
Our sole newcomer to the top five this year is the SolarWinds Certified Professional (SCP).
Headquartered in Austin, Texas, SolarWinds makes simplicity its business. At SolarWinds, businesses
and IT professionals will find tools, products, and solutions to improve performance and monitoring and
to solve real-world problems easily and efficiently. SolarWinds offers solutions across six areas: network
management, system management, security, database management, IT help desk and the cloud.
SolarWinds currently offers a single credential, the SolarWinds Certified Professional (SCP), designed to
validate a candidate's skill, knowledge and expertise in using either the SolarWinds system management
or network management product portfolio. Candidates can choose to test for the SCP on either the
Network Performance Monitor (NPM) or Server and Application Monitor (SAM) path. Either way, a
single exam is required to earn the credential.
SolarWinds is committed to ongoing education and ensuring that SCP credential holders maintain skill
currency as new products and technologies are released. To accomplish this, SolarWinds requires SCP
credential holders to maintain a SolarWinds subscription and attend events and training. The subscription
provides SCPs with webcasts, online training, invitations to in-person and online events, enhanced
support, opportunities to study with SolarWinds experts, and more. An annual subscription fee of $200 is
required. Credentials expire after three years if a candidate fails to maintain a subscription and attend
training.
Certification
Solar Winds Certified Professional (SCP)
name
Prerequisites
and required None listed
courses
Number of
One exam (75 questions, 90 minutes)
exams
$200
Cost per exam
Exams administered by PSI Exams, but you register on the SCP certification site.
URL https://support.solarwinds.com/Success_Center/SolarWinds_Academy/Solarwinds_Certified_Profe
SolarWinds maintains links to various documentation and exam prep guides on the exam webpage.
Self-study
opportunities and classes can be found at the SolarWinds Academy. On THWACK, candidates wil
materials
SolarWinds IT community, library, support, blogs, webinars and more.
CO5I Advanced Computer Network 2019-20
Founded in 2007 by major networking geeks Gerald Combs and Laura Chappell, Wireshark University
offers only a single certification but makes it worth your while. The WCNA for Wireshark
Certification (WCNA) recognizes knowledge of network packet and protocol sniffing and analysis using
Wireshark, as well as TCP/IP network communications, network troubleshooting, and network security.
To achieve this credential, candidates must pass one multiple-choice exam, which is DoD 8570-certified.
The WCNA is good for three years, but certification holders must obtain a total of 20 continuing
professional education (CPE) credits each year to maintain their credentials in good standing. These CPE
credits must focus on activities related to the WCNA exam objectives (sniffing, analysis, etc.) and not be
tied directly to job tasks. For example, attending a Sharkfest or Black Hat conference, or even reading the
Wireshark Network Analysis Study Guide, can net some CPEs.
Along with administering the WCNA program, Wireshark University offers self-paced, instructor-led and
customized training options for anyone who wants to learn about Wireshark and packet analysis. An All-
Access Pass is a one-year subscription to all WCNA for WireShark training courses and costs $699.
There are lots of other choices for networking professionals to investigate and pursue outside of these
five. Another interesting and upcoming Open Linux Networking focused credential comes from Cumulus
Networks – namely the Cumulus Networks Open Networking Professional (CCONP). While it didn't
make the top five this year, the Juniper Enterprise Routing and Switching-Expert (JNCIE-ENT) remains
an excellent credential for candidates interested in Juniper technologies.
Many other major networking vendors, including F5 and HPE, offer networking-focused credentials that
ascend all the way to advanced or expert credentials. Serious network professionals will also want to
check out the certifications from Avaya, Citrix and Extreme Networks.