Lesson 6: Supporting IPv4 and IPv6 Networks Flashcards
What is the CMD command to set DHCP?
netsh interface ip set address “Ethernet” dhcp
What is the CMD command to set a static IP?
netsh interface ip set address “interface_name” ‘IP addr” “netmask” “Default Gateway”
What is the Linux command to show ip configuration?
ip addr or ifconfig
What is the linux command to report on a single interface?
ip addr show dev “interface_name”
What is the Linux command to show link status? And adding what option reports stats?
ip link will show link status, the “-s’ option in ip -s link reports interface stats
What is the Linux command to enable/disable an interface?
ip link set “interface_name” up|down
What is the Linux command to modify IP address configuraiton?
ip addr add|delete
What is the CMD command to show the ARP cache?
arp -a
What is the CMD command to add an ARP entry?
arp -s “IP address” “MAC address”
What is the CMD command to delete all ARP entries?
arp -d
What is the Linux command to show ARP entries?
ip neigh
What protocol does ping use?
ICMP (internet control message protocol) used to report errors and send messages about packet delivery
What is the CMD command to continuously ping?
ping -t
What is the most practical layer to start troubleshooting using the divide and concur troubleshooting method?
Network layer; issues in this layer are more common than the data link/physical layer, and troubleshooting in this layer allows to determine if there is a hardware area
What does pinging the loopback address verify when troubleshooting?
That TCP/IP is installed and loaded correctly
What file contains the DNS servers in Linux?
/etc/resolv.conf
What is the purpose of IGMP snooping?
A switch configuration that monitors IGMP traffic to control deliver of IGMP traffic
How many bits are in an IPv6 address?
128 bits
What does an IPv6 packet contain?
- Main header
- One or more optional extensions
- Payload
What are the fields in an IPv6 header?
- Source/Destination address
- Version (0110 or 0x06)
- Traffic class
- Flow label
- Payload length
- Next header
- Hop limit
What is the purpose of the traffic class field in an IPv6 header?
Describes the packets priority
What is the purpose of the flow label field in an IPv6 header?
Used for quality of service (QoS) management such as realtime streams; set to 0 for packets not apart of any sequence/structure
What is the purpose of the payload length field in an IPv6 header?
Indicates the length of the packet payload up to 64KB