Packet Tracer Questions, Exercise
Packet Tracer Questions, Exercise
Select the first NDP event at RTA. Why are there no Out Layers?
- The IPv6 address does not match the router’s address so it drops the packet.
Does PCA1 now have all of the necessary information to communicate with PCA2?
- Yes, it now knows both the destination IPv6 address as well as the
destination MAC address of PCA2.
What is the ICMPv6 Echo Message Type?
- The ICMPv6 Echo Message Type is 129, an echo reply.
Why weren’t there any NDP events?
- PCA1 already knows the MAC address of PCA2 so it doesn’t need to use
Neighbor Discovery.
What address is being used for the Src IP in the inbound PDU?
- The Link Local address for PCA1 – fe80::201:42ff:fe7e:e8ed
What MAC address is being used for the destination MAC?
- 0001.961d.6301, the MAC address of G0/0/0 of RTA
What is missing in the outbound Layer 2 information?
- The destination MAC address must be determined for the IPv6 destination
address.
Were there any NDP events?
- No.
Why is PCB1 using the router interface MAC address to make its ICMP PDUs?
- Because the destination device is on another network, PCB1 addresses the
PDU to the default gateway interface MAC. RTA will determine how to
address the PDU at Layer 2 to send it towards its destination.
How many addresses are listed?
- 4 – IPv6 global unicast and link local addresses and MAC addresses for
PCA1 and PCB1
What devices are these addresses associated with?
- PCA1 and PCB1
Are there any entries for PCA2 listed (why or why not)?
- PCA2 has not communicated across the network yet.
Are there entries for PCA2?
- Yes, the IPv6 address and MAC address for PCA2.
Reflection Questions
1. When does a device require the IPv6 Neighbor Discovery process?
- When the destination MAC address is not known. This process is similar to
ARP with IPv4.
2. does a router help to minimize the amount of IPv6 Neighbor Discovery traffic on
a network?
- The router keeps neighbor tables so that it doesn’t need to initiate ND for
every destination host.
3. How does IPv6 minimize the impact of the ND process on network hosts?
- It uses a multicast address so that only a handful of addresses would be
listening to the Neighbor Discovery messages. IPv6 creates a specially
crafted multicast destination MAC address which includes a portion of the
node address.
4. How does the Neighbor Discovery process differ when a destination host is on
the same LAN and when it is on a remote LAN?
- When a destination host is on the same LAN segment only the device that
matches the IPv6 address responds and other devices drop the packet. When
the device is remote the gateway device (usually a router) provides the MAC
address of the interface on the local interface for the destination MAC and
then searches for the MAC address on the remote network. The router will
then place the responding IPv6/MAC address pair in the IPv6 Neighbor table.
(similar to an ARP table in IPv4)
Why does the router respond with the startup-config is not present message?
- It displays this message because the configuration file was not saved to
NVRAM. Currently it is only located in RAM.
If you are not prompted for a password before reaching the user EXEC prompt, what
console line command did you forget to configure?
- R1(config-line)#login
Why would the enable secret password allow access to the privileged EXEC mode and
the enable password no longer be valid?
- The enable secret password overrides the enable password. If both are
configured on the router, you must enter the enable secret password to enter
privileged EXEC mode.
If you configure any more passwords on the router, are they displayed in the
configuration file as plain text or in encrypted form? Explain.
- The service password-encryption command encrypts all current and future
passwords.
b. Devices cannot ping S2 and S2 cannot ping any device because S2 is missing
an IP address.
c. Remote devices cannot ping PC4 because PC4 has the wrong default gateway
configured.
G0/0 172.14.5.0/24
G0/0 2001:DBB:CAFE:1::/64
G0/1 172.14.10.0/24
G0/1 2001:DBB:CAFE:2::/64
Default
Device Interface IP Address Subnet Mask Gateway
How many host addresses are needed in the largest required subnet?
- 50
What is the minimum number of subnets required?
- The requirements stated above specify two company networks plus two
additional networks for future expansion. So, the answer is a minimum of four
networks.
The network that you are tasked to subnet is 192.168.0.0/24. What is the /24 subnet
mask in binary?
- 1111111.11111111.11111111.00000000
(/25) 11111111.11111111.11111111.10000000
- Dotted decimal subnet mask equivalent: 255.255.255.128
Number of subnets? Number of hosts?
- Two subnets (2^1) and 128 hosts (2^7) – 2 = 126 hosts per subnet
(/26) 11111111.11111111.11111111.11000000
- Dotted decimal subnet mask equivalent: 255.255.255.192
Number of subnets? Number of hosts?
- Four subnets (2^2) and 64 hosts (2^6) – 2 = 62 hosts per subnet
(/27) 11111111.11111111.11111111.11100000
- Dotted decimal subnet mask equivalent: 255.255.255.224
Number of subnets? Number of hosts?
- Eight subnets (2^3) and 32 hosts (2^5) – 2 = 30 hosts per subnet
(/28) 11111111.11111111.11111111.11110000
- Dotted decimal subnet mask equivalent: 255.255.255.240
Number of subnets? Number of hosts?
- Sixteen subnets (2^4) and 16 hosts (2^4) – 2 = 14 hosts per subnet
(/29) 11111111.11111111.11111111.11111000
- decimal subnet mask equivalent: 255.255.255.248
Number of subnets? Number of hosts?
- Thirty two subnets (2^5) and 8 hosts (2^3) – 2 = 6 hosts per subnet
(/30) 11111111.11111111.11111111.11111100
- Dotted decimal subnet mask equivalent: 255.255.255.252
Number of subnets? Number of hosts?
- Sixty four subnets (2^6) and 4 hosts (2^2) – 2 = 2 hosts per subnet
Considering your answers above, which subnet masks meet the required number of
minimum host addresses?
- /25, /26
Considering your answers above, which subnet masks meets the minimum number of
subnets required?
- /26, /27, /28, /29, /30 will give the required number of subnets.
Considering your answers above, which subnet mask meets both the required minimum
number of hosts and the minimum number of subnets required?
- /26 will give you the four subnets that are required, and 62 hosts per subnet,
which is greater than the 50 hosts required for the first subnet.
Subnet Address Prefix Subnet Mask
Device Configurations
CustomerRouter
enable
configure terminal
hostname CustomerRouter
enable secret Class123
line con 0
password Cisco123
login
interface GigabitEthernet0/0
ip address 192.168.0.1 255.255.255.192
no shutdown
interface GigabitEthernet0/1
ip address 192.168.0.65 255.255.255.192
no shutdown
interface Serial0/1/0
ip address 209.165.201.2 255.255.255.252
no shutdown
end
LAN-A
enable
configure terminal
interface Vlan1
ip address 192.168.0.2 255.255.255.192
no shutdown
ip default-gateway 192.168.0.1
end
LAN-B
enable
configure terminal
interface Vlan1
ip address 192.168.0.66 255.255.255.192
no shutdown
ip default-gateway 192.168.0.65
end
PC-A
IP address: 192.168.0.63 /26
Default gateway: 192.168.0.1
PC-B
IP address: 192.168.0.126 /26
Default gateway: 192.168.0.65